elm / package.elm-lang.org

website for browsing packages and exploring documentation
https://package.elm-lang.org/
BSD 3-Clause "New" or "Revised" License
293 stars 113 forks source link

OGP / Twitter card #236

Open jinjor opened 7 years ago

jinjor commented 7 years ago

I shared my package on Twitter but it was not appealing so much.

I suggest adding some OGP information like this:

  <meta property="og:type" content="website">
  <meta property="og:site_name" content="Elm Packages">
  <meta property="og:title" content="elm-xml-parser">
  <meta property="og:url" content="http://package.elm-lang.org/packages/jinjor/elm-xml-parser/latest/">
  <meta property="og:image" content="/assets/elm_logo.svg">
  <meta property="og:description" content="XML Parser for Elm">
process-bot commented 7 years ago

Thanks for the issue! Make sure it satisfies this checklist. My human colleagues will appreciate it!

Here is what to expect next, and if anyone wants to comment, keep these things in mind.

evancz commented 7 years ago

Thanks for the suggestion! I did not know about this, but this definitely will make things nicer!