Embed Talkr Podcast Audio Links into WordPress
Filed in: WordPress — July 18th, 2005Have you tried the Talkr, the free podcast for your blog? I hope you did, it is interesting and very easy to use. However, the Talkr does not has audio links embed intruction for WordPress users.
No worry, I show you(Surfnux) how to embed Talkr audio links into your WordPress template.
I assume you already registered Talkr free membership, submited your blog RSS feed and got the audio link code like following:
[html]
Listen to this article
[/html]
Take note on the “[template variable for permalink]“, we will change it later.
Now we need to edit your WordPress template to include the audio link code.
- Open “index.php” for edit.
- Look for “the_content” line like following:
[php]< ?php the_content('Read the rest of this entry »'); ?>[/php] - Add the following code under the line:[html]


The “the_permalink();” is a WordPress tag to disply entry’s permalink.By the way, if you are looking for a Podcast receiver, get iPodder(free, as usual).
Read also:


