Widgeton - version beta
This product is currently a public beta, built together with support of the awesome users community.
Widgeton is a tool for web developers that allows easy generation of code that will take care of loading your widget on a client's website.
The <script /> tag you provide to the client for placement on his site will be elegant and will not contain any javascript code.
<script async src="loader.js" data-license="__license-number__" /></script>
Above is the simple example of tag you would provide to a client. The loader gives the client an API to communicate with your widget on their website.
Your widget will also be able to interface with a client's website and allow it to control itself (e.g. pop-up, hide, change size etc.).