Exposing Discussions on Another Site / Using Community Everywhere |
After you've completed the configuration steps in Setting Up Community Everywhere, you're ready to embed the Community Everywhere feature into your content. To do so, you will simply cut and paste the <script> tag in the text box into your page. As an example, let's say you had an article about Widget Foo on your site:
<p> Widget 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 the "Generate New Key" button. You would then copy and paste the <script> tag into your content so that the end result would look something like this:
<p> Widget 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>