Embedded YCBM see no logo

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?

Hi, it looks like the data-content is left out by the closing tag. Try this code:

<script src="https://embed.ycb.me"
async="true"
data-domain="yourbookingpage"
data-content="all">
</script>

the opening and closing TAG are in the script. I left these out in the forum because otherwise the text would not display.

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.

Now it’s Fixed! THNX