Skip to content

Instantly share code, notes, and snippets.

@szimek
Created June 1, 2015 17:51
Show Gist options
  • Save szimek/0b4245e37a038f447af0 to your computer and use it in GitHub Desktop.
Save szimek/0b4245e37a038f447af0 to your computer and use it in GitHub Desktop.
Slackbot meta tag parsing bug
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Title</title>
<meta property="description" ng-attr-content="Wrong description" content="Description" />
<meta property="og:title" ng-attr-content="Wrong title" content="Title" />
<meta property="og:description" ng-attr-content="Wrong description" content="Description" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://fbstatic-a.akamaihd.net/rsrc.php/v2/y6/r/YQEGe6GxI_M.png" />
</head>
<body>
<h1>Test</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment