Adding Simple Practice widget to my WordPress site
-
Hello! I need to add this widget to my website:
<!-- Start SimplePractice Appointment-Request Widget Embed Code --> <style>.spwidget-button-wrapper{text-align: center}.spwidget-button{display: inline-block;padding: 12px 24px;color: #fff !important;background: #de6a26;border: 0;border-radius: 4px;font-size: 16px;font-weight: 600;text-decoration: none}.spwidget-button:hover{background: #d15913}.spwidget-button:active{color: rgba(255, 255, 255, .75) !important;box-shadow: 0 1px 3px rgba(0, 0, 0, .15) inset}</style> <div class="spwidget-button-wrapper"><a href="https://skinclusivederm.clientsecure.me" class="spwidget-button" data-spwidget-scope-id="5d767424-64c0-48fd-ada9-84fa979ef854" data-spwidget-scope-uri="skinclusivederm" data-spwidget-application-id="7c72cb9f9a9b913654bb89d6c7b4e71a77911b30192051da35384b4d0c6d505b" data-spwidget-scope-global data-spwidget-autobind>Request Appointment</a></div> https://widget-cdn.simplepractice.com/assets/integration-1.0.js <!-- End SimplePractice Appointment-Request Widget Embed Code -->This guide https://support.simplepractice.com/hc/en-us/articles/115004734123-Adding-the-Appointment-request-Widget-to-your-website says there are many different ways how this can be done and recommends reaching out to WordPress support.
When I add it to the page, the CTA button appears, but when I click on it, I see this – https://prnt.sc/uMd3wRHSJD5j, so something is not working, but I cannot figure out what. Any ideas? Any assistance will be greatly appreciated.
The page I need help with: [log in to see the link]
-
You’ve successfully embedded the widget code into your WP page. The HTML source view appears to be exactly the same as the code you posted here. The problem appears to be on the simple practice end of things. I’m guessing their integration-1.0.js script isn’t working correctly. The browser console shows a SPWidget logged message about an outgoing message, but the network log does not show anything being sent out.
The topic ‘Adding Simple Practice widget to my WordPress site’ is closed to new replies.