hellopearlcare / feedback

1 stars 0 forks source link

Twitter Card Support #13

Open DylanTackoor opened 7 years ago

DylanTackoor commented 7 years ago

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:

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?