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

Twitter Card Support #13

Open
1 of 5 tasks
DylanTackoor opened this issue Sep 4, 2017 · 0 comments
Open
1 of 5 tasks

Twitter Card Support #13

DylanTackoor opened this issue Sep 4, 2017 · 0 comments

Comments

@DylanTackoor
Copy link
Member

You can click on the Preview tab above to see how your request will look like once you submit this new issue.

Please mark with an x the box that best describes your request:

  • Report a bug
  • I want helpa
  • I have a question
  • I want to propose an enhancement
  • I have a new-feature request

If you want to propose an enhancement or have a new-feature request, please provide us with a detailed description of the enhancement or the request below:

The site currently does not have tags which dictate how a Twitter Card should appear. We can control the appearance for a page with the below tags:

<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@site_account">
<meta name="twitter:creator" content="@individual_account">
<meta name="twitter:url" content="https://example.com/page.html">
<meta name="twitter:title" content="Content Title">
<meta name="twitter:description" content="Content description less than 200 characters">
<meta name="twitter:image" content="https://example.com/image.jpg">
<!-- More info: https://dev.twitter.com/cards/getting-started -->
<!-- Validate: https://dev.twitter.com/docs/cards/validation/validator -->

Is there anything else you would like us to know?

  • The rest of the tags can be found here: https://dev.twitter.com/cards/markup
  • Once implemented, they can be inspected here: https://cards-dev.twitter.com/validator
  • Tags can be customized for each page. If dentists get their own pages down the line, it would be interesting to see how viable dynamically generated tags to create tailored embeds is.
  • There seems to be some overlap in which Twitter will substitute Facebook's Open Graph tags if their card tags are missing. Can cut down an admittedly minuscule amount of markdown if verified.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant