Lines Matching full:twitter
32 * TODO: https://developer.twitter.com/en/docs/twitter-for-websites/embedded-tweets/overview
60 const CANONICAL = "twitter";
62 const META_CARD = "twitter:card";
64 const META_DESCRIPTION = "twitter:description";
65 const META_IMAGE = "twitter:image";
66 const META_TITLE = "twitter:title";
67 const META_CREATOR = "twitter:creator";
68 const META_CREATOR_ID = "twitter:creator:id";
69 const META_SITE = "twitter:site";
70 const META_SITE_ID = "twitter:site:id";
71 const META_IMAGE_ALT = "twitter:image:alt";
72 const META_DNT = "twitter:dnt";
73 const META_WIDGET_CSP = "twitter:widgets:csp";
74 const META_WIDGETS_THEME = "twitter:widgets:theme";
75 const META_WIDGETS_BORDER_COLOR = "twitter:widgets:border-color";
122 // https://datacadamia.com/marketing/twitter#html_meta
123 // https://developer.twitter.com/en/docs/twitter-for-websites/cards/overview/markup
124 // https://cards-dev.twitter.com/validator
141 * Twitter site
148 // Identify the Twitter profile of the page that populates the via property
149 // https://developer.twitter.com/en/docs/twitter-for-websites/webpage-properties
151 $event->data['link'][] = array("rel" => "me", "href" => "https://twitter.com/$name");
163 // no twitter image
168 … LogUtility::error("The twitter image ($twitterImagePath) does not exists.", self::CANONICAL);
175 … LogUtility::error("Error with the twitter image url. " . $e->getMessage(), self::CANONICAL, $e);
185 * https://developer.twitter.com/en/docs/twitter-for-websites/webpage-properties