Skip to content

Instantly share code, notes, and snippets.

@jcharles22
Last active June 7, 2019 04:10
Show Gist options
  • Save jcharles22/5658201a3abdd9a34029901de2938881 to your computer and use it in GitHub Desktop.
Save jcharles22/5658201a3abdd9a34029901de2938881 to your computer and use it in GitHub Desktop.
Add meta data in head to get picture to display on Linkedin
<meta prefix="og: http://ogp.me/ns#" property="og:title" content="{Your content}" />
<meta prefix="og: http://ogp.me/ns#" property="og:type" content="{Your content}" />
<meta prefix="og: http://ogp.me/ns#" property="og:description" content="{Your content}" />
<meta prefix="og: http://ogp.me/ns#" property="og:image" content="{Your content}" />
<meta prefix="og: http://ogp.me/ns#" property="og:url" content="{Your content}" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment