Display Mendix App Link Preview

0
Hi there,   Is there a way to display a link preview of a Mendix app when sharing a link via social media (see below for reference)     Thanks, Liam  
asked
1 answers
1

Hi Liam,

 

In your index.html in your theme -> web folder you should add an extra line with a url to the image you want to display. See this link with an example. 

 

Add the next line to your index.html with the link to the image you want to show:

<meta property="og:image" content="http://ia.media-imdb.com/rock.jpg"/>
answered