Using Community Everywhere

To get the content from a place to a web page, you should copy the generated script to the HTML code of the web page.

After you've completed the configuration steps in Setting up Community Everywhere and Generating script for Community Everywhere, you're ready to embed the Community Everywhere feature into your content. To do so, cut and paste the <script> tag in the text box into your page.

As an example, let's say you had an article about Tiles Foo on your site:

<p>
    Tiles Foo is the greatest tool on the planet. You should buy one now.
</p>

And you want to include a discussion form and replies below your content. You would go the Admin Console, enable Community Everywhere, choose the content and display options you want, and click Generate New Key. You would then copy and paste the <script> tag from the Code section into your content. The end result would look something like this:

<p>
    Tiles Foo is the greatest tool on the planet. You should buy one now.
</p>

<script language="JavaScript" type="text/javascript" 
    src="http://our-community/everywhere/1801?community=2003&key=TGFu9V">
</script>