Last active
June 20, 2017 11:58
-
-
Save bigdigital/8e2f3ec49f67f8e7c62871acc2634f26 to your computer and use it in GitHub Desktop.
The7, add script before the end of your closing body tag </body>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add_action( 'wp_footer', function () { ?> | |
<script src="//lcp360.cachefly.net/panoskin.min.js"></script> | |
<script> | |
PANOSKIN.createViewer({ | |
id: 'pano', | |
tour: 'TOUR-ID' /* Replace TOUR-ID with your tour's ID */ | |
}); | |
</script> | |
<?php } ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment