Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 476 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 476 Bytes

Creating Embeddable Widgets in HTML and JS

Source code that accompanies this article: Creating Embeddable Widgets in HTML and JS

Features

  • Pure HTML, Javascript, and CSS
    • No 3rd party libraries required as dependencies
  • Generating widgets using two different methods: using same-page DOM and using iframes
  • Seelctively allowing cross domain requests
  • Modular APIs for each widget platform