Jump from entry in information popup container to map position

Hello everyone,
is the following possible?
I have different areas on which several geocoded photos (symbol for recording point) are displayed. The photos are also displayed in the informatio popup container for each area.
Now I would like to add a link to each photo in the info window to jump to the corresponding location on the map.
How should I store this in the attribute table? Presumably there is a Javascript command for this?

Hm, should be doable via the Perma-Link feature? If Permalink is enabled, check your url when centered on one of the points - the coordinates will be in the URL as well as the layers curently shown etc…
Try to reverse-engineer this URL with a qgis expression in your table for all points and you should get a clickable url which jumps to the photos location.

@meyerlor Thank you very much. I had also thought about the links, but they change when the address of the projects changes.
I have now implemented this with Lizmap on-board tools.

But I would like to use exactly this command, which is behind the “Zoomen” button, in a separate field.