[SOLVED] Change an app's link preview settings when it's shared on Facebook

Use Open graph meta tags in the page header:

<meta property="og:title" content="Text goes here" />"
<meta property="og:description"  content="Description goes here" />
<meta property="og:image"              content="Image url goes here" />
6 Likes