BreakOutEvent / breakout-frontend

Web Frontend
GNU Affero General Public License v3.0
6 stars 2 forks source link

Add individual social media meta meta tags to team pages #119

Open kenodressel opened 8 years ago

kenodressel commented 8 years ago

Webpages can be enhanced via meta-data such as facebooks open graph protocol: https://developers.facebook.com/docs/sharing/opengraph

This allows for better sharing on social media, as it defines with "data is loaded in the preview"

For the team profile one could select

dominikglandorf commented 6 years ago

http://ogp.me/

meta property=“og:title“ content=“TEAM_NAME“ meta property=“og:description“ content=“TEAM DESCRIPTION“ meta property=“og:site_name“ content=“BreakOut - How far can you go?“ meta property="og:image" content="profile picture url"