Yep. More learning lessons. So I thought I understood RSS, but found out tonight that I didn’t. I just put my regular URL in the buttons, and of course, they didn’t work.
So I went to my favorite friend, Google, and found Tutorial: Create RSS Feeds for your Website. It took me a bit to figure out what the site was saying, but it was fairly easy. Much easier than other sites where I had to do more html programming, which I really don’t want to do. This easy way, I created RSS using Google Feedburner, and it’s much easier.
Finally, I made a RSS feed for my Website (Zhollis) and one for my Blog. Now my blog RSS feed button works. For WordPress and MovableType blogs, RSS is already in the programming. I used the “Auto-Detect RSS” button I learned how to add from Tutorial: Create RSS Feeds for your Website, then clicked the “View original RSS Feed” hyperlink that came up on the new page and copied that URL Address to the field in “Original Feed” for Feedburner.Google.com. I’m glad that the Blog sites automatically has RSS built in, but my own original website that I built with Dreamweaver doesn’t have it. The instructions tell you how to add it to Feedburner, but for each and every change to the website, you have to read the instructions to update the Google Reader for the new content. Since I can’t do the hard stuff for RSS, for my static website that doesn’t change much, this works for me. For those who need to automatically have your website update RSS all the time for you, there’s Feedity.
Whew!
I also made a favicon, thanks to fellow writer’s blog All Fired Up (who also suggest making a email subscription so that people will be notified by email that your blog or website has been updated if they don’t want to, or don’t know how to, use your RSS). Thanks to her site, I’m now in the know that such things are possible. Back to the favicon… It now displays my fangs on the tabs up top by the address. When future people bookmark me, they’ll see my fangs! 🙂
*~* I uploaded my fangs to change to my favicon here: http://www.html-kit.com/favicon/
*~* Downloaded the favicon.ico file to the root of my websites
*~* And type the html path right below the <head> in header.php for Word Press
and right above </head> on my novel website.
What I used in Word Press
<link rel=”shortcut icon” href=”<?php bloginfo(‘template_directory’); ?>/favicon.ico” />
What I used for my regular website
<link rel=”shortcut icon” href=”/favicon.ico”>
<link rel=”icon” href=”/favicon.ico”>
I kinda like it!