Toggle Widget from your custom button

You can also open the slideover with an anchor or button on your page. What you need to use for this is window.poltio.toggleFlyingWidget().

Example for using an anchor tag (<a> </a>)

<a href="javascript:window.poltio.toggleFlyingWidget()"></a>

Example for using button and onclick

<button onclick="window.poltio.toggleFlyingWidget()"></button>