hellopearlcare / feedback

1 stars 0 forks source link

Facebook Open Graph Support #11

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 Facebook's Open Graph tags which dictate how the site appears when the URL is shared on Facebook and Messenger (Maybe WhatsApp too?). The five tags needed to change how the site is embedded can be found here: https://developers.facebook.com/docs/sharing/webmasters

Is there anything else you would like us to know?

pearlbot commented 7 years ago

Be ready to discuss it in our huddle!

DylanTackoor commented 7 years ago

Sample tags below:

<meta property="fb:app_id" content="123456789">
<meta property="og:url" content="https://example.com/page.html">
<meta property="og:type" content="website">
<meta property="og:title" content="Content Title">
<meta property="og:image" content="https://example.com/image.jpg">
<meta property="og:description" content="Description Here">
<meta property="og:site_name" content="Site Name">
<meta property="og:locale" content="en_US">
<meta property="article:author" content="">
<!-- Facebook: https://developers.facebook.com/docs/sharing/webmasters#markup -->
<!-- Open Graph: http://ogp.me/ -->