You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add open graph meta tags inside the <head> tag. Open Graph meta tags help users optimize their social media link previews, so users always see the essential information. To know more about open graph read this amazing blog post → What is Open Graph and how can I use it for my website?.
Here is my suggestion 👇
Add a screenshot of the website homepage to ./img folder. Then add its path to the meta tag of property og:image and twitter:image.
<!-- Open Graph Meta Elements for Social Cards --><metaproperty="og:title" content="Talk To Me Technology"><metaproperty="og:description" content="Open source comm board for all!"><metaproperty="og:image" content="<Add screenshot of the app to img folder and add link to the screenshot here...>"><metaproperty="og:type" content="website"><metaproperty="og:url" content="https://talktometechnology.netlify.app/"><!-- Meta Elements for Twitter Social Card --><metaproperty="twitter:card" content="summary_large_image"><metaproperty="twitter:title" content="Talk To Me Technology"><metaproperty="twitter:description" content="Open source comm board for all!"><metaproperty="twitter:image" content="<Add screenshot of the app to img folder and add link to the screenshot here...>"><metaproperty="twitter:url" content="https://talktometechnology.netlify.app/">
The text was updated successfully, but these errors were encountered:
Add open graph meta tags inside the
<head>
tag. Open Graph meta tags help users optimize their social media link previews, so users always see the essential information. To know more about open graph read this amazing blog post → What is Open Graph and how can I use it for my website?.Here is my suggestion 👇
Add a screenshot of the website homepage to
./img
folder. Then add its path to the meta tag of propertyog:image
andtwitter:image
.The text was updated successfully, but these errors were encountered: