Embedding with SquareSpace

The SquareSpace platform works with Influx’s embed functionality.

Please read SquareSpace’s documentation on embedding HTML code in ‘Code Blocks’.

Tip

You may find it easier to include both Influx’s embed library and the embed code in one block. e.g.:

<!-- 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'});
</script>