File: /home/slyfwmm/studiomilighetti/wp-content/themes/domik/includes/redux-sections/socials.php
<?php
/* banner-php */
Redux::setSection( $opt_name, array(
'title' => __('Social Settings', 'domik'),
'id' => 'social-settings',
'subsection' => false,
//'desc' => __( 'For full documentation on this field, visit: ', 'redux-framework-demo' ) . '<a href="http://docs.reduxframework.com/core/fields/checkbox/" target="_blank">http://docs.reduxframework.com/core/fields/checkbox/</a>',
'icon' => 'el-icon-share',
'fields' => array(
// array(
// 'id' => 'show_share',
// 'type' => 'switch',
// 'title' => __( 'Show Social Share', 'domik' ),
// 'subtitle' => __( 'Set this to Off if you don\'t want show share button on navigation right side.', 'domik' ),
// 'default' => true,
// ),
array(
'id' => 'share_names',
'type' => 'text',
'title' => __('Share Name', 'domik'),
'subtitle' => __( 'Enter your social share name separated by a comma. <br>List bellow are available names:<br>blogger,delicious,digg,facebook,friendfeed,<br>google,linkedin,myspace,pinterest,reddit,<br>stumbleupon,tumblr,twitter,windows,yahoo', 'domik' ),
//'mode' => false, // Can be set to false to allow any media type, or can also be set to any mime type.
'default' => "facebook,twitter,google,tumblr",
),
// array(
// 'id' => 'facebook',
// 'type' => 'text',
// 'title' => __('Facebook Url', 'domik'),
// //'mode' => false, // Can be set to false to allow any media type, or can also be set to any mime type.
// 'default' => 'https://www.facebook.com/',
// ),
// array(
// 'id' => 'twitter',
// 'type' => 'text',
// 'title' => __('Twitter Url', 'domik'),
// //'mode' => false, // Can be set to false to allow any media type, or can also be set to any mime type.
// 'default' => 'https://twitter.com/',
// ),
// array(
// 'id' => 'google-plus',
// 'type' => 'text',
// 'title' => __('Google+ Url', 'domik'),
// //'mode' => false, // Can be set to false to allow any media type, or can also be set to any mime type.
// 'default' => 'https://plus.google.com',
// ),
// array(
// 'id' => 'dribbble',
// 'type' => 'text',
// 'title' => __('Dribbble Url', 'domik'),
// //'mode' => false, // Can be set to false to allow any media type, or can also be set to any mime type.
// 'default' => 'https://dribbble.com',
// ),
// array(
// 'id' => 'skype',
// 'type' => 'text',
// 'title' => __('Skype Url', 'domik'),
// //'mode' => false, // Can be set to false to allow any media type, or can also be set to any mime type.
// 'default' => 'https://skype.com',
// ),
// array(
// 'id' => 'pinterest',
// 'type' => 'text',
// 'title' => __('Pinterest Url', 'domik'),
// //'mode' => false, // Can be set to false to allow any media type, or can also be set to any mime type.
// 'default' => 'https://pinterest.com',
// ),
// array(
// 'id' => 'linkedin',
// 'type' => 'text',
// 'title' => __('Linkedin Url', 'domik'),
// //'mode' => false, // Can be set to false to allow any media type, or can also be set to any mime type.
// 'default' => 'https://www.linkedin.com/',
// ),
),
) );