add linkedin

git-svn-id: http://piwigo.org/svn/extensions/SocialButtons@25178 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
mistic100
2013-10-27 14:34:59 +00:00
parent ceb22bb2a7
commit 4baf275ea1
14 changed files with 118 additions and 18 deletions
+12
View File
@@ -41,6 +41,10 @@ function socialbutt_install()
'type' => 'interactive',
'community' => null,
),
'linkedin' => array(
'enabled' => true,
'counter' => 'right',
),
);
if (isset($conf['TumblrShare']))
@@ -87,6 +91,14 @@ function socialbutt_install()
);
}
if (empty($new_conf['linkedin']))
{
$new_conf['linkedin'] = array(
'enabled' => false,
'counter' => 'right',
);
}
if (!isset($new_conf['on_index']))
{
$new_conf['on_index'] = true;