PoducateMe: Practical Solutions for Podcasting in Education
173
Printable copies of the guide are available for purchase and immediate download at
Figure 128: Enter the URL for the RSS icon and the URL for the standard podcast feed in the text
box.
(C) When you click the text input option, the text input window will appear and be given
focus.
(D) Here, well enter the following HTML:
Rather than type all the preceding code into your window, feel free to copy and paste
the example entry. Now, lets look at what exactly the code does:
The first bit of code, <img src="http://faq.wordpress.com/files/2006/10/feed-icon-
1414.png">, is an image tag. What this does is call from a server the small RSS
icon WordPress makes available to bloggers and inserts the graphic before our feed
link. The icon is a standard means of calling attention to your feed.
Well leave a space after the image tag and insert the next bit of code: <a
link is created in HTML. Of course, youll need to replace the feed URL
(http://feeds.feedburner.com/ahpy) with that of your own feed here. In addition, if you
dont plan to offer both a regular and enhanced feed, change the link text from
Regular podcast feed to something like Subscribe.
(E)
Click the X to close the window after entering the sidebar information.
(F)
Click the Save Changes button to apply the text to the sidebar. Now, lets see what
our blog looks like by clicking the View site text at the top of the blog.
C
D
E
F