joshcohen1570048738 Posted August 12, 2019 Share Posted August 12, 2019 (edited) Hi there, I am trying to create a "Book Now" Button to open up pop-up Lightbox for my Calendly Calendar. Is it possible to create in markup/code a button with pop-up? Thanks :) Edited August 12, 2019 by joshcohen Initial Revision Link to comment
Fonty Posted April 28, 2020 Share Posted April 28, 2020 I was looking for an answer to this too but couldn't find one! So I made this code from the calendly one, and am posting it here in case it helps someone else. Obviously change the style to suit your needs. If anyone has a better way to do this let me know. This is my first squarespace site so I may have missed an easy trick! <!-- Calendly link widget begin --> <center> <link href="https://assets.calendly.com/assets/external/widget.css" rel="stylesheet"> <script src="https://assets.calendly.com/assets/external/widget.js" type="text/javascript"></script> <a href="" onclick="Calendly.initPopupWidget({url: 'YOUR CALENDLY LINK GOES HERE'});return false;" style="padding: 21px 34px; font-weight: 600; letter-spacing: 1px; font-family: sans-serif; font-size: 15px; font-weight: 500; font-style: normal; text-transform: uppercase; letter-spacing: .15em; color: #fff; background-color: #89c8cd; border-color: #89c8cd; text-decoration:none; border-radius: 3px;" >YOUR TEXT HERE</a> </center> <!-- Calendly link widget end --> Kate_B_ 1 Link to comment
Kate_B_ Posted November 16, 2022 Share Posted November 16, 2022 Thank you @Fonty - this was helpful! 👍 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment