Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
add rss feed on my homepage
Hello,
I am not familiar with using rss feed. I know my forum's rss feed url. Btw, how can I add it and display discussion part on my homepage?
I wanna see my forum's recent news on my other homepage.
Please let me know.
Thanks.
0
Answers
Shameless plug for my Latest Post List plugin. It will show the latest discussions from your forum.
Is your home page not a part of vanilla?
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
My homepage is not a part of vanilla.
Is it a static php script? What kind of software?
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
I made my homepage with jsp+javascript(jquery)
Implement it with JS.
Is there any plugin for making js code to embed rss.feed?
@soo you can get the latest discussions as json via the built in vanilla delivery types. You will probably want to use something like
http://www.yoursite.com/path/to/forum/discussions.json/1-10/
as your ajax get.For more info on the built in, read only Vanilla API, check out the wiki.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
Thank you for your reply. I wonder there is a widget for rss feed of vanilla forums.
doesn't your dashboard have an example of rss feed from vanilla forums. (mine does or I believe it is an rss feed, could be wrong) you could adapt that.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
@soo any generic rss feed widget will work. The rss feed url for the 10 latest discussions would be
http://www.yoursite.com/path/to/forum/discussions.xml/1-10/
I am not familiar with jsp at all. Since you are using javascript, I would suggest you get the latest discussions through an ajax request to
http://www.yoursite.com/path/to/forum/discussions.json/1-10/
and output the discussions as you see fit.Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
Nilla Blog has one built in I believe.
http://vanillaforums.org/addon/lastrss-plugin
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