Embed Talkr Podcast Audio Links into WordPress

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
[/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]