Skip to content

Instantly share code, notes, and snippets.

View Nederby's full-sized avatar

Jakob Nederby Nielsen Nederby

View GitHub Profile
@Nederby
Nederby / widget-settings.md
Last active June 28, 2018 12:32 — forked from ktabori/widget-settings.md
Add more supported locals

JavaScript API can be called via window._dixa object after the widget code, e.g. the api can be called with:

_dixa(function name{string}, parameter, ... parameter);

List of the available javascript API settings.:

Set the view of the widget

// view can be "conversation" or "minimized".