Skip to content

Instantly share code, notes, and snippets.

@levinmejia
Created July 26, 2016 20:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save levinmejia/8e856b70f225419242790a63fce7b7d1 to your computer and use it in GitHub Desktop.
Save levinmejia/8e856b70f225419242790a63fce7b7d1 to your computer and use it in GitHub Desktop.
<head>
<script src="https://cdn.shopify.com/s/assets/external/app.js"></script>
<script type="text/javascript">
ShopifyApp.init({
apiKey: 'YOUR_APP_API_KEY',
shopOrigin: 'https://CURRENT_LOGGED_IN_SHOP.myshopify.com'
});
</script>
...
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment