Hi everyone,
I have a Joomla-based website with a Phoca Maps map on this page:
https://longonicues.com/longoni-dealers
Now, I want to embed only the map (without the menu, footer, or any other elements) into another Joomla website I own.
What I Tried So Far

Using an <iframe>, but it loads the entire page, including the menu and footer:
<iframe src="
https://longonicues.com/longoni-dealers" width="100%" height="500px" style="border:none;"></iframe>

Using PHP (file_get_contents()) to extract only the map section, but I don’t know the best way to isolate just the map.

Inspecting the page source, but I’m unsure of the best approach to extract only the Phoca Maps section.
Thanks in advance!
