MyBB Community Forums

Full Version: RSS embedding plugin!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This plugin is a simple mod that relies on mod_rewrite to offer search engine/rss bots friendly feed urls. It relies on mybb's implementation of RSS, but it adds the required feed data in the HTML. Using this plugin, you can get the 'live bookmark' icon, when using Mozilla FireFox 1.5, whenever you load the board index or any specific forum on your board.

I) Requirements:

- Webserver supporting .htaccess (do not ask me why it's a requirement. I just don't like cake without cream -- although weight and cream relationship is another story)
- MyBB 1.1 (sorry if I confused you, but don't expect this plugin to work with another forum software, or even worse a windows application Toungue.)

II) What it Does?

Not a big deal here, it just adds the RSS links embedded in HTML on Board Index and all the Forums.

Example of data added in html:

<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://localhost/mybb/feeds/rss2" />
<link rel="alternate" type="text/xml" title="RSS .92" href="http://localhost/mybb/feeds/rss92" />

III) How to install:

1. Download and extract rss.php from rss_plugin.zip
2. Open up your favorite FTP software, browse to your forum_dir/inc/plugins. (sorta straightforward)
3. It would nice if you could chmod your main forum directory and/or .htaccess file to 0777 for now. (remember to revert it back to it's original settings if you change it for the directory). However, this isn't necessary.
4. Go to your Admin CP -> Plugin Manager, and activate the rss plugin.
5. If the rss plugin function cannot write to the .htaccess file, it will give you the code that you should place in your .htaccess file.

That's it. A pretty too descriptive? It's not that I was in a chatty mood or had a lot of time, but anyways, I was just feeling like writing up something descriptive for a plugin as simple as this.

Download URL: http://spicefuse.com/mybb_mods/rss_plugin.zip
Live Demo: http://spicefuse.com/index.php
Support: http://spicefuse.com/MyBB-Mods-and-Plugins-f-11.html (ehh, you noticed that URL? yeah that's my custom SEO module. Hold on, it's not released yet. Just want to see how friendly people are over here and if they appreciate the time put on plugins/mods Wink )

Did I say thanks to MyBB team for developing a pretty good forum software? Smile Keep up the good job!
Seems nice Wink. Nice work Smile
The SEO mod is under construction by kodaks here, however I haven't heard about it lately.

edit: I've been using this mod for an long time though, it has already been made, however not as plug-in.
Update the release. Sorry for those who downloaded it yesterday and had to face a function missing error. This was due to the fact, it was originally supposed to come as an extension to SEO plugin and thus the dependency existed. However, I have updated the zip file to include the function.

CraKTer, I didn't knew a similar RSS mod existed. Well, the one I created embeds both RSS 0.92 and 2.0 and uses mod_rewrite with special type of feed urls. Smile
I was hoping this was a mod that would create threads from an RSS feed. Darn.

Nice work though.