How to Embed Only the Phoca Maps Section from This Joomla Page into Another Website?
Posted: 13 Mar 2025, 11:31
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!
I have a Joomla-based website with a Phoca Maps map on this page:
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
<iframe src="https://longonicues.com/longoni-dealers" width="100%" height="500px" style="border:none;"></iframe>
Thanks in advance!