Developer Support
Home
All Topics
Embedded Scripts
Embedded Scripts
Set Up an Embedded Script Component
Setting up an embedded script app in the Wix Developers Center enables you to insert custom script tags to the <head> tag of your users' websites.Here's what you'll need to do:Add an embedded script component
Read Article
About the Embedded Script SDK
The embedded script SDK allows apps with embedded script components to: Listen to predefined Wix events Report and listen to custom events Note:This SDK isn't related to or dependent on the old JS SDK. List
Read Article
Embedded Script Placeholders
Wix Stores provides two placeholders where you can inject your embedded scripts:Below the product SKU, you should find:<div data-hook="details-placeholder"></div>And, below the product page, you should find:<di
Read Article
Embedded Script Dynamic Parameters
You may choose to embed dynamic parameters in your script, if you have any custom keys per user. For example:<script id="my-script" src="https://cdn.myap.com/pixel.js?id={{KeyName123}}" async='true'></script>Us
Read Article
Serve Static Files from the Domain of an App User's Site
Note:This functionality is currently in Alpha testing and is not currently available for all users. If you'd like to request access to this functionality, submit a proposal. In addition, this feature requires t
Read Article