You are here

OpenGraph.php in Metatag 8

File

metatag_open_graph/src/Plugin/metatag/Group/OpenGraph.php
View source
<?php

namespace Drupal\metatag_open_graph\Plugin\metatag\Group;

use Drupal\metatag\Plugin\metatag\Group\GroupBase;

/**
 * The open graph group.
 *
 * @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.<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
 * )
 */
class OpenGraph extends GroupBase {

}

Classes

Namesort descending Description
OpenGraph The open graph group.