JHarley1
JHarley1

Reputation: 2112

jQuery Blog Plugin

Has anyone encountered a jQuery plugin that allows you to display blog posts on your website (like the twitter plugin for jQuery). It can be for any blog, but ideally blogger.

Cheers.

Upvotes: 1

Views: 1643

Answers (1)

Jochem
Jochem

Reputation: 2994

You could make use of the fact Blogger makes posts available via RSS. You can parse this using the jQuery rss plugin (see here). You will need to do some coding yourself, but this fits nicely since it is a programming project.

Upvotes: 3

Related Questions