Facebook link preview

When I share a link on Facebook there is usually a nice preview (sometimes with an image) that automatically pops up. This is not the case for my Tadabase app links. Is there any way I can configure this?

Hey Steven, I actually just looked into this for another Tadabase user.

I managed to accomplish this by adding a few meta tags to the Header Code in the Custom Header/Footer code setting.

Here’s how it came out:

All that is needed is the following code in the custom header code section.

<meta property="og:title" content="Custom Tadabase Name">
<meta property="og:image" content="URL_OF_IMAGE">
<meta property="og:image:width" content="WIDTH_OF_IMAGE">
<meta property="og:image:height" content="HEIGHT_OF_IMAGE">

1 Like

thank you!! that worked :smile: