The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
RSS Feeds
I know thios has to be easy but i am unable to find it anywhere, i have my RSS feeds enabled but how do i embed feeds from my forum to my html site.
I hope that makes sense, i am mainly wanting to pull my posts from the forum to go into websites to try and pull more people in and keep the content flowing on my html site thanks |
#2
|
|||
|
|||
There's an example in the vbulletin manual about using the javascript external feed to put thread links in an html page, it's basically this:
Code:
<script src="http://www.yourdomain.com/forumpath/external.php?type=js" type="text/javascript"></script> <script type="text/javascript"> <!-- for (i in threads) { document.writeln(threads[i].title + " (" + threads[i].poster + ")<br />"); } //--> </script> I seem to remember seeing an example that parses xml to use other types of feeds, but I can't find it now (I think it's on vbulletin.com somewhere). |
#3
|
|||
|
|||
thanks, i will go and see what i can find
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|