Barebones Widget Demo

This is a barebones demo of the widget. It is intended to be used as a starting point for your own implementation.

Usage

To use the widget, you must include the loader script and call the initBrandConnections function.

The function takes two arguments:

  1. options - An object containing the following properties:
  2. selector - A string containing a CSS selector for the element that the widget should be inserted into.

Example

View this page's source to see the example code below. View browser console for output.