Home
last modified time | relevance | path

Searched +full:networks +(+path:plugin +path:socialite) -(+path:plugin +path:socialite +path:lang) (Results 1 – 3 of 3) sorted by relevance

/plugin/socialite/syntax/
H A Dbutton.php57 $networks = trim(substr($match, strlen($display) + 1 ));
60 if (empty($networks)) {
61 $networks = strtolower(trim($this->getConf('networks')));
66 'networks' => explode(' ', $networks)
84 // validation list of available social networks
97 foreach ($data['networks'] as $network) {
/plugin/socialite/conf/
H A Ddefault.php11 $conf['networks'] = 'twitter facebook googleplus linkedin pinterest tumblr reddit taringa…
H A Dmetadata.php11 $meta['networks'] = array('string', '_pattern' => '/^[a-zA-Z\s]*$/');