Skip to content

Instantly share code, notes, and snippets.

@WordPress-Handbuch
Last active January 30, 2019 07:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WordPress-Handbuch/c9417103443ac04d4a71f4b6b8a3a3e6 to your computer and use it in GitHub Desktop.
Save WordPress-Handbuch/c9417103443ac04d4a71f4b6b8a3a3e6 to your computer and use it in GitHub Desktop.
HTML meta tags for proper social media share integration
<meta name="description" content="Auszug/Exzerpt" />
<meta name="twitter:site" content="Website-Titel" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Webseiten-Titel" />
<meta name="twitter:description" content="Auszug/Exzerpt" />
<meta name="twitter:image" content="Vorschaubild" />
<meta name="twitter:url" content="Permalink-URL" />
<meta property="og:site_name" content="Website-Titel" />
<meta property="og:title" content="Webseiten-Titel" />
<meta property="og:description" content="Auszug/Exzerpt" />
<meta property="og:type" content="Seitentyp" />
<meta property="og:image" content="Vorschaubild" />
<meta property="og:url" content="Permalink-URL" />
<link rel="image_src" href="Vorschaubild" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment