How to Embed RSS Feeds into HTML Web Pages
Some time you want to embed Rss feeds into your webpages. But you don't expert html code to embed a rss feed that you want.
While there are tons of scripts that convert RSS feeds into Html code, I recommend using Google Gadget Creator for adding feeds to web pages - it’s easy as well as customizable.
Step 1: Copy the URL of that RSS feed to the clipboard (make sure you copy the location of the feed, not the website).
Step 2: Append the feed URL to this string- http://gmodules.com/ig/creator?url=
example my feed: http://feeds.feedburner.com/ctech and this link becomes:http://gmodules.com/ig/creator?url=http://feeds.feedburner.com/ctech |
Step 3: Open this new link in your web browser, adjust the dimensions of the gadget, change the border color and finally click "Get the Code" button.
<script src="http://gmodules.com/ig/ifr?url= http://feeds.feedburner.com/ctech&synd=open&w=320&h=200&title=& border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> |
Place this Javascript code anywhere in your web page where you want the RSS items to be displayed.
0 comments:
Post a Comment