mozilla / FirefoxColor

Theming demo for Firefox Quantum and beyond
https://color.firefox.com
Mozilla Public License 2.0
462 stars 95 forks source link

Add twitter/opengraph headers? #79

Closed pdehaan closed 6 years ago

pdehaan commented 6 years ago

Not sure if these came up in the a11y linting bug results from sonarwhal or lighthouse tools in https://github.com/mozilla/ThemesRFun/issues/47#issuecomment-368087825 (or anywhere else), but...

Do we want to add Twitter and OpenGraph meta tags for improved sharing greatness?

<head>
  <meta charset="utf-8">
  <title>Firefox Theme Generator</title>
  <link rel="icon" type="image/svg+xml" href="images/icon.svg">
  <link href="index.css" rel="stylesheet">
  <script type="text/javascript" charset="utf-8" async="" src="https://mozilla.github.io/ThemesRFun/vendor/json-url-msgpack.js"></script>
  <script type="text/javascript" charset="utf-8" async="" src="https://mozilla.github.io/ThemesRFun/vendor/json-url-lzma.js"></script>
  <script type="text/javascript" charset="utf-8" async="" src="https://mozilla.github.io/ThemesRFun/vendor/json-url-safe64.js"></script>
</head>
Shruti9520 commented 6 years ago

@pdehaan @lmorchard Can I work on this? :-)