Archived topic
Integrate a
3 replies · Started by Arnaud on September 22, 2022
Dear -
I have this script : <script type="text/javascript" src="https://booksy.com/widget/code.js?id=XXXXXX&country=fr&lang=fr"></script>
which is a online booking widget to integrate to my website from Booksy : https://youtu.be/PlCQej1Wgig
My question : how can i incorporate this bit of JavaScript into a 'Button' block ?
thx
Hi there,
Have you checked with Booksy's support team on this first?
If they can provide a solution that works with a Twenty series WP theme, the exact solution would work in GeneratePress.
They are useless.
That's I was hoping to be luckier here.
I don't see how to incorporate the bit of JS into my CTA button.
if you have any thoughts, really appreciate.
Hi there,
Usually scripts go to the footer section of a site.
You can try creating a hook element at appearance > elements, then paste the script into the hook.
Choose wp_footer as the hook name, and choose the location depending on where of the site you want the script to run.