<aside> đź’ˇ This article will outline the 4 steps to integrate Gander on Shopify

</aside>

1. Setup Overlay Mode For Videos

https://help.gogander.io/hs-fs/hubfs/woocomm-wordpress/Untitled (52).png?width=688&height=334&name=Untitled (52).png

<?php add_action('wp_head', 'gander_add_script_wp_head'); function gander_add_script_wp_head() { ?>
    <link href="<https://widget.gogander.online/static/css/index.css>" rel="stylesheet" />
    <script src="<https://widget.gogander.online/static/js/index.js>" defer></script>
<?php } ?>

<?php wp_head(); ?>

<aside> 💡 [Optional] If you would like to load videos after all other elements on the page have loaded, paste the following snippet to footer.php instead of following the instructions above.

<?php add_action('wp_footer', 'gander_add_script_wp_footer'); function gander_add_script_wp_footer() { ?>
   <link href="<https://widget.gogander.online/static/css/index.css>" rel="stylesheet" />
   <script src="<https://widget.gogander.online/static/js/index.js>" defer></script>
<?php } ?>

</aside>

Once you have saved the Tag, please link videos to pages using Gander dashboard. To do this, please reference the steps in the article here

2. Setup Embedded Mode for Videos

3. Track Purchase Events

https://help.gogander.io/hs-fs/hubfs/woocomm-wordpress/Untitled (100).png?width=634&height=308&name=Untitled (100).png