...
Sidebar: a small tag on the left side of the screen
Button: a button over the page in the right down corner
popup: a dialog in the middle of the page
CTLive Interactive biltbuilt-in widget is only one
You can add custom widget loading your html, css files into the customDocument collection and then referencing at them using the sintax:
Code Block | ||
---|---|---|
| ||
{
"engagement_html" : "customDocument/sidebarEngagement.html?v=1",
"engagement_css" : "customDocument/sidebarEngagement.css?v=1",
"widget_html" : "customDocument/sidebarWidget.html?v=1",
"widget_css" : "customDocument/sidebarWidget.css?v=1"
} |
Logic
Widget Logic implemented in a dedicated JS file.
...