2018-05-28 22:49:38 -04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2018-06-03 14:56:18 -04:00
|
|
|
<title>Embeddable Widget documentation</title>
|
2018-05-28 22:49:38 -04:00
|
|
|
</head>
|
|
|
|
<body>
|
2018-06-03 14:56:18 -04:00
|
|
|
<h1>Embeddable Widget documentation</h1>
|
|
|
|
<ul>
|
|
|
|
<li><a href="./blank.html">Widget on a blank page</a></li>
|
2018-06-09 08:43:18 -04:00
|
|
|
<li><a href="./widget.js">Latest version of the widget</a></li>
|
2018-06-03 16:01:32 -04:00
|
|
|
<li><a id="bookmarklet">Bookmarklet (Bookmark it for easy use)</a></li>
|
|
|
|
<li><a href="./bookmarklet.js">Bookmarklet Code</a></li>
|
|
|
|
<script>
|
|
|
|
var bookmarklet = "var s= document.createElement('script'); s.setAttribute('src', '"+window.location.href+"bookmarklet.js'); s.setAttribute('crossorigin', 'anonymous'); document.body.appendChild(s);"
|
|
|
|
bookmarklet = '(function(){'+ bookmarklet +'})();'
|
|
|
|
document.querySelector('a#bookmarklet').setAttribute("href", "javascript:" + encodeURIComponent(bookmarklet));
|
|
|
|
</script>
|
2018-06-03 14:56:18 -04:00
|
|
|
</ul>
|
2018-05-28 22:49:38 -04:00
|
|
|
</body>
|
|
|
|
</html>
|