// Place below “window.__smilesnap.cid = ‘BRWXBHqnhengf1BMBD3xEADp’;”
// in the “Basic Integration” code above.
// Prevent the button from being displayed.
// Overrides the global settings in the app.
window.__smilesnap.suppressButton = true;
// Always open the SmileSnap window.
// Overrides global settings in the app AND “no repeat” cookies.
// This should always be set on non-widget integrations.
window.__smilesnap.forceOpen = true;
// Define a selector for a modal or landing page container that will hold the SmileSnap window.
// If this doesn’t exist on the page, SmileSnap will open in default widget configuration.
window.__smilesnap.fullscreenSelector = ‘#smilesnap-expanded-container’;

Puyallup