Potherca / Parrots

Simple web service that outputs what it has been given as input with a prefix added.
https://je-bent-zelf-een.glitch.me/
GNU General Public License v3.0
3 stars 2 forks source link

Add support for Twitter #22

Open Potherca opened 9 years ago

Potherca commented 9 years ago

To have images show up on twitter in a more desirable fashion, Twitter Cards need to be implemented. This basically means adding extra meta tags, like this:

<meta name="twitter:card" content="photo" />
<meta name="twitter:site" content="@flickr" />
<meta name="twitter:title" content="Mountain sunset" />
<meta name="twitter:image" content="http://farm8.staticflickr.com/7334/11858349453_e3f18e5881_z.jpg" />
<meta name="twitter:url" content="https://www.flickr.com/photos/reza-sina/11858349453/" />