Have an account?

Welcome visitor! Please wait till I load my blog page...




UPDATE: I updated some of my posts, this post I update How To Add Snow Effect On The Blogger Mouse Cursor Area ..........
Friends today I am sharing very cool and Stylish Snow Effect On The Blogger Mouse Cursor Area Generator For Blogger.This is new Snow Cursor Code Generator Widget. How to Make Sparkling Cursor [Starry Cursor] Snow Effect never seen a blog with a star-studded Cursor ? follow these steps: Make a Starry Cursor......(more)
Snow Effect On The Blogger Mouse Cursor Area Generator
Snow Effect On The Blogger Mouse Cursor Area Generator





61 Related Posts Widget For Blogger / Blogspot with jQuery

Related posts widget is very important for a blog, because it increases the number of page views and also help the visitor to view other posts related to blog. Now here is wonderful trick to display links to related posts beneath each posts. At their blogs today there are many types of related post widget, and related items thumbnail images using HTML, Java script, etc. .. Here I will show a method that is easy to show install.It only title jQuery.It related post widget will look like a picture below.





How To Add Related Posts Widget For Blogger



I have seen few who are showing the Related Posts Widget of posts below their posts. It’s also a good script placement which can increase your pageviews.

To add the code , just follow the above instructions.


I have to write two set of instructions for each steps, as some of you are using the default layout, and some of you are using the new layout.Backup your template before attempting this tutorial.

Step 1:



In old layout: Go to Dashboard - Design - Edit HTML - Expand Widget Templates.




In new layout: Go to Dashboard - Template - Edit Template HTML - Expand Widget Templates.







Now find (CTRL+F) this code in the template:

</head>


And immediately before it, paste this code:


<!--Related Posts Scripts and Styles www.bdlab.blogspot.com Start-->

<!--Remove--><b:if cond='data:blog.pageType == &quot;item&quot;'>

<a href="http://24work.blogspot.com" target="_blank" title="Blogger Widgets"><img src="http://safir85.ucoz.com/24work-blogspot/cursor-24work-10.png" border="0" alt="Blogger Widgets" style="position:absolute; top: 0px; right: 0px;" /></a><style type="text/css">

#related-posts {

float:center;

text-transform:none;

height:100%;

min-height:100%;

padding-top:5px;

padding-left:5px;

}

#related-posts .widget{

padding-left:6px;

margin-bottom:10px;



}

#related-posts .widget h2, #related-posts h2{

font-size: 1.6em;

font-weight: bold;

color: black;

font-family: Georgia, &#8220;Times New Roman&#8221;, Times, serif;

margin-bottom: 0.75em;

margin-top: 0em;

padding-top: 0em;

}

#related-posts a{

color:blue;

}

#related-posts a:hover{

color:blue;

}

#related-posts ul{

list-style-type:none;

margin:0 0 0px 0;

padding:0px;

text-decoration:bold;

font-size:15px;

text-color:#000000

}

#related-posts ul li{

background:transparent url(http://2.bp.blogspot.com/_u4gySN2ZgqE/SnZhv_C6bTI/AAAAAAAAAl4/Rozt7UhvgOo/s200/greentickbullet.png) no-repeat ;

display:block;

list-style-type:none;

margin-bottom: 13px;

padding-left: 30px;

padding-top:0px;}

</style>



<script type='text/javascript'>

var relatedpoststitle="Related Posts";

</script>

<script src='http://safir85.ucoz.com/24work-blogspot/related-posts/related-posts-for-blogger-24work.js' type='text/javascript'/>



<!--Remove--></b:if>

<!--Related Posts Scripts and Styles www.bdlab.blogspot.com End-->




If you want to change the title of your widget you can edit this line of the above code



var relatedpoststitle="Related Posts";


If you want you can edit the blue and black colors present in this code



2.Now find this line of code


<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 Code www.bdlab.blogspot.com Start-->

<!--Remove--><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&amp;max-results=6&quot;' type='text/javascript'/></b:if></b:loop><a href='http://24work.blogspot.com'><img style="border: 0" alt="Related Posts Widget for Blogger" src="http://3.bp.blogspot.com/_jM8-wHc3NKY/TPyFOT4CmhI/AAAAAAAAADM/MvlLp1fyfoM/s1600/blogger-widgets.png" /></a>


<script type='text/javascript'>

var maxresults=5;

removeRelatedDuplicates(); printRelatedLabels(&quot;<data:post.url/>&quot;);

</script>

</div>



<!--Remove--></b:if>

<!-- Related Posts Code www.bdlab.blogspot.com End-->


And now click Save Template





You can adjust the maximum number of related posts being displayed by editing this line in the code.


var maxresults=5;



Note: If you want to display the Related Posts on every page, then remove the lines of code starting with <!--Remove-->



















