Add RSS Feed in website
In this article, I will explain how to add RSS feed in website using generated code from the website feed.informer.com. Generated code from feed.informer.com helps to automatically add feeds from corresponding website.
Add RSS Feed in website
As the article name says Add RSS Feed in website using the generated code from feed.informer.com site. Register an account in feed.informer.com and pass URL of the RSS feed and paste generate code where you want to show the RSS feed which automatically update in the website.
First Step: Find your RSS feed which you want to add it in your website (For example:editon.cnn.com/services/rss/)
Second Step: Visit http://feed.informer.com and register new account
Third Step: After sign in to the feed.informer.com. There are four step processes to generate the code. .
A, Digest Sources.
Past URL of RSS feed in Add new feed to this digest
After signin to the feed.informer.com. Past URL of RSS feed in Add new feed to this digest.
B, Digest Settings
Where you can set Digest Name, Order Items By, Timezone, Max Items to Show, Output Encoding, Language, AND Filter, OR Filter, Show Only Live Items, Dupe Filter of the RSS feed.
C, Digest Design.
Select template for the RSS feed from the list which suits your website. There are four categories of Design Templates.
They are 1, HTML 2, Flash 3, Flash (legacy) 4, Pictures
1, HTML:
Html based template.
There are 13 HTML design templates. You can choose which template suits your website.
The 13 HTML Design templates are as follows:
1, Current template
2, Basic
3, Boxy
4, Del.icio.us
5, Fake Blog
6, Flickr Slides
7, Minimalist
8, Scrolly Box (PHP only)
9, Single Line(UK)
10,Single Line(US)
11, Smart Headline with Source
12, Striking
13, Three Dimensional Box
Below image is Sample HTML Design Template
2, Flash:
Flash template is use to display the news in upward direction.
Below image is Sample Flash Template Design
3, Flash (legacy)
Flash (legacy) design template contains different colors we can choose color which match to our website.
Different colors for Flash (legacy) available are
1, Gray
2, Dark Blue
3, Acid Summer
4, Dark Grey & White
5, Deep Blue
6, Plum Plum
7, Pinky
8, White & Simple
9, Orange
10, Swamp Sunset
11, Camomiles
12, Girlish theme
13, Aqua
Below image is Sample Flash (legacy) Design Template
4, Pictures
Picture template is a graphic template. There are different types of picture template. They are
1, Simple Style
2, Orange Style
3, Severe Style
4, Sunny chamomiles
5, Blue Style
6, Default Style
7, Rosy Style
8, White and Simple
9, Dark Style
Below image is Sample Publish Design Template
D, Publish Digest.
Publish Digest is used to generate code of the RSS feed which we want to add into our website
Sample generate code of the RSS feed as follows.
<script type="text/javascript" src="http://app.feed.informer.com/digest3/VLJTWGXLIL.js"></script>
<noscript><a href="http://app.feed.informer.com/digest3/VLJTWGXLIL.html">Click for "Your New Digest 1".</a>
Powered by <a href="http://feed.informer.com/">RSS Feed Informer</a></noscript>
Fourth Step: Embed the generated code in your website.
Sample code as follows
<html>
<head>
Sample RSS feed Website
</head>
<body>
<script type="text/javascript" src="http://app.feed.informer.com/digest3/VLJTWGXLIL.js"></script>
<noscript><a href="http://app.feed.informer.com/digest3/VLJTWGXLIL.html">Click for "Your New Digest 1".</a>
Powered by <a href="http://feed.informer.com/">RSS Feed Informer</a></noscript>
</body>
</html>
Please find attachment of the sample file.