All Collections
Event Organisers
How to manage my events
Embedding Photos into your own website
Embedding Photos into your own website

Embedding your photo gallery

Sarah Stambolieff - Head of Product Design avatar
Written by Sarah Stambolieff - Head of Product Design
Updated over a week ago

GeoSnapShot offers the ability for any photos to be embedded into other websites.

Embedding photos enables anyone to drive traffic to their own website rather than GeoSnapShot to view and purchase photos.

The embedding process is very easy. You simply need to add one line of HTML code to your webpage.

There are two ways to embed photos. You can link to photos from an individual event. Or, if you are an event organiser, you can also link to all events you have created.

  1. Link to photos from an individual event

<iframe
src="<LINK TO YOUR PHOTOS>?embed=true" style="width:100%;height:800px;border:1px solid #e6e7e8;">
</iframe>

Simply replace the words "LINK TO YOUR PHOTOS" above with the event quick link found on your event management page leading to the photos from your event.

Example

The link to individual photos can be found on your event management page for example: https://www.geosnapshot.com/e/siec-summer-classic

the code would be:

<iframe
src="https://www.geosnapshot.com/e/siec-summer-classic?embed=true" style="width:100%;height:800px;border:1px solid #e6e7e8;">
</iframe>


2) Link to all photos from events you've created

Event Organisers can set up a club name in their profile page. The club name is used to create a link to all photos from events you've created.
An example link is https://www.geosnapshot.com/org/TheRaceOrganiser

In this case the code would be:

<iframe
src="https://www.geosnapshot.com/org/TheRaceOrganiser?embed=true" style="width:100%;height:800px;border:1px solid #e6e7e8;">
</iframe>

Please contact our support team at support@geosnapshot.com for more information.

Did this answer your question?