How To Add jQuery Related Posts Widget for Blogger




Typical Usage #1

To display related links at the end of every post. copy this code into a new HTML/Javascript widget and place at the bottom of the post or at the footer in the page elements section. Widget uses jQuery v1.3.2, If you already included jQuery into your blog. no need to do it again.

In old layout: Go to Dashboard - Design - Edit HTML - Expand Widget Templates.

In new layout: Go to Dashboard - Template - Edit Template HTML - Expand Widget Templates.


Now find (CTRL+F) this code in the template:


<data:post.body/>

And immediately after it, paste this code:

<a href="http://24work.blogspot.com" target="_blank" title="Blogger Widgets"><img src="http://safir85.ucoz.com/24work-blogspot/cursor-24work-10.png" border="0" alt="Blogger Widgets" style="position:absolute; top: 0px; right: 0px;" /></a><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>


<script src="http://safir85.ucoz.com/24work-blogspot/related-posts/related-posts-widget-1.0-24work.js" type="text/javascript"></script>



<script type="text/javascript">

relatedPostsWidget({

'containerSelector':'div.post-body'

,'loadingText':'loading...'

});</script>


And now click Save Template




Typical Usage #2

To show related links at the side column. copy this code into a new HTML/Javascript widget and place at the side in the page elements section.Again, If you already included jQuery into your blog. no need to do it again.

How to Install Related Posts Widget related links at the side column


I have to write two set of instructions for each steps, as some of you are using the default layout, and some of you are using the new layout. So, let's see how to install this cool widget in your blog..



Step 1:



If you're using the old Blogger interface: Go to Dashboard - Design - Page Elements - Add a Gadget.



Add a Gadget of HTML/JavaScript type.


If you're using the new Blogger interface: Go to Dashboard - Layout - Add a Gadget




2.Click on 'Add a Gadget' on the sidebar.

3.Select 'HTML/Javascript' and add the one of code given below

4. Now Click On Save 'JavaScript' You are done.



<a href="http://24work.blogspot.com" target="_blank" title="Blogger Widgets"><img src="http://safir85.ucoz.com/24work-blogspot/cursor-24work-10.png" border="0" alt="Blogger Widgets" style="position:absolute; top: 0px; right: 0px;" /></a><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
<script src="http://safir85.ucoz.com/24work-blogspot/related-posts/related-posts-widget-1.0-24work.js" type="text/javascript"></script>
<script type="text/javascript">
relatedPostsWidget({
'loadingText':'loading...'
});</script>




And now click Save











Like It? Please Share It : Post views: Like It? Please Share It :

61 Responses So Far:

kat decosta said...

I really got a great information for web design and doveloping..............thanks Web design manchesterWeb Design Manchester

Rehan Khan said...

It's nice, thanks for sharing

html5 audio player said...

Thanks for sharing your info. I really appreciate your efforts and I will be waiting for your further write ups thanks once again.

Anonymous said...

nice job thanks for sharing

www.wbupdates.com

Aditya Samitinjay said...

Thank you so much.. Works amazing!

Sunil Kandpal said...

Hi,
Thanks for this article, i really like your post.

http://sunilseoservices.blogspot.in/

Shweta Gupta said...

Thanks For the Lovely Post. :)

Aurora said...

We at Auroraare trying to join the List Top Engineering Collegesby creating new practices in the Engineering Education in India. We request you all to have a look and let us know how we can improve our quality of deliverables.

emilly said...

Blogger Widgets provides the best quality blogger tutorials.It also provides you with free blogger widgets and gadgets to build a better blog. alcohol treatment clinic

emilly said...

Widgets are simple, handy, easy, to install to blogs. can modify the code. but actually a good work. fl detox

Faizal Ps said...

very nice yaar :-) pls visit my blog roughrecord.blogspot.in

EuropeanBob said...

A great way to improve your blog and so easy to use, Thanks - Can you make 'random post' widget based on the 'latest post' one?

Bambang Ismanto said...

Great tips,i like it very much,Thank You

Bambang Ismanto said...

Great tips,i like it very much,Thank You

Anonymous said...

Your site is wonderful. I’m so satisfied to have discovered you.I appreciate to this one.
digit emb

putri said...

Hi friend, give me permission, try use this new related posts slideshow with expand image, visit this page for more info http://www.threelas.com/2012/09/related-posts-expand-slideshow-widget.html

Mazda Bloggers said...

Nice sharing....

agus said...

this is very useful posting, i want to try..
thanks fo sharing

siddhartha said...

hi,
thanks for such a valuable information we will use this information for building our website www.farmvilleexperts.com.....

animirani filmovi said...

Thanks for this article

WP Expert said...

Good posting, You give is very helpful and I thank you very much..

