Wednesday, October 13, 2010

What is "Subscribe to: Posts (Atom)"

"Subscribe to: Posts (Atom)" is a link provided at.................

the end of all your blog posts. This link is for viewers of your site/blog to view your blog without having to come to your blog. In the real world when we want to read a newspaper or magazine we go to the news-stand and buy it.

If you wish to change the words "Subscribe to Posts Atom" go to Template------>Edit Html----->Backup Template first------->Put a Check in
Expand Widgets Template box------------>Scroll down in Edit Template
text box and locate this code in Blog Posts widget :


<b:includable id='feedLinksBody' var='links'>
<div class='feed-links'>
<data:feedLinksMsg/>
<b:loop values='data:links' var='f'>
<a class='feed-link' expr:href='data:f.url'
expr:type='data:f.mimeType' target='_blank'><data:f.name/> FEED ME</a>
</b:loop>
</div>
</b:includable>

Substitute the CAPS instead of (<data:f.feedType/>). Change the CAPS to whatever suits you. Preview and save.

After having read it we like it so much that we decide to read it regularly. However, we cannot spare the time to go to the news-stand daily or monthly to buy the paper or magazine. It is then that we decide to subscribe to it. Then the news/magazine is delivered to our doorstep without us having to visit the news-stand.

In the virtual world regular users subscribe to groups whose members hold the same interst as they do. Some examples of these are Google groups and Yahoo groups. In these groups members post messages which are delivered automatically to all members of the group. They do not have to send emails to each member seperately. After the World Wide Web exploded into millions of websites viewers were confounded and confused and a wasted a lot of time visiting each site separately.

Thus RSS and Atom was born. These are the delivery guys of the Internet. RSS is an acronym that is short for Really Simple Syndication. It's a type of XML (eXtensible Markup Language) that is used for syndicating content. XML is used to describe data and is basically a markup language like HTML. To read the feed easily, download a feed reader like Feedreader.com or use an online reader like Google Reader.

TO MAKE IT WORK right click the link : Subscribe to posts - Atom and left click on 'Copy link location'. This will copy the URL of the link to your clipboard. Then go to your feed reader and paste the link into it.

DO NOT LEFT CLICK THE LINK because it will ask you to download the XML file full of code.
You can paste multiple such links from multiple sites on the Internet and then you will have updated content from all sites ready to read instead of having to visit all those sites one by one.


You can also use it to deliver updated content from other sites/blogs to your site/blog. How to do this is descirbed in Add Content with RSS feeds.


Similarly others can use this to deliver content from your site to their site. To prevent access to your feed you can hide this by pasting following code in your CSS part of template :

.feed-links {
display:none;

}


To see what is CSS part of template see Parts of Template.

The feed url for you beta blog is :

http://yourblogname.blogspot.com/feeds/posts/full
http://yourblogname.blogspot.com/feeds/posts/default?alt=rss
http://yourblogname.blogspot.com/feeds/posts/default
type name of your blog in place of 'yourblogname' in link above.


To add these links to your sidebar go to Settings----->Page Elements---->Add Page Element in Sidebar------>Choose Link List------>Enter the above feed URLs and for Titles add Subscribe to Posts :Atom and Subscribe to Posts :RSS.

In Classic Blogger the feed URL is :

http://yourblogname.blogspot.com/rss.xml

TO SET THE SETTINGS for your feed in Beta Blogger go to Settings----->Site Feed.

Here you can set the Settings for :

1) Whether you want your full posts to be sent in the feed or none or short.
2) Whether you want the Blog Comments also to be sent in full or short form.
3) Whether you want the per posts comments to be full, none or short.
4) Lastly if you want something else to appear in your feed like Adsense Ads.
5) Always try to set it to short so readers get a sneak preview of your posts and then visit your blog to read more on the topic.

For more info see :

Technorati Tags:, , ,

TO ADD A GOOGLE READER BUTTON to your blog go to http://www.google.com/webmasters/add.html . Type in your Feed URLin the first Text box and click on Create Html. Copy the snippet of code and paste it into a Html/Javascript Page Element in the sidebar. For Example a Google Reader button for my blog is :

Add to Google


Clicking on the above button will enable you to add the feed from my blog to your Google Reader or to your Google Personalized Search Page.


TO ADD A Add-to-My Yahoo! Button GO TO :
http://publisher.yahoo.com/promote.php. Choose a button style. Enter your bew blogger feed urls which are described above. Then click on Generate Html. Copy and Paste the code generated in a Html/Javascript Page Element in the sidebar. I have added a button here below :

Add to My Yahoo!

Clicking on the above button will enable you to add a feed from my site to your MY-Yahoo Page.

RSS Auto-Discovery

Auto-discovery is a way to let application (such as Mozilla's Firefox browser, Yahoo! Toolbar, etc.) know there's an RSS feed on your web page or site. Then, the application lets users know they can subscribe to your feeds.

To see if your web site currently supports RSS auto-discovery, use the new Yahoo! Toolbar or Firefox browser. If Firefox has an orange box highlighted in the lower right corner , or the Yahoo! Toolbar has a blue "plus" button next to the My Yahoo! button on the toolbar, then you don't need to do anything.

Otherwise, please add the code below to your template after the metatags :

<link rel="alternate" type="application/rss+xml" title="[YOUR RSS FEED TITLE]" href="%5BURL%20TO%20RSS%20FILE%5D">

Auto-discovery tips for publishers:
Please make your titles something meaningful and descriptive (e.g., "NYTimes Top Stories") – otherwise users will see "Add RSS" when they use this feature.
If you have multiple feeds, please add this code to all feeds if possible, so users have more choices.
Make sure the LINK tags go in the HEAD and not in the BODY of the HTML document.

Source : http://www.blogdoctor.me/2006/10/what-is-subscribe-to-posts-atom.html

Labels:

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home