Last active
February 27, 2019 02:28
-
-
Save gohluke/321e3c81684a9e186266a8e366e46c9f to your computer and use it in GitHub Desktop.
Integrating Vidy
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
<script src="https://unpkg.com/@vidy/embed/dist/embed.min.js"></script> | |
<script> | |
let vidy = new Vidy({ | |
appid: '2199e8c8-abcd-efgh-a123-d463129790c5', // Your APP ID | |
postid: location.pathname, //=> eg "hello-world" | |
content: '#article', | |
autoload: true | |
}); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment