Skip to content
Andy Day edited this page Jun 4, 2015 · 5 revisions

Inline

<fc-content type="page" name="123"></fc-content>
  • type - Type or categorization of the content. In most cases this will be set to "page"
  • name - Unique name or id of the content.

Frames

<div id="my-widget"></div>
<script type="text/javascript" src="//cloud.firebrandtech.com/widgets/js/widgets.js"></script>
<script>
    fcsWidget('my-widget', 'app-name', 'content', {
        lapp: 'linked-app-name',
        type: 'page',
        name: '123',
        manage: 'true',
        liveLink: 'true'
    });
</script>

Clone this wiki locally