Home
last modified time | relevance | path

Searched refs:openGraphData (Results 1 – 2 of 2) sorted by relevance

/plugin/fksnewsfeed/
H A Dhelper.php49 public OpenGraphData $openGraphData; variable in helper_plugin_newsfeed
61 $this->openGraphData = new OpenGraphData();
H A Daction.php116 $this->helper->openGraphData->addMetaData('og', 'title', $news->title);
117 $this->helper->openGraphData->addMetaData('og', 'url', $news->getToken($ID));
119 $this->helper->openGraphData->addMetaData('og', 'description', $text);
121 … $this->helper->openGraphData->addMetaData('og', 'image', ml($news->image, null, true, '&', true));