Today I added a podcast for the blog posts. The talkr service takes your blog entry, and will read it back to you. You can download it and listen to an .mp3 of any blog entry.

Membership was as easy as filling out a form. They give you the html to display their button. They also give you the code you need to add to give the link for the podcast in your template. In my template file. I added the link they gave me, and as they explain to do, add the permalink variable to the querry. In my case with this wordpress template it was the variable in post.php.[code lang=”php”]href=the_linkage_from_talker_< ?php the_permalink(); ?>[/code] 
With this, anybody can listen to your blog!
 

Technorati Tags: , ,


Post A Comment