PDA

View Full Version : Show latest threads of vbulletin 5 on wordpress


arshadeomran
05-14-2015, 04:47 PM
Hi guys,
I am looking for a way to show latest threads of vbulletin 5 on wordpress.
Does exist the plugin like:
https://vborg.vbsupport.ru/showthread.php?t=240504
I used a module similar below for vbulletin 4 and phpnuke
https://vborg.vbsupport.ru/external/2015/05/17.png
But I don't know how to use that for vbulletin 5 and wordpress.
I am waiting for your comments.
thanks a lot.

Lynne
05-15-2015, 02:13 AM
You should be able to use the RSS feed and some javascript to get it on your wordpress site. You won't get the post count or view count, but you will get the thread title and author title. If you want the post count and view count, your wordpress script will need to be able to query your vbulletin database and get that information.

arshadeomran
05-15-2015, 07:52 AM
You should be able to use the RSS feed and some javascript to get it on your wordpress site. You won't get the post count or view count, but you will get the thread title and author title. If you want the post count and view count, your wordpress script will need to be able to query your vbulletin database and get that information.
Thanks Lynne,
How can I use Rss feed?

Lynne
05-15-2015, 03:14 PM
Take a look at this thread. You will need to modify the code to work with wordpress, of course.

[HowTo] Display your latest threads on an external page using an RSS2 feed (https://www.vbulletin.com/forum/showthread.php?t=159044)

helenblog
05-27-2015, 01:06 AM
This using RSS with DOM javascript, you can show latest post from vB5 on wordpress or vise versa.