How do I add a remote feed from the forum to my website?
Have your webmaster add the following block of code to your site. It will pull the newest threads over to your site.
Code:
<p><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><B>DESCRIBE YOUR FEED HERE</font><BR>
<script type="text/javascript" src="http://www.martialtalk.com/forum/external.php?type=js&forumids=FORUMIDNUMBER"></script>
<script language="" type="text/javascript">
<!--
for (i = 0; i < 10; i++)
{
document.writeln("<a href=\"http://www.martialtalk.com/forum//showthread.php?threadid="+threads[i].threadid+"\">"+threads[i].title+"</a><br />");
}
//-->
</script>
</p>
In order for this to work, you will need to replace FORUMIDNUMBER with the ID number of your forum. You can get it by hovering your mouse over the link, or PM me and I can provide it to you.
Bookmarks