Skip to content

Instantly share code, notes, and snippets.

View ahoyahoy's full-sized avatar
🦄
Hey

Tom Hodbod ahoyahoy

🦄
Hey
View GitHub Profile
@ahoyahoy
ahoyahoy / widget-iframe-big.html
Last active April 26, 2021 06:00
Purple Widget IFRAME -- Big
<script src="https://unpkg.com/@purple/pt-widgets/dist/purple-web-components.js"></script>
<!-- Setup here strategy ID -->
<pt-widget-page strategy="n651"></pt-widget>
<style>
/*
* customize style variables
*/
@ahoyahoy
ahoyahoy / widget-iframe-small.html
Created April 26, 2021 04:38
Purple Widget IFRAME -- Small
<script src="https://unpkg.com/@purple/pt-widgets/dist/purple-web-components.js"></script>
<!-- Setup here strategy ID and chart height -->
<pt-widget strategy="n651" height="100"></pt-widget>
<style>
/*
* customize style variables
*/