After you've completed the configuration steps mentioned above, you're ready to embed the Community Everywhere feature into your content. As described above, you can simply cut and paste the <script> tag in the text box into your page. As an example, let's say you had an article extoling the virtues of Widget Foo on your site:
<p>
Widget Foo is the greatest tool on the planet. You should buy one now.
</p>
and you wanted 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 wanted 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>