Hi,
I did not find so.. asking to youVBseo installed and work well, now how can I show last thread in other website page (like homepage)?
Thanks!
This is a discussion on last thread in other page within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hi, I did not find so.. asking to you VBseo installed and work well, now how can I show last ...
Hi,
I did not find so.. asking to youVBseo installed and work well, now how can I show last thread in other website page (like homepage)?
Thanks!
Hello Franco,
do you mean to show the list of the most recent threads? If so, it is usually done with special "portal" additons to vBulletin like vBadvanced CMPS, for instance.![]()
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Hi Oleg,
in vBulletin offical manual I see the following codebut if I put this the page does not show last thread of my board integrated with vbseo. Anyone has the same problem?The External Data Provider also gives alternative feeds in commonly used formats. These are useful if you have external readers or a script to read them already. These feeds are available in XML, RSS and RSS2 so it should fit a wide variety of readers. The system defaults to RSS so if you leave off the type, that is what you get.PHP 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.title + " (" + threads[i].poster + ")<br />");[/i]
}
//-->
</script>
The URLS to access these feeds are:
XML - www.yourdomain.com/forumpath/external.php?type=xml
RSS - www.yourdomain.com/forumpath/external.php?type=rss
RSS 2.0 - www.yourdomain.com/forumpath/external.php?type=rss2![]()
Hi,
it should work correctly, for instance: http://www.vbseo.com/feed/rss2/
Please PM me your URL if it doesn't work for you.
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
hi,
my external.php?type=rss works, does not works the js above suggested by vbulletin. I'll take a look into another solution that will show the rss channel
Thanks for your support![]()
Hi,
make sure that you have "Enable External Javascript" enabled in vB admincp options.
Also, correct code is:
document.writeln(threads[i].title + " (" + threads[i].poster + ")<br />");
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!