Lines Matching full:twitter

3  * Twitter syntax plugin.
11 * Twitter Plugin Syntax plugin component.
26 return $sResponse . '<div class="error">Twitter error....</div></div>';
30 …return $sResponse . '<div class="error">Twitter error...<br />' . $data->errors [0]->code . ': ' .…
54 $permalink = 'https://twitter.com/' . $from . '/status/' . $entry->id_str;
72 …$arMatches [0] [$i], '<a class="urlextern" target="_blank" href="https://twitter.com/search?q=' . …
80 …$text = str_replace($strTwitterer, '<a class="urlextern" target="_blank" href="https://twitter.com…
85 … . '</a> <a class="urlextern twtUrlextern" target="_blank" href="https://twitter.com/' . $from . '…
171 $this->Lexer->addSpecialPattern('\[TWITTER\:USER\:.*?\]', $mode, 'plugin_twitter');
172 $this->Lexer->addSpecialPattern('{{twitter>user\:.*?}}', $mode, 'plugin_twitter');
174 $this->Lexer->addSpecialPattern('\[TWITTER\:SEARCH\:.*?\]', $mode, 'plugin_twitter');
175 $this->Lexer->addSpecialPattern('{{twitter>search\:.*?}}', $mode, 'plugin_twitter');
247 dbglog($this->getLang('configerror'), "TWITTER PLUGIN");
256 $json = $this->getData("https://api.twitter.com/1.1/search/tweets.json", array(
262 $json = $this->getData("https://api.twitter.com/1.1/statuses/user_timeline.json", array(
268 …// dbglog($decode, "=======================decoded json from Twitter============================");
272 …$this->getLang('results') . ' <a class="urlextern" target="_blank" href="https://twitter.com/searc…
277 …$this->getLang('header') . ' <a class="urlextern" target="_blank" href="https://twitter.com/' . $d…
282 * get the data from twitter using either cURL or file_get_contents.
288 // dbglog($url, "Getting url from Twitter");