getbutton.io
Open in
urlscan Pro
176.9.188.20
Public Scan
URL:
https://getbutton.io/it/
Submission: On September 04 via api from LU — Scanned from US
Submission: On September 04 via api from LU — Scanned from US
Form analysis
4 forms found in the DOMPOST
<form class="preview__form" target="previewTab" method="post">
<h4 class="preview__title" style="margin-bottom: 12px;">Anteprima live</h4>
<p style="margin-bottom: 3px;">Controlla come apparirà il pulsante sul tuo sito web</p>
<input type="hidden" name="code" data-bind="value: encodeURI(ko.toJSON(widgetOptions))"
value="%7B%22call_to_action%22:%22Inviaci%20un%20messaggio%20%F0%9F%91%8B%22,%22button_text%22:%22Contact%20us%22,%22button_text_close%22:%22Close%22,%22position%22:%22right%22,%22page_list_to_show%22:%22%22,%22page_list_to_hide%22:%22%22,%22display_on_all_pages_in_string%22:%22yes%22,%22display_on_all_pages%22:true,%22bg_style%22:%22color%22,%22greeting_style%22:%22alternative%22,%22button_style%22:%22classic%22,%22direction%22:%22column%22,%22greeting_direction%22:%22column%22,%22company_logo_url%22:%22//static.getbutton.io/img/flag.jpg?v=1%22,%22button_image_url%22:%22%22,%22greeting_message%22:%22Ciao%20%F0%9F%91%8B%20Come%20possiamo%20aiutarti?%20Inviaci%20subito%20un%20messaggio%20per%20ricevere%20assistenza.%22,%22greeting_message_delay%22:3,%22greeting_messengers%22:true,%22greeting_cookie%22:86400,%22greeting_agent_name%22:%22Bob%22,%22greeting_agent_position%22:%22Manager%22,%22greeting_start_chat_with%22:%22Inizia%20a%20chattare%20con:%22,%22activator_size%22:56,%22button_shadow%22:40,%22button_opacity%22:100,%22button_animation%22:%22heartBeat%22,%22activator_icon%22:%22classic%22,%22button_border_radius%22:50,%22ga%22:false,%22mirror%22:false,%22branding%22:false,%22border%22:false,%22notification_indicator%22:false,%22mobile%22:true,%22desktop%22:true,%22greeting%22:true,%22animation%22:true,%22shift_vertical%22:0,%22shift_horizontal%22:0,%22domain%22:%22%22,%22button_color%22:%22#129BF4%22%7D">
<div class="flex flex_gap">
<input class="input input_longger input_preview" required="required" type="text" name="url" data-bind="value: previewUrl" placeholder="URL al tuo sito web">
<button type="submit" class="button button_preview"> Controlla </button>
</div>
<div class="preview-alert" data-bind="
css: {
'add-alert': previewUrl() != null && !isPreviewUrlValid()
}
"> Inserisci un URL valido. </div>
<div class="preview-alert" data-bind="
css: {
'add-alert': previewUrl() != null && !isStartShowWidget()
}
"> Seleziona almeno un messenger. </div>
</form>
<form class="form-inline" onsubmit="return false;">
<!-- Modal dialog: link to Admin (show when secret exist) -->
<div id="is-admin-modal-required" class="modal-legacy" data-bind="css: { open: secret() }">
<div class="overlay"></div>
<div class="content">
<div class="modal__header" style="border-bottom: none; padding: 0;">
<h4 class="modal__title"> </h4>
</div>
<div class="modal__body" style="text-align: center; padding-top: 0; padding-bottom: 10px;">
<div class="banner-admin">
<div class="banner-admin__header">Try Out Our Button Admin Panel!</div>
<div class="banner-admin__whatsnew">What's new:</div>
<ul class="banner-admin__whatsnew-list">
<li>Manage all your buttons and licences from a single page.</li>
<li>Install the code once, then update your button directly from the panel.</li>
</ul>
<a data-bind="attr: { href: 'https://admin.getbutton.io/widget-migrate/' + secret() }" class="btn btn-lead" href="https://admin.getbutton.io/widget-migrate/">Sign in to the admin panel</a>
</div>
</div>
</div>
</div>
<script>
window.redirectToAdminAfterPaid = function(secret) {
console.warn('REDIRECT TO ADMIN...');
window.location.href = `https://admin.getbutton.io/widget-migrate/${secret}`;
}
// open modal with admin url
window.showModalAdminRequired = function() {
const el = document.querySelector('#is-admin-modal-required');
console.warn('showModalAdminRequired: found modal:', el)
if (el) {
el.classList.add('open');
} else {
document.addEventListener('DOMContentLoaded', () => {
el.classList.add('open');
});
}
}
// show modal for authenticated users
console.warn('Skip show admin popup (user not logged)');
</script>
<!--Message with link to admin-->
<div class="form-group" style="display: none;" data-bind="if: secret() !== '', visible: secret() !== ''"></div>
<!--Activate Pro Features Button-->
<div data-bind="if: (secret() === '' && !isProEditKey()) || window.adminFrame.isDraft" class="guarantee-wrap">
<!--Select plan button and modal-->
<div>
<div class="relative payments-select">
<!--Select plan button-->
<button class="btn-select-plan" type="button" data-bind="click: function() {
document.querySelector('#modal-payment').showModal();
}">
<i aria-hidden="true" class="fa" style="background-repeat: no-repeat; background-position: center center; background-size: contain; width: 32px; height: 32px; vertical-align: middle; background-image: url("/images/whatshelp-button-widget-201804.svg");" data-bind="
visible: !paymentProduct().code.includes('multi'),
style: { 'background-image': 'url(/images/' + paymentProduct().code + '.svg)' }
"></i>
<i aria-hidden="true" class="fa" style="position: relative; width: 32px; height: 32px; vertical-align: middle; display: none;" data-bind="visible: paymentProduct().code.includes('multi')"><i style="border-radius: 50px; background: #227DB9; border: 1px solid #fff; width: 8px; height: 8px; position: absolute; top: 13px; left: 15px;"></i></i>
<span class="" data-bind="html: paymentProduct().name">1-Year License – <b>$4.99/month</b> (Billed Annually)</span>
<div class="caret"></div>
</button>
<!--Select plan button-->
<!--Modal plans-->
<dialog id="modal-payment" class="modal">
<header> Select the subscription <span class="btn-close" data-bind="click: function(page, e) { e.target.closest('dialog').close(); }">×</span>
</header>
<div class="content">
<div class="product-items">
<!--3-year license-->
<!--<i aria-hidden="true" class="fa" data-bind="style: { 'background-image': 'url(/images/whatshelp-button-widget-three-year.svg)' }"></i>-->
<!--2-year license-->
<!--<i aria-hidden="true" class="fa" data-bind="style: { 'background-image': 'url(/images/whatshelp-button-widget-two-year.svg)' }"></i>-->
<!--1-year license-->
<div class="product-item active" data-bind="
event: {
click: function(page, e) {
$root.setPaymentProduct('whatshelp-button-widget-201804');
}
},
css: {
active: paymentProduct().code === 'whatshelp-button-widget-201804'
},
">
<label>
<input type="radio" value="whatshelp-button-widget-201804" data-bind="checked: paymentProduct().code" name="ko_unique_18">
<i class="icon" style="background-image:url(/images/whatshelp-button-widget-201804.svg);"></i> 1-Year License – <b>$4.99/month</b> (Billed Annually) </label>
</div>
<!--lifetime license-->
<div class="product-item" data-bind="
event: {
click: function(page, e) {
$root.setPaymentProduct('whatshelp-button-widget-life');
}
},
css: {
active: paymentProduct().code === 'whatshelp-button-widget-life'
},
">
<label>
<input type="radio" value="whatshelp-button-widget-life" data-bind="checked: paymentProduct().code" name="ko_unique_19">
<i class="icon" style="background-image:url(/images/whatshelp-button-widget-life.svg);"></i> Lifetime License – <b>$149</b>
</label>
</div>
<!--Multi Domains Plans (month)-->
<div class="multi-plans">
<a class="slide-down-toggle">
<span>Multi-Button Plans</span>
</a>
<div class="slide-down collapse-plans" style="display:none;" data-bind="foreach: paymentProductsAvailable.filter(p => p.code.includes('multi') && p.code.includes('year'))">
<div class="product-item" data-bind="
event: { click: function(obj, e) { $root.setPaymentProduct(code); } },
css: { active: $root.paymentProduct().code === code },
">
<label>
<input type="radio" data-bind="attr: { value: code, id: code, name: 'paymentOption' }, checked: $root.paymentProduct().code" value="whatshelp-button-widget-multi3-year" id="whatshelp-button-widget-multi3-year"
name="paymentOption">
<span data-bind="html: name"><b>3</b>-Button License – <b>$7.99/month</b></span>
</label>
</div>
<div class="product-item" data-bind="
event: { click: function(obj, e) { $root.setPaymentProduct(code); } },
css: { active: $root.paymentProduct().code === code },
">
<label>
<input type="radio" data-bind="attr: { value: code, id: code, name: 'paymentOption' }, checked: $root.paymentProduct().code" value="whatshelp-button-widget-multi5-year" id="whatshelp-button-widget-multi5-year"
name="paymentOption">
<span data-bind="html: name"><b>5</b>-Button License – <b>$11.99/month</b></span>
</label>
</div>
<div class="product-item" data-bind="
event: { click: function(obj, e) { $root.setPaymentProduct(code); } },
css: { active: $root.paymentProduct().code === code },
">
<label>
<input type="radio" data-bind="attr: { value: code, id: code, name: 'paymentOption' }, checked: $root.paymentProduct().code" value="whatshelp-button-widget-multi15-year" id="whatshelp-button-widget-multi15-year"
name="paymentOption">
<span data-bind="html: name"><b>15</b>-Button License – <b>$19/month</b></span>
</label>
</div>
<div class="product-item" data-bind="
event: { click: function(obj, e) { $root.setPaymentProduct(code); } },
css: { active: $root.paymentProduct().code === code },
">
<label>
<input type="radio" data-bind="attr: { value: code, id: code, name: 'paymentOption' }, checked: $root.paymentProduct().code" value="whatshelp-button-widget-multi50-year" id="whatshelp-button-widget-multi50-year"
name="paymentOption">
<span data-bind="html: name"><b>50</b>-Button License – <b>$49/month</b></span>
</label>
</div>
</div>
</div>
<!--/Multi Domains License (month)-->
<!--Multi Domains Plans (annual)-->
<div class="multi-plans">
<a class="slide-down-toggle">
<span>Annual Multi-Button Plans – Get 2 Months Free!</span>
</a>
<div class="slide-down collapse-plans" style="display:none;" data-bind="foreach: paymentProductsAvailable.filter(p => p.code.includes('multi') && p.code.includes('annual'))">
<div class="product-item" data-bind="
event: { click: function(obj, e) { $root.setPaymentProduct(code); } },
css: { active: $root.paymentProduct().code === code },
">
<label>
<input type="radio" data-bind="attr: { value: code, id: code, name: 'paymentOption' }, checked: $root.paymentProduct().code" value="getbutton-multi3-annual" id="getbutton-multi3-annual" name="paymentOption">
<span data-bind="html: name"><b>3</b>-Button Annual License – <b>$79.90/year</b></span>
</label>
</div>
<div class="product-item" data-bind="
event: { click: function(obj, e) { $root.setPaymentProduct(code); } },
css: { active: $root.paymentProduct().code === code },
">
<label>
<input type="radio" data-bind="attr: { value: code, id: code, name: 'paymentOption' }, checked: $root.paymentProduct().code" value="getbutton-multi5-annual" id="getbutton-multi5-annual" name="paymentOption">
<span data-bind="html: name"><b>5</b>-Button Annual License – <b>$119.90/year</b></span>
</label>
</div>
<div class="product-item" data-bind="
event: { click: function(obj, e) { $root.setPaymentProduct(code); } },
css: { active: $root.paymentProduct().code === code },
">
<label>
<input type="radio" data-bind="attr: { value: code, id: code, name: 'paymentOption' }, checked: $root.paymentProduct().code" value="getbutton-multi15-annual" id="getbutton-multi15-annual" name="paymentOption">
<span data-bind="html: name"><b>15</b>-Button Annual License – <b>$190/year</b></span>
</label>
</div>
<div class="product-item" data-bind="
event: { click: function(obj, e) { $root.setPaymentProduct(code); } },
css: { active: $root.paymentProduct().code === code },
">
<label>
<input type="radio" data-bind="attr: { value: code, id: code, name: 'paymentOption' }, checked: $root.paymentProduct().code" value="getbutton-multi50-annual" id="getbutton-multi50-annual" name="paymentOption">
<span data-bind="html: name"><b>50</b>-Button Annual License – <b>$490/year</b></span>
</label>
</div>
</div>
</div>
<!--/Multi Domains License (annual)-->
<style>
</style>
</div>
</div>
<footer>
<a class="btn btn-lead btn-checkout" data-bind="
event: {
click: function(page, e) {
activateProFeatures();
e.target.closest('dialog').close();
}
}
">Buy Subscription</a>
</footer>
</dialog>
<!--/Modal plans-->
</div>
<!--Activate Button-->
<!--button text: "Activate Button"-->
<a href="javascript:void(0);" class="btn btn-lg btn-lead scroller" data-bind="click: function(){ activateProFeatures() }" style="margin-top: 8px; width: 100%;">Attiva pulsante</a>
<!--/Activate Button-->
<div class="wh-billing-descr"> Le funzionalità Pro sono disponibili per un solo dominio del sito web.<!--text: "The Pro features are available only for one website domain..."-->
</div>
<div class="wh-billing-descr-pro"> Già un utente Pro?<!--text: Already have a subscription? -->
<a href="https://admin.getbutton.io">Sign in to the admin panel</a>
<!--text: "Enter your Private Key"-->
<!--<a href="javascript:void(0);" data-bind="click: activateEnterPrivateKey">--><!--</a>-->
<!--or <a href="<?/*= $this->adminUrl */?>">Login</a>-->
</div>
</div>
<!--Select plan button and modal-->
<!--Guarantee image-->
<div data-bind="if: isProShow" class="guarantee-img-wrapper">
<img width="140" height="140" id="guaranteeImg" loading="lazy" src="//static.getbutton.io/img/money_back_guarantee-sm.png?v=1725374810" style="max-width: 140px; margin: 0 0 0 -5px">
</div>
</div>
<dialog id="is-admin-secret-modal" class="modal" style="max-width: 520px; box-shadow: 0 5px 20px rgba(0,0,0,.2);">
<div class="modal__header" style="border-bottom: none; padding-bottom: 5px;">
<h4 class="modal__title"> </h4>
<button class="modal__close" data-bind="click: () => { document.querySelector('#is-admin-secret-modal').close(); }">×</button>
</div>
<div class="modal__body" style="text-align: center; padding-top: 0; padding-bottom: 30px;">
<p style="margin: 10px 0 10px;"> Please log in to the admin panel to manage your button. </p>
<div>
<!-- the attribute "data-button-id" will contain button id (after modal is opened) -->
<a href="https://admin.getbutton.io" class="btn btn-lead" data-button-id="" data-bind="click: (page, e) => {
const url = e.target.getAttribute('href');
const id = e.target.getAttribute('data-button-id');
location.href = url + '/widget/' + id;
}">LOG IN</a>
</div>
</div>
</dialog>
<!--Enter your Private Key (now is disabled)-->
<div class="form-group" style="display:none;" data-bind="if: isProEditKey, visible: isProEditKey"></div>
</form>
<form data-bind="submit: requestWidgetCode, css : isWidgetCodeAvailable() ? 'hide' : ''" novalidate="">
<div class="flex flex_gap">
<input type="email" class="input input_medium" id="input-email" placeholder="Email" data-bind="value: email">
<!--button: "Get Button Code"-->
<a class="btn btn-lg btn-lead scroller" style="background-color: #227DB9; border-color: #227DB9;padding:5px 16px;" data-bind="click: requestWidgetCode">
Get Button Cifrario </a>
</div>
<p class="mt-10" data-bind="css : isWidgetCodeAvailable() ? 'hide' : ''"> Invieremo il codice alla tua email. <!--text: "We will send the code to your email"-->
</p>
<label id="select-messenger-error" class="error" data-bind="visible : isShowWidgetOptionsError" style="display: none;">
<span style="color: #EF645A; font-weight: 400;">
<img src="//static.getbutton.io/img/font-awesome/circle-exclamation-solid.svg?v=1725374810" style="width:11px; display:inline-block;" alt="exclamation-mark"> Inserisci prima l'ID delle tue app di messaggistica </span>
</label>
<label id="input-email-error" class="error" for="input-email" data-bind="visible : isShowEmailError" style="display: none;">
<span style="color: #EF645A; font-weight: 400;">
<img src="//static.getbutton.io/img/font-awesome/circle-exclamation-solid.svg?v=1725374810" style="width:11px; display:inline-block;" alt="exclamation-mark"> Inserisci un indirizzo e-mail valido </span>
</label>
<label class="error" for="input-email" data-bind="visible : isShowDomainError" style="display: none;">
<span style="color: #EF645A; font-weight: 400;">
<img src="//static.getbutton.io/img/font-awesome/circle-exclamation-solid.svg?v=1725374810" style="width:11px; display:inline-block;" alt="exclamation-mark"> Inserisci il dominio del tuo sito web nella sezione Passaggio 3. </span>
</label>
<br>
<br>
<label class="wh-checkbox-label" style="cursor:pointer;" for="wh-check-subscr">
<input id="wh-check-subscr" type="checkbox" data-bind="value: subscribeUpdates, checked: subscribeUpdates" value="true"> Iscriviti per ricevere aggiornamenti e suggerimenti GetButton </label>
<p class="wh-field-descr" style="font-size: 13px;"> Occasionalmente ti invieremo aggiornamenti su Getbutton. Promettiamo di non fare spam. </p>
</form>
#
<form action="#">
<div class="flex flex_gap form-forgot-key">
<input required="" type="email" name="email" placeholder="Email" autocomplete="on" class="input input_longger input_preview email-forgot-key">
<button class="button button_preview btn-forgot-key" type="submit" style="text-wrap:nowrap;width:fit-content;"> Ripristina la mia chiave </button>
</div>
<div class="form-forgot-key-result" style="margin-top:10px;"></div>
</form>
Text Content
Scelto da 652,584 siti web * AI Chatbots * Shopify * Wordpress * Italiano ITA * English ENG * Deutsch DEU * Español ESL * Française FRA * Indonesia IND * Italiano ITA * Melayu MAY * Português POR * Türkçe TUR * Русский РУС * العربية ARA * 한국어 KOR * ไทย THA * Sign In CHATTA CON I VISITATORI TRAMITE LE PIÙ POPOLARI APP DI MESSAGGISTICA & AI CHATBOTS COINVOLGI I VISITATORI DEL SITO WEB CON UN SINGOLO PULSANTE DI CHAT TUTTO IN UNO Ottieni il tuo pulsante Nessuna codifica richiesta. BOB Manager 12:00 Ciao, come possiamo aiutarti? Basta inviarci un messaggio ora per ottenere assistenza. Inizia a chattare con: OTTIENI UN PULSANTE IN TRE SEMPLICI PASSAGGI * 1 Scegliere * 2 Personalizzare * 3 Aumento * 4 Attivare 1. SCEGLI APP DI MESSAGGISTICA * AI Chatbot * WhatsApp * Contact Form * Messenger * YouTube * LINE * Viber * Snapchat * Telegram * Appointment * Custom link * Instagram * Skype * Apple Messages * LinkedIn * X.com * Waze * Vkontakte * Slack * TikTok * Discord * WeChat * Teams * Callback * SMS * Call * Email * Google Maps * Wonderchat Mostra di più Nascondere * WhatsApp Apri Chat in (funzionalità desktop) Tab baru Popup Colore pulsante default * default * grigio * rosso * arancia * verde * blu * viola * rosa * nero Colore personalizzato PRO Funzionalità Al passaggio del testo PRO Funzionalità Immagine del pulsante PRO Funzionalità Scegli o trascina e rilascia l'immagine Choose a file rimuovere Sorry, only PNG, JPG, and GIF files are supported, max size 20MB Popup display PRO Funzionalità Desktop Mobile Titolo del modulo PRO Funzionalità Aggiungi agente PRO Funzionalità English * English * Deutsch * Español * Française * Indonesia * Italiano * Melayu * Português * Türkçe * Русский * العربية * 한국어 * ไทย Custom text PRO Funzionalità QR code PRO Funzionalità Abilitare Custom Message PRO Funzionalità Testo del nome PRO Funzionalità Testo e-mail PRO Funzionalità testo del telefono PRO Funzionalità Messaggio di testo PRO Funzionalità Invia testo sul pulsante PRO Funzionalità Messaggio precompilato PRO Funzionalità Titolo del modulo PRO Funzionalità Sottotitolo pop-up PRO Funzionalità -------------------------------------------------------------------------------- Nome dell'agente PRO Funzionalità Posizione dell'agente PRO Funzionalità Avatar dell'agente PRO Funzionalità Scegli o trascina e rilascia l'immagine Choose a file rimuovere Sorry, only PNG, JPG, and GIF files are supported, max size 20MB Messaggio personalizzato PRO Funzionalità Testo del nome PRO Funzionalità testo del telefono PRO Funzionalità Invia testo sul pulsante PRO Funzionalità Esempio: +1(800) 123-45-67 or https://chat.whatsapp.com/XXXX Collegamento al server Discord Ottieni l'ID della mia pagina Facebook Build your own ChatGPT bot trained on your website content in 1 minute Costruisci il tuo chatbot ChatGPT addestrato sui link del tuo sito web e sui file PDF in 5 minuti + Aggiungi agente Nome dell'agente Posizione dell'agente Messaggio precompilato Avatar dell'agente Scegli o trascina e rilascia l'immagine Choose a file rimuovere Sorry, only PNG, JPG, and GIF files are supported, max size 5MB Nome dell'agente Posizione dell'agente Messaggio precompilato Avatar dell'agente Scegli o trascina e rilascia l'immagine Choose a file rimuovere Sorry, only PNG, JPG, and GIF files are supported, max size 5MB Nome dell'agente Posizione dell'agente Messaggio precompilato Avatar dell'agente Scegli o trascina e rilascia l'immagine Choose a file rimuovere Sorry, only PNG, JPG, and GIF files are supported, max size 5MB Nome dell'agente Posizione dell'agente Messaggio precompilato Avatar dell'agente Scegli o trascina e rilascia l'immagine Choose a file rimuovere Sorry, only PNG, JPG, and GIF files are supported, max size 5MB * AI Chatbot + Create AI Chatbot. It's FREE! Apri Chat in (funzionalità desktop) Tab baru Popup Colore pulsante default * default * grigio * rosso * arancia * verde * blu * viola * rosa * nero Colore personalizzato PRO Funzionalità Al passaggio del testo PRO Funzionalità Immagine del pulsante PRO Funzionalità Scegli o trascina e rilascia l'immagine Choose a file rimuovere Sorry, only PNG, JPG, and GIF files are supported, max size 20MB Popup display PRO Funzionalità Desktop Mobile Titolo del modulo PRO Funzionalità Aggiungi agente PRO Funzionalità English * English * Deutsch * Español * Française * Indonesia * Italiano * Melayu * Português * Türkçe * Русский * العربية * 한국어 * ไทย Custom text PRO Funzionalità QR code PRO Funzionalità Abilitare Custom Message PRO Funzionalità Testo del nome PRO Funzionalità Testo e-mail PRO Funzionalità testo del telefono PRO Funzionalità Messaggio di testo PRO Funzionalità Invia testo sul pulsante PRO Funzionalità Messaggio precompilato PRO Funzionalità Titolo del modulo PRO Funzionalità Sottotitolo pop-up PRO Funzionalità -------------------------------------------------------------------------------- Nome dell'agente PRO Funzionalità Posizione dell'agente PRO Funzionalità Avatar dell'agente PRO Funzionalità Scegli o trascina e rilascia l'immagine Choose a file rimuovere Sorry, only PNG, JPG, and GIF files are supported, max size 20MB Messaggio personalizzato PRO Funzionalità Testo del nome PRO Funzionalità testo del telefono PRO Funzionalità Invia testo sul pulsante PRO Funzionalità Esempio: Collegamento al server Discord Ottieni l'ID della mia pagina Facebook Build your own ChatGPT bot trained on your website content in 1 minute Costruisci il tuo chatbot ChatGPT addestrato sui link del tuo sito web e sui file PDF in 5 minuti + Aggiungi agente Nome dell'agente Posizione dell'agente Messaggio precompilato Avatar dell'agente Scegli o trascina e rilascia l'immagine Choose a file rimuovere Sorry, only PNG, JPG, and GIF files are supported, max size 5MB Nome dell'agente Posizione dell'agente Messaggio precompilato Avatar dell'agente Scegli o trascina e rilascia l'immagine Choose a file rimuovere Sorry, only PNG, JPG, and GIF files are supported, max size 5MB Nome dell'agente Posizione dell'agente Messaggio precompilato Avatar dell'agente Scegli o trascina e rilascia l'immagine Choose a file rimuovere Sorry, only PNG, JPG, and GIF files are supported, max size 5MB Nome dell'agente Posizione dell'agente Messaggio precompilato Avatar dell'agente Scegli o trascina e rilascia l'immagine Choose a file rimuovere Sorry, only PNG, JPG, and GIF files are supported, max size 5MB Il Tuo Pulsante Verranno visualizzati solo i primi 4 messaggeri con senso di apertura 'Intorno' * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 2. PERSONALIZZA IL TUO PULSANTE Colore blu arancia * grigio * rosso * arancia * verde * blu * viola * rosa * nero Colore personalizzato PRO Funzionalità Immagine del pulsante Scegli o trascina e rilascia l'immagine Choose a file rimuovere Sorry, only PNG, JPG, and GIF files are supported, max size 5MB Icona del pulsante Scegliere classic smile square round dialog plane Hai scelto un'immagine del pulsante personalizzata Stile pulsante Classico Rettangolo Pulsante Testo Modifica Pulsante Testo Chiudi il testo Direzione di apertura Colonna Riga In giro Disponibile solo con lo stile pulsante classico. Massimo. 4 messaggeri. Animazione Abilitare heartBeat rubberBand wobble bounce headShake pulse swing tada jello ring doubleRing moveIn Confine Abilitare Notifica Abilitare Stile di sfondo Solido Pendenza Dimensione pulsante Raggio del bordo Ombra Opacità Posizione Sinistra Destra Non influenzerà l'anteprima del tuo pulsante Spostare, px X Y Visualizza Desktop Mobile Dove mostrare Tutte le pagine Seleziona le pagine Mostra su Utilizza ** per specificare un'intera sezione del sito web. Esempio: https://getbutton.io/help/* Non mostrare Utilizza ** per specificare un'intera sezione del sito web. Esempio: https://getbutton.io/help/* 3. AUMENTA LE CHAT E LE VENDITE CON IL MESSAGGIO DI BENVENUTO Messaggio di saluto Abilitare Mostra messaggeri Abilitare Testo "Avvia chat con" Tipo di saluto Moderno Classico Mini Posizione Sopra Sul lato Berada di tengah Specchio Abilitare Avatar o logo PRO Funzionalità Scegli o trascina e rilascia l'immagine Choose a file rimuovere Sorry, only PNG, JPG, and GIF files are supported, max size 5MB Nome agente Posizione dell'agente Messaggio di saluto Abilitare Frequenza di visualizzazione Every 24 hours * On each page load * Every hour * Every 3 hours * Every 6 hours * Every 12 hours * Every 24 hours Il saluto verrà visualizzato ogni N ore per ciascun visitatore unico Ritardo di saluto, sez Chiamare all'azione Google Analytics Monitora i clic in Google Analytics ANTEPRIMA LIVE Controlla come apparirà il pulsante sul tuo sito web Controlla Inserisci un URL valido. Seleziona almeno un messenger. 4. ATTIVA IL TUO PULSANTE E AGGIUNGI IL CODICE AL TUO SITO WEB Try Out Our Button Admin Panel! What's new: * Manage all your buttons and licences from a single page. * Install the code once, then update your button directly from the panel. Sign in to the admin panel 1-Year License – $4.99/month (Billed Annually) Select the subscription × 1-Year License – $4.99/month (Billed Annually) Lifetime License – $149 Multi-Button Plans 3-Button License – $7.99/month 5-Button License – $11.99/month 15-Button License – $19/month 50-Button License – $49/month Annual Multi-Button Plans – Get 2 Months Free! 3-Button Annual License – $79.90/year 5-Button Annual License – $119.90/year 15-Button Annual License – $190/year 50-Button Annual License – $490/year Buy Subscription Attiva pulsante Le funzionalità Pro sono disponibili per un solo dominio del sito web. Già un utente Pro? Sign in to the admin panel × Please log in to the admin panel to manage your button. LOG IN GET BUTTON CIFRARIO Get Button Cifrario Invieremo il codice alla tua email. Inserisci prima l'ID delle tue app di messaggistica Inserisci un indirizzo e-mail valido Inserisci il dominio del tuo sito web nella sezione Passaggio 3. Iscriviti per ricevere aggiornamenti e suggerimenti GetButton Occasionalmente ti invieremo aggiornamenti su Getbutton. Promettiamo di non fare spam. Copia e incolla questo codice prima del tag </body> su ogni pagina del tuo sito web. 고객이 우리에 대해 말하는 것 MARCO BIANCHI taxigreen30.com After two days of use I can say this app is awesome. Give to your customers a great communications channel for support and questions. I recommend use it with WhatsApp Business available in play store and app store. Add trust to your store and that mean more sales. LUCAS MULLER druckschmie.de It has transformed the way I communicate with customers. The chat feature is convenient and reliable. MARCELLO PETENUZZO aquahotel.it I love this app. It is so easy to implement. I am not an IT expert but I did it :). I highly recommend this app for everybody who wants to stay connected with their customer. My customer appreciate it so much because it is convienent for them to ask us anything. ANJA TIETZ allezsocial.com Great app! it works perfectly! simply and directly. fulfills the function. we are using messenger and whatsapp, thank you very much to the developers. DAVID BOWMAN monacojets.com We were getting customer feedback that not everyone had facebook; we had to look for a way that customers could interact with us immediately even though they didn't have a facebook account. and then we stumbled on a gem getbutton. it's easy to install and looks professional. a great app. DANNA SHELTON my-premium.com Working Great On Our Website, Very Nice App Looks Great And Professional, Recommended To All. GEORG STEINER agewithgrace.com.ng Absolutely amazing app! I love that there are so many ways my customers can reach me. I sell to over 40 countries and in different countries customers have different preferences on chatting apps. GetButton solves that problem. Great customer service as well. Thumps up to the GetButton team! BEKHRUZ KHAMIDOV neafstore.com It is affordable and easy to use. I've noticed a significant increase in customer engagement since implementing it. EMILY JOHNSON dejongglasengevel.nl Really great app. It has a good amount of features. Runs smoothly and does not get in the way of the customers shopping experience. YANNIS PAPADO cirquecentral.com Have been using for awhile. Good Customer support! Check it out on our website neafstore.com MARCO BIANCHI taxigreen30.com After two days of use I can say this app is awesome. Give to your customers a great communications channel for support and questions. I recommend use it with WhatsApp Business available in play store and app store. Add trust to your store and that mean more sales. LUCAS MULLER druckschmie.de It has transformed the way I communicate with customers. The chat feature is convenient and reliable. MARCELLO PETENUZZO aquahotel.it I love this app. It is so easy to implement. I am not an IT expert but I did it :). I highly recommend this app for everybody who wants to stay connected with their customer. My customer appreciate it so much because it is convienent for them to ask us anything. ANJA TIETZ allezsocial.com Great app! it works perfectly! simply and directly. fulfills the function. we are using messenger and whatsapp, thank you very much to the developers. Condizioni d'uso · Informativa sulla privacy Knowledge base · Hai perso la chiave? · customer-success@getbutton.io WhatsApp Chat Button · Contact Form for Website · ChatGPT Bots for Website © 2024 GetButton Apps Oy RIPRISTINA LA TUA CHIAVE PRIVATA × Ripristina la mia chiave INSERISCI L'URL DELLA TUA PAGINA FACEBOOK DI SEGUITO: × Ottieni un documento d'identità Spiacenti, impossibile recuperare l'ID della tua pagina Come trovare manualmente l'ID della pagina FB OTTIENI IL COLLEGAMENTO AL MIO SERVER DISCORD × 1. Fai clic su "Modifica collegamento di invito" 2. Imposta "Scadenza dopo" su "Mai" RITAGLIA LA TUA IMMAGINE × Ritaglia e carica Annulla