You can easily integrate SchduleMate into any website.
It takes only a few minutes and all you need to do is copy and paste a few lines of code.
Copy the following lines of code and paste them to your website. Just remember to replace the bold link with your own personal booking link. You can also replace “Book Meeting” with you desired button label text.
<!-- Experts static button start -->
<link href="https://app.meetpro.live/popup/popup.css" rel="stylesheet">
<script src="https://app.meetpro.live/popup/popup.js" type="text/javascript"></script>
<a href="" onclick="Experts.initStaticButton({ url: 'https://app.meetpro.live/book/mylink' });return false;" style="cursor: pointer; font-family: Poppins; font-weight: 900; background-color: #00c6ff; color: white; padding: 0.8rem 2rem; border: 0px; box-shadow: rgba(0, 0, 0, 0.15) 0px -2px 0px inset; border-radius: 4px; text-decoration: none; display: inline-block;">Book meeting</a>
<!-- Experts static button end -->
Recent Comments