Skip to content

Instantly share code, notes, and snippets.

@makfruit
Created August 26, 2013 16:38
Show Gist options
  • Save makfruit/6343582 to your computer and use it in GitHub Desktop.
Save makfruit/6343582 to your computer and use it in GitHub Desktop.
A sample code snippet for Ecwid-Yotpo integration. For the details, see: - https://github.com/makfruit/ecwid_yotpo_widgets -
<script type="text/javascript" src="http://mysite.com/path/to/EcwidYotpoWidgets.js"></script>
<script>
EcwidYotpoWidgets.load({
yotpoAppKey: 'my_yotpo_key' // Place your Yotpo API key here
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment