getbutton.io
Open in
urlscan Pro
176.9.188.20
Public Scan
URL:
https://getbutton.io/?utm_campaign=multy_widget&utm_medium=widget&utm_source=aularental.com
Submission: On November 30 via manual from GB — Scanned from GB
Submission: On November 30 via manual from GB — Scanned from GB
Form analysis
3 forms found in the DOMPOST
<form class="preview__form" target="previewTab" method="post">
<h4 class="preview__title" style="margin-bottom: 12px;">Live Preview</h4>
<p style="margin-bottom: 3px;">Check how the button will look on your website</p>
<input type="hidden" name="code" data-bind="value: encodeURI(ko.toJSON(widgetOptions))"
value="%7B%22call_to_action%22:%22Message%20us%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:%22Hello%20%F0%9F%91%8B%20How%20may%20we%20help%20you?%20Just%20send%20us%20a%20message%20now%20to%20get%20assistance.%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:%22Start%20Chat%20with:%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#FF6550%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 to your website">
<button type="submit" class="button button_preview"> Check </button>
</div>
<div class="preview-alert" data-bind="
css: {
'add-alert': previewUrl() != null && !isPreviewUrlValid()
}
"> Please enter a valid URL. </div>
<div class="preview-alert" data-bind="
css: {
'add-alert': previewUrl() != null && !isStartShowWidget()
}
"> Please select at least one messenger. </div>
</form>
<form class="form-inline" onsubmit="return false;">
<!--Enter your website domain-->
<div class="form-group" style="display: none;" data-bind="if: secret() !== '', visible: secret() !== ''"></div>
<!--Activate Pro Features Button-->
<div data-bind="if: secret() === '' && !isProEditKey()" class="guarantee-wrap">
<div>
<div class="relative payments-select">
<button class="dropdown-toggle dropdown-toggle_payment" type="button" id="dropdownPayment">
<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="style: { 'background-image': 'url(/images/' + paymentProduct().code + '.svg)' }"></i>
<span class="" data-bind="html: paymentProduct().name">1-year license - <b>$3.99/month</b> (billed annually)</span>
<div class="caret"></div>
</button>
<dialog class="dropdown" id="payment-dropdown" style="width:100%">
<ul class="dropdown__list payments-select__options">
<!--lifetime license-->
<li data-bind="
event:{
click: function(data) {
$root.setPaymentProduct('whatshelp-button-widget-life');
document.querySelector('#payment-dropdown').close();
}
}" class="dropdown__item">
<a href="javascript:void(0)" class="payments-select__option">
<i aria-hidden="true" class="fa" data-bind="style: { 'background-image': 'url(/images/whatshelp-button-widget-life.svg)' }" style="background-image: url("/images/whatshelp-button-widget-life.svg");"></i>
<span>Lifetime license - <b>149$</b></span>
</a>
</li>
<!--3-year license-->
<!--<li data-bind="
event:{
click: function(data) {
$root.setPaymentProduct('whatshelp-button-widget-three-year');
}
}"
>
<a href="javascript:void(0)" class="payments-select__option">
<i aria-hidden="true" class="fa" data-bind="style: { 'background-image': 'url(/images/whatshelp-button-widget-three-year.svg)' }"></i>
<span></span>
</a>
</li>-->
<!--2-year license-->
<!--<li data-bind="
event:{
click: function(data) {
$root.setPaymentProduct('whatshelp-button-widget-two-year');
}
}"
>
<a href="javascript:void(0)" class="payments-select__option">
<i aria-hidden="true" class="fa" data-bind="style: { 'background-image': 'url(/images/whatshelp-button-widget-two-year.svg)' }"></i>
<span><?php/*= $this->content[133] */?></span>
</a>
</li>-->
<!--1-year license-->
<li data-bind="
event:{
click: function(data) {
$root.setPaymentProduct('whatshelp-button-widget-201804');
document.querySelector('#payment-dropdown').close();
}
}" class="dropdown__item">
<a href="javascript:void(0)" class="payments-select__option">
<i aria-hidden="true" class="fa" data-bind="style: { 'background-image': 'url(/images/whatshelp-button-widget-201804.svg)' }" style="background-image: url("/images/whatshelp-button-widget-201804.svg");"></i>
<span>1-year license - <b>$3.99/month</b> (billed annually)</span>
</a>
</li>
</ul>
</dialog>
</div>
<!--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%;">Activate Button</a>
<div class="wh-billing-descr"> One licence is valid for one domain.<!--text: "The Pro features are available only for one website domain..."-->
</div>
<div class="wh-billing-descr-pro"> Already have a subscription?<!--text: Already Pro user?-->
<a href="javascript:void(0);" data-bind="click: activateEnterPrivateKey">Enter your Private Key<!--text: "Enter your Private Key"--></a>.
</div>
</div>
<!--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=1701253682" style="max-width: 140px; margin: 0 0 0 -5px">
</div>
</div>
<!--Enter your Private Key-->
<div class="form-group" style="display:none;" data-bind="if: isProEditKey, visible: isProEditKey"></div>
</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;"> Restore My Key </button>
</div>
<div class="form-forgot-key-result" style="margin-top:10px;"></div>
</form>
Text Content
Trusted by 595,708 websites * Shopify * Wordpress * English ENG * 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 CHAT WITH WEBSITE VISITORS VIA POPULAR MESSAGING APPS Get Your Button No coding required. BOB Manager 12:00 Hello, how may we help you? Just send us a message now to get assistance. Start Chat with: GET YOUR MESSAGING BUTTON IN THREE SIMPLE STEPS * 1 Choose * 2 Customize * 3 Boost * 4 Activate 1. CHOOSE MESSAGING APPS * WhatsApp * ChatGPT bot * Contact Form * Messenger * LINE * Viber * Snapchat * Telegram * Appointment * Custom link * Instagram * Skype * Apple Messages * LinkedIn * X.com * Waze * Vkontakte * Slack * TikTok * Discord * WeChat * Teams * Callback * SMS (mobile) * Call * Email * Google Maps Show more Hide * WhatsApp Open Chat In (desktop only) New Tab Popup Button color default * default * gray * red * orange * green * blue * purple * pink * black Custom color PRO Feature On hover text PRO Feature Button image PRO Feature Choose a file or drag it here Choose a file remove Sorry, only PNG, JPG, and GIF files are supported, max size 20MB Form title PRO Feature Add Agent PRO Feature English * English * Deutsch * Español * Française * Indonesia * Italiano * Melayu * Português * Türkçe * Русский * العربية * 한국어 * ไทย Custom Message PRO Feature Name text PRO Feature Email text PRO Feature Phone text PRO Feature Message text PRO Feature Send button text PRO Feature Pre-filled message PRO Feature Form title PRO Feature Popup subtitle PRO Feature -------------------------------------------------------------------------------- Agent name PRO Feature Agent position PRO Feature Agent avatar PRO Feature Choose a file or drag it here Choose a file remove Sorry, only PNG, JPG, and GIF files are supported, max size 20MB Custom message PRO Feature Name text PRO Feature Phone text PRO Feature Send button text PRO Feature Only for a mobile! Example: +1(800) 123-45-67 Discord server link Get my Facebook page ID Build your ChatGPT bot trained on your website links and PDF files in 5 minutes Add Agent Agent name Agent position Pre-filled message Agent avatar Choose a file or drag it here Choose a file remove Sorry, only PNG, JPG, and GIF files are supported, max size 5MB Agent name Agent position Pre-filled message Agent avatar Choose a file or drag it here Choose a file remove Sorry, only PNG, JPG, and GIF files are supported, max size 5MB Agent name Agent position Pre-filled message Agent avatar Choose a file or drag it here Choose a file remove Sorry, only PNG, JPG, and GIF files are supported, max size 5MB Agent name Agent position Pre-filled message Agent avatar Choose a file or drag it here Choose a file remove Sorry, only PNG, JPG, and GIF files are supported, max size 5MB Your Button Only the first 4 messengers will be displayed with 'Around' opening direction * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 2. CUSTOMIZE YOUR BUTTON Color orange orange * gray * red * orange * green * blue * purple * pink * black Custom color PRO Feature Button image Choose a file or drag it here Choose a file remove Sorry, only PNG, JPG, and GIF files are supported, max size 5MB Button icon Choose classic smile square round dialog plane You have chosen a custom button image Button style Classic Rectangle Button Text Change Button Text Close text Opening direction Vertical Horizontal Around Available with Classic Button style only. Max. 4 messengers. Animation Enable heartBeat rubberBand wobble bounce headShake pulse swing tada jello ring doubleRing moveIn Border Enable Notification Enable Background style Solid Gradient Button size Border radius Shadow Opacity Position Left Right Won't affect Your Button preview Shift, px X Y Display Desktop Mobile Where to show All pages Select pages Show on Use * to specify a whole website section. Example: https://getbutton.io/help/* Don't show on Use * to specify a whole website section. Example: https://getbutton.io/help/* 3. BOOST CHATS & SALES WITH GREETING MESSAGE Greeting message Enable Show messengers Enable "Start Chat with" text Greeting type Modern Classic Mini Position Above On the side Center Mirror Enable Avatar or logo PRO Feature Choose a file or drag it here Choose a file remove Sorry, only PNG, JPG, and GIF files are supported, max size 5MB Agent name Agent position Greeting message Enable Display frequency Every 24 hours * On each page load * Every hour * Every 3 hours * Every 6 hours * Every 12 hours * Every 24 hours Greeting will appear every N hours to each unique visitor Greeting delay, sec Call to action Google Analytics Track clicks in Google Analytics LIVE PREVIEW Check how the button will look on your website Check Please enter a valid URL. Please select at least one messenger. 4. ACTIVATE YOUR BUTTON AND ADD IT TO YOUR WEBSITE 1-year license - $3.99/month (billed annually) * Lifetime license - 149$ * 1-year license - $3.99/month (billed annually) Activate Button One licence is valid for one domain. Already have a subscription? Enter your Private Key. WHAT CUSTOMERS SAY ABOUT US 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. © 2023 GetButton.io · Terms of Use · Privacy Policy Knowledge base · Lost your Key? · customer-success@getbutton.io RESTORE YOUR PRIVATE KEY × Restore My Key ENTER YOUR FACEBOOK PAGE URL BELOW: × Get ID Sorry, we couldn't fetch your page ID How to find FB Page ID manually GET MY DISCORD SERVER LINK × 1. Click "Edit invite link" 2. Set "Expire After" to "Never"