Skip to main content

Exporting the widget code

To export the widget code click the Export code button at the top of the widget.

1

A popup window with the source code of the resulting widget will appear. Click the Copy code button to save the HTML of the widget in the RAM of your machine.

4

The source code of the widget can look like this:

<div 
style='width:100%;height:800px'>
<iframe
src='https://widget.xp.network?wid=62d57f9085a8e0368a0bf7e1'
frameborder='0'
width="100%"
height="100%"
id="xpnetWidget">
</iframe>
<script src='https://widget-staging.xp.network/wscript.js'>
</script>
</div>