Skip to content

Instantly share code, notes, and snippets.

Created November 30, 2017 15:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/a035f74b7f88a24e8fa547a6d2a0bf0d to your computer and use it in GitHub Desktop.
Save anonymous/a035f74b7f88a24e8fa547a6d2a0bf0d to your computer and use it in GitHub Desktop.
Penalty Calculator Embed Code Usage Guidelines ===================== The Kaiser Family Foundation encourages other organizations to embed the Penalty Calculator on their websites. To do so, simply follow the instructions below. Please do not alter the embed code in any way without advanced permission. The subsidy calculator widget is intended to…
<script type="text/javascript">
document.write('<ifr' + 'ame id="nnc-widget" frameborder="0" src="https://www.kff.org/interactive/individual-mandate-penalty-calculator-frameless/" width="100%" height="400"></ifr' + 'ame>');
window.addEventListener('message', function(e) {
if (e.origin !== "https://kff.org" && e.origin !== "https://www.kff.org") return;
document.getElementById('nnc-widget').style.height = e.data.height;
}, false);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment