Grammar Available for Widgets
Open a Webpage in a New Window
You can open a webpage in a new window by entering the codes below within the widget's <script>
tag.
let url = "https://zep.us/";
window.parent.postMessage({
type: 'ScriptAction:OPEN_WINDOW',
link: url,
zepSystem: true
}, '*');
Last updated
Was this helpful?