So I’ve got an issue with trying to add an embedded inline calendar.
I’ve got code executing this but all it shows is a blank box.
I have code execution permissions. If I put the div on another blank page but not with Bricks? Hoping someone can help me here, so far no one’s been able to answer questions.
Hey Shingen, thanks for replying, this is for an embedded calendar that’s just sitting there live on the site.
I’ve got the code sitting in a code box in a column, but it just shows me whatever the background colour is.
This is what I have in the code box (code is signed and everything):
Hey there,
I made a video showing you how to set it up. Have a look and let me know if you have any question.
Video: Watch 2025-03-03 13-37-17 | Streamable
Cheers
Ah thank you for this Shingen, sorry this is a second topic because I wanted to put this calendar in the footer, not as a popup but as an embedded calendar. Code below:
Assuming I don’t need the div on this one since it’s living in its own code box in a section somewhere.
I have this in a code box in my footer but it just renders the same color as the background.
You cannot use the same code snippet from the provider. That snippet produces a popup.
If you want to embed it in your footer, use this code.
Then you need to change the ID and organization to yours, plus you then need to change the ID on the element that is holding this code to #inline-embed-container
Cheers