Hi there!
How exactly is your implementation looking?
If the final embedded URL is not an iframe with a recognizable URL to Google Maps, there is no chance for Embed Privacy to detect it.
Did you check the documentation about custom implementations?
Thread Starter
chm4wp
(@chm4wp)
Hi, thanks for your quick response.
The maps are not loaded via iframe. The plugin used is “The Events Calendar”. When used in standard TEC plugin configuration with their standard API key, the maps get blocked.
As soon as I use my custom API key for Maps JavaScript API, the maps won’t get blocked anymore.
Will have a look to the custom implentations.
It would be great if you can send me a link to the particular page. And, if possible, another link to a working example of The Events Calendar.
You can use the email address hey@epiph.yt.
I’m pretty sure I already had the exact same issue but couldn’t find anymore where I posted the solution. You can override the default template in src/views/blocks/parts/map.php
in your theme by copying the content to [your-theme]/tribe/events/blocks/parts/map.php
. Then you can make the required adjustments according to the documentation.
Thread Starter
chm4wp
(@chm4wp)
Thanks a lot. I will give it a try.