Sep 18, 2011

List of Blog Post Gadget for blogger using javascript

Blogger Data API Sample

Following post will help in retrieving the information related to list of post from a blog. One can use this to display the list of blogs by following easy step mentioned below

 1) Add one html/javascript gadget to your blog.

2) Copy paste below code to your gadget.

3) Replace feeduri with your blog feed uri.

           var feedUri = 'http://www.blogger.com/feeds/10861780/posts/default';

 4) just save the gadget and its ready to use. Here goes the code for list of post for a blog :-








-------------------------------------------------------------------------------------------

/* 
* Retrieve a list of blog posts
*/

// Obtain a reference to the 'content' div
var content = document.getElementById('content');

// Create the blogger service object
var bloggerService =
    new google.gdata.blogger.BloggerService('com.appspot.interactivesampler');

// The feed for a single blog. (In this case, the Official Google Blog.)
//
// The ID included in this URI can be retrieved from the
// <link rel="service.post"> element in the Blog's HTML source
var feedUri = 'http://www.blogger.com/feeds/10861780/posts/default';

// A callback method invoked getBlogPostFeed() returns data
var handleBlogPostFeed = function(postsFeedRoot) {
  var posts = postsFeedRoot.feed.getEntries();
  
  // This variable will buffer HTML output until function completes
  var html = '';
  
  // Display blog's title
  html += '<dl>'
       + '<dt><strong>Blog:</strong> '
       + '<a href="'
       + postsFeedRoot.feed.getLink('alternate').getHref()
       + '">'
       + postsFeedRoot.feed.getTitle().getText()
       + '</a></dt>';
  
  // Display blog posts
  html += '<dd><ul>';
  for (var i = 0, post; post = posts[i]; i++) {
    var postTitle = post.getTitle().getText();
    var postURL = post.getHtmlLink().getHref();
    html += '<li><a href="' + postURL + '" target="_blank">'
              + postTitle
              + '</a></li>';
  }
  html += '</ul></dd>';
  
  // Write out buffered HTML, and clear the "Loading..." message
  content.innerHTML = html;
};

var handleError = function(error) {
  content.innerHTML = '<pre>' + error + '</pre>';
};

bloggerService.getBlogPostFeed(feedUri, handleBlogPostFeed, handleError);

------------------------------------------------------------------------------------------------------

 

Below is the demo of above code for my blog :-

 





Loading...



232 comments:

«Oldest   ‹Older   201 – 232 of 232   Newer›   Newest»

Bs system solution in Delhi provides the best solution for laptop repair. Our experienced engineers take complete care and responsibility for your device and provide you a high-quality solution. The Lenovo Laptop Technical support is available for all range of customers. IF YOU ARE INTERESTED YOU MAY CALL -9891868324, 9643406897, and 9643409808
laptop service in Delhi
laptop reparing center in Mumbai

Spotting the best wedding photographer in Kolkata can be quite a hectic task. Here’s Crazy lens photography to end your quest. We specialize in a fun and candid style of wedding photography, which can be customized according to your needs.
best pre wedding photographer in kolkata
pre wedding photography in kolkata

Klever Trade is a new-generation online stock trading platform which will change the way you trade forever. Klever Trade is a new-generation online stock trading platform which will change the way you trade forever. 02614245940
How to trade in algo
Best api for algo trading

Denex International - India's largest manufacturer and exporter of surgical disposables has a wide product base and are regularly adding new medical disposables to the list. The products include I.V. Cannula with PTFE Catheter of different gauges/ sizes, non-woven fabric products such as SURGEON'S GOWNS & APRONS, O.T. SHEETS and are manufactured under the brand name Amie IV Cannula (All Gauges). 9310148912
IV Catheter Manufacturer

If you are planning to take the CELPIP test and looking forward to achieve your highest score, then there is great chances our course can really help you achieve your desired score in all four modules. In fact more than 85% of our students have achieved their dream score through our live online sessions.
celpip training near me
celpip training center near me

T-shaped front points are designed for excellent penetration of hard ice and comfort on mixed terrain, while providing solid purchase in snow
Petzl ICE AXES Quark price in Mumbai
Petzl CRAMPONS Sarken price in Mumbai

Our Course is your comprehensive online CELPIP preparation course, this course covers all four modules that is Writing, Speaking, Reading and Listening. 9958879262
IELTS online training
IELTS classes near me

Klever Trade is a new-generation online stock trading platform that will makeover the way you trade always. Klever trade gives you better instruction and practice for promoting your knowledge about trading and investment which will assist to build up your wealth by using tools and technology for disciplined trading.
Small Portfolio
Demat account kaise open karen
Low brokerage account

mobile devices are always great because they always come in a handy package; connect airpods to macbook

Very Informative blog thank you for sharing. Keep sharing.

Best software training institute in Chennai. Make your career development the best by learning software courses.

rpa course in chennai
Docker Training institute in Chennai
devops training in chennai

I believe there are many more pleasurable opportunities ahead for
individuals that looked at your site.
ASP.NET Course In Chennai
Best C # .NET Training Institute in Chennai

This blog carries wonderful information! Gadgets Africa is the foremost digital media platform that helps you know everything about your gadgets. Our website carries gadgets news as well as gadgets review Kenya. If you’re interested to know, kindly visit us.

Startup funding Africa is one of the foundations that keep the economies at huge ticking. Hedging process for capital outgrowth for the new age ideas are the quintessential backdrop of growth platforms. This indeed creates a potential growth benefit for the organization and population that it caters to.
WeeTracker - Business, Startups & Economy News
From Africa

Nigerian Fintech startups
African eCommerce startups
Kenyan Technology startups

IGCP is a well known institute in Hyderabad; our students are highly recommended in the Job market. So feel free to connect to IGCP today, the best clinical SAS institute in Hyderabad

Thanks for sharing excellent information. Your website has very useful information. I’m impressed by the details that you have in this article.

Thank you for sharing such a nice and interesting blog with us
Workday Online Training
Workday Training

Nice blog, thanks for sharing information
Distance Education Admission Open 2022-2023 BCA distance education in India.
Courses - Graduation in one year Degree BA, MBA, MCA, BCA, BBA, B TECH, MTECH, BSC, MSC, MA, MSC, BED, MED, DTECH, ONE YEAR DIPLOMA, MBA DUAL, DBA, B.COM, M COM, BSC IT, MSC IT, PGDCA, Diploma Courses (Non Technical) 3 Year Diploma, Journalism Courses BAJM, MAJM in Distance Education.

Comment as:
Nice blog, thank you for sharing your insights.
Mulesoft Online Training in India
Best Mulesoft Training

Notify Me
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Thank you so much for sharing this information. Do visit it projects in chennai

Clinical SAS training in Hyderabad, IGCP works with clinical data managers, biostatisticians, clinical writers, and experts to support and develop new devices, drugs, and therapies

love this article
java full stack developer course in chennai

full stack development course in chennai

full stack training in chennai

love this article
safety course in chennai

safety institute in chennai

safety courses in chennai

«Oldest ‹Older   201 – 232 of 232   Newer› Newest»

Post a Comment