Now You Can Download Google Chrome OS for Free!
 

Embed Talkr Podcast Audio Links into WordPress

Filed in: WordPress — July 18th, 2005

advertisement

Have 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

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.

Reminder: Backup your template files before edit.
  1. Open “index.php” for edit.
  2. Look for “the_content” line like following:
    [php]< ?php the_content('Read the rest of this entry »'); ?>[/php]
  3. Add the following code under the line:[html]Listen to this article

    Listen to this article
    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:

  • Wah, you did it man. Thank you for the guides. I am testing it out now.
  • i used talkr with movable type for about a month and it worked great. i switched to wordpress and it's not converting my posts to audio for some reason. it's says it can't find the entry. i compared you code ot mine and they are identical. maybe it's an rss problem? what do you think?
blog comments powered by Disqus