Skip to content

Instantly share code, notes, and snippets.

@johnmjackson
Created June 12, 2017 19:02
Show Gist options
  • Save johnmjackson/057e196f2318a38ebe364d99f11a8564 to your computer and use it in GitHub Desktop.
Save johnmjackson/057e196f2318a38ebe364d99f11a8564 to your computer and use it in GitHub Desktop.
// Set the messenger to open fullscreen
FxoMessenger.setConfig({
fullscreen: true
});
// Set header text and color
FxoMessenger.setConfig({
headerText: 'Chat to Us',
color: '#4B0082'
});
// Set config then open the messenger
FxoMessenger.setConfig({
fullscreen: true
});
FxoMessenger.create();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment