1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-23 22:53:01 +02:00

Instagram and Flickr added to XURLs supported.

This commit is contained in:
Cameron
2013-05-01 01:50:41 -07:00
parent aaa3216749
commit 58305892cf
2 changed files with 10 additions and 4 deletions

View File

@@ -975,9 +975,11 @@ $xurls = array(
'facebook' => array('label'=>"Facebook", "placeholder"=>"eg. https://www.facebook.com/e107CMS"),
'twitter' => array('label'=>"Twitter", "placeholder"=>"eg. https://twitter.com/e107"),
'youtube' => array('label'=>"Youtube", "placeholder"=>"eg.https://youtube.com/e107Inc"),
'google' => array('label'=>"Google+", "placeholder"=>"eg.. "),
'google' => array('label'=>"Google+", "placeholder"=>""),
'linkedin' => array('label'=>"LinkedIn", "placeholder"=>"eg. http://www.linkedin.com/groups?home=&gid=1782682"),
'github' => array('label'=>"Github", "placeholder"=>"eg. https://github.com/e107inc")
'github' => array('label'=>"Github", "placeholder"=>"eg. https://github.com/e107inc"),
'flickr' => array('label'=>"Flickr", "placeholder"=>""),
'instagram' => array('label'=>"Instagram", "placeholder"=>""),
);
foreach($xurls as $k=>$var)