Here is an example of how a Content Block would get placed on your website.  Please follow the steps below to try our sample Content Block.


The following JavaScript should be placed at the top of every webpage.


<script type=”text/javascript” language=”javascript”>

var SCDS_DOT_COM_AccessKey = “z_SampleBlocks”;

 </script>
<script type=”text/javascript” language=”javascript” src=”https://cdn.simplecontentservice.com/js/scds.js”></script>


The following JavaScript code is used to include a Content Block on the Page:


<div id=”SCDS_DOT_COM_BLOCK_demopage-maincontent”> </div>
<script type=”text/javascript”>SCDS_DOT_COM_GetBlock(‘demopage-maincontent’);</script>


The Content Block is now displayed below: