jQuery Feed Menus
General
This script will allow your users to subscribe to all of your feeds in one location. Use it to list your RSS feeds for your blog, your main site, Twitter feed, and others. No need for multiple feed links. Easy to implement.
Subscribe to our RSS feeds!
Notes
- Created by: Rogie
- Web Site: http://www.komodomedia.com/
- Posted: November 10, 2008
You will need to make sure you have links to your RSS/Atom feeds in the HEAD section of your document, e.g.,
<link rel="alternate" type="application/rss+xml" title="Latest JavaScripts" href="http://www.javascript.com/jss.rdf"> <link rel="alternate" type="application/atom+xml" title="Twitter Feed for WebReference" href="http://twitter.com/statuses/user_timeline/14947937.atom">
Source Code
Paste this source code into the designated areas.
External file
Paste this code into an external JavaScript file named: jquery.js
Paste this code into an external JavaScript file named: feed_menu.js
CSS
Paste this code into an external CSS file named: feed_menu.css
Paste this code into an external CSS file named: feed_menu_ie.css
Head
Paste this code into the HEAD section of your HTML document.
Body
Paste this code into the BODY section of your HTML document


Leave a Response
(0 comments)