Skip to main content

How Did I Do That?

How did I create a dynamic feed showing the last 5 posts in this blog? Normally, I'd ask you to examine the code, then ask questions.

In this case, the solution involves more than just code. At least, you can't write this code on your own. Note: This example listing has extra line breaks inserted, to avoid causing sidebar alignment problems.

<div style='text-align:center; padding: 0px 3px 0.5em 3px;'>
<script type="text/javascript" src="http://app.feeddigest.com/digest3/PEXJUYD3JV.js"><noscript>
<a href="http://app.feeddigest.com/digest3/PEXJUYD3JV.html">Click for "The Real Blogger Status".</a> By <a href="http://www.feeddigest.com/">Feed Digest</a></noscript></script>
</div>

The code I got from FeedDigest. They take any set of Atom or RSS feeds (from any one, or from multiple web sites), and make you a custom feed in a javascript snippet like the above code. You put the above snnipet into your template, and you have a dynamic feed from this blog. You make your own (free) (of course), and you have the same, for your blog.

Don't like the style of the information, as formatted above? Well, that's part of the FeedDigest template that I used. They'll give you a choice of half a dozen templates, or you can roll your own if you like coding HTML. All free.

Comments

Evil Bro said…
My blog is still in its infancy. However, it seems that whenever I want to know something about its workings, or about changing it, the answer is always on one of your pages!

What is even better though, is that I always understand it. Fantastic.

Hats off to you Chuck.

Moo.

Popular posts from this blog

Adding A Link To Your Blog Post

Occasionally, you see a very odd, cryptic complaint I just added a link in my blog, but the link vanished! No, it wasn't your imagination.

What's The URL Of My Blog?

We see the plea for help, periodically I need the URL of my blog, so I can give it to my friends. Help! Who's buried in Grant's Tomb, after all? No Chuck, be polite. OK, OK. The title of this blog is "The Real Blogger Status", and the title of this post is "What's The URL Of My Blog?".

Add A Custom Redirect, If You Change A Post URL

When you rename a blog, the most that you can do, to keep the old URL useful, is to setup a stub post , with a clickable link to the new URL. Yo! The blog is now at xxxxxxx.blogspot.com!! Blogger forbids gateway blogs, and similar blog to blog redirections . When you rename a post, you can setup a custom redirect - and automatically redirect your readers to the post, under its new URL. You should take advantage of this option, if you change a post URL.