< All integration methods

Integration of online scheduling with a site

Most sites have dull appointment forms in the style of "leave your phone number, we will call you back." With the help of our site, you can place an interactive pop-up window on your site that will show an up-to-date work schedule and a list

You can use integration with the site simply as a collection of applications, a feedback form, or enable all the features of the service timeplan.me, that will provide you with a functional customer relationship management (CRM), analytics, and much more.

A simple link for a site. Click for test.

<a target="_blank" href="https://timeplan.me/test">Make an appointment</a>

    GET parameters, applicable for the built-in entry form window (iframe):
hidemap: Hide the map. Default: false
hideservices: Hide the list of services. Default: false
hidepresentation: Hide presentation. Default: false
hidename: Hide company name. Default: false

Pop-up window. Click for test.

Add to the HTML code of the page, preferably in the HEAD section:
<script src="https://timeplan.me/js/timeplanme_integration.min.js"></script>
Add a 'link' to the page:
<a href="https://timeplan.me/test" data-title="New entry" class="openTimePlanMePopup">Make an appointment</a>

    Parameters:
data-title: Window title. Default: "New record"
data-height: Window height, in pixels. Default: 800
Popup window, minimal version. Click for test

 Add to the HTML code of the page, preferably in the HEAD section:

<script src="https://timeplan.me/js/timeplanme_integration.min.js"></script>

Add a'link' to the page: 

<a href='https://timeplan.me/test' data-title='New entry' class='openTimePlanMePopup' data-hidemap='true' data-hideservices='true' data-hidepresentation='true'>Popup window, minimal version. Click for test</a>


Built-in entry form, full version

Add the following code to the page (1000 and 760 - width and height, link parameters (hideall, etc.) are described above):

<iframe src="https://timeplan.me/test?min=1&hideall=1" width="100%" height="760" frameborder="0"></iframe>


Built-in entry form, mobile version (recommended method)

Add the following code to the page:

<iframe src="https://timeplan.me/m/test?min=1" width="500" height="500" frameborder="0"></iframe>



Embedding "manage your entries" section

Add the following code to the page:

<iframe src="https://timeplan.me/user/events?min=1" width="100%" height="500" frameborder="0"></iframe>
Задать вопрос