Recent changes Random page
GAMING
Technology
 
Gaming
Entertainment
Science Fiction
Biggest wikis
Hobbies
Music
See more...

Adding An RSS Feed

From Blogsome

Jump to: navigation, search

RSS Feeds already are present from Blogsome, all you need to do is point people in the right place.

The actual address of the feed is often http://sitename.blogsome.com/feed/, but you should put the following code in your template to be better prepared for system upgrades:

    <a id="rss" href="{bloginfo show='rss_url'}"> RSS .92 </a>
    <a id="rss" href="{bloginfo show='rdf_url'}"> RDF 1.0 </a>
    <a id="rss" href="{bloginfo show='rss2_url'}"> RSS 2.0 </a>
    <a id="rss" href="{bloginfo show='comments_rss2_url'}"> Comments RSS 2.0 </a>

The id="rss" makes it really easy to add a stylesheet and create classy links. The following works well for me:

   #rss
   {
       color:#FFFFFF;
       background-color:#FF6600;
       border-color:#FF6600;
       border-style:outset;
       text-decoration:none;
       margin:2em 0em 0em 0em;
       padding:0em 0.5em 0em 0.5em;
       border-width:1px;
       font-family:Arial;
       font-size:0.8em;
   }
   #rss:hover
   {
       background-color:#FF9900;
   }
   #rss:active
   {
       border-style:inset;
   }
Rate this article:
Share this article: