-
Notifications
You must be signed in to change notification settings - Fork 0
Content Widget
Andy Day edited this page Jun 4, 2015
·
5 revisions
<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.
<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>