Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support OG HTML metadata #46

Open
krainboltgreene opened this issue Sep 11, 2021 — with GitHub Codespaces · 0 comments
Open

Support OG HTML metadata #46

krainboltgreene opened this issue Sep 11, 2021 — with GitHub Codespaces · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

Copy link
Owner

krainboltgreene commented Sep 11, 2021

  <%# Facebook Open Graph %>
  <%# DYNAMIC: <meta property="fb:app_id" content="123456789"> %>
  <%# DYNAMIC: <meta property="og:url" content="https://www.clumsy-chinchilla.club/page.html"> %>
  <%# DYNAMIC: <meta property="og:type" content="website"> %>
  <%# DYNAMIC: <meta property="og:title" content="Content Title"> %>
  <%# DYNAMIC: <meta property="og:image" content="https://www.clumsy-chinchilla.club/image.jpg"> %>
  <%# DYNAMIC: <meta property="og:image:alt" content="A description of what is in the image (not a caption)"> %>
  <%# DYNAMIC: <meta property="og:description" content="Description Here"> %>
  <%# DYNAMIC: <meta property="og:site_name" content="Site Name"> %>
  <%# DYNAMIC: <meta property="og:locale" content="en_US"> %>
  <%# DYNAMIC: <meta property="article:author" content=""> %>

  <%# Twitter Card %>
  <%# DYNAMIC: <meta name="twitter:card" content="summary"> %>
  <%# DYNAMIC: <meta name="twitter:site" content="@site_account"> %>
  <%# DYNAMIC: <meta name="twitter:creator" content="@individual_account"> %>
  <%# DYNAMIC: <meta name="twitter:url" content="https://www.clumsy-chinchilla.club/page.html"> %>
  <%# DYNAMIC: <meta name="twitter:title" content="Content Title"> %>
  <%# DYNAMIC: <meta name="twitter:description" content="Content description less than 200 characters"> %>
  <%# DYNAMIC: <meta name="twitter:image" content="https://www.clumsy-chinchilla.club/image.jpg"> %>
  <%# DYNAMIC: <meta name="twitter:image:alt" content="A text description of the image conveying the essential nature of an image to users who are visually impaired. Maximum 420 characters."> %>
  <%# OEmbed %>
  <%# DYNAMIC: <link rel="alternate" type="application/json+oembed" href="https://www.clumsy-chinchilla.club/services/oembed?url=http%3A%2F%2Fwww.clumsy-chinchilla.club%2Ffoo%2F&amp;format=json" title="oEmbed Profile: JSON"> %>
  <%# DYNAMIC: <link rel="alternate" type="text/xml+oembed" href="https://www.clumsy-chinchilla.club/services/oembed?url=http%3A%2F%2Fwww.clumsy-chinchilla.club%2Ffoo%2F&amp;format=xml" title="oEmbed Profile: XML"> %>
@krainboltgreene krainboltgreene added the enhancement New feature or request label Sep 11, 2021 — with GitHub Codespaces
@krainboltgreene krainboltgreene self-assigned this Sep 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant