Recipes by Category
App Distribution (2)
Bundle logic, interface and services for distribution.
App Logic (37)
The Apex programming language, workflow and formulas for logic.
Collaboration (6)
The Salesforce Chatter collaboration platform.
Database (29)
Data persistence, reporting and analytics.
Integration (33)
Web Service APIs and toolkits for integration.
Security (9)
Platform, application and data security.
Tools (4)
Force.com tooling
User Interface (36)
Visualforce MVC and metadata-drive user interfaces.
Web Sites (12)
Public web sites and apps with optional user registration and login.
Cookbook Home » Adding a Feed to Your Force.com Site
Share
X
Vote to Verify a Recipe
Verifying a recipe is a way to give feedback to others and broaden your own understanding of the capabilities on Force.com. When you verify a recipe, please make sure the code runs, and the functionality solves the articulated problem as expected.
Please make sure:- All the necessary pieces are mentioned
- You have tested the recipe in practice
- Have sent any suggestions for improvements to the author
Please Log in to verify a recipe

Recipe Activity - Please Log in to write a comment
Are there any other mapping tags available for feeds? I would like to include a photo with each post. This would help make the post look better in such news readers like Pulse.
AJ - the "1" is actually just a line number. Use the "Copy to clipboard" option in the hover (when you mouse over the example) to get the code without the line numbers.
This is very easy to follow; however, I ran into an issue after customizing the provided link and adding it to my VF page.
I believe the link should be:
<A HREF="
/services/xml/LatestAccounts">Latest Accounts</A>instead of:
1<AHREF="/xml/services/LatestAccounts">Latest Accounts</A>After I changed the link on my VF page, it worked great.