Difference between revisions of "Other Integrations"

From SimplyBook.me
(Replaced content with "*<div class="article"> Zapier</div> *<div class="article">Joomla integration</div> *<div class="article">HTML button</div> *<d...")
Tag: Replaced
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="mw-collapsible mw-collapsed" data-expandtext="Show" data-collapsetext="Hide" style="width:800px;">
+
*<div class="article">[[Custom_Features#Zapier_Connector| Zapier]]</div>
<span class="qa">[[Using_Zapier.com| Zapier]]</span>
+
*<div class="article">[[Joomla integration]]</div>
<div class="mw-collapsible-content">
+
*<div class="article">[[HTML button]]</div>
[https://zapier.com/ What is Zapier?]
+
*<div class="article">[[Wix integration]]</div>
 
+
*<div class="article">[[Squarespace]]</div>
[[Using_Zapier.com| How to send copy of confirmation email (gmail integration).]]
+
*<div class="article">[[Go Daddy]]</div>
 
+
*<div class="article">[[SITE123 integration | SITE123]]</div>
[http://appointmentschedulingnews.com/zap-a-new-functionality-to-simplybook-me/ Simplybook and MailChimp integration]
 
 
 
[http://appointmentschedulingnews.com/simplybook-me-and-zapier-integration/ Other available zaps]
 
 
 
</div>
 
</div>
 
<br/>
 
<div class="mw-collapsible mw-collapsed" data-expandtext="Show" data-collapsetext="Hide" style="width:800px;">
 
<span class="qa">[[Joomla module]]</span>
 
<div class="mw-collapsible-content">
 
How to install Joomla Online Appointment Scheduling software and Booking app:
 
 
How to install Joomla Online Appointment Scheduling software and Booking app:
 
 
:1. Please download [https://simplybook.me/common/docs/mod_simplybook.zip this file of the module] and upload it in your Joomla admin page Extentions//Manager//Install or by url domen.com/administrator/index.php?option=com_installer (please note that the path may vary depending on the Joomla version)
 
:2. Register on Simplybook (you can register here ( https://simplybook.me/company/ ), or visit our website and press big button “Get Free Account”).
 
:3. In your Joomla admin page, find the newly uploaded module called Online Appointment Scheduling software and Booking app. In API url insert  user-api.simplybook.me (without any chnages just copy this text)
 
:4. Enable API Custom Feature in the Custom Features section of SimplyBook.me, there you will see 2 keys: Your API key (or API public key) and Your API secret key.
 
:5. Insert those keys into the settings of SimplyBook.me plugin in your Joomla account, Your API key to API public key and Your API secret key to API secret key.
 
:6. Insert your company login (the one in url of your admin page, e.g in the link https://image.secure.simplybook.me/, image is company name)
 
 
 
 
 
[[File:Joomla settings 1.PNG| center]]
 
 
 
 
 
:7. Now go to Content>Articles check the box of the entry you want to insert the booking functionality into and click 'edit'. Then insert the tag {loadmodule mod_simplybook} on the page where you need to display the booking functionality.
 
 
 
 
 
[[File:Joomla tag 1.PNG | center]]
 
 
 
 
 
:8. In “Menu Assignment” tab of the module settings choose “On all pages”.
 
 
 
 
 
[[File:On all pages 1.PNG | center]]
 
 
 
 
 
:9. Go back to the module overview and make sure that in the Status column of the module make sure the module is “Published and is current”.
 
 
 
 
 
[[File:Status active checked 1.PNG | center]]
 
 
 
;Error while setting up the module.
 
If you got the error "''Seems the method cannot be found on your server. Possible reasons may include: PHP option 'allow_url_fopen' is not enabled, PHP CURL is not enabled. Please ask your hoster for support regarding absence of required methods.''"
 
* Please check if your PHP has the necessary methods (allow_url_fopen and  PHP CURL) on in admin Joomla account//System//System information//PHP information.
 
*After you have checked and the necessary methods are Off, please contact your hosting provider and request activating them.
 
*If those methods are On, there may be another reason that prevents [https://simplybook.me/ SimplyBook.me] plugin from displaying on your page, please contact our support and we will try to help you.
 
 
 
if you receive the message that ''Fatal error occurred when installing the plugin'' most likely you will need to update your PHP version, the preferable version is 5.3 and higher.
 
 
 
</div>
 
</div>
 
<br/>
 
<div class="mw-collapsible mw-collapsed" data-expandtext="Show" data-collapsetext="Hide" style="width:800px;">
 
<span class="qa">[[HTML button]]</span>
 
<div class="mw-collapsible-content">
 
[[File:Book_1_new.jpg|left]]
 
 
 
Sometimes, websites (WordPress.com in particular) do not support inserting HTML Javascript code we use for our iFrame and button widgets. Then it can be useful to use a simple HTML button code to get your clients attention to go to your booking site at [https://simplybook.me/ SimplyBook.me] and make the appointment. Here is a simple code you can insert on your site or into your emails to link to your booking site at [https://simplybook.me/ SimplyBook.me]
 
 
 
<a href="//image.simplybook.me/sheduler/manage" target="_blank"><img src="https://appointmentbookingsystem.files.wordpress.com/2015/11/book_button.jpg?w=660″ alt="Booking button" width="200" height="200" /></a>
 
 
 
Now let’s look at the code closer and see its components and how it can be adjusted to your company.
 
 
 
'''What you can change:'''
 
:1. ''image.simplybook.me/sheduler/manage'' – it is the link to your booking page. It can be found when you press “My booking website” in the upper right corner of your admin [https://simplybook.me/ SimplyBook.me] page. You need to insert your company name instead of “image”.
 
:2. ''https://appointmentbookingsystem.files.wordpress.com/2015/11/book-now-button-1.png?w=660''  – this is the link to the image of “Book now” button. You can choose the image that suits your website design.
 
:3. ''alt=”Booking button”''  – this is the alternate text for an image, if the image cannot be displayed. You can change the text “Booking button” to “Book now”, “Book here”, etc.
 
:4. ''width=”200″ height=”200″''  You can insert custom size of the image with the help of these functions.
 
5. Please note that all the other signs, symbols and spaces are very important for the proper functioning of the code.
 
 
 
'''[https://appointmentbookingsystem.wordpress.com/ Tutorial with pictures and Booking Button gallery]'''
 
</div>
 
</div>
 
<br/>
 
<div class="mw-collapsible mw-collapsed" data-expandtext="Show" data-collapsetext="Hide" style="width:800px;">
 
<span class="qa">[[Wix integration]]</span>
 
<div class="mw-collapsible-content">
 
If you use Wix, and if you want to add the possibility of bookings to your website we have the right solution for you!
 
 
 
Our iFrame widget allows you to connect the Wix website with [https://simplybook.me SimplyBook.com] and let your clients book right from the website both from their PC or from their mobile devices. This solution will make your booking process more convenient and easy.
 
 
 
To do this, please  follow these simple steps:
 
 
 
:1. Go to '''Wix App Store'''.
 
 
 
[[File:Wix app store.jpg | center]]
 
 
 
:2. Enter “'''HTML'''” in the Search apps field.
 
[[File:Html plugin.jpg | center]]
 
 
 
:3. Select “'''HTML iFrame/Embed'''”  plugin.
 
[[File:Html iframe.jpg | center]]
 
 
 
:4. Switch to “'''HTML code'''” mode.
 
[[File:Html mode.jpg | center]]
 
 
 
:5. Go to your [https://simplybook.me SimplyBook.com] admin page. Go to '''Settings → Bookings on Webpage or Facebook → Booking widget for your own website'''.
 
[[File:Bookingwidgetsetting.png | center]]
 
 
 
:6. Press “'''Save Settings and get iFrame code'''”. Almost done, just few simple steps left!
 
[[File:Widgetsettings.png | center]]
 
 
 
:7. Copy the code you received.
 
[[File:Widgetcode.png | center]]
 
 
 
:8. Insert the code into Wix  iFrame plugin and Press “'''Update'''”. Remark that there is a “width=960” inside the code you paste into the HTML plugin. You may need to adjust the “960” number to some width that suits your website. You could try some numbers in the range from 500 to 960 and see what fits best. You can do these changes directly in the code that you pasted in the HTML plugin.
 
[[File:Insert code.jpg | center]]
 
 
 
 
 
Congratulations! Now you have [https://simplybook.me the best booking system] on your Wix website!
 
 
 
[[File:Widget example.jpg | center]]
 
 
 
</div>
 
</div>
 
<br/>
 
<div class="mw-collapsible mw-collapsed" data-expandtext="Show" data-collapsetext="Hide" style="width:800px;">
 
<span class="qa">[[Squarespace]]</span>
 
<div class="mw-collapsible-content">
 
[[File:Squarespace_new.jpg |left]]
 
 
 
'''iFrame widget:'''
 
:1. In your [https://simplybook.me/ Simplybook] admin page get the code in Settings//Bookings on Webpage or Facebook//Booking widget for your own website//Save settings and Get code.
 
:2. On your Squarespace account, choose the page where are planning to insert your booking calendar. We recommend using a new page in Main Navigation designed specifically for online booking. You can name it "Book Now", "Online Booking" or "Calendar." Open the page editor. Click an ''Insert Point'' and select ''Code'' from the Block Menu.
 
:3. Insert the code received in [https://simplybook.me/ Simplybook] admin page, to the ''Code'' box and click "Apply".
 
 
 
'''Booking button widget:'''
 
:1.  In your [https://simplybook.me/ Simplybook] admin page get the code in Settings//Bookings on Webpage or Facebook//Booking button widget for your website//Save settings and Get button code.
 
:2. In your Squarespace account go to Settings//Advanced//Code injection. ([https://support.squarespace.com/hc/en-us/articles/205815908 Squarespace instructions how to inject the code])
 
:3. Insert the code received in [https://simplybook.me/ Simplybook] admin page, to your Squarespace settings page.
 
</div>
 
<br/>
 
<div class="mw-collapsible mw-collapsed" data-expandtext="Show" data-collapsetext="Hide" style="width:800px;">
 
<span class="qa">[[Weebly]]</span>
 
<div class="mw-collapsible-content">
 
[[File:New_weebly.png |left]]
 
 
 
'''Booking button:'''
 
:Chose "Button" function in the building menu, change button name, choose style and insert the link to your booking page (Example: http://wikisimplybook.simplybook.me/)
 
'''iFrame Widget:'''
 
:1. Choose a page where you need to insert booking functionality or create separate page specifically for [https://simplybook.me/ SimplyBook].
 
​2. Choose "Embed Code" building function and drag it to the corresponding place.
 
:3. In your SimplyBook admin page go to Settings//Bookings on Webpage or Facebook//Booking widget for your own website//Save settings and get iFrame code.
 
:​4. Insert the code into the "Embed" area.
 
:5. Publish changes.
 
'''[http://appointmentscheduleronline.weebly.com/ Version with pictures]'''
 
'''[http://appointmentscheduleronline.weebly.com/simplybook.html Make Test Bookings and check widget examples]'''
 
</div>
 
<br/>
 
<div class="mw-collapsible mw-collapsed" data-expandtext="Show" data-collapsetext="Hide" style="width:800px;">
 
<span class="qa">[[Go Daddy]]</span>
 
<div class="mw-collapsible-content">
 
 
 
[[File:Godaddy-logo.png | left]]
 
:1. In your [https://simplybook.me/ Simplybook] admin page get the code in Settings//Bookings on Webpage or Facebook//Booking button widget for your website//Save settings and Get button code.
 
:2. In Go Daddy website, Log in to your Website Builder account.
 
:3. Click Design Your Pages.
 
:4. If necessary, from the Page menu, select the page you want to modify.
 
:5. Click Popular, and then drag and drop the Script icon over a Drop Zone. Drop Zones display on your Web pages when you hover over them.
 
:6. In the Enter JavaScript text box, delete the default scripting, and then enter code received in Settings//Bookings on Webpage or Facebook//Booking button widget for your website//Save settings and Get button code.
 
:7. Click OK.
 
:8. Click Publish in the upper right.
 
 
 
</div>
 
<br/>
 

Latest revision as of 14:15, 20 August 2021