CityOfZion / neo-scan

Blockchain explorer for NEO
https://neoscan.io
MIT License
70 stars 65 forks source link

[enhance] twitter card for neoscan #404

Closed vincentgeneste closed 5 years ago

vincentgeneste commented 5 years ago

it would be awesome if neoscan could have metadata for twitter card so that it shows the name / logo instead of something blank at the moment if it's shared on twitter.

it's as simple as adding

<meta name="twitter:card" content="summary"/>
<meta name="twitter:description" content="Your home for all NEO related blockchain information" />
<meta name="twitter:title" content="NEOSCAN"/>
<meta name="twitter:url" content="https://neoscan.io/">
<meta name="twitter:image" content="....logourl..."/>

Would render better instead of having this.

Screen Shot 2019-04-08 at 17 06 55
adrienmo commented 5 years ago

407 has been merged