Leon
1
I have embedded the booking page with the following code:
script src=“https://embed.ycb.me”
async=“true”
data-domain=“***************”>
data-content=“all”>
</script
"
Still, I don’t get to see our logo. (See attachment)
What am I doing wrong?
dnl
2
Hi, it looks like the data-content is left out by the closing tag. Try this code:
dnl
3
<script src="https://embed.ycb.me"
async="true"
data-domain="yourbookingpage"
data-content="all">
</script>
Leon
4
the opening and closing TAG are in the script. I left these out in the forum because otherwise the text would not display.
Ben
5
There is a trailing >
after your data domain that could be the problem, if you remove that it should work to show you the entire booking page.