How to Insert a Bravenet Message Forum |
Bravenet now offers several nice features in their forum, mainly the ability to actually embed it into a website, without the need for IFrame. Bravenet's forum also offers the ability to create categories, password protect the forum, as well as statistics on how people are using your forum.
1. Click Here to sign up.
2. Copy the following code below into MS Notepad:
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:output method="text" omit-xml-declaration="yes"/>
<xsl:template match="/Footer">
<![CDATA[
]]>
</xsl:template>
</xsl:stylesheet>
3. After customizing and building your forum click Get Code and you will want the Emebeddable Copy and Paste Code.
4. Paste the code for you forum into MS Notepad after the <![CDATA[ tag (you can leave of the comment part of the code <!--...-->):
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:output method="text" omit-xml-declaration="yes"/>
<xsl:template match="/Footer">
<![CDATA[
<script src="http://apps.bravenet.com/go.js?service=forum;id=1;usernum=1375931407" type="text/javascript" charset="utf-8"></script>
]]>
</xsl:template>
</xsl:stylesheet>
5. Now paste the entire code a Custom Footer module on your site.
Note: If you do not have the Custom Footer module you will need to enable Advanced Design tools.