About event calendar "Copy link" and "invite via email" button function

When I go to my website and click the Share “Copy link” and “invite via email” button at the bottom of the event, the “link” of the event doesn’t work. I uses “invite via email” and the link in the email also doesn’t work. This is one of the link that I copied from the “Copy link” : about:srcdoc#calendar-cbf67e01-129c-434e-bd10-e7e4bffe36f5-event-d19cc1d9-622a-4a03-8cd1-6df1d09f1c9c

Do I need to do something from the setting or…?
Thank you!

Hi there, @Kamala_Ishaya :waving_hand:

It seems that your widget is installed on Google Sites and this issue occurs because of the Google Sites iframes.

Could you please send me a link to the page, where your widget is installed? I’ll be happy to check if anything can be done :slightly_smiling_face:

Hi Max,

Thank you for your reply!
I have 2 event calendars, they are on these 2 pages, they are installed on Hostinger:

If you are asking about the link of the calendars:

Hope these helps.

Thank you so much, @Kamala_Ishaya :+1:

Hostinger, like Google Sites platform, is built on iframes, this is why this issue occurs. But the good news is that we’ve got a simple solution!

You just need to replace the current installation codes of your widgets with the new one, which reinstalls the widgets avoiding iframes:


<script src="https://custom-scripts.elfsightcdn.com/public-scripts/hostinger-and-go-daddy/install-widget.js" data-banner></script>
<div class="elfsight-app-WIDGET_ID"></div>

In this code, you should replace WIDGET_ID with the IDs of your widgets.

So, the final code for your 1st calendar is:


<script src="https://custom-scripts.elfsightcdn.com/public-scripts/hostinger-and-go-daddy/install-widget.js" data-banner></script>
<div class="elfsight-app-cbf67e01-129c-434e-bd10-e7e4bffe36f5"></div>

And for the 2nd one:


<script src="https://custom-scripts.elfsightcdn.com/public-scripts/hostinger-and-go-daddy/install-widget.js" data-banner></script>
<div class="elfsight-app-466fbb62-840e-4eee-b899-ebddfafadd4b"></div>


Please try it out and let me know if it helped :wink:

P.S. With this code you can reinstall Elfsight widgets avoiding iframes, not just Event Calendar :slightly_smiling_face:

Thank you, Max! It helped. Interesting that the calendars don’t appear on Hostinger but they are on the site when I go to see. But it works anyway.
Thank you for your help!

Yep, with this code the widgets won’t appear in the backend, but they’ll be visible on the live website. So, this is the correct behavior :wink:

If anything else comes up, feel free to contact us here. We’ll be happy to help!

Yes, Thank you!

I created my 3rd event calendar and followed the previous guidelines for the installation codes. I have one event posted but there is a sentence behind says, “Sorry, no events right now. But really cool stuff is coming up soon.” Would you please help to give some suggestions on how to fix it? Thank you! My event link https://ishayasascension.net/zh/free-introductory-talk

Hi there, @Kamala_Ishaya :waving_hand:

The thing is that you’ve installed 2 widgets to this section:

  • Upcoming Free Introductions Traditional Chinese - wth 1 event

  • Upcoming Free Introductions on The Art of Ascension - with no events


So, you just need to remove the 2nd widget from the page and you’ll be fine :wink:

Hi Max,

Oh…yes, probably I forgot to remove the old one before I install a new one. Thank you very much for your help!

Kamala

No sweat :wink:

I am so happy that this solution worked for you too! A huge thank you for the feedback, @Farah_William :blush: