Blog Archive
-
▼
2004
(52)
-
▼
January
(29)
- What if Google didn't like Blogs?
- Can your Blog Posts become a Valued Commodity?
- Why should my Business Have a Blog?
- Blogger Releases RSS feed capability
- Blog Promotion 101
- Where is my Muse?
- Free Domain Names
- Get into Yahoo while you can
- "Links" is Yesterday's Name
- Trackback - what it is and how it can help you
- Time to get Personal
- Tell your Audience who Refers to You
- Finding more Information about Your Competitors
- Format of a small business advertising campaign: P...
- Email is a great tool for Viral Marketing your Blog
- Who is referring to you?
- Blogging Vocabulary
- Why Companies should Encourage Employees to blog, ...
- Microsoft jumps on the Blogging Bandwagon
- Why Blogs Perform Better than Regular Websites in ...
- Stemming - what is that all about then?
- Webrings can help new Users find your Blog and Inc...
- Can you Really Make Money from Blogging?
- Blogging for AdSense
- Content is King - Quality Content is the King of K...
- Establishing Dialog With and Amongst your Blog Rea...
- Getting the free RSS feed Generators to Work with ...
- More RSS Feed Creators
- Guest Blogging on other Blogs
-
▼
January
(29)
Resources
- Blogmatters
- Cheap Ticket News
- Consumer News and Reviews
- Ishtar Talking
- Korea Life Blog
- Toothing
- Academic Secret
- African Food Blog
- Work at Home News
- iPhone News iPad Review
- Cheap Hotels Travel
- Retirement Planning
- Intelligence Online
- Small Business Victories
- Swap & Hop Sports
- Health Consulting Group
- Genius Duck
- Atlas Travel
- American Electronics and Furniture News
- Elite Kitchens
- Kitchen and Bath Corner
- click here
- about lawyers
- georgiaaccidentlawyers.org
- about lawyers
- website
- lawyersmedicalmalpractice.org
- click here
- click here
- about lawyers
- click here
- click here
- about lawyers
- click here
- website
- about lawyers
- website
- website
- click here
- click here
- click here
- click here
- click here
- about lawyers
- website
- about lawyers
Saturday, January 03, 2004
Getting the free RSS feed Generators to Work with Blogger
10:37 AM | Posted by
Mischa Peyton |
Edit Post
I have had several bloggers ask me how I got the RSS generators to work with Blogger, as they have had problems. I had problems when I first started, the following workaround should work for you:
If you are using certain templates supplied by blogger.com (including the one this blog is based on) you may behaving problems getting the RSS feed to include your titles. This is because the the permalink anchor (the code that allows you to make a URL for each post) for your posts is placed after the title. The permalink anchor is what the RSS generator considers to be the start of the post.
You need to change it to go before the title in your template.
Look for the <BlogItemTitle> tag in your template. The code that reads:
<a name="<$BlogItemNumber$>"> </a>
needs to come after this tag or at least before the <$BlogItemTitle$> tag. This tag tells the RSS feed generator that this is the start of a new post and creates each feed item from this point. Previously I had the following code from the original template:
<BlogItemTitle><h2><$BlogItemTitle$><br></h2><a name="<$BlogItemNumber$>"> </a></BlogItemTitle>
To fix the problem I changed the code to look like this:
<BlogItemTitle><a name="<$BlogItemNumber$>"> </a><h2><$BlogItemTitle$><br></h2></BlogItemTitle>
Note that my other blog, Noo Meeja Ads didn't have this problem and worked immediately with the RSS generators, and this one uses one of the blogger supplied templates. Some of the templates out there have the permalink anchor in the right place - don't bother with my workaround unless your RSS feed is missing the titles.
If you are using certain templates supplied by blogger.com (including the one this blog is based on) you may behaving problems getting the RSS feed to include your titles. This is because the the permalink anchor (the code that allows you to make a URL for each post) for your posts is placed after the title. The permalink anchor is what the RSS generator considers to be the start of the post.
You need to change it to go before the title in your template.
Look for the <BlogItemTitle> tag in your template. The code that reads:
<a name="<$BlogItemNumber$>"> </a>
needs to come after this tag or at least before the <$BlogItemTitle$> tag. This tag tells the RSS feed generator that this is the start of a new post and creates each feed item from this point. Previously I had the following code from the original template:
<BlogItemTitle><h2><$BlogItemTitle$><br></h2><a name="<$BlogItemNumber$>"> </a></BlogItemTitle>
To fix the problem I changed the code to look like this:
<BlogItemTitle><a name="<$BlogItemNumber$>"> </a><h2><$BlogItemTitle$><br></h2></BlogItemTitle>
Note that my other blog, Noo Meeja Ads didn't have this problem and worked immediately with the RSS generators, and this one uses one of the blogger supplied templates. Some of the templates out there have the permalink anchor in the right place - don't bother with my workaround unless your RSS feed is missing the titles.
0 comments:
Post a Comment