LATEST >>

Welcome Here And Thanks For Visiting. Like Us On Facebook...

EXEIdeas – Let's Your Mind Rock » Blogspot / Blogspot List Of Posts » Simple “List Of Post/Article” Widget For Blogger

Simple “List Of Post/Article” Widget For Blogger

In this tutorial I will show you how to list the titles of your blog’s 1000 2000 most recent posts. If you are looking for an alternative to Blogger’s Archive gadget, then this might be it. This list can also be used as a Table Of Contents. This list is made possible with the use of Yahoo! Pipe.

Features: 

1.) List Them Inside A Widget, Post Or Page.
2.) Arrange The Titles An Alphabetical Or Chronological Order.
3.) If You Use Your Blog As An Online Serial Novel, Then Chronological Order Is Just What You Need.
4.) Append (Or Not) A Comment Count At The End Of Each Title.
5.) Choose Numbered Or Bullet List Style.

How To Add In Blogspot?
1.) Go To Your www.blogger.com
2.) Open Your Desire Blog.
3.) Go To Layout.
4.) Click “Add A Gadget” Where You Want To Add It.
5.) Now Scroll To “HTML-JAVASCRIPT”
6.) Click “+” Icon To Add It.
7.) Now Copy The Below Code And Paste It To There.
8.) Click Save, Now You Are Done.

<script type=”text/javascript”>
function getYpipeTL(feed) {
document.write(‘<ul style=”font-weight:bold”>’);
var i;
for (i = 0; i < feed.count ; i++)
{
var href = “‘” + feed.value.items[i].link + “‘”;
var pTitle = feed.value.items[i].title;
var pComment = ” (” + feed.value.items[i].commentcount + ” comments)”;
var pList = “<li>” + “<a href=”+ href + ‘” target=”_blank”>’ + pTitle;
document.write(pList);
document.write(pComment);
document.write(‘</a></li>’);
}
document.write(‘</ul>’);
}
</script>
<script src=”http://pipes.yahoo.com/pipes/pipe.run?
YourBlogUrl=https://www.exeideas.com
&Order=alphabet
&_id=401e43055731c1a29f1e1d3eb5e8e13f
&_callback=getYpipeTL
&_render=json”
type=”text/javascript”></script>
<span style=”font-size: 80%; float:right;”>Get this <a href=”https://www.exeideas.com” target=”_blank”>widget</a></span>

Customization:
1.) Listing Order: The Default Order Is Alphabetical. To Change To Chronological Order, Just Change The  alphabet to chrono.
2.) Comment Count: Comment Count Is Displayed By Default. To Remove Comment Count, Delete  document.write(pComment); In The Code.

Note:
If This Is Not Working Well With You Then Try Some New Widget Here.
Stylish “List Of Post/Article” Widget For Blogger
J-Query “List Of Post/Article” Widget For Blogger
Recommended For You:
How SEO Has Changed After Penguin Update?

You Like It, Please Share This Recipe With Your Friends Using...

8 Responses to “Simple “List Of Post/Article” Widget For Blogger”

  1. Shahin Ahmed says:

    I want above related post widget.

  2. Anonymous says:

    How i can limit the No. of post in this widget. I want to show only 3o Recent posts. Also want to use the same widget. Dont want to use any other type. Is this possible?? If not then is there similar widget having limited no of pots to show up?? Thanks in advance.

    • EXEIdeas says:

      You Can Not Limit Is This Widget But If You Want, You Can Use Latest Post Widget With Your Desired Post Limits…
      Stylish J-Query Latest Post Widget For Blogger Or Blogspot

  3. Anonymous says:

    Ok dude if we cant limit this. But the other widget you have suggested is also giving some kind of error. It pop ups a little box asking username and password in internet explorer and firefox, not in chrome. In chrome everything is running smothly. I have also mentioned the above problem on your suggested widget.

Leave a Reply

Your email address will not be published. Required fields are marked *