Commit bb8ed206 authored by Jim Birch's avatar Jim Birch Committed by Damien McKenna
Browse files

Issue #3170298 by thejimbirch: Provide link to Facebook Open Graph debugger.

parent fb2b7cf9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ Metatag 8.x-1.x-dev, xxxx-xx-xx
  to generateRawElements to avoid issues with early rendering and JSON:API.
#3154416 by novchuk.v: Replace assert* involving an instanceof operator with
  assertInstanceOf()/assertNotInstanceOf().
#3170298 by thejimbirch: Provide link to Facebook Open Graph debugger.


Metatag 8.x-1.14, 2020-08-11
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ use Drupal\metatag\Plugin\metatag\Group\GroupBase;
 * @MetatagGroup(
 *   id = "facebook",
 *   label = @Translation("facebook"),
 *   description = @Translation("A set of meta tags specially for controlling advanced functionality with <a href=':fb'>Facebook</a>.", arguments = { ":fb" = "https://www.facebook.com/" }),
 *   description = @Translation("A set of meta tags specially for controlling advanced functionality with <a href=':fb'>Facebook</a>.<br><br>The Facebook <a href='https://developers.facebook.com/tools/debug/'>Sharing Debugger</a> lets you preview how your content will look when it's shared to Facebook and debug any issues with your Open Graph tags.", arguments = { ":fb" = "https://www.facebook.com/" }),
 *   weight = 4
 * )
 */
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ use Drupal\metatag\Plugin\metatag\Group\GroupBase;
 * @MetatagGroup(
 *   id = "open_graph",
 *   label = @Translation("Open Graph"),
 *   description = @Translation("The <a href='https://ogp.me/'>Open Graph meta tags</a> are used to control how Facebook, Pinterest, LinkedIn and other social networking sites interpret the site's content."),
 *   description = @Translation("The <a href='https://ogp.me/'>Open Graph meta tags</a> are used to control how Facebook, Pinterest, LinkedIn and other social networking sites interpret the site's content.<br><br>The Facebook <a href='https://developers.facebook.com/tools/debug/'>Sharing Debugger</a> lets you preview how your content will look when it's shared to Facebook and debug any issues with your Open Graph tags."),
 *   weight = 3
 * )
 */
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ use Drupal\metatag\Plugin\metatag\Group\GroupBase;
 * @MetatagGroup(
 *   id = "open_graph_products",
 *   label = @Translation("Open Graph - Products"),
 *   description = @Translation("These Open Graph meta tags are for describing products."),
 *   description = @Translation("These <a href='https://ogp.me/'>Open Graph meta tags</a> are for describing products.<br><br>The Facebook <a href='https://developers.facebook.com/tools/debug/'>Sharing Debugger</a> lets you preview how your content will look when it's shared to Facebook and debug any issues with your Open Graph tags."),
 *   weight = 0,
 * )
 */