VERO EMBEDS

Embed VERO content on websites.

 

 

Embed your VERO profile on a website

Visit your profile on the web at vero.co/yourusername. If you don’t know your username, please visit our support articles.

1. Click on the three dots menu next to your username and select Embed Profile.

 
Embed-profile-1.jpg
 
Embed-profile-2.jpg
 

2. You can choose how many posts you want to display. 

3. Click on Copy Embed Code to copy the code.

 
Embed-profile-3.jpg
 

4. Paste the code into your website. There you go!

 

 

Embed a VERO post on your website

Visit your profile on the web at vero.co/yourusername. If you don’t know your username, please visit our support articles.

1. Select any posts and click on the three dots menu (at the bottom right) and select Embed Post.

 
Embed-post-1.jpg
 

2. Click on Copy Embed Code and paste the code into your website.

 
Embed-post-2.jpg
 

3. Paste the code into your website. There you go!

 
 

Follow the same procedure to share or embed other VERO profiles and content.

 

 

Known issues for Ajax enabled CMS websites

If you are using a site with an asynchronous page system (i.e.; Squarespace with Ajax enabled), embedded content might not be displayed. To ensure that the embedded content is displayed correctly when a page loads, you can add this code in the header field of your site's Code Injection:

<script async src = "https://vero.co/a/scripts/embed-profile-getter.js"> </script><script async src = "https://vero.co/a/scripts/embed-getter.js"> </script>


To force the initialisation of embedded content on platforms other than Squarespace. In addition to the code above, please add this Java Script code to be executed when browsing between your pages:


window.dispatchEvent (new Event ('mercury: load'));