bguiz / embeddable-widget-demo

Demo for how to create embeddable widgets using HTML and Javascript

Home Page:http://blog.bguiz.com/articles/embeddable-widgets-html-javascript/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Demo for how to create embeddable widgets using HTML and Javascript

http://blog.bguiz.com/articles/embeddable-widgets-html-javascript/


Languages

Language:JavaScript 99.7%Language:CSS 0.3%