The Most Active and Friendliest
Affiliate Marketing Community Online!

“Adavice”/  “CPA

Put Latest UK Webmaster Forums posts on your site

temi

New Member
affiliate
At the request of Maxseo, our webmaster (misi) have prepared the following ways of pulling feeds from UK Webmaster Forums:

1) Using JavaScript created by Misi:

<script language="JavaScript" type="text/JavaScript" src="http://forums.ukwebmasterworld.com/external.php?type=js"></script>
<b>Last 15 Threads :</b><br><table width="60%">
<script type="text/javascript">
<!--
var max = 15;
if(threads.length < max)
max = threads.length;
for(i = 0; i < max; i++)
{
if (threads.title.length > 50)
{ threads.title = threads.title.substring(0, 50) + '...'; }
document.writeln("<tr><td><a href=\"http://forums.ukwebmasterworld.com/showthread.php?t=" + threads.threadid + "\">" + threads.title + "<\/a> <\/td><td><small> : (by " + threads.poster + ")<\/small><\/td><td> : <small>" + threads.threaddate + "<\/small><\/td><\/tr>");
}
//-->
</script>


The above code will output the last 15 post on a HTML or any other page on your site. It will look like the attached image. You can increase or reduce the number of link by changing the number in the code.

2) You can also use the built in vBulletin XML feeds, just go to this url:
http://forums.ukwebmasterworld.com/external.php?type=xml

Thanks
 
MI
Back