Pages

Google Search Engine

Tuesday, January 5, 2010

Make Related Link/Link Within/Chain Link/Web Ring

1. copy this script code over the tag </head> :
<!--Related Posts with thumbnails Scripts and Styles Start-->
<b:if cond="data:blog.pageType == &quot;item&quot;">
<style type="text/css"><br />#related-posts {<br />float:center;<br />text-transform:none;<br />height:100%;<br />min-height:100%;<br />padding-top:5px;<br />padding-left:5px;<br />}<br /><br />#related-posts h2{<br />font-size: 1.6em;<br />font-weight: bold;<br />color: black;<br />font-family: Georgia, &#8220;Times New Roman&#8221;, Times, serif;<br />margin-bottom: 0.75em;<br />margin-top: 0em;<br />padding-top: 0em;<br />}<br />#related-posts a{<br />color:black;<br />}<br />#related-posts a:hover{<br />color:black;<br />}<br /><br />#related-posts a:hover {<br />background-color:#d4eaf2;<br />}<br /></style>
<script src="http://blogergadgets.googlecode.com/files/relatedthumbs21.js" type="text/javascript"><br /></b:if><br /><!--Related Posts with thumbnails Scripts and Styles End--></script></b:if>

2. Find this script code :
<div class='post-footer-line post-footer-line-1'>

or this script code :

<p class='post-footer-line post-footer-line-1'>

3. Paste this code below the code in step two :
<!-- Related Posts with Thumbnails Code Start-->
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div id='related-posts'>
<b:loop values='data:post.labels' var='label'>
<b:if cond='data:label.isLast != &quot;true&quot;'>
</b:if>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<script expr:src='&quot;/feeds/posts/default/-/&quot; + data:label.name + &quot;?alt=json-in-script&amp;callback=related_results_labels_thumbs&amp;max-results=6&quot;' type='text/javascript'/></b:if></b:loop><a href='http://www.bloggerplugins.org/2009/08/related-posts-thumbnails-blogger-widget.html' style='display:none;'>Related Posts with thumbnails for blogger</a><a href='http://www.bloggerplugins.org/' style='display:none;'>blogger tutorials</a>
<script type='text/javascript'>
var currentposturl=&quot;<data:post.url/>&quot;;
var maxresults=4;
var relatedpoststitle="Related Posts";
removeRelatedDuplicates_thumbs();
printRelatedLabels_thumbs();
</script>
</div><div style='clear:both'/>
</b:if>
<!-- Related Posts with Thumbnails Code End-->

4. Change "Related Posts" in this line of code : var relatedpoststitle="";

No comments:

Post a Comment