How to have an image show up when sharing links to your site

I was asked this question on Twitter:

How to get an image to show up when sharing a link to a website I made?

To share images you need to use the Open Graph meta tags, also called OG tags.

Take a look at this blog post: How to set GitHub …


This content originally appeared on flaviocopes.com and was authored by flaviocopes.com

I was asked this question on Twitter:

How to get an image to show up when sharing a link to a website I made?

To share images you need to use the Open Graph meta tags, also called OG tags.

Take a look at this blog post: How to set GitHub credentials for macOS. On Chrome, right click in the page and press View Source. Or on Safari, from the Develop menu click Show Page Source (got to have the Develop menu activated in the settings).

You can find those tags in the <head> part of the HTML:

<meta property="og:title" content="How to set GitHub credentials for macOS">
<meta property="og:description" content="Set up GitHub authentication so you can use it from VS Code or the command line">
<meta property="og:type" content="article">
<meta property="og:url" content="https://flaviocopes.com/setup-github-credentials-macos/">
<meta property="og:image" content="https://flaviocopes.com/img/avatar.png"/>

The important part for the image is the og:image tag, but all contribute to creating a way to make it easier for other software to show our site nicely.

Any time you do any change, check the Twitter Card Validator website and paste the URL of the page. That will show a preview and will give you some hints of what to fix:


This content originally appeared on flaviocopes.com and was authored by flaviocopes.com


Print Share Comment Cite Upload Translate Updates
APA

flaviocopes.com | Sciencx (2021-11-22T05:00:00+00:00) How to have an image show up when sharing links to your site. Retrieved from https://www.scien.cx/2021/11/22/how-to-have-an-image-show-up-when-sharing-links-to-your-site/

MLA
" » How to have an image show up when sharing links to your site." flaviocopes.com | Sciencx - Monday November 22, 2021, https://www.scien.cx/2021/11/22/how-to-have-an-image-show-up-when-sharing-links-to-your-site/
HARVARD
flaviocopes.com | Sciencx Monday November 22, 2021 » How to have an image show up when sharing links to your site., viewed ,<https://www.scien.cx/2021/11/22/how-to-have-an-image-show-up-when-sharing-links-to-your-site/>
VANCOUVER
flaviocopes.com | Sciencx - » How to have an image show up when sharing links to your site. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/11/22/how-to-have-an-image-show-up-when-sharing-links-to-your-site/
CHICAGO
" » How to have an image show up when sharing links to your site." flaviocopes.com | Sciencx - Accessed . https://www.scien.cx/2021/11/22/how-to-have-an-image-show-up-when-sharing-links-to-your-site/
IEEE
" » How to have an image show up when sharing links to your site." flaviocopes.com | Sciencx [Online]. Available: https://www.scien.cx/2021/11/22/how-to-have-an-image-show-up-when-sharing-links-to-your-site/. [Accessed: ]
rf:citation
» How to have an image show up when sharing links to your site | flaviocopes.com | Sciencx | https://www.scien.cx/2021/11/22/how-to-have-an-image-show-up-when-sharing-links-to-your-site/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.