If your website uses the HTTPS protocol, you'll need to make some basic changes to the standard integration code to connect to Inn Style over SSL.
Here's an example:
<script id="InnStyle-js"
src="https://developer.innstyle.co.uk/calendar.min.js">
</script>
<script>
InnStyle('yoursubdomain', {
protocol: 'https'
});
</script>
Things to consider:
Remember to change the
yoursubdomain
parameter to your own subdomain.The first
<script>
tag uses an https:// source too – so don't forget to change that!As well as the
protocol
parameter, you can also add other standard Inn Style parameters. You'll find a useful guide under Account > Website Integration with more information.