+7

Add meta properties to display in previews of shared links

miguelanruiz 6 months ago 0

The thing is, when you share a link copying URL, you expect to share link with title:

Image 408

I think can be created some interfaces to give data on each class, it has to look like this:

<meta property="og:title" content="Example Page">
<meta property="og:image" content="https://example.com/images/image.jpg">
<meta property="og:description" content="This is just an example page.">
<meta property="og:url" content="https://example.com/page.html">

And then link sharing will be looks like:

Image 409