Post Reply  Post Thread 
RSS Embedding into HTML [Version 1.0]
Pacifier
Administrator
*******

Posts: 222
Group: Administrators
Joined: May 2006
Status: Offline
Reputation: 1
Post: #1
RSS Embedding into HTML [Version 1.0]

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 Tongue.)

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:

Code:
<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: This forum
Version: 1.0

05-23-2006 02:04 PM
Find all posts by this user Quote this message in a reply
ghazal
http://forum.mybbz.net/index.php
**

Posts: 8
Group: Registered
Joined: Oct 2010
Status: Offline
Reputation: 0
Post: #2
RE: RSS Embedding into HTML [Version 1.0]

Thanks...


10-04-2010 11:39 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply  Post Thread 

View a Printable Version
Send this Thread to a Friend
Subscribe to this Thread | Add Thread to Favorites

Forum Jump: