Setting Up Bonfyre on the Webpage App

Setting up your Bonfyre page on our Webpage App is a quick and easy process! Follow the steps below to get it up and running:

1. Make sure the Webpage App is enabled. Once the app is enabled, it will show up on your navigation bar.

2. Select "Add a Webpage", and add in your Bonfyre slideshow URL:

3. Provide your Bonfyre account Username and Password:

*You can ignore the 'Token' field for this webpage.

4. Make sure "Allow Javascript" is checked, and enter this custom javascript in the "Run Custom Javascript" field:

var v1 = document.getElementsByName('email');
for (var i = 0; i < v1.length; i++) {
  v1[i].value = webView.getUsername();
}
var v2 = document.getElementsByName('password');
for (var i = 0; i < v2.length; i++) {
  v2[i].value = webView.getPassword();
}
document.getElementById('email_login').submit();

5. Click 'Save Changes' and you should be good to go! 

Was this article helpful?
0 out of 0 found this helpful
Powered by Zendesk