MyBB Community Forums

Full Version: Display Content from Other Website With RSS
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In my MyBB forum, I need to display content from other website with RSS. I mean, some kind of "RSS Reader". Something like this (see Example 1): http://www.dynamicdrive.com/dynamicindex...player.htm Only that I need to display it with PHP, not Javascript.

It is similar to the "RSS" widget in Wordpress, if anyone is using Wordpress.

Is there any possible way to achieve this? Through a plugin, perhaps?
No, that's not what I meant... I have given the example above, have you checked it?

I need it to be displayed in my sidebar as a list, not as a new post added by bot.

Here is another example for illustration:

[Image: ysDwW.png]

See it here: http://ketigabelax.wordpress.com

Basically it's like showing your Twitter feeds. Only that the content is from other website, not from your Twitter account.
For displaying rss feeds from other websites on your website you will need Rss2HTML php script (with caching) or you could try this https://www.rssinclude.com/ (you will need to register in order to use wizard tool,registration is free) and paste output in your sidebar (or any other location).
How to use that with MyBB?

I'm confused how to use/integrate the PHP script with MyBB. Do I have to resort to plugin if I want to have this feature, or there exists a manual configuration?