This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<title> | |
<b:if cond='data:blog.pageType == "index"'> | |
<data:blog.pageTitle/> | |
<b:else/> | |
<b:if cond='data:blog.pageType != "error_page"'> | |
<data:blog.pageName/> | <data:blog.title/> | |
<b:else/> | |
404 | <data:blog.title/> | |
</b:if> | |
</b:if> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Turn <head> tag like this - | |
<head prefix='og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# article: http://ogp.me/ns/article#'> | |
// Then just below this add this code - | |
// Copyright (c) 2013, Vinay Prajapati, Tech Prevue Labs, India | |
// http://www.techprevue.com | |
<b:if cond='data:blog.pageType != "index"'> | |
<meta expr:content='data:blog.title' property='og:site_name'/> | |
<meta expr:content='data:blog.pageName' property='og:title'/> | |
<meta content='article' property='og:type'/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Copyright 2013 by AJ Banda + Vinay Prajapati | |
//http://www.techprevue.com/2013/06/adsense-in-middle-of-post-blogger_30.html | |
//1. Below <head> place this | |
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js" ></script> | |
//2. Replace <data:post.body/> with the following code | |
<div id="PostBody"> | |
<data:post.body/> | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*Blogger Schema by Tech Prevue Labs (c) 2013 Vinay Prajapati*/ | |
<div itemscope='itemscope' itemtype='http://schema.org/Blog' style='display: none;'> | |
<b:if cond='data:blog.pageType != "index"'> | |
<meta expr:content='data:blog.pageName' itemprop='name'/> | |
<meta expr:content='data:blog.canonicalUrl' itemprop='url'/> | |
<b:else/> | |
<meta expr:content='data:blog.title' itemprop='name'/> | |
<meta expr:content='data:blog.homepageUrl' itemprop='url'/> | |
</b:if> | |
<meta expr:content='data:blog.metaDescription' itemprop='description'/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*Twitter Card for Blogger by Tech Prevue Labs (c) 2013*/ | |
<meta content='summary' name='twitter:card'/> | |
<meta content='@username' name='twitter:site'/> | |
<meta content='@username' name='twitter:creator'/> | |
<b:if cond='data:blog.pageType != "index"'> | |
<meta expr:content='data:blog.pageName' name='twitter:title'/> | |
<meta expr:content='data:blog.url' name='twitter:url'/> | |
<meta expr:content='data:blog.homepageUrl' name='twitter:domain'/> | |
<b:else/> | |
<meta expr:content='data:blog.title' name='twitter:title'/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
DO NOT REMOVE OR MODIFY THIS CODE BEYOND PERMISSIONS. RESPECT DESIGNER, RESPECT DMCA. | |
Google+ Profile Widget with CSS Stack Effect v1.0 | |
Source Url: http://www.techprevue.com/2013/05/google-profile-widget-with-css-stack-effect.html | |
This widget is distributed under cc license - BY-NC-ND INT. No-derivatives Allowed. | |
Please keep intact this copyright notice if you are using or distributing this widget on your website/site/blog. | |
--> | |
<style> | |
.techprevue-fb-like-box-pearl{width:280px;height:160px;border-radius:3px;position:relative;background:#F2F2F2;padding:10px}.techprevue-fb-like-box-pearl,.techprevue-fb-like-box-pearl:before,.techprevue-fb-like-box-pearl:after{background:#F2F2F2;border:1px solid #CFCFCF}.techprevue-fb-like-box-pearl:before,.techprevue-fb-like-box-pearl:after{position:absolute;content:"";bottom:-3px;left:2px;right:2px;height:1px;border-top:none}.techprevue-fb-like-box-pearl:after{left:4px;right:4px;bottom:-5px;box-shadow:0 0 2px #CFCFCF} | |
</style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- GOOGLE+ ADD TO CIRCLES CSS POPUP WIDGET | |
DO NOT REMOVE OR MODIFY THIS CODE BEYOND PERMISSIONS. RESPECT DESIGNER, RESPECT DMCA. | |
Web link to gadget code: http://www.techprevue.com/2013/05/google-add-to-circles-css-popup-widget.html | |
Distributed under license CC BY-NC-ND 3.0 INT | |
Please keep license information intact while using this widget --> | |
<style type="text/css"> | |
* html #tpfanbox{position:absolute} | |
#tpfanbox{display:block;top:0px;left:0px;width:100%;height:100%;margin:0;overflow-y:auto; z-index:9999} | |
#tpfanboxx{background-color:#fff;overflow:none} | |
.tpfanboxx{width:320px;height:380px;position:fixed;top:45%;left:50%;margin-top:-200px; margin-left:-200px;border:7px solid #CF3E2C;padding:20px;z-index:9999} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- DO NOT REMOVE OR MODIFY THIS CODE BEYOND PERMISSIONS. RESPECT DESIGNER, RESPECT DMCA. | |
Google+ Add to Circles/ Followers Popup Widget with Lightbox Effect - WHITE | |
Source Url: http://www.techprevue.com/2013/06/google-add-to-circles-followers-popup.html | |
This widget is distributed under cc license - BY-NC-ND INT. No-derivatives Allowed. | |
jQuery Colorbox Credit: http://www.jacklmoore.com/colorbox/ | |
Please keep intact this copyright notice if you are using or distributing this widget on your website/site/blog. --> | |
<script src='//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js'></script> | |
<script src="http://techprevue.googlecode.com/files/jquery.colorbox.min.js"></script> | |
<link rel="stylesheet" href="http://techprevue.googlecode.com/files/colorbox-white1.css" type="text/css" /> | |
<script type="text/javascript"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- DO NOT REMOVE OR MODIFY THIS CODE BEYOND PERMISSIONS. RESPECT DESIGNER, RESPECT DMCA. | |
Google+ Add to Circles/ Followers Popup Widget with Lightbox Effect - WHITE | |
Source Url: http://www.techprevue.com/2013/06/google-add-to-circles-followers-popup.html | |
This widget is distributed under cc license - BY-NC-ND INT. No-derivatives Allowed. | |
jQuery Colorbox Credit: http://www.jacklmoore.com/colorbox/ | |
Please keep intact this copyright notice if you are using or distributing this widget on your website/site/blog. --> | |
<script src='//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js'></script> | |
<script src="http://techprevue.googlecode.com/files/jquery.colorbox.min.js"></script> | |
<link rel="stylesheet" href="http://techprevue.googlecode.com/files/colorbox-white1.css" type="text/css" /> | |
<script type="text/javascript"> |
NewerOlder