I'm looking to add some more of a synergy between my Wordpress blog and its separate vBulletin forum - and was thinking of somehow adding a feature on my Wordpress sidebar that lists the 5 most recent posts on the vBulletin forum....how can I get this done? The only thing I thought of was a possibility of vBulletin having an RSS feed (I'm not sure if it does?) and somehow including that on Wordpress?
It is possible if the forum has RSS incorporated. With the RSS URL, you can add it to your sidebar via the RSS widget found under the Presentations tab of your WP admin.
yup, it's very easy if you have the rss widget on your blog. I'm pulling the feeds from a few forums on my blog here. vBulletin Setup.
I was a little afraid of the vB bridge for Wordpress, since there are so many code additions that you have to do (not sure how that conflicts with future versions). As for the RSS widget, how can it be done if you don't use widgets at all? Can it be done manually?
if you got feedburner use the rss to html code and place it in the blog to show the latest posts from the forum.
I realize this is an old thread, but I'm curious to see if Mark ever got this to work. Also, can someone give me the "Dummies" version of how to do this? I get the sidebar. I get the widgets. I've got Wordpress. Just need to know (step-by-step if you've got the patience) how to get it into my sidebar. As an aside (I'm new, forgive me), I'm also offering Lifetime Best Friend status for anyone who can show me how to do this. Thanks in advance! Rachel
Use RSS with feedburner and style it with something like this .feedburnerFeedBlock ul { margin-left:0; padding-left:0; list-style-type: none; } .feedburnerFeedBlock ul li { padding: 5px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #E0E0E0; } .feedburnerFeedBlock ul li span.headline a { color: #093754; text-decoration: none; display: block; } .feedburnerFeedBlock ul li span.headline a:hover { color: #093754; text-decoration: underline; } #creditfooter { display: none; } HTML:
Ok, so I've got the feedburner RSS In the code that SunFlyer sent over (above), where does the RSS url go and do I cut and paste that code into a text widget to put in my sidebar? Like I said, I'm new to this part... Thanks in advance! Rachel
Hello all, I wondered if anyone has experience in using the below plugin? http://wordpress.org/extend/plugins/vbulletin-latest-threads/ Any help is greatly appreciated. Cheers
oh I haven't seen this one thx! I'll check it out now on my blog and threads from my forum. (which btw isn't the same one listed above.. that site has been sold and under new ownership) *just added it, very nice! thx again for the link*
Youre welcome, Brandon. I'm now following you on twitter. Currently I have the latests threads in sidebar. I would prefer the latest thread that has a new post rather than latest thread, is this possible?