joE said...

Ctrl D for this site. Thanks

iliyas shaikh said...

salam

dear my blog not have a



mene sab search kiya kuch nahi mila raha hey

The Geek Solutions said...

nice article...thanks for adding to my knowledge...will try it soon on The Geek Solutions

unilag said...

thanks for adding to my knowledge...will try it soon on The Geek Solutions, wow this is wonderful

Legendkid said...

this is working absolutely well on my website, thanks for this.

Tembok Artikel said...

It's Really Work ..
thanks

Anonymous said...

Hello to all, the contents existing at this website are actually awesome
for people experience, well, keep up the nice work fellows.
Also visit my web blog erinmore flake

Anonymous said...

Quality articles is the key to interest the
visitors to pay a visit the website, that's what this web site is providing.
My web-site - mac baren original choice

Anonymous said...

This is my first time go to see at here and i am actually impressed to read
all at alone place.
Also see my website - old holborn giallo

Anonymous said...

If you are going for finest contents like me, only pay a
quick visit this web page daily because it offers quality contents, thanks
my web page: samson tobacco

Anonymous said...

Thank you for the good writeup. It in fact was a amusement account it.
Look advanced to more added agreeable from you!
However, how could we communicate?
Here is my page : amber leaf

Emmanuel Obarhua said...

My thumbs up, this was informative and was helpful. I prefer the jQuery Related Posts Widget to the Text version.

Regards: WorldWebSurfers.com

obat asam urat said...

nice blog really i like it

Hima P said...

good one.....

james said...

Quality articles .It's Really Work

Milton John said...

Great article... It Helped me alot on my blogs, thanks :)
___________________
Founder of iPhone Game Reviews and Free SEO Tricks Blog's!

Deepak Kumar said...

Thanks for an informative article, great job and presented really well...

Regards,
Virtual Pounce

Emmanuel Obarhua said...

The related posts widget is a great way to reduce bounce rate and keep visitors glued to your site.

Iksan Sawaludin said...

Let me try for this...
if it worked, i'd like to say thank you very much, brother. :)

atiqur rahman said...

Very Nice Post brother. Just waiting for your next post. Well, thanks again for the lovely post.
visit my blog: http://ksamobile.blogspot.com

http://mybloggertopic.blogspot.com/

killer said...

nice

atiqur rahman said...

Thanks a lot for the great script! I add this on my blog and it works great. Your site is wonderful. I’m so satisfied to have discovered you.

We changed our domain mybloggertopic.blogspot.com to mybloggerblog.com successfully. Please stay connected with our updates....

hoa nguyen dang said...

Thanks

http://bestblogtipsnet.blogspot.com/

web tasarım kursu said...

thnask
Bilgisayar Kursu

Chris said...

That's a good one.

mahesh kumar said...

Mahesh Kumar NICE Website

tec kop said...

Best one to get more clicks and for easy navigation..
Hope you like my blog and follow, the articles

สั่งซื้อผ่านออนไลน์ said...

Thanks for sharing this informative news.

Chandra Septian said...

Thanks for sharing :D visit http://candraseptian.blogspot.com/

Ethikal Hackr Neeraj said...

Awesome post.Actually i was looking for it for many days,forunately found here.Also your content and design is great.

http://crackednfull.blogspot.in/
http://technocrazepro.blogspot.in/

Actress Images said...

nice work man this is awesome if u provide this with thumbnails
thankz for sharing this

devendra Kumar munta said...

Thanks for nice widget http://homeoresearch.blogspot.com
http://ushahomeopathy.com

Taimoor said...

Thank you so much bro! it is very useful!

Jetama said...

hmmm, take action now. thanks for tutorial.

Rohan Mod said...

related post widget plays an important role in engaging the user and also to increase traffic.even those posts that did not get good amount of traffic gets clicked because of the same labels and hence hardwork of admins and writer gets rewarded.so i will say it is like a traffic booster.Related post widget for blogger

bestofshayari said...

this is awesome..related post widget helps too much for getting more and more traffic for numb posts.it is like making burning stones out from the mouth of volcano.there are lots of posts which user does not pay attention so here related post widget will help like engaging user for some amount of posts .thanks for sharing.shayari

harsh king said...

i heard that such widget also helps in reducing the bounce rate so i think that recent post widget should be more attractive so that it can engage the user and we can get more pageviews.and i think your widget will do this job for me.thanks for sharing.ringtones

hemcoined said...

Good posting, You give is very helpful and I thank you very much..
Load Systems

Shashikant Nishant Sharma said...

Very Good article to learn from. Thanks
You can visit www.sureshotpost.com for more...

Thaqif Abd Aziz said...

Thank you for sharing this great tutorial!
visit my blog --> Daxxstories

Post a Comment