You are here

Facebook.php in Metatag 8

File

metatag_facebook/src/Plugin/metatag/Group/Facebook.php
View source
<?php

namespace Drupal\metatag_facebook\Plugin\metatag\Group;

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

/**
 * The Facebook group.
 *
 * @MetatagGroup(
 *   id = "facebook",
 *   label = @Translation("facebook"),
 *   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
 * )
 */
class Facebook extends GroupBase {

}

Classes

Namesort descending Description
Facebook The Facebook group.