mattybeard / Destiny-Daily-2

Code for the Destiny Daily website, a Destiny helper tool - this project has now been retired but the code left up or legacy reasons
1 stars 0 forks source link

Add Facebook and Twitter sharing meta tags to content pages #42

Closed benedfit closed 6 years ago

benedfit commented 7 years ago
<meta property="og:title" content=## SHORT TITLE OF THE PAGE e.g. (Destiny Daily for homepage, or This week's Nightfall for /nightfall) ##">
<meta property="og:description" content="## META DESCRIPTION ##">
<meta property="og:type" content="website">
<meta property="og:image" content="http://www.destiny-daily.com/assets/img/meta/meta-icon-1000x1000.jpg?v=1.0.9">
<meta property="og:site_name" content="Destiny Daily">
<meta property="og:url" content="## CANONICAL URL HERE ##">
<meta name="twitter:site" content="@destinydaily7">
<meta name="twitter:card" content="summary">

Not essential, but it makes Facebook and Twitter sharing a bit prettier