Adding Third Party Widgets and Code Blocks
Related help documents
- Using Content Blocks
- Adding Custom Javascript CSS and Head Content
- Custom Theme CSS
- Using CSS with Content Blocks
As long as your third party system offers widgets, or code blocks, integration into your StoreConnect website should be fairly straightforward.
<div data-tf-widget="somerandomcode" style="width:100%;height:400px;"></div><script src="//embed.3rdpartysaasplatform.com/next/embed.js"></script>
An example of a third party code block
Third party code blocks or other widgets offered by SaaS platforms can be inserted into StoreConnect web pages using Content Blocks1.
Video demonstrating adding a third party code block into a StoreConnect web page
Back to Documentation