Embedding with Wix
Influx’s embed features work on the Wix platform.
Please read Wix’s instructions on embedding HTML code. They are as of writing as follows:
To add HTML code:
- Click Add (+) on the left side of the Editor.
- Click More.
- Click HTML iframe, or drag it to the relevant location on your page.
- Enter the HTTPS code.
- Click Apply.
Tip
You may find it easier to include both Influx’s embed library and the embed code in one entry. e.g.:
<div><!-- Div wrapper -->
<!-- Include the library -->
<script type="text/javascript" src="https://cdn.influxhq.com/static/embedinflux.js" ></script>
<!-- then immediately call the embed functionality you need -->
<script type="text/javascript">
Influx.button({slug:'YOUR_SLUG_HERE'}); <!-- Make sure to call the feature you want embeded here -->
</script>
</div>