This is another first release from me.This one also uses the media thumbnails generated by blogger for each post.
For displaying the thumbnails,this widget will use the images uploaded for the post using the blogger image uploader (from the post editor).
Update - Now supports external images also.
Here are the detailed steps to install the related posts widget for blogger with thumbnails.
STEP 1: First of all Login to your blogger dashboard and navigate to Layout > Edit HTML.
STEP 2: Backup your template (Don't know how then click here) then check the "Expand Widget Templates" check box.
STEP 3: Now find </head> and paste the below code just Before it.
<!--Related Posts with thumbnails Scripts and Styles Start-->STEP 4: Now find
<!-- remove --><b:if cond='data:blog.pageType == "item"'>
<style type="text/css">
#related-posts {
float:center;
text-transform:none;
height:100%;
min-height:100%;
padding-top:5px;
padding-left:5px;
}
#related-posts h2{
font-size: 1.6em;
font-weight: bold;
color: black;
font-family: Georgia, “Times New Roman”, Times, serif;
margin-bottom: 0.75em;
margin-top: 0em;
padding-top: 0em;
}
#related-posts a{
color:black;
}
#related-posts a:hover{
color:black;
}
#related-posts a:hover {
background-color:#d4eaf2;
}
</style>
<script type='text/javascript'>
var defaultnoimage="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEji5UWymWHFnQZw6Foj2aybNKmligzvI1n0hh7XfP9uYZ_Zynt7YyjSZiOE-FBKn90MuyZqbl-ekl5WIfonibMGkxD8rGlzjMeoFtHQAmjNolCNjwIIka4yVdLBAD_hnmm7IzKyllI7oPI/s400/noimage.png";
var maxresults=5;
var splittercolor="#d4eaf2";
var relatedpoststitle="Related Posts";
</script>
<script src='http://blogergadgets.googlecode.com/files/related-posts-with-thumbnails-for-blogger-pro.js' type='text/javascript'/>
<!-- remove --></b:if>
<!--Related Posts with thumbnails Scripts and Styles End-->
<div class='post-footer-line post-footer-line-1'>
If you cant find it then try finding this one
<p class='post-footer-line post-footer-line-1'>
Now immediately after any of these lines (whichever you could find) place this code snippet.
<!-- Related Posts with Thumbnails Code Start-->Now your are Done.
<!-- remove --><b:if cond='data:blog.pageType == "item"'>
<div id='related-posts'>
<b:loop values='data:post.labels' var='label'>
<b:if cond='data:label.isLast != "true"'>
</b:if>
<script expr:src='"/feeds/posts/default/-/" + data:label.name + "?alt=json-in-script&callback=related_results_labels_thumbs&max-results=6"' type='text/javascript'/></b:loop>
<script type='text/javascript'>
removeRelatedDuplicates_thumbs();
printRelatedLabels_thumbs("<data:post.url/>");
</script>
</div><div style='clear:both'/>
<!-- remove --></b:if>
Note:
- You can adjust the maximum number of related posts being displayed by editing this line in the code.
var maxresults=5
- To edit the title of the widget you can change this line of code.
var relatedpoststitle="Related Posts";
- To change the default thumbnail, you can edit this line of code.
var defaultnoimage="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEji5UWymWHFnQZw6Foj2aybNKmligzvI1n0hh7XfP9uYZ_Zynt7YyjSZiOE-FBKn90MuyZqbl-ekl5WIfonibMGkxD8rGlzjMeoFtHQAmjNolCNjwIIka4yVdLBAD_hnmm7IzKyllI7oPI/s400/noimage.png";
- To Change the Colour of the Splitter Line , edit
To change the other colours and all you will have to modify the CSSvar splittercolor="#d4eaf2";
If you fall into troubles implementing this, just leave me a comment here and i will help you out. If you like to give me any suggestions on how to improve this widget,then it would be really great.
How to display the related posts on every page and not only on the post pages?
Just remove the two lines starting with <!-- remove --> from both step 3 and step 4. that is lines.
<!-- remove --><b:if cond='data:blog.pageType == "item"'>and
<!-- remove --></b:if>
2 comments:
Thanks for your post! I'm wondering how to make the "related posts" show up under every post on the home page. Right now I have to click on the post and be directed to separate page to see the related posts. Thanks again!
I was very pleased to find this site. I wanted to thank you for this great read!! I definitely enjoyed every little bit of it and I have you bookmarked to check out the new stuff you post.
MIG Welding Inverters
Post a Comment