Using Snaps in IFrames
You may embed a Snaps Event into your own website, using iframes.
However, for both security and usability reasons, Snaps functionality in iframes is purposefully reduced. For example, user authentication is unavailable in iframes, which means users can't post or react to content. They can, however, otherwise view and interact with your events.
Only specific Snaps URLs, such as those pointing to events or user profiles, may be used in iframes. Unsupported URLs will present an error message. So, be sure to test your integrations.
IFrame-Supporting URLs
Events - example:
https://www.snaps.events/event/Eda156c3b13
User Profiles - example:
https://www.snaps.events/user/snaps
Example HTML
The following is an example HTML tag that can be used to embed our "Japan Trip (Demo)" event onto your website.
<iframe
src="https://www.snaps.events/event/Eda156c3b13"
width="100%"
height="320px"
style="border:none"
/>