Skip to content

Instantly share code, notes, and snippets.

@hannachen
Last active August 23, 2019 20:48
Show Gist options
  • Save hannachen/7ec3d1acc4d3428b2e11ddc642c21fbe to your computer and use it in GitHub Desktop.
Save hannachen/7ec3d1acc4d3428b2e11ddc642c21fbe to your computer and use it in GitHub Desktop.
App Bridge Initialize - ES5/CDN
<script src="https://unpkg.com/@shopify/app-bridge"></script>
<script>
var AppBridge = window['app-bridge'];
var createApp = AppBridge.default;
var app = createApp({
apiKey: 'API key from Shopify Partner Dashboard',
shopOrigin: shopOrigin,
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment