Sunday, 8 January 2012

// // 4 comments

Add Recent post titles by Label



Friends MBC going to give you an amazing code that helping you much more in your blogging career. Are you interested to using your labels in your recent post gadget.  The gadget is helping you to adding your choice label tags in single gadget. Lets friends start learning how to add work in your Blog, The recent post titles by label is giving you an professional look.

                Friends i think so many are not know what is label friends don't worry i will clearly discuss in this topic how to add the label in a gadget then start our work.


Friend the above picture indicating what is label in Blogger. i think so you get all things that what is label. Now start to learn how to use the label in recent post gadget.



Add recent post titles by label




  • Go To Blogger > Design > Page Elements

  • Click Add A Gadget

  • select HTML/Javascript

  • Then paste the below java script in javascript box.


<!-- Recent Posts by Label Start -->
<!-- code by http://www.mybloggerclub.com -->
<script type="text/javascript">
function recentpostslistundefinedjson) {
document.writeundefined'<ol>');
for undefinedvar i = 0; i < json.feed.entry.length; i++)
{
for undefinedvar j = 0; j < json.feed.entry[i].link.length; j++) {
if undefinedjson.feed.entry[i].link[j].rel == 'alternate') {
break;
}
}
var entryUrl = "'" + json.feed.entry[i].link[j].href + "'";//bs
var entryTitle = json.feed.entry[i].title.$t;
var item = "<li>" + "<a href="+ entryUrl + '" target="_blank">' + entryTitle + "</a> </li>";
document.writeundefineditem);
}
document.writeundefined'</ol>');
}
</script>
<script src="http://mybloggerclub.com/feeds/posts/summary/-/Add a_LABEL?max-results=5&alt=json-in-script&callback=recentpostslist"></script>
<span style="font-size: 80%; float:right;">Get this <a href="http://mybloggerclub.blogspot.com/2012/01/add-recent-post-titles-by-label.html">widget</a></span>
<!-- Recent Posts by Label End -->



Friends change the http://mybloggerclub.com with your Blogger URL then remove add a label with your label. And lastly if you are interested to increase your post limit in this gadget then change max result no=5 with your choice.


The recent post all titles are come with number list its look like a professional style.

Save your gadget.


Visit your blog and enjoy with new gadget.

 

4 comments:

  1. Very good. Thank you very much. However I think it would be better if the labels accomanied by the post photo. Is there such a possibility?

    ReplyDelete
  2. yes its possible. Subscribe our newsletter to don't miss the post.

    ReplyDelete
  3. THANK YOU FRIEND ITS CAME I LIKE YOU

    ReplyDelete
  4. Thank you for sharing this update.

    ReplyDelete