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
<style type="text/css"> | |
.recent-comment{margin-bottom:10px;padding-left:24px}.recent-comment-admin{background-color:#F4F4F4}.recent-comment-ico{margin-left:-20px;margin-top:4px;float:left;margin-right:3px}.recent-comment-header{}.recent-comment-body{padding-right:4px; font-size:95%}.recent-comment-footer{font-size:85%} | |
</style> | |
<script type="text/javascript"> | |
// | |
// Recent Comments blogger gadget by MS-potilas and Tech Prevue, using feed avatars | |
// with Minor changes in year 2013 month 02 date 16 | |
// | |
// CONFIG: | |
var numRecentComments = 5; |
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
<script type='text/javascript'> | |
// Shorten Blogger post URLs using urltinyfy javascript API, by MS-potilas 2012 | |
// Updated new shortener by Vinay Prajapati, Tech Prevue Labs 2013 | |
//<![CDATA[ | |
function loadscript(filename) { | |
var scr=document.createElement('script'); | |
scr.setAttribute("type","text/javascript"); | |
scr.setAttribute("src",filename); | |
document.getElementsByTagName("head")[0].appendChild(scr); | |
} |
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
<!-- Ads in mid of post: automatically --> | |
<b:if cond='data:blog.pageType == "item"'> | |
<div expr:id='"atmid" + data:post.id'/> | |
<div style="clear:both; margin:10px 0;text-align:center"> | |
<!-- Paste Ad code here: Appear at mid of the post --> | |
</div> | |
<div expr:id='"attop" + data:post.id'> | |
<div style="clear:both; margin:10px 0;text-align:center"> | |
<!-- Paste Ad code here: Appear at top of the post --> | |
</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
<!-- Ads in mid of post: automatically --> | |
<b:if cond='data:blog.pageType == "item"'> | |
<div expr:id='"atmid" + data:post.id'/> | |
<b:loop values='data:post.labels' var='label'> | |
<b:if cond='data:label.name == "Label-Name"'> | |
<div style="clear:both; margin:10px 0;text-align:center"> | |
<!-- Paste Ad code here: Appear at mid of the post --> | |
</div> | |
</b:if> | |
</b:loop> |
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
<!-- Ads in mid of post: Manual Placement --> | |
<b:if cond='data:blog.pageType == "item"'> | |
<div expr:id='"atmid" + data:post.id'/> | |
<div style="clear:both; margin:10px 0;text-align:center"> | |
<!-- Paste Ad code here: Appear at mid of the post --> | |
</div> | |
<div expr:id='"attop" + data:post.id'> | |
<div style="clear:both; margin:10px 0;text-align:center"> | |
<!-- Paste Ad code here: Appear at top of the post --> | |
</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
<!-- Ads in mid of post: Manual Placement --> | |
<b:if cond='data:blog.pageType == "item"'> | |
<div expr:id='"atmid" + data:post.id'/> | |
<b:loop values='data:post.labels' var='label'> | |
<b:if cond='data:label.name == "Label-Name"'> | |
<div style="clear:both; margin:10px 0;text-align:center"> | |
<!-- Paste Ad code here: Appear at mid of the post --> | |
</div> | |
</b:if> | |
</b:loop> |
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"> |
OlderNewer