Version Description
- Added Facebook share button after/before posts
- G+ design issues on black background fixed
Download this release
Release Info
Developer | socialdude |
Plugin | Social Share Icons & Social Share Buttons |
Version | 2.3.1 |
Comparing to | |
See all releases |
Code changes from version 2.2.9 to 2.3.1
- css/sfsi-admin-style.css +25 -6
- css/sfsi-style.css +32 -2
- images/Thumbs.db +0 -0
- images/icons_theme/thin/old.png +0 -0
- images/icons_theme/thin/thin_google.png +0 -0
- images/pinit.png +0 -0
- images/visit_icons/Thumbs.db +0 -0
- js/custom-admin.js +2 -0
- libs/controllers/sfsi_buttons_controller.php +3 -1
- libs/controllers/sfsi_floater_icons.php +12 -11
- libs/controllers/sfsi_iconsUpload_contoller.php +21 -0
- libs/controllers/sfsi_socialhelper.php +11 -13
- libs/controllers/sfsiocns_OnPosts.php +51 -25
- libs/sfsi_Init_JqueryCss.php +56 -7
- libs/sfsi_install_uninstall.php +29 -22
- libs/sfsi_plus_subscribe_widget.php +3 -3
- libs/sfsi_widget.php +21 -13
- readme.txt +6 -2
- ultimate_social_media_icons.php +74 -40
- views/sfsi_aboutus.php +3 -5
- views/sfsi_option_view1.php +70 -105
- views/sfsi_option_view2.php +98 -117
- views/sfsi_option_view3.php +34 -48
- views/sfsi_option_view4.php +59 -126
- views/sfsi_option_view5.php +271 -337
- views/sfsi_option_view6.php +18 -18
- views/sfsi_option_view7.php +88 -103
- views/sfsi_option_view8.php +62 -57
- views/sfsi_option_view9.php +76 -76
- views/sfsi_options_view.php +23 -44
- views/sfsi_pop_content.php +52 -70
css/sfsi-admin-style.css
CHANGED
@@ -27,7 +27,6 @@ body {
|
|
27 |
margin: 0;
|
28 |
padding: 0;
|
29 |
}
|
30 |
-
|
31 |
/*Tab 1*/
|
32 |
.tab1 ul.plus_icn_listing li .custom, .tab1 ul.plus_icn_listing li .sfsicls_email, .tab1 ul.plus_icn_listing li .sfsicls_facebook, .tab1 ul.plus_icn_listing li .sfsicls_ggle_pls, .tab1 ul.plus_icn_listing li .sfsicls_instagram, .tab1 ul.plus_icn_listing li .sfsicls_houzz, .tab1 ul.plus_icn_listing li .sfsicls_linkdin, .tab1 ul.plus_icn_listing li .sfsicls_pinterest, .tab1 ul.plus_icn_listing li .sfsicls_rs_s, .tab1 ul.plus_icn_listing li .sfsicls_share, .tab1 ul.plus_icn_listing li .sfsicls_twt, .tab1 ul.plus_icn_listing li .sfsicls_utube {
|
33 |
background: url(../images/tab_1_icn_list.png) no-repeat;
|
@@ -209,7 +208,6 @@ ul.tab_2_email_sec li .radio {
|
|
209 |
float: left;
|
210 |
margin: 0 4px 0 0;
|
211 |
}
|
212 |
-
|
213 |
.sfsiplus_icns_tab_3 .sfsiplus_row_1_1 {
|
214 |
background-position: -1px 0;
|
215 |
}
|
@@ -1014,7 +1012,31 @@ ul#adminmenu li.toplevel_page_sfsi-plus-options a.current, ul#adminmenu li.tople
|
|
1014 |
margin-left: 15px;
|
1015 |
text-decoration: none;
|
1016 |
}
|
1017 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1018 |
@media (max-width:1160px) {
|
1019 |
.sfsi_plus_subscription_html xmp {
|
1020 |
display: block;
|
@@ -1027,15 +1049,12 @@ ul#adminmenu li.toplevel_page_sfsi-plus-options a.current, ul#adminmenu li.tople
|
|
1027 |
.tab9 .sfsi_plus_left_container {
|
1028 |
width: 100% !important;
|
1029 |
}
|
1030 |
-
|
1031 |
.tab9 .sfsi_plus_right_container {
|
1032 |
width: 100%;
|
1033 |
}
|
1034 |
-
|
1035 |
.tab9 .border_shadow {
|
1036 |
margin-top: 10px;
|
1037 |
}
|
1038 |
-
|
1039 |
.tab9 .row_tab div.sfsi_plus_field {
|
1040 |
margin-bottom: 10px;
|
1041 |
}
|
27 |
margin: 0;
|
28 |
padding: 0;
|
29 |
}
|
|
|
30 |
/*Tab 1*/
|
31 |
.tab1 ul.plus_icn_listing li .custom, .tab1 ul.plus_icn_listing li .sfsicls_email, .tab1 ul.plus_icn_listing li .sfsicls_facebook, .tab1 ul.plus_icn_listing li .sfsicls_ggle_pls, .tab1 ul.plus_icn_listing li .sfsicls_instagram, .tab1 ul.plus_icn_listing li .sfsicls_houzz, .tab1 ul.plus_icn_listing li .sfsicls_linkdin, .tab1 ul.plus_icn_listing li .sfsicls_pinterest, .tab1 ul.plus_icn_listing li .sfsicls_rs_s, .tab1 ul.plus_icn_listing li .sfsicls_share, .tab1 ul.plus_icn_listing li .sfsicls_twt, .tab1 ul.plus_icn_listing li .sfsicls_utube {
|
32 |
background: url(../images/tab_1_icn_list.png) no-repeat;
|
208 |
float: left;
|
209 |
margin: 0 4px 0 0;
|
210 |
}
|
|
|
211 |
.sfsiplus_icns_tab_3 .sfsiplus_row_1_1 {
|
212 |
background-position: -1px 0;
|
213 |
}
|
1012 |
margin-left: 15px;
|
1013 |
text-decoration: none;
|
1014 |
}
|
1015 |
+
.wp-pointer-content > form#sfsi_plus_feedbackForm {
|
1016 |
+
margin: 15px;
|
1017 |
+
}
|
1018 |
+
#sfsi_plus_feedbackForm div {
|
1019 |
+
float: left;
|
1020 |
+
margin: 5px 0;
|
1021 |
+
width: 100%;
|
1022 |
+
}
|
1023 |
+
#sfsi_plus_feedbackForm label {
|
1024 |
+
float: left;
|
1025 |
+
font-weight: bold;
|
1026 |
+
margin-bottom: 4px;
|
1027 |
+
width: 100%;
|
1028 |
+
}
|
1029 |
+
#sfsi_plus_feedbackForm input[type="email"], #sfsi_plus_feedbackForm textarea {
|
1030 |
+
margin: 0;
|
1031 |
+
width: 100%;
|
1032 |
+
}
|
1033 |
+
#sfsi_plus_feedbackForm .button {
|
1034 |
+
margin-right: 5px;
|
1035 |
+
}
|
1036 |
+
#sfsi_plus_loadergif
|
1037 |
+
{
|
1038 |
+
display: none;
|
1039 |
+
}
|
1040 |
@media (max-width:1160px) {
|
1041 |
.sfsi_plus_subscription_html xmp {
|
1042 |
display: block;
|
1049 |
.tab9 .sfsi_plus_left_container {
|
1050 |
width: 100% !important;
|
1051 |
}
|
|
|
1052 |
.tab9 .sfsi_plus_right_container {
|
1053 |
width: 100%;
|
1054 |
}
|
|
|
1055 |
.tab9 .border_shadow {
|
1056 |
margin-top: 10px;
|
1057 |
}
|
|
|
1058 |
.tab9 .row_tab div.sfsi_plus_field {
|
1059 |
margin-bottom: 10px;
|
1060 |
}
|
css/sfsi-style.css
CHANGED
@@ -2343,7 +2343,7 @@ h2.optional {
|
|
2343 |
}
|
2344 |
.sf_google > div
|
2345 |
{
|
2346 |
-
width: 70px !important
|
2347 |
}
|
2348 |
.sf_google iframe
|
2349 |
{
|
@@ -3222,4 +3222,34 @@ label.sfsiplus_toglpstpgsbttl { float: left; margin-top: 5px !important}
|
|
3222 |
/*.sfsi_plus_twt_tool_bdr .sfsi_plus_inside .icon1{margin: 2px 35px 2px !important;clear:both;}*/
|
3223 |
.sfsi_plus_twt_tool_bdr .sfsi_plus_inside .cstmicon1 a img{margin: 2px 12px 2px !important;clear:both;text-align:center;float:none;}
|
3224 |
.cstmicon1{text-align:center;}
|
3225 |
-
.sfsi_plus_Sicons img, #sfsiplusid_facebook img, #sfsiplusid_google img, #sfsiplusid_twitter img { height: 20px;}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2343 |
}
|
2344 |
.sf_google > div
|
2345 |
{
|
2346 |
+
/*width: 70px !important;*/
|
2347 |
}
|
2348 |
.sf_google iframe
|
2349 |
{
|
3222 |
/*.sfsi_plus_twt_tool_bdr .sfsi_plus_inside .icon1{margin: 2px 35px 2px !important;clear:both;}*/
|
3223 |
.sfsi_plus_twt_tool_bdr .sfsi_plus_inside .cstmicon1 a img{margin: 2px 12px 2px !important;clear:both;text-align:center;float:none;}
|
3224 |
.cstmicon1{text-align:center;}
|
3225 |
+
.sfsi_plus_Sicons img, #sfsiplusid_facebook img, #sfsiplusid_google img, #sfsiplusid_twitter img { height: 20px;}
|
3226 |
+
|
3227 |
+
.sfsi_plus_wicons a.sficn, .sfsi_plus_wicons .sfsi_plus_inside a, .sfsi_plus_Sicons div a
|
3228 |
+
{
|
3229 |
+
box-shadow: none;
|
3230 |
+
border: none;
|
3231 |
+
}
|
3232 |
+
|
3233 |
+
.sfsi_plus_Sicons .sf_pinit
|
3234 |
+
{
|
3235 |
+
margin-right: 4px;
|
3236 |
+
}
|
3237 |
+
.sfsi_plus_Sicons .sf_pinit > span
|
3238 |
+
{
|
3239 |
+
height: 22px !important;
|
3240 |
+
vertical-align: middle;
|
3241 |
+
}
|
3242 |
+
.sfsi_plus_Sicons .sf_pinit > span
|
3243 |
+
{
|
3244 |
+
height: 22px !important;
|
3245 |
+
vertical-align: middle;
|
3246 |
+
}
|
3247 |
+
.sfsi_plus_Sicons .sf_pinit > span > span
|
3248 |
+
{
|
3249 |
+
display: inline-block;
|
3250 |
+
width: 47px !important;
|
3251 |
+
position: relative !important;
|
3252 |
+
margin-left: 40px;
|
3253 |
+
vertical-align: top;
|
3254 |
+
right: 0 !important;
|
3255 |
+
}
|
images/Thumbs.db
CHANGED
Binary file
|
images/icons_theme/thin/old.png
ADDED
Binary file
|
images/icons_theme/thin/thin_google.png
CHANGED
Binary file
|
images/pinit.png
ADDED
Binary file
|
images/visit_icons/Thumbs.db
DELETED
Binary file
|
js/custom-admin.js
CHANGED
@@ -696,6 +696,7 @@ function sfsi_plus_update_step8()
|
|
696 |
rgp = SFSI("input[name='sfsi_plus_rectgp']:checked").val(),
|
697 |
rshr = SFSI("input[name='sfsi_plus_rectshr']:checked").val(),
|
698 |
rtwr = SFSI("input[name='sfsi_plus_recttwtr']:checked").val(),
|
|
|
699 |
_ = [];
|
700 |
/*SFSI("#sfsi_plus_Show_popupOn_PageIDs :selected").each(function(s, i) {
|
701 |
_[s] = SFSI(i).val()
|
@@ -731,6 +732,7 @@ function sfsi_plus_update_step8()
|
|
731 |
sfsi_plus_rectgp: rgp,
|
732 |
sfsi_plus_rectshr: rshr,
|
733 |
sfsi_plus_recttwtr: rtwr,
|
|
|
734 |
nonce:nonce
|
735 |
};
|
736 |
SFSI.ajax({
|
696 |
rgp = SFSI("input[name='sfsi_plus_rectgp']:checked").val(),
|
697 |
rshr = SFSI("input[name='sfsi_plus_rectshr']:checked").val(),
|
698 |
rtwr = SFSI("input[name='sfsi_plus_recttwtr']:checked").val(),
|
699 |
+
rpin = SFSI("input[name='sfsi_plus_rectpinit']:checked").val(),
|
700 |
_ = [];
|
701 |
/*SFSI("#sfsi_plus_Show_popupOn_PageIDs :selected").each(function(s, i) {
|
702 |
_[s] = SFSI(i).val()
|
732 |
sfsi_plus_rectgp: rgp,
|
733 |
sfsi_plus_rectshr: rshr,
|
734 |
sfsi_plus_recttwtr: rtwr,
|
735 |
+
sfsi_plus_rectpinit: rpin,
|
736 |
nonce:nonce
|
737 |
};
|
738 |
SFSI.ajax({
|
libs/controllers/sfsi_buttons_controller.php
CHANGED
@@ -553,6 +553,7 @@ function sfsi_plus_options_updater8()
|
|
553 |
$sfsi_plus_rectgp = isset($_POST["sfsi_plus_rectgp"]) ? $_POST["sfsi_plus_rectgp"] : 'no';
|
554 |
$sfsi_plus_rectshr = isset($_POST["sfsi_plus_rectshr"]) ? $_POST["sfsi_plus_rectshr"] : 'no';
|
555 |
$sfsi_plus_recttwtr = isset($_POST["sfsi_plus_recttwtr"]) ? $_POST["sfsi_plus_recttwtr"] : 'no';
|
|
|
556 |
|
557 |
|
558 |
//post options
|
@@ -591,7 +592,8 @@ function sfsi_plus_options_updater8()
|
|
591 |
'sfsi_plus_rectfb' => $sfsi_plus_rectfb,
|
592 |
'sfsi_plus_rectgp' => $sfsi_plus_rectgp,
|
593 |
'sfsi_plus_rectshr' => $sfsi_plus_rectshr,
|
594 |
-
'sfsi_plus_recttwtr'=> $sfsi_plus_recttwtr
|
|
|
595 |
);
|
596 |
update_option('sfsi_plus_section8_options',serialize($up_option8));
|
597 |
header('Content-Type: application/json');
|
553 |
$sfsi_plus_rectgp = isset($_POST["sfsi_plus_rectgp"]) ? $_POST["sfsi_plus_rectgp"] : 'no';
|
554 |
$sfsi_plus_rectshr = isset($_POST["sfsi_plus_rectshr"]) ? $_POST["sfsi_plus_rectshr"] : 'no';
|
555 |
$sfsi_plus_recttwtr = isset($_POST["sfsi_plus_recttwtr"]) ? $_POST["sfsi_plus_recttwtr"] : 'no';
|
556 |
+
$sfsi_plus_rectpinit = isset($_POST["sfsi_plus_rectpinit"]) ? $_POST["sfsi_plus_rectpinit"] : 'no';
|
557 |
|
558 |
|
559 |
//post options
|
592 |
'sfsi_plus_rectfb' => $sfsi_plus_rectfb,
|
593 |
'sfsi_plus_rectgp' => $sfsi_plus_rectgp,
|
594 |
'sfsi_plus_rectshr' => $sfsi_plus_rectshr,
|
595 |
+
'sfsi_plus_recttwtr'=> $sfsi_plus_recttwtr,
|
596 |
+
'sfsi_plus_rectpinit'=>$sfsi_plus_rectpinit
|
597 |
);
|
598 |
update_option('sfsi_plus_section8_options',serialize($up_option8));
|
599 |
header('Content-Type: application/json');
|
libs/controllers/sfsi_floater_icons.php
CHANGED
@@ -1,15 +1,16 @@
|
|
1 |
<?php
|
2 |
-
|
3 |
-
function sfsi_plus_frontFloter ($content)
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
|
|
13 |
endif;
|
14 |
}
|
15 |
|
1 |
<?php
|
2 |
+
/* make icons float icons even widget is not active */
|
3 |
+
function sfsi_plus_frontFloter ($content)
|
4 |
+
{
|
5 |
+
$sfsi_section8= unserialize(get_option('sfsi_plus_section8_options',false));
|
6 |
+
$sfsi_section8['sfsi_plus_float_on_page'];
|
7 |
+
if($sfsi_section8['sfsi_plus_float_on_page']=="yes") :
|
8 |
+
ob_start();
|
9 |
+
/* call the all icons function under sfsi_plus_widget.php file */
|
10 |
+
echo sfsi_plus_check_visiblity(1);
|
11 |
+
echo $output=ob_get_clean();
|
12 |
+
$res=$content.$output;
|
13 |
+
return $res; exit;
|
14 |
endif;
|
15 |
}
|
16 |
|
libs/controllers/sfsi_iconsUpload_contoller.php
CHANGED
@@ -469,4 +469,25 @@ function sfsiplus_cropImage($CurWidth,$CurHeight,$iSize,$DestFolder,$SrcImage,$Q
|
|
469 |
return false;
|
470 |
}
|
471 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
472 |
?>
|
469 |
return false;
|
470 |
}
|
471 |
}
|
472 |
+
|
473 |
+
add_action('wp_ajax_sfsi_plus_feedbackForm','sfsi_plus_feedbackForm');
|
474 |
+
function sfsi_plus_feedbackForm()
|
475 |
+
{
|
476 |
+
if(!empty($_POST["msg"]))
|
477 |
+
{
|
478 |
+
$useremail = "uninstall@ultimatelysocial.com";
|
479 |
+
$subject = "Feedback from Ultimate Social Media Plus ".get_option('sfsi_plus_pluginVersion')." user";
|
480 |
+
$from = $_POST["email"];
|
481 |
+
$message = $_POST["msg"];
|
482 |
+
$sitename = get_bloginfo("name");
|
483 |
+
|
484 |
+
$headers = "MIME-Version: 1.0" . "\r\n";
|
485 |
+
$headers .= "Content-type:text;charset=iso-8859-1" . "\r\n";
|
486 |
+
$headers .= sprintf('From: %s <%s>', $sitename, $from). "\r\n";
|
487 |
+
$headers .= "X-Mailer: PHP/" . phpversion();
|
488 |
+
|
489 |
+
mail($useremail,$subject,$message,$headers);
|
490 |
+
}
|
491 |
+
die;
|
492 |
+
}
|
493 |
?>
|
libs/controllers/sfsi_socialhelper.php
CHANGED
@@ -76,12 +76,12 @@ class sfsi_plus_SocialHelper
|
|
76 |
/* get facebook page likes */
|
77 |
function sfsi_get_fb_pagelike($url)
|
78 |
{
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
}
|
86 |
|
87 |
/* get google+ follwers */
|
@@ -317,8 +317,7 @@ class sfsi_plus_SocialHelper
|
|
317 |
lang:'<?php echo $icons_language; ?>',parsetags: 'onload'
|
318 |
};
|
319 |
</script>
|
320 |
-
|
321 |
-
<?php
|
322 |
$google_html = '<div class="g-plusone" data-href="' . $permalink . '" ';
|
323 |
if($show_count)
|
324 |
{
|
@@ -335,17 +334,16 @@ class sfsi_plus_SocialHelper
|
|
335 |
/* create on page google share option */
|
336 |
public function sfsi_GoogleShare($permalink,$icons_language="en_US")
|
337 |
{
|
338 |
-
|
339 |
-
|
340 |
<script >
|
341 |
window.___gcfg =
|
342 |
{
|
343 |
lang:'<?php echo $icons_language; ?>',parsetags: 'onload'
|
344 |
};
|
345 |
</script>
|
346 |
-
|
347 |
-
|
348 |
-
$google_html = '<div class="g-plus" data-action="share" data-annotation="none" data-height="24" data-href="'.$permalink.'">' . $permalink . '"></div>';
|
349 |
return $google_html;
|
350 |
}
|
351 |
|
76 |
/* get facebook page likes */
|
77 |
function sfsi_get_fb_pagelike($url)
|
78 |
{
|
79 |
+
$appid = '954871214567352';
|
80 |
+
$appsecret = 'a780eb3d3687a084d6e5919585cc6a12';
|
81 |
+
$json_url ='https://graph.facebook.com/'.$url.'?fields=likes&access_token='.$appid.'|'.$appsecret;
|
82 |
+
$json_string = $this->file_get_contents_curl($json_url);
|
83 |
+
$json = json_decode($json_string, true);
|
84 |
+
return isset($json['likes'])? $json['likes']:0;
|
85 |
}
|
86 |
|
87 |
/* get google+ follwers */
|
317 |
lang:'<?php echo $icons_language; ?>',parsetags: 'onload'
|
318 |
};
|
319 |
</script>
|
320 |
+
<?php
|
|
|
321 |
$google_html = '<div class="g-plusone" data-href="' . $permalink . '" ';
|
322 |
if($show_count)
|
323 |
{
|
334 |
/* create on page google share option */
|
335 |
public function sfsi_GoogleShare($permalink,$icons_language="en_US")
|
336 |
{
|
337 |
+
$show_count=1;
|
338 |
+
?>
|
339 |
<script >
|
340 |
window.___gcfg =
|
341 |
{
|
342 |
lang:'<?php echo $icons_language; ?>',parsetags: 'onload'
|
343 |
};
|
344 |
</script>
|
345 |
+
<?php
|
346 |
+
$google_html = '<div class="g-plus" data-action="share" data-annotation="none" data-height="24" data-href="'.$permalink.'">'.$permalink.'</div>';
|
|
|
347 |
return $google_html;
|
348 |
}
|
349 |
|
libs/controllers/sfsiocns_OnPosts.php
CHANGED
@@ -33,6 +33,10 @@ function sfsi_plus_social_buttons_below($content)
|
|
33 |
{
|
34 |
$sfsi_section8['sfsi_plus_recttwtr'] = 'no';
|
35 |
}
|
|
|
|
|
|
|
|
|
36 |
//checking for standard icons
|
37 |
|
38 |
/* check if option activated in admin or not */
|
@@ -61,7 +65,7 @@ function sfsi_plus_social_buttons_below($content)
|
|
61 |
$txt=(isset($sfsi_section8['sfsi_plus_textBefor_icons']))? $sfsi_section8['sfsi_plus_textBefor_icons'] : "Please follow and like us:" ;
|
62 |
//$float= $sfsi_section6['sfsi_plus_icons_alignment'];
|
63 |
$float= $sfsi_section8['sfsi_plus_icons_alignment'];
|
64 |
-
if($sfsi_section8['sfsi_plus_rectsub'] == 'yes' || $sfsi_section8['sfsi_plus_rectfb'] == 'yes' || $sfsi_section8['sfsi_plus_rectgp'] == 'yes' || $sfsi_section8['sfsi_plus_rectshr'] == 'yes' || $sfsi_section8['sfsi_plus_recttwtr'] == 'yes')
|
65 |
{
|
66 |
$icons="<div class='sfsi_plus_Sicons ".$float."' style='float:".$float."'><div style='display: inline-block;margin-bottom: 0; margin-left: 0; margin-right: 8px; margin-top: 0; vertical-align: middle;width: auto;'><span>".$txt."</span></div>";
|
67 |
}
|
@@ -83,9 +87,15 @@ function sfsi_plus_social_buttons_below($content)
|
|
83 |
if(!isset($sfsiLikeWithtwtr)){$sfsiLikeWithtwtr = $sfsiLikeWith;}
|
84 |
$icons.="<div class='sf_twiter' style='display: inline-block;vertical-align: middle;width: auto;'>".sfsi_plus_twitterlike($permalink,$show_count)."</div>";
|
85 |
}
|
|
|
|
|
|
|
|
|
|
|
86 |
if($sfsi_section8['sfsi_plus_rectgp'] == 'yes')
|
87 |
{
|
88 |
-
$
|
|
|
89 |
}
|
90 |
if($sfsi_section8['sfsi_plus_rectshr'] == 'yes')
|
91 |
{
|
@@ -116,17 +126,14 @@ function sfsi_plus_Subscribelike($permalink, $show_count)
|
|
116 |
$visit_icon1 = SFSI_PLUS_DOCROOT.'/images/visit_icons/Follow/icon_'.$post_icons.'.png';
|
117 |
$visit_iconsUrl = SFSI_PLUS_PLUGURL."images/";
|
118 |
|
119 |
-
|
120 |
-
|
121 |
$visit_icon = $visit_iconsUrl."visit_icons/Follow/icon_".$post_icons.".png";
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
$visit_icon = $visit_iconsUrl."follow_subscribe.png";
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
|
131 |
$url = (isset($sfsi_plus_section2_options['sfsi_plus_email_url'])) ? $sfsi_plus_section2_options['sfsi_plus_email_url'] : 'javascript:void(0);';
|
132 |
|
@@ -197,10 +204,27 @@ function sfsi_plus_FBlike($permalink,$show_count)
|
|
197 |
} else {
|
198 |
$fb_like_html .= 'layout="button"';
|
199 |
}
|
200 |
-
$fb_like_html .= ' action="like"></fb:like>';
|
201 |
return $fb_like_html;
|
202 |
}
|
203 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
204 |
/* create add this button */
|
205 |
function sfsi_plus_Addthis($show_count, $permalink, $post_title)
|
206 |
{
|
@@ -296,6 +320,10 @@ function sfsi_plus_footer_script()
|
|
296 |
{
|
297 |
$sfsi_section8['sfsi_plus_recttwtr'] = 'no';
|
298 |
}
|
|
|
|
|
|
|
|
|
299 |
if($sfsi_section1['sfsi_plus_facebook_display']=="yes" || $sfsi_section8['sfsi_plus_rectfb'] == "yes")
|
300 |
{?>
|
301 |
<!--facebook like and share js -->
|
@@ -323,17 +351,15 @@ function sfsi_plus_footer_script()
|
|
323 |
})();
|
324 |
</script>
|
325 |
|
326 |
-
|
327 |
-
|
328 |
-
|
329 |
-
|
330 |
-
|
331 |
-
|
332 |
-
|
333 |
-
|
334 |
-
|
335 |
-
</script>
|
336 |
-
<?php
|
337 |
}
|
338 |
if($sfsi_section1['sfsi_plus_linkedin_display']=="yes")
|
339 |
{
|
@@ -356,7 +382,7 @@ function sfsi_plus_footer_script()
|
|
356 |
</script>
|
357 |
<?php
|
358 |
}
|
359 |
-
if($sfsi_section1['sfsi_plus_pinterest_display']=="yes") {?>
|
360 |
<!--pinit js -->
|
361 |
<script type="text/javascript" src="//assets.pinterest.com/js/pinit.js"></script>
|
362 |
<?php
|
@@ -375,7 +401,7 @@ function sfsi_plus_footer_script()
|
|
375 |
//$footer_link='<div class="sfsiplus_footerLnk" style="margin: 0 auto;z-index:1000; absolute; text-align: center;">Social media & sharing icons powered by <a href="https://wordpress.org/plugins/ultimate-social-media-icons/" target="_new">UltimatelySocial</a> ';
|
376 |
$footer_link='<div class="sfsiplus_footerLnk" style="margin: 0 auto;z-index:1000; absolute; text-align: center;">Social media & sharing icons powered by <a href="http://ultimatelysocial.com/" target="_new">UltimatelySocial</a> ';
|
377 |
$footer_link.="</div>";
|
378 |
-
|
379 |
}
|
380 |
}
|
381 |
|
33 |
{
|
34 |
$sfsi_section8['sfsi_plus_recttwtr'] = 'no';
|
35 |
}
|
36 |
+
if(!isset($sfsi_section8['sfsi_plus_rectpinit']))
|
37 |
+
{
|
38 |
+
$sfsi_section8['sfsi_plus_rectpinit'] = 'no';
|
39 |
+
}
|
40 |
//checking for standard icons
|
41 |
|
42 |
/* check if option activated in admin or not */
|
65 |
$txt=(isset($sfsi_section8['sfsi_plus_textBefor_icons']))? $sfsi_section8['sfsi_plus_textBefor_icons'] : "Please follow and like us:" ;
|
66 |
//$float= $sfsi_section6['sfsi_plus_icons_alignment'];
|
67 |
$float= $sfsi_section8['sfsi_plus_icons_alignment'];
|
68 |
+
if($sfsi_section8['sfsi_plus_rectsub'] == 'yes' || $sfsi_section8['sfsi_plus_rectfb'] == 'yes' || $sfsi_section8['sfsi_plus_rectgp'] == 'yes' || $sfsi_section8['sfsi_plus_rectshr'] == 'yes' || $sfsi_section8['sfsi_plus_recttwtr'] == 'yes' || $sfsi_section8['sfsi_plus_rectpinit'] == 'yes')
|
69 |
{
|
70 |
$icons="<div class='sfsi_plus_Sicons ".$float."' style='float:".$float."'><div style='display: inline-block;margin-bottom: 0; margin-left: 0; margin-right: 8px; margin-top: 0; vertical-align: middle;width: auto;'><span>".$txt."</span></div>";
|
71 |
}
|
87 |
if(!isset($sfsiLikeWithtwtr)){$sfsiLikeWithtwtr = $sfsiLikeWith;}
|
88 |
$icons.="<div class='sf_twiter' style='display: inline-block;vertical-align: middle;width: auto;'>".sfsi_plus_twitterlike($permalink,$show_count)."</div>";
|
89 |
}
|
90 |
+
if($sfsi_section8['sfsi_plus_rectpinit'] == 'yes')
|
91 |
+
{
|
92 |
+
if($show_count){$sfsiLikeWithpinit = "90px";}else{$sfsiLikeWithpinit = "auto";}
|
93 |
+
$icons.="<div class='sf_pinit' style='display: inline-block;vertical-align: middle;width: ".$sfsiLikeWithpinit.";'>".sfsi_plus_pinitpinterest($permalink,$show_count)."</div>";
|
94 |
+
}
|
95 |
if($sfsi_section8['sfsi_plus_rectgp'] == 'yes')
|
96 |
{
|
97 |
+
if($show_count){$sfsiLikeWithpingogl = "63px";}else{$sfsiLikeWithpingogl = "auto";}
|
98 |
+
$icons.="<div class='sf_google' style='display: inline-block;vertical-align: middle; width:".$sfsiLikeWithpingogl.";'>".sfsi_plus_googlePlus($permalink,$show_count)."</div>";
|
99 |
}
|
100 |
if($sfsi_section8['sfsi_plus_rectshr'] == 'yes')
|
101 |
{
|
126 |
$visit_icon1 = SFSI_PLUS_DOCROOT.'/images/visit_icons/Follow/icon_'.$post_icons.'.png';
|
127 |
$visit_iconsUrl = SFSI_PLUS_PLUGURL."images/";
|
128 |
|
129 |
+
if(file_exists($visit_icon1))
|
130 |
+
{
|
131 |
$visit_icon = $visit_iconsUrl."visit_icons/Follow/icon_".$post_icons.".png";
|
132 |
+
}
|
133 |
+
else
|
134 |
+
{
|
135 |
$visit_icon = $visit_iconsUrl."follow_subscribe.png";
|
136 |
+
}
|
|
|
|
|
|
|
137 |
|
138 |
$url = (isset($sfsi_plus_section2_options['sfsi_plus_email_url'])) ? $sfsi_plus_section2_options['sfsi_plus_email_url'] : 'javascript:void(0);';
|
139 |
|
204 |
} else {
|
205 |
$fb_like_html .= 'layout="button"';
|
206 |
}
|
207 |
+
$fb_like_html .= ' action="like" data-share="true"></fb:like>';
|
208 |
return $fb_like_html;
|
209 |
}
|
210 |
|
211 |
+
/* create pinit button */
|
212 |
+
function sfsi_plus_pinitpinterest($permalink,$show_count)
|
213 |
+
{
|
214 |
+
$pinit_html = '<a href="//www.pinterest.com/pin/create/button/" data-pin-do="buttonBookmark" ';
|
215 |
+
if($show_count)
|
216 |
+
{
|
217 |
+
$pinit_html .= 'count-layout="horizontal"';
|
218 |
+
}
|
219 |
+
else
|
220 |
+
{
|
221 |
+
$pinit_html .= 'count-layout="none"';
|
222 |
+
}
|
223 |
+
$pinit_html .= '><img src="//assets.pinterest.com/images/pidgets/pinit_fg_en_rect_gray_20.png" />
|
224 |
+
</a>';
|
225 |
+
return $pinit_html;
|
226 |
+
}
|
227 |
+
|
228 |
/* create add this button */
|
229 |
function sfsi_plus_Addthis($show_count, $permalink, $post_title)
|
230 |
{
|
320 |
{
|
321 |
$sfsi_section8['sfsi_plus_recttwtr'] = 'no';
|
322 |
}
|
323 |
+
if(!isset($sfsi_section8['sfsi_plus_rectpinit']))
|
324 |
+
{
|
325 |
+
$sfsi_section8['sfsi_plus_rectpinit'] = 'no';
|
326 |
+
}
|
327 |
if($sfsi_section1['sfsi_plus_facebook_display']=="yes" || $sfsi_section8['sfsi_plus_rectfb'] == "yes")
|
328 |
{?>
|
329 |
<!--facebook like and share js -->
|
351 |
})();
|
352 |
</script>
|
353 |
|
354 |
+
<!-- google share -->
|
355 |
+
<script type="text/javascript">
|
356 |
+
(function() {
|
357 |
+
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
|
358 |
+
po.src = 'https://apis.google.com/js/platform.js';
|
359 |
+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
|
360 |
+
})();
|
361 |
+
</script>
|
362 |
+
<?php
|
|
|
|
|
363 |
}
|
364 |
if($sfsi_section1['sfsi_plus_linkedin_display']=="yes")
|
365 |
{
|
382 |
</script>
|
383 |
<?php
|
384 |
}
|
385 |
+
if($sfsi_section1['sfsi_plus_pinterest_display']=="yes" || $sfsi_section8['sfsi_plus_rectpinit'] == "yes") {?>
|
386 |
<!--pinit js -->
|
387 |
<script type="text/javascript" src="//assets.pinterest.com/js/pinit.js"></script>
|
388 |
<?php
|
401 |
//$footer_link='<div class="sfsiplus_footerLnk" style="margin: 0 auto;z-index:1000; absolute; text-align: center;">Social media & sharing icons powered by <a href="https://wordpress.org/plugins/ultimate-social-media-icons/" target="_new">UltimatelySocial</a> ';
|
402 |
$footer_link='<div class="sfsiplus_footerLnk" style="margin: 0 auto;z-index:1000; absolute; text-align: center;">Social media & sharing icons powered by <a href="http://ultimatelysocial.com/" target="_new">UltimatelySocial</a> ';
|
403 |
$footer_link.="</div>";
|
404 |
+
echo $footer_link;
|
405 |
}
|
406 |
}
|
407 |
|
libs/sfsi_Init_JqueryCss.php
CHANGED
@@ -43,14 +43,14 @@ function sfsiplus_plugin_back_enqueue_script()
|
|
43 |
|
44 |
// Localize the script with new data
|
45 |
$translation_array = array(
|
46 |
-
'Re_ad' => __('Read more',
|
47 |
-
'Sa_ve' => __('Save',
|
48 |
-
'Sav_ing' => __('Saving
|
49 |
-
'Sa_ved' => __('Saved
|
50 |
);
|
51 |
$translation_array1 = array(
|
52 |
-
'Coll_apse' => __('Collapse',
|
53 |
-
'Save_All_Settings' => __('
|
54 |
);
|
55 |
|
56 |
wp_localize_script( 'SFSIPLUSCustomJs', 'object_name', $translation_array );
|
@@ -98,5 +98,54 @@ function sfsiplus_plugin_front_enqueue_script()
|
|
98 |
/* initilaize the ajax url in javascript */
|
99 |
wp_localize_script( 'SFSIPLUSCustomJs', 'ajax_object', array( 'ajax_url' => admin_url( 'admin-ajax.php' ),'plugin_url'=> SFSI_PLUS_PLUGURL) );
|
100 |
}
|
101 |
-
add_action( 'wp_enqueue_scripts', 'sfsiplus_plugin_front_enqueue_script' );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
102 |
?>
|
43 |
|
44 |
// Localize the script with new data
|
45 |
$translation_array = array(
|
46 |
+
'Re_ad' => __('Read more',SFSI_PLUS_DOMAIN),
|
47 |
+
'Sa_ve' => __('Save',SFSI_PLUS_DOMAIN),
|
48 |
+
'Sav_ing' => __('Saving',SFSI_PLUS_DOMAIN),
|
49 |
+
'Sa_ved' => __('Saved',SFSI_PLUS_DOMAIN)
|
50 |
);
|
51 |
$translation_array1 = array(
|
52 |
+
'Coll_apse' => __('Collapse',SFSI_PLUS_DOMAIN),
|
53 |
+
'Save_All_Settings' => __('Save All Settings',SFSI_PLUS_DOMAIN)
|
54 |
);
|
55 |
|
56 |
wp_localize_script( 'SFSIPLUSCustomJs', 'object_name', $translation_array );
|
98 |
/* initilaize the ajax url in javascript */
|
99 |
wp_localize_script( 'SFSIPLUSCustomJs', 'ajax_object', array( 'ajax_url' => admin_url( 'admin-ajax.php' ),'plugin_url'=> SFSI_PLUS_PLUGURL) );
|
100 |
}
|
101 |
+
add_action( 'wp_enqueue_scripts', 'sfsiplus_plugin_front_enqueue_script' );
|
102 |
+
|
103 |
+
function sfsi_plus_footerFeedbackScript()
|
104 |
+
{
|
105 |
+
wp_enqueue_style('wp-pointer');
|
106 |
+
wp_enqueue_script('wp-pointer');
|
107 |
+
wp_enqueue_script('utils'); // for user settings
|
108 |
+
|
109 |
+
$html = '<div>';
|
110 |
+
$html .= '<label>'.__('Optional: Please tell us why you deactivate our plugin so that we can make it better!',SFSI_PLUS_DOMAIN).'</label>';
|
111 |
+
$html .= '<textarea id="sfsi_plus_feedbackMsg" name="reason"></textarea>';
|
112 |
+
$html .= '</div>';
|
113 |
+
?>
|
114 |
+
<script type="text/javascript">
|
115 |
+
jQuery('#sfsi_plus_deactivateButton').click(function(){
|
116 |
+
jQuery('#sfsi_plus_deactivateButton').pointer({
|
117 |
+
content: '<form method="post" id="sfsi_plus_feedbackForm"><?php echo $html; ?><div><input type="button" name="sfsi_plus_sendFeedback" value="Deactivate" class="button primary-button" /></div><img id="sfsi_plus_loadergif" src="<?php echo site_url()."/wp-includes/images/spinner.gif"; ?>" /></form>',
|
118 |
+
position: {
|
119 |
+
edge:'top',
|
120 |
+
align:'left',
|
121 |
+
},
|
122 |
+
close: function() {
|
123 |
+
//
|
124 |
+
}
|
125 |
+
}).pointer('open');
|
126 |
+
return false;
|
127 |
+
});
|
128 |
+
jQuery("body").on("click","input[name='sfsi_plus_sendFeedback']", function(){
|
129 |
+
var ajaxurl = '<?php echo admin_url('admin-ajax.php'); ?>';
|
130 |
+
var deactivateUrl = jQuery('#ultimate-social-media-plus .deactivate a').attr('href');
|
131 |
+
var e = {
|
132 |
+
action:"sfsi_plus_feedbackForm",
|
133 |
+
email: '<?php echo get_option("admin_email"); ?>',
|
134 |
+
msg:jQuery("#sfsi_plus_feedbackMsg").val()
|
135 |
+
};
|
136 |
+
jQuery("#sfsi_plus_loadergif").show();
|
137 |
+
jQuery.ajax({
|
138 |
+
url:ajaxurl,
|
139 |
+
type:"post",
|
140 |
+
data:e,
|
141 |
+
success:function(responce) {
|
142 |
+
jQuery("#sfsi_plus_loadergif").hide();
|
143 |
+
window.location.href = deactivateUrl;
|
144 |
+
}
|
145 |
+
});
|
146 |
+
});
|
147 |
+
</script>
|
148 |
+
<?php
|
149 |
+
}
|
150 |
+
add_action( 'admin_footer', 'sfsi_plus_footerFeedbackScript' );
|
151 |
?>
|
libs/sfsi_install_uninstall.php
CHANGED
@@ -12,7 +12,7 @@ function sfsi_plus_update_plugin()
|
|
12 |
}
|
13 |
|
14 |
//Install version
|
15 |
-
update_option("sfsi_plus_pluginVersion", "2.
|
16 |
|
17 |
/*show notification*/
|
18 |
if(!get_option('sfsi_plus_show_notification'))
|
@@ -75,6 +75,11 @@ function sfsi_plus_update_plugin()
|
|
75 |
$option8['sfsi_plus_icons_floatMargin_right'] = '';
|
76 |
update_option('sfsi_plus_section8_options', serialize($option8));
|
77 |
}
|
|
|
|
|
|
|
|
|
|
|
78 |
|
79 |
/*Language icons*/
|
80 |
$option5 = unserialize(get_option('sfsi_plus_section5_options',false));
|
@@ -168,7 +173,7 @@ function sfsi_plus_activate_plugin()
|
|
168 |
add_option('sfsi_plus_section2_options', serialize($options2));
|
169 |
|
170 |
/* Design and animation option */
|
171 |
-
$options3=array('sfsi_plus_mouseOver'=>'
|
172 |
'sfsi_plus_mouseOver_effect'=>'fade_in',
|
173 |
'sfsi_plus_shuffle_icons'=>'no',
|
174 |
'sfsi_plus_shuffle_Firstload'=>'no',
|
@@ -338,7 +343,8 @@ function sfsi_plus_activate_plugin()
|
|
338 |
'sfsi_plus_rectfb'=>'yes',
|
339 |
'sfsi_plus_rectgp'=>'yes',
|
340 |
'sfsi_plus_rectshr'=>'no',
|
341 |
-
'sfsi_plus_recttwtr'=>'yes'
|
|
|
342 |
add_option('sfsi_plus_section8_options', serialize($options8));
|
343 |
|
344 |
/*Some additional option added*/
|
@@ -413,20 +419,19 @@ function sfsi_plus_Unistall_plugin()
|
|
413 |
/* check CUrl */
|
414 |
function sfsi_plus_curl_enable_notice(){
|
415 |
if(!function_exists('curl_init')) {
|
416 |
-
echo '<div class="error"><p> Error: It seems that CURL is disabled on your server. Please contact your server administrator to install / enable CURL
|
417 |
}
|
418 |
}
|
419 |
|
420 |
/* add admin menus */
|
421 |
function sfsi_plus_admin_menu() {
|
422 |
add_menu_page(
|
423 |
-
|
424 |
-
|
425 |
-
|
426 |
-
|
427 |
-
|
428 |
-
|
429 |
-
plugins_url( 'images/logo.png' , dirname(__FILE__) )
|
430 |
);
|
431 |
}
|
432 |
function sfsi_plus_options_page(){ include SFSI_PLUS_DOCROOT . '/views/sfsi_options_view.php'; } /* end function */
|
@@ -525,7 +530,8 @@ function sfsi_plus_check_wp_head() {
|
|
525 |
$path=pathinfo($_SERVER['REQUEST_URI']);
|
526 |
if($path['basename']=="themes.php" || $path['basename']=="theme-editor.php" || $path['basename']=="admin.php?page=sfsi-plus-options")
|
527 |
{
|
528 |
-
echo "<div class=\"error\" >"
|
|
|
529 |
}
|
530 |
}
|
531 |
}
|
@@ -548,7 +554,8 @@ function sfsi_plus_check_wp_footer() {
|
|
548 |
|
549 |
if($path['basename']=="themes.php" || $path['basename']=="theme-editor.php" || $path['basename']=="admin.php?page=sfsi-plus-options")
|
550 |
{
|
551 |
-
echo "<div class=\"error\" >"
|
|
|
552 |
}
|
553 |
}
|
554 |
}
|
@@ -559,16 +566,16 @@ function sfsi_plus_activation_msg()
|
|
559 |
|
560 |
if(get_option('sfsi_plus_activate',false)==1)
|
561 |
{
|
562 |
-
|
563 |
update_option('sfsi_plus_activate',0);
|
564 |
}
|
565 |
|
566 |
$path=pathinfo($_SERVER['REQUEST_URI']);
|
567 |
update_option('sfsi_plus_activate',0);
|
568 |
|
569 |
-
if($wp_version < 3.5 &&
|
570 |
{
|
571 |
-
echo "<div class=\"update-nag\"
|
572 |
}
|
573 |
}
|
574 |
/* admin notice for first time installation */
|
@@ -580,16 +587,16 @@ function sfsi_plus_rating_msg()
|
|
580 |
$datetime1 = new DateTime($install_date);
|
581 |
$datetime2 = new DateTime($display_date);
|
582 |
$diff_inrval = round(($datetime2->format('U') - $datetime1->format('U')) / (60*60*24));
|
583 |
-
|
584 |
if($diff_inrval >= 30 && get_option('sfsi_plus_RatingDiv')=="no")
|
585 |
{
|
586 |
echo '
|
587 |
-
|
588 |
-
<p>We noticed you\'ve been using the Ultimate Social Media PLUS Plugin for more than 30 days.
|
589 |
<ul class="sfwp_fivestar_ul">
|
590 |
-
<li><a href="https://wordpress.org/support/view/plugin-reviews/ultimate-social-media-plus" target="_new" title="Ok, you deserved it">Ok, you deserved it</a></li>
|
591 |
-
<li><a href="javascript:void(0);" class="sfsiHideRating" title="I already did">I already did</a></li>
|
592 |
-
<li><a href="javascript:void(0);" class="sfsiHideRating" title="No, not good enough">No, not good enough</a></li>
|
593 |
</ul>
|
594 |
</div>
|
595 |
<script>
|
12 |
}
|
13 |
|
14 |
//Install version
|
15 |
+
update_option("sfsi_plus_pluginVersion", "2.31");
|
16 |
|
17 |
/*show notification*/
|
18 |
if(!get_option('sfsi_plus_show_notification'))
|
75 |
$option8['sfsi_plus_icons_floatMargin_right'] = '';
|
76 |
update_option('sfsi_plus_section8_options', serialize($option8));
|
77 |
}
|
78 |
+
if(isset($option8) && !empty($option8) && !isset($option8['sfsi_plus_rectpinit']))
|
79 |
+
{
|
80 |
+
$option8['sfsi_plus_rectpinit'] = 'no';
|
81 |
+
update_option('sfsi_plus_section8_options', serialize($option8));
|
82 |
+
}
|
83 |
|
84 |
/*Language icons*/
|
85 |
$option5 = unserialize(get_option('sfsi_plus_section5_options',false));
|
173 |
add_option('sfsi_plus_section2_options', serialize($options2));
|
174 |
|
175 |
/* Design and animation option */
|
176 |
+
$options3=array('sfsi_plus_mouseOver'=>'yes',
|
177 |
'sfsi_plus_mouseOver_effect'=>'fade_in',
|
178 |
'sfsi_plus_shuffle_icons'=>'no',
|
179 |
'sfsi_plus_shuffle_Firstload'=>'no',
|
343 |
'sfsi_plus_rectfb'=>'yes',
|
344 |
'sfsi_plus_rectgp'=>'yes',
|
345 |
'sfsi_plus_rectshr'=>'no',
|
346 |
+
'sfsi_plus_recttwtr'=>'yes',
|
347 |
+
'sfsi_plus_rectpinit'=>'yes');
|
348 |
add_option('sfsi_plus_section8_options', serialize($options8));
|
349 |
|
350 |
/*Some additional option added*/
|
419 |
/* check CUrl */
|
420 |
function sfsi_plus_curl_enable_notice(){
|
421 |
if(!function_exists('curl_init')) {
|
422 |
+
echo '<div class="error"><p> '.__('Error: It seems that CURL is disabled on your server. Please contact your server administrator to install / enable CURL.',SFSI_PLUS_DOMAIN).'</p></div>'; die;
|
423 |
}
|
424 |
}
|
425 |
|
426 |
/* add admin menus */
|
427 |
function sfsi_plus_admin_menu() {
|
428 |
add_menu_page(
|
429 |
+
'Ultimate Social Media PLUS',
|
430 |
+
'Ultimate Social Media PLUS',
|
431 |
+
'administrator',
|
432 |
+
'sfsi-plus-options',
|
433 |
+
'sfsi_plus_options_page',
|
434 |
+
plugins_url( 'images/logo.png' , dirname(__FILE__) )
|
|
|
435 |
);
|
436 |
}
|
437 |
function sfsi_plus_options_page(){ include SFSI_PLUS_DOCROOT . '/views/sfsi_options_view.php'; } /* end function */
|
530 |
$path=pathinfo($_SERVER['REQUEST_URI']);
|
531 |
if($path['basename']=="themes.php" || $path['basename']=="theme-editor.php" || $path['basename']=="admin.php?page=sfsi-plus-options")
|
532 |
{
|
533 |
+
//echo "<div class=\"error\" ><p> ".__("Error : Please fix your theme to make plugins work correctly. Go to the", SFSI_PLUS_DOMAIN)." <a href=\"theme-editor.php\">".__("Theme Editor", SFSI_PLUS_DOMAIN)."</a> ".__("and insert", SFSI_PLUS_DOMAIN)." <code><?php wp_head(); ?></code> ".__("just before the", SFSI_PLUS_DOMAIN)." <code></head></code> ".__("line of your theme's", SFSI_PLUS_DOMAIN)." <code>header.php</code> ".__("file.", SFSI_PLUS_DOMAIN). "</p></div>";
|
534 |
+
echo "<div class=\"error\" ><p> ".__("Error : Please fix your theme to make plugins work correctly. Go to the <a href=\"theme-editor.php\">Theme Editor</a> and insert <code><?php wp_head(); ?></code> just before the <code></head></code> line of your theme's <code>header.php</code> file.", SFSI_PLUS_DOMAIN). "</p></div>";
|
535 |
}
|
536 |
}
|
537 |
}
|
554 |
|
555 |
if($path['basename']=="themes.php" || $path['basename']=="theme-editor.php" || $path['basename']=="admin.php?page=sfsi-plus-options")
|
556 |
{
|
557 |
+
//echo "<div class=\"error\" ><p>".__("Error : Please fix your theme to make plugins work correctly. Go to the", SFSI_PLUS_DOMAIN)." <a href=\"theme-editor.php\">".__("Theme Editor", SFSI_PLUS_DOMAIN)."</a> ".__("and insert", SFSI_PLUS_DOMAIN)." <code><?php wp_footer(); ?></code> ".__("as the first line of your theme's", SFSI_PLUS_DOMAIN)." <code>footer.php</code> ".__("file.", SFSI_PLUS_DOMAIN)."</p></div>";
|
558 |
+
echo "<div class=\"error\" ><p>".__("Error : Please fix your theme to make plugins work correctly. Go to the <a href=\"theme-editor.php\">Theme Editor</a> and insert <code><?php wp_footer(); ?></code> as the first line of your theme's <code>footer.php</code> file.", SFSI_PLUS_DOMAIN)."</p></div>";
|
559 |
}
|
560 |
}
|
561 |
}
|
566 |
|
567 |
if(get_option('sfsi_plus_activate',false)==1)
|
568 |
{
|
569 |
+
echo "<div class='updated' ><p>".__("Thank you for installing the <b>Ultimate Social Media PLUS</b> Plugin. Please go to the <a href='admin.php?page=sfsi-plus-options'>plugin`s settings page</a> to configure it", SFSI_PLUS_DOMAIN).".</p></div>";
|
570 |
update_option('sfsi_plus_activate',0);
|
571 |
}
|
572 |
|
573 |
$path=pathinfo($_SERVER['REQUEST_URI']);
|
574 |
update_option('sfsi_plus_activate',0);
|
575 |
|
576 |
+
if($wp_version < 3.5 && $path['basename'] == "admin.php?page=sfsi-plus-options")
|
577 |
{
|
578 |
+
echo "<div class=\"update-nag\" ><p><b>".__('You`re using an old Wordpress version, which may cause several of your plugins to not work correctly. Please upgrade', SFSI_PLUS_DOMAIN)."</b></p></div>";
|
579 |
}
|
580 |
}
|
581 |
/* admin notice for first time installation */
|
587 |
$datetime1 = new DateTime($install_date);
|
588 |
$datetime2 = new DateTime($display_date);
|
589 |
$diff_inrval = round(($datetime2->format('U') - $datetime1->format('U')) / (60*60*24));
|
590 |
+
|
591 |
if($diff_inrval >= 30 && get_option('sfsi_plus_RatingDiv')=="no")
|
592 |
{
|
593 |
echo '
|
594 |
+
<div class="sfwp_fivestar updated">
|
595 |
+
<p>'.__('We noticed you\'ve been using the Ultimate Social Media PLUS Plugin for more than 30 days. If you\'re happy with it, could you please do us a BIG favor and give it a 5-star rating on Wordpress?', SFSI_PLUS_DOMAIN).'</p>
|
596 |
<ul class="sfwp_fivestar_ul">
|
597 |
+
<li><a href="https://wordpress.org/support/view/plugin-reviews/ultimate-social-media-plus" target="_new" title="Ok, you deserved it">'.__('Ok, you deserved it', SFSI_PLUS_DOMAIN).'</a></li>
|
598 |
+
<li><a href="javascript:void(0);" class="sfsiHideRating" title="I already did">'.__('I already did', SFSI_PLUS_DOMAIN).'</a></li>
|
599 |
+
<li><a href="javascript:void(0);" class="sfsiHideRating" title="No, not good enough">'.__('No, not good enough', SFSI_PLUS_DOMAIN).'</a></li>
|
600 |
</ul>
|
601 |
</div>
|
602 |
<script>
|
libs/sfsi_plus_subscribe_widget.php
CHANGED
@@ -159,10 +159,10 @@ class sfsiPlus_subscriber_widget extends WP_Widget {
|
|
159 |
'sfsiPlus_subscriber_widget',
|
160 |
|
161 |
// Widget name will appear in UI
|
162 |
-
|
163 |
|
164 |
// Widget description
|
165 |
-
array( 'description' =>
|
166 |
);
|
167 |
}
|
168 |
|
@@ -197,7 +197,7 @@ class sfsiPlus_subscriber_widget extends WP_Widget {
|
|
197 |
}
|
198 |
?>
|
199 |
<p>
|
200 |
-
<label for="<?php echo $this->get_field_id( 'title' ); ?>"><?php _e( 'Title
|
201 |
<input class="widefat" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->get_field_name( 'title' ); ?>" type="text" value="<?php echo esc_attr( $title ); ?>" />
|
202 |
</p>
|
203 |
<?php
|
159 |
'sfsiPlus_subscriber_widget',
|
160 |
|
161 |
// Widget name will appear in UI
|
162 |
+
'Ultimate Social Plus Subscribe Form',
|
163 |
|
164 |
// Widget description
|
165 |
+
array( 'description' => 'Ultimate Social Plus Subscribe Form')
|
166 |
);
|
167 |
}
|
168 |
|
197 |
}
|
198 |
?>
|
199 |
<p>
|
200 |
+
<label for="<?php echo $this->get_field_id( 'title' ); ?>"><?php _e( 'Title' ); ?>:</label>
|
201 |
<input class="widefat" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->get_field_name( 'title' ); ?>" type="text" value="<?php echo esc_attr( $title ); ?>" />
|
202 |
</p>
|
203 |
<?php
|
libs/sfsi_widget.php
CHANGED
@@ -4,7 +4,7 @@ class Sfsi_Plus_Widget extends WP_Widget
|
|
4 |
{
|
5 |
function __construct()
|
6 |
{
|
7 |
-
$widget_ops = array( 'classname' => 'sfsi_plus', 'description' =>
|
8 |
$control_ops = array( 'width' => 300, 'height' => 350, 'id_base' => 'sfsi-plus-widget' );
|
9 |
|
10 |
parent::__construct(
|
@@ -12,7 +12,7 @@ class Sfsi_Plus_Widget extends WP_Widget
|
|
12 |
'sfsi-plus-widget',
|
13 |
|
14 |
// Widget name will appear in UI
|
15 |
-
|
16 |
|
17 |
// Widget description
|
18 |
$widget_ops,
|
@@ -96,17 +96,15 @@ class Sfsi_Plus_Widget extends WP_Widget
|
|
96 |
?>
|
97 |
<p>
|
98 |
<label for="<?php echo $this->get_field_id( 'title' ); ?>">
|
99 |
-
<?php _e('Title
|
100 |
</label>
|
101 |
<input id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->get_field_name( 'title' ); ?>" value="<?php echo $instance['title']; ?>" style="width:100%;" />
|
102 |
<input type="hidden" value="<?php echo $instance['showf'] ?>" id="<?php echo $this->get_field_id( 'showf' ); ?>" name="<?php echo $this->get_field_name( 'showf' ); ?>" />
|
103 |
</p>
|
104 |
<p>
|
105 |
-
<?php
|
106 |
-
|
107 |
-
|
108 |
-
</a>
|
109 |
-
<?php _e( 'to set your preferences', 'ultimate-social-media-plus' ); ?>
|
110 |
</p>
|
111 |
<?php
|
112 |
}
|
@@ -603,7 +601,10 @@ function sfsi_plus_prepairIcons($icon_name,$is_front=0, $onpost="no")
|
|
603 |
}
|
604 |
|
605 |
/* fecth no of counts if active in admin section */
|
606 |
-
if(
|
|
|
|
|
|
|
607 |
{
|
608 |
if($sfsi_plus_section4_options['sfsi_plus_facebook_countsFrom']=="manual")
|
609 |
{
|
@@ -629,7 +630,6 @@ function sfsi_plus_prepairIcons($icon_name,$is_front=0, $onpost="no")
|
|
629 |
$current_url = $sfsi_plus_section4_options['sfsi_plus_facebook_mypageCounts'];
|
630 |
$fb_data=$socialObj->sfsi_get_fb_pagelike($current_url);
|
631 |
$counts=$socialObj->format_num($fb_data);
|
632 |
-
|
633 |
}
|
634 |
}
|
635 |
|
@@ -1345,9 +1345,17 @@ function sfsi_plus_prepairIcons($icon_name,$is_front=0, $onpost="no")
|
|
1345 |
}
|
1346 |
else if($hoverSHow)
|
1347 |
{
|
1348 |
-
|
1349 |
-
|
1350 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1351 |
else
|
1352 |
{
|
1353 |
$new_window = sfsi_plus_checkNewWindow();
|
4 |
{
|
5 |
function __construct()
|
6 |
{
|
7 |
+
$widget_ops = array( 'classname' => 'sfsi_plus', 'description' => 'Ultimate Social Media PLUS widgets');
|
8 |
$control_ops = array( 'width' => 300, 'height' => 350, 'id_base' => 'sfsi-plus-widget' );
|
9 |
|
10 |
parent::__construct(
|
12 |
'sfsi-plus-widget',
|
13 |
|
14 |
// Widget name will appear in UI
|
15 |
+
'Ultimate Social Media PLUS',
|
16 |
|
17 |
// Widget description
|
18 |
$widget_ops,
|
96 |
?>
|
97 |
<p>
|
98 |
<label for="<?php echo $this->get_field_id( 'title' ); ?>">
|
99 |
+
<?php _e('Title', SFSI_PLUS_DOMAIN); ?>:
|
100 |
</label>
|
101 |
<input id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->get_field_name( 'title' ); ?>" value="<?php echo $instance['title']; ?>" style="width:100%;" />
|
102 |
<input type="hidden" value="<?php echo $instance['showf'] ?>" id="<?php echo $this->get_field_id( 'showf' ); ?>" name="<?php echo $this->get_field_name( 'showf' ); ?>" />
|
103 |
</p>
|
104 |
<p>
|
105 |
+
<?php
|
106 |
+
_e( 'Please go to the <a href="admin.php?page=sfsi-plus-options">plugin page</a> to set your preferences', SFSI_PLUS_DOMAIN);
|
107 |
+
?>
|
|
|
|
|
108 |
</p>
|
109 |
<?php
|
110 |
}
|
601 |
}
|
602 |
|
603 |
/* fecth no of counts if active in admin section */
|
604 |
+
if(
|
605 |
+
$sfsi_plus_section4_options['sfsi_plus_facebook_countsDisplay']=="yes" &&
|
606 |
+
$sfsi_plus_section4_options['sfsi_plus_display_counts']=="yes"
|
607 |
+
)
|
608 |
{
|
609 |
if($sfsi_plus_section4_options['sfsi_plus_facebook_countsFrom']=="manual")
|
610 |
{
|
630 |
$current_url = $sfsi_plus_section4_options['sfsi_plus_facebook_mypageCounts'];
|
631 |
$fb_data=$socialObj->sfsi_get_fb_pagelike($current_url);
|
632 |
$counts=$socialObj->format_num($fb_data);
|
|
|
633 |
}
|
634 |
}
|
635 |
|
1345 |
}
|
1346 |
else if($hoverSHow)
|
1347 |
{
|
1348 |
+
if(!wp_is_mobile())
|
1349 |
+
{
|
1350 |
+
$new_window = sfsi_plus_checkNewWindow();
|
1351 |
+
$url = $url;
|
1352 |
+
}
|
1353 |
+
else
|
1354 |
+
{
|
1355 |
+
$new_window = '';
|
1356 |
+
$url = "javascript:void(0)";
|
1357 |
+
}
|
1358 |
+
}
|
1359 |
else
|
1360 |
{
|
1361 |
$new_window = sfsi_plus_checkNewWindow();
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=seb.r
|
|
4 |
Tags: social media, social media icons, social media buttons, social media sharing, floating social media, social media icon, social media button, sharing icons, sharing, sharing buttons, social media widget, socialmedia, social media pop-up, social, social icons, icon, icons, buttons, facebook icon, twitter icon, instagram, instagram icon, counter, facebook, facebook like, like, tweet, tweet button, buttons, tweet icon, youtube, youtube icon, linkedin, linkedin icon, logos, follow, social profiles, social media accounts, social share, media sociaux, media social, sosiale medier, midia social, sosyal medya
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 4.4.2
|
7 |
-
Stable tag: 2.
|
8 |
License: GPLv2
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -75,6 +75,10 @@ Please check out the FAQ on http://ultimatelysocial.com
|
|
75 |
|
76 |
== Changelog ==
|
77 |
|
|
|
|
|
|
|
|
|
78 |
= 2.2.9 =
|
79 |
* Crashes/content disappearing fixed
|
80 |
|
@@ -191,5 +195,5 @@ Please check out the FAQ on http://ultimatelysocial.com
|
|
191 |
|
192 |
== Upgrade Notice ==
|
193 |
|
194 |
-
= 2.
|
195 |
* Please upgrade if you faced issues before or want to use different languages
|
4 |
Tags: social media, social media icons, social media buttons, social media sharing, floating social media, social media icon, social media button, sharing icons, sharing, sharing buttons, social media widget, socialmedia, social media pop-up, social, social icons, icon, icons, buttons, facebook icon, twitter icon, instagram, instagram icon, counter, facebook, facebook like, like, tweet, tweet button, buttons, tweet icon, youtube, youtube icon, linkedin, linkedin icon, logos, follow, social profiles, social media accounts, social share, media sociaux, media social, sosiale medier, midia social, sosyal medya
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 4.4.2
|
7 |
+
Stable tag: 2.3.1
|
8 |
License: GPLv2
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
75 |
|
76 |
== Changelog ==
|
77 |
|
78 |
+
= 2.3.1 =
|
79 |
+
* Added Facebook share button after/before posts
|
80 |
+
* G+ design issues on black background fixed
|
81 |
+
|
82 |
= 2.2.9 =
|
83 |
* Crashes/content disappearing fixed
|
84 |
|
195 |
|
196 |
== Upgrade Notice ==
|
197 |
|
198 |
+
= 2.3.1 =
|
199 |
* Please upgrade if you faced issues before or want to use different languages
|
ultimate_social_media_icons.php
CHANGED
@@ -6,7 +6,7 @@ Description: The best social media plugin on the market. And 100% FREE. Allows y
|
|
6 |
Author: UltimatelySocial
|
7 |
Text Domain: ultimate-social-media-plus
|
8 |
Author URI: http://ultimatelysocial.com
|
9 |
-
Version: 2.
|
10 |
License: GPLv2
|
11 |
*/
|
12 |
|
@@ -16,6 +16,7 @@ global $wpdb;
|
|
16 |
define('SFSI_PLUS_DOCROOT', dirname(__FILE__));
|
17 |
define('SFSI_PLUS_PLUGURL', plugin_dir_url(__FILE__));
|
18 |
define('SFSI_PLUS_WEBROOT', str_replace(getcwd(), home_url(), dirname(__FILE__)));
|
|
|
19 |
|
20 |
/* load all files */
|
21 |
include(SFSI_PLUS_DOCROOT.'/libs/controllers/sfsi_socialhelper.php');
|
@@ -35,7 +36,7 @@ register_deactivation_hook(__FILE__, 'sfsi_plus_deactivate_plugin');
|
|
35 |
register_uninstall_hook(__FILE__, 'sfsi_plus_Unistall_plugin');
|
36 |
|
37 |
/*Plugin version setup*/
|
38 |
-
if(!get_option('sfsi_plus_pluginVersion') || get_option('sfsi_plus_pluginVersion') < 2.
|
39 |
{
|
40 |
add_action("init", "sfsi_plus_update_plugin");
|
41 |
}
|
@@ -72,7 +73,7 @@ function DISPLAY_ULTIMATE_PLUS($args = null, $content = null)
|
|
72 |
}
|
73 |
else
|
74 |
{
|
75 |
-
return 'Kindly go to setting page and check the option "Place them manually"';
|
76 |
}
|
77 |
}
|
78 |
//adding some meta tags for facebook news feed {Monad}
|
@@ -274,17 +275,17 @@ function sfsi_plus_beforaftereposts( $content )
|
|
274 |
{
|
275 |
/*$icons_after .= '</br>';*/
|
276 |
$icons_after .= '<div class="sfsiaftrpstwpr" style="'.$style_parent.'">';
|
277 |
-
|
278 |
-
|
279 |
-
|
280 |
-
|
281 |
-
|
282 |
-
|
283 |
-
|
284 |
-
|
285 |
-
|
286 |
-
|
287 |
-
|
288 |
$icons_after .= '</div>';
|
289 |
}
|
290 |
}
|
@@ -341,6 +342,10 @@ function sfsi_plus_beforeafterblogposts( $content )
|
|
341 |
{
|
342 |
$sfsi_section8['sfsi_plus_recttwtr'] = 'no';
|
343 |
}
|
|
|
|
|
|
|
|
|
344 |
|
345 |
//checking for standard icons
|
346 |
$txt=(isset($sfsi_section8['sfsi_plus_textBefor_icons']))? $sfsi_section8['sfsi_plus_textBefor_icons'] : "Please follow and like us:" ;
|
@@ -367,11 +372,12 @@ function sfsi_plus_beforeafterblogposts( $content )
|
|
367 |
if($sfsi_plus_display_button_type == 'standard_buttons')
|
368 |
{
|
369 |
if(
|
370 |
-
$sfsi_section8['sfsi_plus_rectsub']
|
371 |
-
$sfsi_section8['sfsi_plus_rectfb']
|
372 |
-
$sfsi_section8['sfsi_plus_rectgp']
|
373 |
-
$sfsi_section8['sfsi_plus_rectshr']
|
374 |
-
$sfsi_section8['sfsi_plus_recttwtr']
|
|
|
375 |
)
|
376 |
{
|
377 |
$icons_before .= "<div style='display: inline-block;margin-bottom: 0; margin-left: 0; margin-right: 8px; margin-top: 0; vertical-align: middle;width: auto;'><span>".$txt."</span></div>";
|
@@ -394,9 +400,16 @@ function sfsi_plus_beforeafterblogposts( $content )
|
|
394 |
if(!isset($sfsiLikeWithtwtr)){$sfsiLikeWithtwtr = $sfsiLikeWith;}
|
395 |
$icons_before.="<div class='sf_twiter' style='display: inline-block;vertical-align: middle;width: auto;'>".sfsi_plus_twitterlike($permalink,$show_count)."</div>";
|
396 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
397 |
if($sfsi_section8['sfsi_plus_rectgp'] == 'yes')
|
398 |
{
|
399 |
-
$
|
|
|
400 |
}
|
401 |
if($sfsi_section8['sfsi_plus_rectshr'] == 'yes')
|
402 |
{
|
@@ -429,11 +442,12 @@ function sfsi_plus_beforeafterblogposts( $content )
|
|
429 |
if($sfsi_plus_display_button_type == 'standard_buttons')
|
430 |
{
|
431 |
if(
|
432 |
-
$sfsi_section8['sfsi_plus_rectsub']
|
433 |
-
$sfsi_section8['sfsi_plus_rectfb']
|
434 |
-
$sfsi_section8['sfsi_plus_rectgp']
|
435 |
-
$sfsi_section8['sfsi_plus_rectshr']
|
436 |
-
$sfsi_section8['sfsi_plus_recttwtr']
|
|
|
437 |
)
|
438 |
{
|
439 |
$icons_after .= "<div style='display: inline-block;margin-bottom: 0; margin-left: 0; margin-right: 8px; margin-top: 0; vertical-align: middle;width: auto;'><span>".$txt."</span></div>";
|
@@ -456,9 +470,16 @@ function sfsi_plus_beforeafterblogposts( $content )
|
|
456 |
if(!isset($sfsiLikeWithtwtr)){$sfsiLikeWithtwtr = $sfsiLikeWith;}
|
457 |
$icons_after.="<div class='sf_twiter' style='display: inline-block;vertical-align: middle;width: auto;'>".sfsi_plus_twitterlike($permalink,$show_count)."</div>";
|
458 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
459 |
if($sfsi_section8['sfsi_plus_rectgp'] == 'yes')
|
460 |
{
|
461 |
-
$
|
|
|
462 |
}
|
463 |
if($sfsi_section8['sfsi_plus_rectshr'] == 'yes')
|
464 |
{
|
@@ -537,24 +558,25 @@ function sfsi_plus_admin_notice()
|
|
537 |
<div class="alignleft" style="margin: 9px 0;">
|
538 |
<?php
|
539 |
_e(
|
540 |
-
'There seems to be an error on your website which prevents the plugin to work properly. Please contact us at
|
541 |
-
|
542 |
);
|
543 |
?>
|
544 |
<a href="mailto:support@ultimatelysocial.com">support@ultimatelysocial.com</a>
|
545 |
<?php
|
546 |
_e(
|
547 |
-
'
|
548 |
-
|
549 |
);
|
550 |
?>
|
551 |
-
|
552 |
-
|
|
|
553 |
</div>
|
554 |
<p class="alignright">
|
555 |
<a href="<?php echo $url; ?>">
|
556 |
<?php
|
557 |
-
_e('Dismiss',
|
558 |
?>
|
559 |
</a>
|
560 |
</p>
|
@@ -568,19 +590,18 @@ function sfsi_plus_admin_notice()
|
|
568 |
<div class="updated" style="<?php echo $style; ?>"">
|
569 |
<div class="alignleft" style="margin: 9px 0;">
|
570 |
<b>
|
571 |
-
|
572 |
-
|
573 |
</b>
|
574 |
-
<?php _e( 'You can now add a subscription form to increase sign-ups (under question 8).', 'ultimate-social-media-plus' ); ?>
|
575 |
-
<a href="<?php echo site_url();?>/wp-admin/admin.php?page=sfsi-plus-options" style="color:#7AD03A; font-weight:bold;">
|
576 |
|
577 |
-
|
|
|
|
|
|
|
578 |
</a>
|
579 |
</div>
|
580 |
<p class="alignright">
|
581 |
<a href="<?php echo $url; ?>">
|
582 |
-
|
583 |
-
<?php _e( 'Dismiss', 'ultimate-social-media-plus' ); ?>
|
584 |
</a>
|
585 |
</p>
|
586 |
</div>
|
@@ -621,4 +642,17 @@ function sfsi_plus_get_bloginfo($url)
|
|
621 |
}
|
622 |
return $web_url;
|
623 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
624 |
?>
|
6 |
Author: UltimatelySocial
|
7 |
Text Domain: ultimate-social-media-plus
|
8 |
Author URI: http://ultimatelysocial.com
|
9 |
+
Version: 2.3.1
|
10 |
License: GPLv2
|
11 |
*/
|
12 |
|
16 |
define('SFSI_PLUS_DOCROOT', dirname(__FILE__));
|
17 |
define('SFSI_PLUS_PLUGURL', plugin_dir_url(__FILE__));
|
18 |
define('SFSI_PLUS_WEBROOT', str_replace(getcwd(), home_url(), dirname(__FILE__)));
|
19 |
+
define('SFSI_PLUS_DOMAIN', 'ultimate-social-media-plus');
|
20 |
|
21 |
/* load all files */
|
22 |
include(SFSI_PLUS_DOCROOT.'/libs/controllers/sfsi_socialhelper.php');
|
36 |
register_uninstall_hook(__FILE__, 'sfsi_plus_Unistall_plugin');
|
37 |
|
38 |
/*Plugin version setup*/
|
39 |
+
if(!get_option('sfsi_plus_pluginVersion') || get_option('sfsi_plus_pluginVersion') < 2.31)
|
40 |
{
|
41 |
add_action("init", "sfsi_plus_update_plugin");
|
42 |
}
|
73 |
}
|
74 |
else
|
75 |
{
|
76 |
+
return __('Kindly go to setting page and check the option "Place them manually"', SFSI_PLUS_DOMAIN);
|
77 |
}
|
78 |
}
|
79 |
//adding some meta tags for facebook news feed {Monad}
|
275 |
{
|
276 |
/*$icons_after .= '</br>';*/
|
277 |
$icons_after .= '<div class="sfsiaftrpstwpr" style="'.$style_parent.'">';
|
278 |
+
if($sfsi_plus_display_button_type == 'standard_buttons')
|
279 |
+
{
|
280 |
+
$icons_after .= sfsi_plus_social_buttons_below($content = null);
|
281 |
+
}
|
282 |
+
else
|
283 |
+
{
|
284 |
+
$icons_after .= "<div class='sfsi_plus_Sicons' style='".$style."'>";
|
285 |
+
$icons_after .= "<div style='float:left;margin:0 0px; line-height:".$lineheight."px'><span>".$txt."</span></div>";
|
286 |
+
$icons_after .= sfsi_plus_check_posts_visiblity(0);
|
287 |
+
$icons_after .= "</div>";
|
288 |
+
}
|
289 |
$icons_after .= '</div>';
|
290 |
}
|
291 |
}
|
342 |
{
|
343 |
$sfsi_section8['sfsi_plus_recttwtr'] = 'no';
|
344 |
}
|
345 |
+
if(!isset($sfsi_section8['sfsi_plus_rectpinit']))
|
346 |
+
{
|
347 |
+
$sfsi_section8['sfsi_plus_rectpinit'] = 'no';
|
348 |
+
}
|
349 |
|
350 |
//checking for standard icons
|
351 |
$txt=(isset($sfsi_section8['sfsi_plus_textBefor_icons']))? $sfsi_section8['sfsi_plus_textBefor_icons'] : "Please follow and like us:" ;
|
372 |
if($sfsi_plus_display_button_type == 'standard_buttons')
|
373 |
{
|
374 |
if(
|
375 |
+
$sfsi_section8['sfsi_plus_rectsub'] == 'yes' ||
|
376 |
+
$sfsi_section8['sfsi_plus_rectfb'] == 'yes' ||
|
377 |
+
$sfsi_section8['sfsi_plus_rectgp'] == 'yes' ||
|
378 |
+
$sfsi_section8['sfsi_plus_rectshr'] == 'yes' ||
|
379 |
+
$sfsi_section8['sfsi_plus_recttwtr'] == 'yes' ||
|
380 |
+
$sfsi_section8['sfsi_plus_rectpinit'] == 'yes'
|
381 |
)
|
382 |
{
|
383 |
$icons_before .= "<div style='display: inline-block;margin-bottom: 0; margin-left: 0; margin-right: 8px; margin-top: 0; vertical-align: middle;width: auto;'><span>".$txt."</span></div>";
|
400 |
if(!isset($sfsiLikeWithtwtr)){$sfsiLikeWithtwtr = $sfsiLikeWith;}
|
401 |
$icons_before.="<div class='sf_twiter' style='display: inline-block;vertical-align: middle;width: auto;'>".sfsi_plus_twitterlike($permalink,$show_count)."</div>";
|
402 |
}
|
403 |
+
if($sfsi_section8['sfsi_plus_rectpinit'] == 'yes')
|
404 |
+
{
|
405 |
+
if($show_count){$sfsiLikeWithpinit = "90px";}else{$sfsiLikeWithpinit = "auto";}
|
406 |
+
$icons_before.="<div class='sf_pinit' style='display: inline-block;vertical-align: middle;width: ".$sfsiLikeWithpinit."'>".sfsi_plus_pinitpinterest($permalink,$show_count)."</div>";
|
407 |
+
}
|
408 |
+
|
409 |
if($sfsi_section8['sfsi_plus_rectgp'] == 'yes')
|
410 |
{
|
411 |
+
if($show_count){$sfsiLikeWithpingogl = "63px";}else{$sfsiLikeWithpingogl = "auto";}
|
412 |
+
$icons_before .= "<div class='sf_google' style='display: inline-block;vertical-align: middle;width: ".$sfsiLikeWithpingogl.";'>".sfsi_plus_googlePlus($permalink,$show_count)."</div>";
|
413 |
}
|
414 |
if($sfsi_section8['sfsi_plus_rectshr'] == 'yes')
|
415 |
{
|
442 |
if($sfsi_plus_display_button_type == 'standard_buttons')
|
443 |
{
|
444 |
if(
|
445 |
+
$sfsi_section8['sfsi_plus_rectsub'] == 'yes' ||
|
446 |
+
$sfsi_section8['sfsi_plus_rectfb'] == 'yes' ||
|
447 |
+
$sfsi_section8['sfsi_plus_rectgp'] == 'yes' ||
|
448 |
+
$sfsi_section8['sfsi_plus_rectshr'] == 'yes' ||
|
449 |
+
$sfsi_section8['sfsi_plus_recttwtr'] == 'yes' ||
|
450 |
+
$sfsi_section8['sfsi_plus_rectpinit'] == 'yes'
|
451 |
)
|
452 |
{
|
453 |
$icons_after .= "<div style='display: inline-block;margin-bottom: 0; margin-left: 0; margin-right: 8px; margin-top: 0; vertical-align: middle;width: auto;'><span>".$txt."</span></div>";
|
470 |
if(!isset($sfsiLikeWithtwtr)){$sfsiLikeWithtwtr = $sfsiLikeWith;}
|
471 |
$icons_after.="<div class='sf_twiter' style='display: inline-block;vertical-align: middle;width: auto;'>".sfsi_plus_twitterlike($permalink,$show_count)."</div>";
|
472 |
}
|
473 |
+
if($sfsi_section8['sfsi_plus_rectpinit'] == 'yes')
|
474 |
+
{
|
475 |
+
if($show_count){$sfsiLikeWithpinit = "90px";}else{$sfsiLikeWithpinit = "auto";}
|
476 |
+
$icons_after.="<div class='sf_pinit' style='display: inline-block;vertical-align: middle;width: ".$sfsiLikeWithpinit."'>".sfsi_plus_pinitpinterest($permalink,$show_count)."</div>";
|
477 |
+
}
|
478 |
+
|
479 |
if($sfsi_section8['sfsi_plus_rectgp'] == 'yes')
|
480 |
{
|
481 |
+
if($show_count){$sfsiLikeWithpingogl = "63px";}else{$sfsiLikeWithpingogl = "auto";}
|
482 |
+
$icons_after .= "<div class='sf_google' style='display: inline-block;vertical-align: middle;width: ".$sfsiLikeWithpingogl.";'>".sfsi_plus_googlePlus($permalink,$show_count)."</div>";
|
483 |
}
|
484 |
if($sfsi_section8['sfsi_plus_rectshr'] == 'yes')
|
485 |
{
|
558 |
<div class="alignleft" style="margin: 9px 0;">
|
559 |
<?php
|
560 |
_e(
|
561 |
+
'There seems to be an error on your website which prevents the plugin to work properly. Please contact us at',
|
562 |
+
SFSI_PLUS_DOMAIN
|
563 |
);
|
564 |
?>
|
565 |
<a href="mailto:support@ultimatelysocial.com">support@ultimatelysocial.com</a>
|
566 |
<?php
|
567 |
_e(
|
568 |
+
'and state the error code you see below.',
|
569 |
+
SFSI_PLUS_DOMAIN
|
570 |
);
|
571 |
?>
|
572 |
+
<p style="text-align:left">
|
573 |
+
<b><?php _e('Error', SFSI_PLUS_DOMAIN); ?>: <?php echo ucfirst(get_option("sfsi_plus_curlErrorMessage")); ?></b>
|
574 |
+
</p>
|
575 |
</div>
|
576 |
<p class="alignright">
|
577 |
<a href="<?php echo $url; ?>">
|
578 |
<?php
|
579 |
+
_e('Dismiss', SFSI_PLUS_DOMAIN);
|
580 |
?>
|
581 |
</a>
|
582 |
</p>
|
590 |
<div class="updated" style="<?php echo $style; ?>"">
|
591 |
<div class="alignleft" style="margin: 9px 0;">
|
592 |
<b>
|
593 |
+
<?php _e( 'New feature in the Ultimate Social Media PLUS plugin: ', SFSI_PLUS_DOMAIN); ?>
|
|
|
594 |
</b>
|
|
|
|
|
595 |
|
596 |
+
<?php _e( 'You can now add a subscription form to increase sign-ups (under question 8).', SFSI_PLUS_DOMAIN); ?>
|
597 |
+
|
598 |
+
<a href="<?php echo site_url();?>/wp-admin/admin.php?page=sfsi-plus-options" style="color:#7AD03A; font-weight:bold;">
|
599 |
+
<?php _e( 'Check it out', SFSI_PLUS_DOMAIN); ?>
|
600 |
</a>
|
601 |
</div>
|
602 |
<p class="alignright">
|
603 |
<a href="<?php echo $url; ?>">
|
604 |
+
<?php _e( 'Dismiss', SFSI_PLUS_DOMAIN); ?>
|
|
|
605 |
</a>
|
606 |
</p>
|
607 |
</div>
|
642 |
}
|
643 |
return $web_url;
|
644 |
}
|
645 |
+
|
646 |
+
add_filter( 'plugin_action_links_' . plugin_basename( __FILE__ ), "sfsi_plus_actionLinks", -10 );
|
647 |
+
function sfsi_plus_actionLinks($links)
|
648 |
+
{
|
649 |
+
$links[] = '<a href="javascript:" id="sfsi_plus_deactivateButton">'.__( 'Deactivate with feedback', SFSI_PLUS_DOMAIN ).'</a>';
|
650 |
+
$links[] = $links["deactivate"];
|
651 |
+
$links[] = $links["edit"];
|
652 |
+
$links[] = '<a href="http://www.ultimatelysocial.com/faq" target="_blank">'.__('Have issues? Check the FAQ', SFSI_PLUS_DOMAIN ).'</a>';
|
653 |
+
|
654 |
+
unset($links['deactivate']);
|
655 |
+
unset($links['edit']);
|
656 |
+
return $links;
|
657 |
+
}
|
658 |
?>
|
views/sfsi_aboutus.php
CHANGED
@@ -1,8 +1,6 @@
|
|
1 |
<h1 class="abt_titl">
|
2 |
-
<?php _e( 'Please visit us at',
|
3 |
-
<a href="http://ultimatelysocial.com">
|
4 |
-
|
5 |
-
</a>
|
6 |
-
<?php _e( 'or write to us at support@ultimatelysocial.com', 'ultimate-social-media-plus' ); ?>
|
7 |
</h1>
|
8 |
|
1 |
<h1 class="abt_titl">
|
2 |
+
<?php _e( 'Please visit us at', SFSI_PLUS_DOMAIN); ?>
|
3 |
+
<a href="http://ultimatelysocial.com"> Ultimatelysocial.com </a>
|
4 |
+
<?php _e( 'or write to us at', SFSI_PLUS_DOMAIN); ?> support@ultimatelysocial.com
|
|
|
|
|
5 |
</h1>
|
6 |
|
views/sfsi_option_view1.php
CHANGED
@@ -5,14 +5,9 @@
|
|
5 |
<!-- Section 1 "Which icons do you want to show on your site? " main div Start -->
|
6 |
<div class="tab1" >
|
7 |
<p class="top_txt">
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
<span>
|
12 |
-
<?php _e( 'the more icons you offer the better', 'ultimate-social-media-plus' ); ?>
|
13 |
-
</span>
|
14 |
-
|
15 |
-
<?php _e( 'because people have different preferences, and more options means that there’s something for everybody, increasing the chances that you get followed and/or shared.', 'ultimate-social-media-plus' ); ?>
|
16 |
</p>
|
17 |
<ul class="plus_icn_listing">
|
18 |
<!-- RSS ICON -->
|
@@ -21,25 +16,24 @@
|
|
21 |
<input name="sfsi_plus_rss_display" <?php echo ($option1['sfsi_plus_rss_display']=='yes') ? 'checked="true"' : '' ;?> id="sfsi_plus_rss_display" type="checkbox" value="yes" class="styled" />
|
22 |
</div>
|
23 |
<span class="sfsicls_rs_s">
|
24 |
-
|
25 |
</span>
|
26 |
<div class="sfsiplus_right_info">
|
27 |
<p>
|
28 |
<span>
|
29 |
-
<?php _e( '
|
30 |
</span>
|
31 |
|
32 |
-
<?php _e( 'RSS is still popular, esp. among the tech-savvy crowd.',
|
33 |
|
34 |
<label class="expanded-area" >
|
35 |
-
<?php _e( 'RSS stands for Really Simply Syndication and is an easy way for people to read your content. You can learn more about it
|
36 |
-
|
37 |
-
|
38 |
-
<?php _e( 'here', 'ultimate-social-media-plus' ); ?>
|
39 |
</a>.
|
40 |
</label>
|
41 |
</p>
|
42 |
-
<a href="javascript:;" class="expand-area" ><?php _e( 'Read more',
|
43 |
</div>
|
44 |
</li>
|
45 |
<!-- END RSS ICON -->
|
@@ -50,29 +44,29 @@
|
|
50 |
<input name="sfsi_plus_email_display" <?php echo ($option1['sfsi_plus_email_display']=='yes') ? 'checked="true"' : '' ;?> id="sfsi_plus_email_display" type="checkbox" value="yes" class="styled" />
|
51 |
</div>
|
52 |
<span class="sfsicls_email">
|
53 |
-
|
54 |
</span>
|
55 |
<div class="sfsiplus_right_info">
|
56 |
<p>
|
57 |
<span>
|
58 |
-
<?php _e( '
|
59 |
</span>
|
60 |
|
61 |
-
<?php _e( 'Email is the most effective tool to build up a followership.',
|
62 |
|
63 |
<span style="float: right;margin-right: 13px; margin-top: -3px;">
|
64 |
-
<?php if(get_option('sfsi_plus_footer_sec')=="yes") { $nonce = wp_create_nonce("remove_plusfooter"); ?> <a style="font-size:13px;margin-left:30px;color:#777777;" href="javascript:;" class="sfsiplus_removeFooter" data-nonce="<?php echo $nonce;?>"><?php _e( 'Remove credit link',
|
65 |
<?php } ?>
|
66 |
</span>
|
67 |
<label class="expanded-area" >
|
68 |
-
<?php _e( 'Everybody uses email – that’s why it’s',
|
69 |
<a href="http://www.entrepreneur.com/article/230949" target="_new">
|
70 |
-
<?php _e( 'much more effective than social media',
|
71 |
</a>
|
72 |
-
<?php _e( 'to make people follow you. Not offering an email subscription option means losing out on future traffic to your site.',
|
73 |
</label>
|
74 |
</p>
|
75 |
-
<a href="javascript:;" class="expand-area"><?php _e( 'Read more',
|
76 |
</div>
|
77 |
</li>
|
78 |
<!-- EMAIL ICON -->
|
@@ -83,21 +77,17 @@
|
|
83 |
<input name="sfsi_plus_facebook_display" <?php echo ($option1['sfsi_plus_facebook_display']=='yes') ? 'checked="true"' : '' ;?> id="sfsi_plus_facebook_display" type="checkbox" value="yes" class="styled" />
|
84 |
</div>
|
85 |
<span class="sfsicls_facebook">
|
86 |
-
|
87 |
</span>
|
88 |
<div class="sfsiplus_right_info">
|
89 |
<p>
|
90 |
-
<span>
|
91 |
-
<?php _e( 'Strongly recommended:', 'ultimate-social-media-plus' ); ?>
|
92 |
-
</span>
|
93 |
-
|
94 |
-
<?php _e( 'Facebook is crucial, esp. for sharing.', 'ultimate-social-media-plus' ); ?>
|
95 |
|
96 |
<label class="expanded-area" >
|
97 |
-
<?php _e( 'Facebook is the giant in the social media world, and even if you don’t have a Facebook account yourself you should display this icon, so that Facebook users can share your site on Facebook.',
|
98 |
</label>
|
99 |
</p>
|
100 |
-
<a href="javascript:;" class="expand-area"><?php _e( 'Read more',
|
101 |
</div>
|
102 |
</li>
|
103 |
<!-- END FACEBOOK ICON -->
|
@@ -107,18 +97,19 @@
|
|
107 |
<div class="radio_section tb_4_ck">
|
108 |
<input name="sfsi_plus_twitter_display" <?php echo ($option1['sfsi_plus_twitter_display']=='yes') ? 'checked="true"' : '' ;?> id="sfsi_plus_twitter_display" type="checkbox" value="yes" class="styled" />
|
109 |
</div>
|
110 |
-
<span class="sfsicls_twt"
|
|
|
|
|
111 |
<div class="sfsiplus_right_info">
|
112 |
<p>
|
113 |
-
<span>
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
<label class="expanded-area" >
|
118 |
-
<?php _e( 'If you have a Twitter-account then adding this icon is a no-brainer. However, similar as with facebook, even if you don’t have one you should still show this icon so that Twitter-users can share your site.', 'ultimate-social-media-plus' ); ?>
|
119 |
</label>
|
120 |
</p>
|
121 |
-
|
|
|
122 |
</div>
|
123 |
</li>
|
124 |
<!-- END TWITTER ICON -->
|
@@ -129,17 +120,12 @@
|
|
129 |
<input name="sfsi_plus_google_display" <?php echo ($option1['sfsi_plus_google_display']=='yes') ? 'checked="true"' : '' ;?> id="sfsi_plus_google_display" type="checkbox" value="yes" class="styled" />
|
130 |
</div>
|
131 |
<span class="sfsicls_ggle_pls">
|
132 |
-
|
133 |
</span>
|
134 |
<div class="sfsiplus_right_info">
|
135 |
<p>
|
136 |
-
<span>
|
137 |
-
|
138 |
-
</span>
|
139 |
-
|
140 |
-
<?php _e( 'Increasingly important and beneficial for SEO.', 'ultimate-social-media-plus' ); ?>
|
141 |
-
|
142 |
-
<label class="expanded-area" ></label>
|
143 |
</p>
|
144 |
</div>
|
145 |
</li>
|
@@ -151,15 +137,13 @@
|
|
151 |
<input name="sfsi_plus_youtube_display" <?php echo ($option1['sfsi_plus_youtube_display']=='yes') ? 'checked="true"' : '' ;?> id="sfsi_plus_youtube_display" type="checkbox" value="yes" class="styled" />
|
152 |
</div>
|
153 |
<span class="sfsicls_utube">
|
154 |
-
|
155 |
</span>
|
156 |
<div class="sfsiplus_right_info">
|
157 |
<p>
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
<?php _e( 'Show this icon if you have a youtube account (and you should set up one if you have video content – that can increase your traffic significantly).', 'ultimate-social-media-plus' ); ?>
|
163 |
</p>
|
164 |
</div>
|
165 |
</li>
|
@@ -171,15 +155,13 @@
|
|
171 |
<input name="sfsi_plus_linkedin_display" <?php echo ($option1['sfsi_plus_linkedin_display']=='yes') ? 'checked="true"' : '' ;?> id="sfsi_plus_linkedin_display" type="checkbox" value="yes" class="styled" />
|
172 |
</div>
|
173 |
<span class="sfsicls_linkdin">
|
174 |
-
|
175 |
</span>
|
176 |
<div class="sfsiplus_right_info">
|
177 |
<p>
|
178 |
-
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
<?php _e( 'No.1 network for business purposes. Use this icon if you’re a LinkedInner.', 'ultimate-social-media-plus' ); ?>
|
183 |
</p>
|
184 |
</div>
|
185 |
</li>
|
@@ -191,13 +173,11 @@
|
|
191 |
<input name="sfsi_plus_pinterest_display" <?php echo ($option1['sfsi_plus_pinterest_display']=='yes') ? 'checked="true"' : '' ;?> id="sfsi_plus_pinterest_display" type="checkbox" value="yes" class="styled" />
|
192 |
</div>
|
193 |
<span class="sfsicls_pinterest">
|
194 |
-
|
195 |
</span>
|
196 |
<div class="sfsiplus_right_info">
|
197 |
<p>
|
198 |
-
|
199 |
-
|
200 |
-
<?php _e( 'Show this icon if you have a Pinterest account (and you should set up one if you have publish new pictures regularly – that can increase your traffic significantly).', 'ultimate-social-media-plus' ); ?>
|
201 |
</p>
|
202 |
</div>
|
203 |
</li>
|
@@ -207,15 +187,11 @@
|
|
207 |
<li>
|
208 |
<div class="radio_section tb_4_ck"><input name="sfsi_plus_instagram_display" <?php echo ($option1['sfsi_plus_instagram_display']=='yes') ? 'checked="true"' : '' ;?> id="sfsi_plus_instagram_display" type="checkbox" value="yes" class="styled" /></div>
|
209 |
<span class="sfsicls_instagram">
|
210 |
-
|
211 |
</span>
|
212 |
<div class="sfsiplus_right_info">
|
213 |
<p>
|
214 |
-
<span>
|
215 |
-
<?php _e( 'It depends:', 'ultimate-social-media-plus' ); ?>
|
216 |
-
</span>
|
217 |
-
|
218 |
-
<?php _e( 'Show this icon if you have a Instagram account.', 'ultimate-social-media-plus' ); ?>
|
219 |
</p>
|
220 |
</div>
|
221 |
</li>
|
@@ -227,32 +203,28 @@
|
|
227 |
<input name="sfsi_plus_share_display" <?php echo ($option1['sfsi_plus_share_display']=='yes') ? 'checked="true"' : '' ;?> id=="sfsi_plus_share_display" type="checkbox" value="yes" class="styled" />
|
228 |
</div>
|
229 |
<span class="sfsicls_share">
|
230 |
-
|
231 |
</span>
|
232 |
<div class="sfsiplus_right_info">
|
233 |
<p>
|
234 |
-
<span>
|
235 |
-
<?php _e( 'It depends:', 'ultimate-social-media-plus' ); ?>
|
236 |
-
</span>
|
237 |
-
|
238 |
-
<?php _e( 'Third-party service AddThis allows your visitors to share via many other social networks, however it may also slow down your site a bit.', 'ultimate-social-media-plus' ); ?>
|
239 |
|
240 |
<label class="expanded-area" >
|
241 |
-
<?php _e( 'Everybody uses email – that’s why it’s
|
242 |
|
243 |
<a href="http://www.entrepreneur.com/article/230949" target="_new">
|
244 |
-
<?php _e( 'much more effective than social media
|
245 |
</a>
|
246 |
|
247 |
-
<?php _e( 'to make people follow you. Not offering an email subscription option means losing out on future traffic to your site.',
|
248 |
</label>
|
249 |
-
See an
|
250 |
<a href="javascript:;" class="pop-up" data-id="athis-s1" >
|
251 |
-
<?php _e( '
|
252 |
</a>
|
253 |
-
and checkout their
|
254 |
<a href="https://wordpress.org/support/view/plugin-reviews/addthis" target="_blank">
|
255 |
-
<?php _e( '
|
256 |
</a>
|
257 |
|
258 |
</p>
|
@@ -266,21 +238,17 @@
|
|
266 |
<input name="sfsi_plus_houzz_display" <?php echo (isset($option1['sfsi_plus_houzz_display']) && $option1['sfsi_plus_houzz_display']=='yes') ? 'checked="true"' : '' ;?> id="sfsi_plus_houzz_display" type="checkbox" value="yes" class="styled" />
|
267 |
</div>
|
268 |
<span class="sfsicls_houzz">
|
269 |
-
|
270 |
</span>
|
271 |
<div class="sfsiplus_right_info">
|
272 |
<p>
|
273 |
-
<span>
|
274 |
-
|
275 |
-
</span>
|
276 |
-
|
277 |
-
<?php _e( 'Show this icon if you have a Houzz account.', 'ultimate-social-media-plus' ); ?>
|
278 |
-
|
279 |
<a href="http://www.houzz.com/" target="_blank">
|
280 |
-
|
281 |
</a>
|
282 |
|
283 |
-
<?php _e( 'is the No.1 site & community in the world of architecture and interior design.',
|
284 |
</p>
|
285 |
</div>
|
286 |
</li>
|
@@ -314,16 +282,14 @@
|
|
314 |
<img class="plus_sfcm" src="<?php echo (!empty($icons[$i]))? $icons[$i] : SFSI_PLUS_PLUGURL.'images/custom.png';?>" id="plus_CImg_<?php echo $i;?>"/>
|
315 |
</span>
|
316 |
<span class="custom sfsiplus_custom-txt">
|
317 |
-
<?php _e( 'Custom',
|
318 |
<?php echo $count;?>
|
319 |
</span>
|
320 |
<div class="sfsiplus_right_info">
|
321 |
<p>
|
322 |
-
|
323 |
-
|
324 |
-
|
325 |
-
|
326 |
-
<?php _e( 'Upload a custom icon if you have other accounts/websites you want to link to.', 'ultimate-social-media-plus' ); ?>
|
327 |
</p>
|
328 |
</div>
|
329 |
</li>
|
@@ -341,16 +307,15 @@
|
|
341 |
</span>
|
342 |
|
343 |
<span class="custom sfsiplus_custom-txt">
|
344 |
-
<?php _e( 'Custom',
|
345 |
<?php echo $count; ?>
|
346 |
</span>
|
347 |
|
348 |
<div class="sfsiplus_right_info">
|
349 |
<p>
|
350 |
-
|
351 |
-
|
352 |
-
|
353 |
-
<?php _e( 'Upload a custom icon if you have other accounts/websites you want to link to.', 'ultimate-social-media-plus' ); ?>
|
354 |
</p>
|
355 |
</div>
|
356 |
</li>
|
@@ -366,13 +331,13 @@
|
|
366 |
<img src="<?php echo SFSI_PLUS_PLUGURL ?>images/ajax-loader.gif" class="loader-img" />
|
367 |
<?php $nonce = wp_create_nonce("update_plus_step1"); ?>
|
368 |
<a href="javascript:;" id="sfsi_plus_save1" title="Save" data-nonce="<?php echo $nonce;?>">
|
369 |
-
<?php _e( 'Save',
|
370 |
</a>
|
371 |
</div>
|
372 |
<!-- END SAVE BUTTON SECTION -->
|
373 |
|
374 |
<a class="sfsiColbtn closeSec" href="javascript:;" >
|
375 |
-
<?php _e( 'Collapse area',
|
376 |
</a>
|
377 |
|
378 |
<!-- ERROR AND SUCCESS MESSAGE AREA-->
|
5 |
<!-- Section 1 "Which icons do you want to show on your site? " main div Start -->
|
6 |
<div class="tab1" >
|
7 |
<p class="top_txt">
|
8 |
+
<?php
|
9 |
+
_e( 'In general, <span>the more icons you offer the better</span> because people have different preferences, and more options means that there’s something for everybody, increasing the chances that you get followed and/or shared.', SFSI_PLUS_DOMAIN);
|
10 |
+
?>
|
|
|
|
|
|
|
|
|
|
|
11 |
</p>
|
12 |
<ul class="plus_icn_listing">
|
13 |
<!-- RSS ICON -->
|
16 |
<input name="sfsi_plus_rss_display" <?php echo ($option1['sfsi_plus_rss_display']=='yes') ? 'checked="true"' : '' ;?> id="sfsi_plus_rss_display" type="checkbox" value="yes" class="styled" />
|
17 |
</div>
|
18 |
<span class="sfsicls_rs_s">
|
19 |
+
RSS
|
20 |
</span>
|
21 |
<div class="sfsiplus_right_info">
|
22 |
<p>
|
23 |
<span>
|
24 |
+
"<?php _e( 'Mandatory', SFSI_PLUS_DOMAIN); ?>":
|
25 |
</span>
|
26 |
|
27 |
+
<?php _e( 'RSS is still popular, esp. among the tech-savvy crowd.', SFSI_PLUS_DOMAIN); ?>
|
28 |
|
29 |
<label class="expanded-area" >
|
30 |
+
<?php _e( 'RSS stands for Really Simply Syndication and is an easy way for people to read your content. You can learn more about it', SFSI_PLUS_DOMAIN); ?>
|
31 |
+
<a href="http://en.wikipedia.org/wiki/RSS" target="_new" title="Syndication">
|
32 |
+
<?php _e( 'here', SFSI_PLUS_DOMAIN); ?>
|
|
|
33 |
</a>.
|
34 |
</label>
|
35 |
</p>
|
36 |
+
<a href="javascript:;" class="expand-area" ><?php _e( 'Read more', SFSI_PLUS_DOMAIN); ?></a>
|
37 |
</div>
|
38 |
</li>
|
39 |
<!-- END RSS ICON -->
|
44 |
<input name="sfsi_plus_email_display" <?php echo ($option1['sfsi_plus_email_display']=='yes') ? 'checked="true"' : '' ;?> id="sfsi_plus_email_display" type="checkbox" value="yes" class="styled" />
|
45 |
</div>
|
46 |
<span class="sfsicls_email">
|
47 |
+
Email
|
48 |
</span>
|
49 |
<div class="sfsiplus_right_info">
|
50 |
<p>
|
51 |
<span>
|
52 |
+
"<?php _e( 'Mandatory', SFSI_PLUS_DOMAIN); ?>":
|
53 |
</span>
|
54 |
|
55 |
+
<?php _e( 'Email is the most effective tool to build up a followership.', SFSI_PLUS_DOMAIN); ?>
|
56 |
|
57 |
<span style="float: right;margin-right: 13px; margin-top: -3px;">
|
58 |
+
<?php if(get_option('sfsi_plus_footer_sec')=="yes") { $nonce = wp_create_nonce("remove_plusfooter"); ?> <a style="font-size:13px;margin-left:30px;color:#777777;" href="javascript:;" class="sfsiplus_removeFooter" data-nonce="<?php echo $nonce;?>"><?php _e( 'Remove credit link', SFSI_PLUS_DOMAIN); ?></a>
|
59 |
<?php } ?>
|
60 |
</span>
|
61 |
<label class="expanded-area" >
|
62 |
+
<?php _e( 'Everybody uses email – that’s why it’s', SFSI_PLUS_DOMAIN); ?>
|
63 |
<a href="http://www.entrepreneur.com/article/230949" target="_new">
|
64 |
+
<?php _e( 'much more effective than social media', SFSI_PLUS_DOMAIN); ?>
|
65 |
</a>
|
66 |
+
<?php _e( 'to make people follow you. Not offering an email subscription option means losing out on future traffic to your site.', SFSI_PLUS_DOMAIN); ?>
|
67 |
</label>
|
68 |
</p>
|
69 |
+
<a href="javascript:;" class="expand-area"><?php _e( 'Read more', SFSI_PLUS_DOMAIN); ?></a>
|
70 |
</div>
|
71 |
</li>
|
72 |
<!-- EMAIL ICON -->
|
77 |
<input name="sfsi_plus_facebook_display" <?php echo ($option1['sfsi_plus_facebook_display']=='yes') ? 'checked="true"' : '' ;?> id="sfsi_plus_facebook_display" type="checkbox" value="yes" class="styled" />
|
78 |
</div>
|
79 |
<span class="sfsicls_facebook">
|
80 |
+
Facebook
|
81 |
</span>
|
82 |
<div class="sfsiplus_right_info">
|
83 |
<p>
|
84 |
+
<?php _e( '<span>Strongly recommended:</span> Facebook is crucial, esp. for sharing.', SFSI_PLUS_DOMAIN); ?>
|
|
|
|
|
|
|
|
|
85 |
|
86 |
<label class="expanded-area" >
|
87 |
+
<?php _e( 'Facebook is the giant in the social media world, and even if you don’t have a Facebook account yourself you should display this icon, so that Facebook users can share your site on Facebook.', SFSI_PLUS_DOMAIN); ?>
|
88 |
</label>
|
89 |
</p>
|
90 |
+
<a href="javascript:;" class="expand-area"><?php _e( 'Read more', SFSI_PLUS_DOMAIN); ?></a>
|
91 |
</div>
|
92 |
</li>
|
93 |
<!-- END FACEBOOK ICON -->
|
97 |
<div class="radio_section tb_4_ck">
|
98 |
<input name="sfsi_plus_twitter_display" <?php echo ($option1['sfsi_plus_twitter_display']=='yes') ? 'checked="true"' : '' ;?> id="sfsi_plus_twitter_display" type="checkbox" value="yes" class="styled" />
|
99 |
</div>
|
100 |
+
<span class="sfsicls_twt">
|
101 |
+
Twitter
|
102 |
+
</span>
|
103 |
<div class="sfsiplus_right_info">
|
104 |
<p>
|
105 |
+
<?php _e( '<span>Strongly recommended:</span> Can have a strong promotional effect.', SFSI_PLUS_DOMAIN); ?>
|
106 |
+
|
107 |
+
<label class="expanded-area" >
|
108 |
+
<?php _e( 'If you have a Twitter-account then adding this icon is a no-brainer. However, similar as with facebook, even if you don’t have one you should still show this icon so that Twitter-users can share your site.', SFSI_PLUS_DOMAIN); ?>
|
|
|
|
|
109 |
</label>
|
110 |
</p>
|
111 |
+
|
112 |
+
<a href="javascript:;" class="expand-area" ><?php _e( 'Read more', SFSI_PLUS_DOMAIN); ?></a>
|
113 |
</div>
|
114 |
</li>
|
115 |
<!-- END TWITTER ICON -->
|
120 |
<input name="sfsi_plus_google_display" <?php echo ($option1['sfsi_plus_google_display']=='yes') ? 'checked="true"' : '' ;?> id="sfsi_plus_google_display" type="checkbox" value="yes" class="styled" />
|
121 |
</div>
|
122 |
<span class="sfsicls_ggle_pls">
|
123 |
+
Google+
|
124 |
</span>
|
125 |
<div class="sfsiplus_right_info">
|
126 |
<p>
|
127 |
+
<?php _e( '<span>Strongly recommended:</span> Increasingly important and beneficial for SEO.', SFSI_PLUS_DOMAIN); ?>
|
128 |
+
<label class="expanded-area" ></label>
|
|
|
|
|
|
|
|
|
|
|
129 |
</p>
|
130 |
</div>
|
131 |
</li>
|
137 |
<input name="sfsi_plus_youtube_display" <?php echo ($option1['sfsi_plus_youtube_display']=='yes') ? 'checked="true"' : '' ;?> id="sfsi_plus_youtube_display" type="checkbox" value="yes" class="styled" />
|
138 |
</div>
|
139 |
<span class="sfsicls_utube">
|
140 |
+
Youtube
|
141 |
</span>
|
142 |
<div class="sfsiplus_right_info">
|
143 |
<p>
|
144 |
+
<?php
|
145 |
+
_e( '<span>It depends:</span> Show this icon if you have a youtube account (and you should set up one if you have video content – that can increase your traffic significantly).', SFSI_PLUS_DOMAIN);
|
146 |
+
?>
|
|
|
|
|
147 |
</p>
|
148 |
</div>
|
149 |
</li>
|
155 |
<input name="sfsi_plus_linkedin_display" <?php echo ($option1['sfsi_plus_linkedin_display']=='yes') ? 'checked="true"' : '' ;?> id="sfsi_plus_linkedin_display" type="checkbox" value="yes" class="styled" />
|
156 |
</div>
|
157 |
<span class="sfsicls_linkdin">
|
158 |
+
LinkedIn
|
159 |
</span>
|
160 |
<div class="sfsiplus_right_info">
|
161 |
<p>
|
162 |
+
<?php
|
163 |
+
_e( '<span>It depends:</span> No.1 network for business purposes. Use this icon if you’re a LinkedInner.', SFSI_PLUS_DOMAIN);
|
164 |
+
?>
|
|
|
|
|
165 |
</p>
|
166 |
</div>
|
167 |
</li>
|
173 |
<input name="sfsi_plus_pinterest_display" <?php echo ($option1['sfsi_plus_pinterest_display']=='yes') ? 'checked="true"' : '' ;?> id="sfsi_plus_pinterest_display" type="checkbox" value="yes" class="styled" />
|
174 |
</div>
|
175 |
<span class="sfsicls_pinterest">
|
176 |
+
Pinterest
|
177 |
</span>
|
178 |
<div class="sfsiplus_right_info">
|
179 |
<p>
|
180 |
+
<?php _e( '<span>It depends:</span> Show this icon if you have a Pinterest account (and you should set up one if you have publish new pictures regularly – that can increase your traffic significantly).', SFSI_PLUS_DOMAIN); ?>
|
|
|
|
|
181 |
</p>
|
182 |
</div>
|
183 |
</li>
|
187 |
<li>
|
188 |
<div class="radio_section tb_4_ck"><input name="sfsi_plus_instagram_display" <?php echo ($option1['sfsi_plus_instagram_display']=='yes') ? 'checked="true"' : '' ;?> id="sfsi_plus_instagram_display" type="checkbox" value="yes" class="styled" /></div>
|
189 |
<span class="sfsicls_instagram">
|
190 |
+
Instagram
|
191 |
</span>
|
192 |
<div class="sfsiplus_right_info">
|
193 |
<p>
|
194 |
+
<?php _e( '<span>It depends:</span> Show this icon if you have a Instagram account.', SFSI_PLUS_DOMAIN); ?>
|
|
|
|
|
|
|
|
|
195 |
</p>
|
196 |
</div>
|
197 |
</li>
|
203 |
<input name="sfsi_plus_share_display" <?php echo ($option1['sfsi_plus_share_display']=='yes') ? 'checked="true"' : '' ;?> id=="sfsi_plus_share_display" type="checkbox" value="yes" class="styled" />
|
204 |
</div>
|
205 |
<span class="sfsicls_share">
|
206 |
+
Share
|
207 |
</span>
|
208 |
<div class="sfsiplus_right_info">
|
209 |
<p>
|
210 |
+
<?php _e( '<span>It depends:</span> Third-party service AddThis allows your visitors to share via many other social networks, however it may also slow down your site a bit.', SFSI_PLUS_DOMAIN); ?>
|
|
|
|
|
|
|
|
|
211 |
|
212 |
<label class="expanded-area" >
|
213 |
+
<?php _e( 'Everybody uses email – that’s why it’s', SFSI_PLUS_DOMAIN); ?>
|
214 |
|
215 |
<a href="http://www.entrepreneur.com/article/230949" target="_new">
|
216 |
+
<?php _e( 'much more effective than social media', SFSI_PLUS_DOMAIN); ?>
|
217 |
</a>
|
218 |
|
219 |
+
<?php _e( 'to make people follow you. Not offering an email subscription option means losing out on future traffic to your site.', SFSI_PLUS_DOMAIN); ?>
|
220 |
</label>
|
221 |
+
<?php _e( 'See an', SFSI_PLUS_DOMAIN); ?>
|
222 |
<a href="javascript:;" class="pop-up" data-id="athis-s1" >
|
223 |
+
<?php _e( 'Example', SFSI_PLUS_DOMAIN); ?>
|
224 |
</a>
|
225 |
+
<?php _e( 'and checkout their', SFSI_PLUS_DOMAIN); ?>
|
226 |
<a href="https://wordpress.org/support/view/plugin-reviews/addthis" target="_blank">
|
227 |
+
<?php _e( 'reviews', SFSI_PLUS_DOMAIN); ?>
|
228 |
</a>
|
229 |
|
230 |
</p>
|
238 |
<input name="sfsi_plus_houzz_display" <?php echo (isset($option1['sfsi_plus_houzz_display']) && $option1['sfsi_plus_houzz_display']=='yes') ? 'checked="true"' : '' ;?> id="sfsi_plus_houzz_display" type="checkbox" value="yes" class="styled" />
|
239 |
</div>
|
240 |
<span class="sfsicls_houzz">
|
241 |
+
Houzz
|
242 |
</span>
|
243 |
<div class="sfsiplus_right_info">
|
244 |
<p>
|
245 |
+
<?php _e( '<span>It depends:</span> Show this icon if you have a Houzz account.', SFSI_PLUS_DOMAIN); ?>
|
246 |
+
|
|
|
|
|
|
|
|
|
247 |
<a href="http://www.houzz.com/" target="_blank">
|
248 |
+
Houzz
|
249 |
</a>
|
250 |
|
251 |
+
<?php _e( 'is the No.1 site & community in the world of architecture and interior design.', SFSI_PLUS_DOMAIN); ?>
|
252 |
</p>
|
253 |
</div>
|
254 |
</li>
|
282 |
<img class="plus_sfcm" src="<?php echo (!empty($icons[$i]))? $icons[$i] : SFSI_PLUS_PLUGURL.'images/custom.png';?>" id="plus_CImg_<?php echo $i;?>"/>
|
283 |
</span>
|
284 |
<span class="custom sfsiplus_custom-txt">
|
285 |
+
<?php _e( 'Custom', SFSI_PLUS_DOMAIN); ?>
|
286 |
<?php echo $count;?>
|
287 |
</span>
|
288 |
<div class="sfsiplus_right_info">
|
289 |
<p>
|
290 |
+
<?php
|
291 |
+
_e('<span>It depends:</span> Upload a custom icon if you have other accounts/websites you want to link to.', SFSI_PLUS_DOMAIN);
|
292 |
+
?>
|
|
|
|
|
293 |
</p>
|
294 |
</div>
|
295 |
</li>
|
307 |
</span>
|
308 |
|
309 |
<span class="custom sfsiplus_custom-txt">
|
310 |
+
<?php _e( 'Custom', SFSI_PLUS_DOMAIN); ?>
|
311 |
<?php echo $count; ?>
|
312 |
</span>
|
313 |
|
314 |
<div class="sfsiplus_right_info">
|
315 |
<p>
|
316 |
+
<?php
|
317 |
+
_e('<span>It depends:</span> Upload a custom icon if you have other accounts/websites you want to link to.', SFSI_PLUS_DOMAIN);
|
318 |
+
?>
|
|
|
319 |
</p>
|
320 |
</div>
|
321 |
</li>
|
331 |
<img src="<?php echo SFSI_PLUS_PLUGURL ?>images/ajax-loader.gif" class="loader-img" />
|
332 |
<?php $nonce = wp_create_nonce("update_plus_step1"); ?>
|
333 |
<a href="javascript:;" id="sfsi_plus_save1" title="Save" data-nonce="<?php echo $nonce;?>">
|
334 |
+
<?php _e( 'Save', SFSI_PLUS_DOMAIN); ?>
|
335 |
</a>
|
336 |
</div>
|
337 |
<!-- END SAVE BUTTON SECTION -->
|
338 |
|
339 |
<a class="sfsiColbtn closeSec" href="javascript:;" >
|
340 |
+
<?php _e( 'Collapse area', SFSI_PLUS_DOMAIN); ?>
|
341 |
</a>
|
342 |
|
343 |
<!-- ERROR AND SUCCESS MESSAGE AREA-->
|
views/sfsi_option_view2.php
CHANGED
@@ -9,22 +9,20 @@
|
|
9 |
<!-- RSS ICON -->
|
10 |
<div class="row bdr_top sfsiplus_rss_section">
|
11 |
<h2 class="sfsicls_rs_s">
|
12 |
-
|
13 |
</h2>
|
14 |
<div class="inr_cont">
|
15 |
<p>
|
16 |
-
<?php _e( 'When clicked on, users can subscribe via RSS',
|
17 |
</p>
|
18 |
<div class="rss_url_row">
|
19 |
<h4>
|
20 |
-
|
21 |
</h4>
|
22 |
<input name="sfsi_plus_rss_url" id="sfsi_plus_rss_url" class="add" type="url" value="<?php echo ($option2['sfsi_plus_rss_url']!='') ? $option2['sfsi_plus_rss_url'] : '' ;?>" placeholder="E.g http://www.yoursite.com/feed" />
|
23 |
<span class="sfrsTxt" >
|
24 |
-
<?php _e( 'For most blogs it’s',
|
25 |
-
<strong>
|
26 |
-
<?php _e( 'http://blogname.com/feed', 'ultimate-social-media-plus' ); ?>
|
27 |
-
</strong>
|
28 |
</span>
|
29 |
</div>
|
30 |
</div>
|
@@ -38,33 +36,29 @@
|
|
38 |
?>
|
39 |
<div class="row sfsiplus_email_section">
|
40 |
<h2 class="sfsicls_email">
|
41 |
-
|
42 |
</h2>
|
43 |
<div class="inr_cont">
|
44 |
<p>
|
45 |
-
<?php
|
46 |
-
|
47 |
-
|
|
|
|
|
|
|
48 |
</a>
|
49 |
|
50 |
-
<?php
|
51 |
-
|
52 |
<a target="_new" href="<?php echo $connectToFeed; ?>">
|
53 |
-
<?php _e(
|
54 |
</a>
|
55 |
-
|
56 |
-
<?php
|
57 |
-
_e(
|
58 |
-
'for that) and it also make sense if you already offer an email newsletter',
|
59 |
-
'ultimate-social-media-plus'
|
60 |
-
);
|
61 |
-
?>
|
62 |
<a href="http://specificfeeds.com/rss" target="_new">
|
63 |
-
<?php
|
64 |
</a>.
|
65 |
</p>
|
66 |
|
67 |
-
<p><?php
|
68 |
|
69 |
<ul class="tab_2_email_sec">
|
70 |
<li>
|
@@ -72,7 +66,7 @@
|
|
72 |
<input name="sfsi_plus_rss_icons" <?php echo ($option2['sfsi_plus_rss_icons']=='email') ? 'checked="true"' : '' ;?> type="radio" value="email" class="styled" /><span class="email_icn"></span>
|
73 |
</div>
|
74 |
<label>
|
75 |
-
<?php _e( 'Email-icon',
|
76 |
</label>
|
77 |
</li>
|
78 |
<li>
|
@@ -80,9 +74,9 @@
|
|
80 |
<input name="sfsi_plus_rss_icons" <?php echo ($option2['sfsi_plus_rss_icons']=='subscribe') ? 'checked="true"' : '' ;?> type="radio" value="subscribe" class="styled" /><span class="subscribe_icn"></span>
|
81 |
</div>
|
82 |
<label>
|
83 |
-
<?php _e( 'Follow icon',
|
84 |
<span class="sfplsdesc">
|
85 |
-
<?php _e( '
|
86 |
</span>
|
87 |
</label>
|
88 |
</li>
|
@@ -91,9 +85,9 @@
|
|
91 |
<input name="sfsi_plus_rss_icons" <?php echo ($option2['sfsi_plus_rss_icons']=='sfsi') ? 'checked="true"' : '' ;?> type="radio" value="sfsi" class="styled" /><span class="sf_arow"></span>
|
92 |
</div>
|
93 |
<label>
|
94 |
-
<?php
|
95 |
<span class="sfplsdesc">
|
96 |
-
<?php
|
97 |
</span>
|
98 |
</label>
|
99 |
</li>
|
@@ -105,24 +99,24 @@
|
|
105 |
<!-- FACEBOOK ICON -->
|
106 |
<div class="row sfsiplus_facebook_section">
|
107 |
<h2 class="sfsicls_facebook">
|
108 |
-
|
109 |
</h2>
|
110 |
<div class="inr_cont">
|
111 |
<p>
|
112 |
-
<?php
|
113 |
-
|
114 |
<a class="rit_link pop-up" href="javascript:;" data-id="fbex-s2">
|
115 |
-
<?php _e( '
|
116 |
-
</a
|
117 |
</p>
|
118 |
<p>
|
119 |
-
<?php _e( 'The facebook icon should allow users to...',
|
120 |
</p>
|
121 |
|
122 |
-
<p class="radio_section fb_url"
|
|
|
123 |
|
124 |
<label>
|
125 |
-
<?php _e( 'Visit my Facebook page at:',
|
126 |
</label>
|
127 |
|
128 |
<input class="add" name="sfsi_plus_facebookPage_url" type="url" value="<?php echo ($option2['sfsi_plus_facebookPage_url']!='') ? $option2['sfsi_plus_facebookPage_url'] : 'http://' ;?>" placeholder="E.g https://www.facebook.com/your_page_name" /></p>
|
@@ -130,7 +124,7 @@
|
|
130 |
<p class="radio_section fb_url extra_sp">
|
131 |
<input name="sfsi_plus_facebookLike_option" <?php echo ($option2['sfsi_plus_facebookLike_option']=='yes') ? 'checked="true"' : '' ;?> type="checkbox" value="yes" class="styled" />
|
132 |
<label>
|
133 |
-
<?php _e( 'Like my blog on Facebook (+1)',
|
134 |
</label>
|
135 |
</p>
|
136 |
|
@@ -138,7 +132,7 @@
|
|
138 |
<input name="sfsi_plus_facebookShare_option" <?php echo ($option2['sfsi_plus_facebookShare_option']=='yes') ? 'checked="true"' : '' ;?> type="checkbox" value="yes" class="styled" />
|
139 |
|
140 |
<label>
|
141 |
-
<?php _e( 'Share my blog with friends (on Facebook)',
|
142 |
</label>
|
143 |
</p>
|
144 |
</div>
|
@@ -148,23 +142,24 @@
|
|
148 |
<!-- TWITTER ICON -->
|
149 |
<div class="row sfsiplus_twitter_section">
|
150 |
<h2 class="sfsicls_twt">
|
151 |
-
|
152 |
</h2>
|
153 |
<div class="inr_cont twt_tab_2">
|
154 |
<p>
|
155 |
<?php
|
156 |
-
|
|
|
157 |
<a class="rit_link pop-up" href="javascript:;" data-id="twex-s2">
|
158 |
-
<?php _e( '
|
159 |
-
</a
|
160 |
</p>
|
161 |
<p>
|
162 |
-
<?php _e( 'The Twitter icon should allow users to...',
|
163 |
</p>
|
164 |
<p class="radio_section fb_url">
|
165 |
<input name="sfsi_plus_twitter_page" <?php echo ($option2['sfsi_plus_twitter_page']=='yes') ? 'checked="true"' : '' ;?> type="checkbox" value="yes" class="styled" />
|
166 |
<label>
|
167 |
-
<?php _e( 'Visit me on Twitter:',
|
168 |
</label>
|
169 |
<input name="sfsi_plus_twitter_pageURL" type="url" placeholder="http://" value="<?php echo ($option2['sfsi_plus_twitter_pageURL']!='') ? $option2['sfsi_plus_twitter_pageURL'] : '' ;?>" class="add" />
|
170 |
</p>
|
@@ -173,7 +168,7 @@
|
|
173 |
<input name="sfsi_plus_twitter_followme" <?php echo ($option2['sfsi_plus_twitter_followme']=='yes') ? 'checked="true"' : '' ;?> type="checkbox" value="yes" class="styled" />
|
174 |
|
175 |
<label>
|
176 |
-
<?php _e( 'Follow me on Twitter:',
|
177 |
</label>
|
178 |
|
179 |
<input name="sfsi_plus_twitter_followUserName" type="text" value="<?php echo ($option2['sfsi_plus_twitter_followUserName']!='') ? $option2['sfsi_plus_twitter_followUserName'] : '' ;?>" placeholder="my_twitter_name" class="add" />
|
@@ -181,7 +176,7 @@
|
|
181 |
<div class="radio_section fb_url twt_fld_2">
|
182 |
<input name="sfsi_plus_twitter_aboutPage" <?php echo ($option2['sfsi_plus_twitter_aboutPage']=='yes') ? 'checked="true"' : '' ;?> type="checkbox" value="yes" class="styled" />
|
183 |
<label>
|
184 |
-
<?php _e( 'Tweet about my page:',
|
185 |
</label>
|
186 |
<textarea name="sfsi_plus_twitter_aboutPageText" id="sfsi_plus_twitter_aboutPageText" type="text" class="add_txt" placeholder="Hey, check out this cool site I found: www.yourname.com #Topic via@my_twitter_name" /><?php echo ($option2['sfsi_plus_twitter_aboutPageText']!='') ? $option2['sfsi_plus_twitter_aboutPageText'] : 'Hey check out this cool site I found' ;?></textarea>
|
187 |
</div>
|
@@ -194,19 +189,19 @@
|
|
194 |
<h2 class="sfsicls_ggle_pls">Google+</h2>
|
195 |
<div class="inr_cont google_in">
|
196 |
<p>
|
197 |
-
<?php _e( 'The Google+ icon can perform several actions. Pick below which ones it should perform. If you select several options, then users can select what they want to do',
|
198 |
-
|
199 |
<a class="rit_link pop-up" href="javascript:;" data-id="googlex-s2">
|
200 |
-
<?php _e( '
|
201 |
-
</a
|
|
|
202 |
<p>
|
203 |
-
<?php _e( 'The Google+ icon should allow users to...',
|
204 |
</p>
|
205 |
<p class="radio_section fb_url">
|
206 |
<input name="sfsi_plus_google_page" <?php echo ($option2['sfsi_plus_google_page']=='yes') ? 'checked="true"' : '' ;?> type="checkbox" value="yes" class="styled" />
|
207 |
|
208 |
<label>
|
209 |
-
<?php _e( 'Visit my Google+ page at:',
|
210 |
</label>
|
211 |
|
212 |
<input name="sfsi_plus_google_pageURL" type="url" placeholder="http://" value="<?php echo ($option2['sfsi_plus_google_pageURL']!='') ? $option2['sfsi_plus_google_pageURL'] : '' ;?>" class="add" />
|
@@ -215,14 +210,14 @@
|
|
215 |
<p class="radio_section fb_url">
|
216 |
<input name="sfsi_plus_googleLike_option" <?php echo ($option2['sfsi_plus_googleLike_option']=='yes') ? 'checked="true"' : '' ;?> type="checkbox" value="yes" class="styled" />
|
217 |
<label>
|
218 |
-
<?php _e( 'Like my blog on Google+ (+1)',
|
219 |
</label>
|
220 |
</p>
|
221 |
<p class="radio_section fb_url">
|
222 |
<input name="sfsi_plus_googleShare_option" <?php echo ($option2['sfsi_plus_googleShare_option']=='yes') ? 'checked="true"' : '' ;?> type="checkbox" value="yes" class="styled" />
|
223 |
|
224 |
<label>
|
225 |
-
<?php _e( 'Share my blog with friends (on Google+)',
|
226 |
</label>
|
227 |
</p>
|
228 |
</div>
|
@@ -232,29 +227,29 @@
|
|
232 |
<!-- YOUTUBE ICON -->
|
233 |
<div class="row sfsiplus_youtube_section">
|
234 |
<h2 class="sfsicls_utube">
|
235 |
-
|
236 |
</h2>
|
237 |
<div class="inr_cont utube_inn">
|
238 |
<p>
|
239 |
-
<?php _e( 'The Youtube icon can perform several actions. Pick below which ones it should perform. If you select several options, then users can select what they want to do
|
240 |
<a class="rit_link pop-up" href="javascript:;" data-id="ytex-s2">
|
241 |
-
<?php _e( '
|
242 |
-
</a
|
243 |
</p>
|
244 |
<p>
|
245 |
-
<?php _e( 'The youtube icon should allow users to...',
|
246 |
</p>
|
247 |
<p class="radio_section fb_url"><input name="sfsi_plus_youtube_page" <?php echo ($option2['sfsi_plus_youtube_page']=='yes') ? 'checked="true"' : '' ;?> type="checkbox" value="yes" class="styled" />
|
248 |
<label>
|
249 |
-
<?php _e( 'Visit my Youtube page at:',
|
250 |
</label>
|
251 |
<input name="sfsi_plus_youtube_pageUrl" type="url" placeholder="http://" value="<?php echo ($option2['sfsi_plus_youtube_pageUrl']!='') ? $option2['sfsi_plus_youtube_pageUrl'] : '' ;?>" class="add" />
|
252 |
</p>
|
253 |
<p class="radio_section fb_url"><input name="sfsi_plus_youtube_follow" <?php echo ($option2['sfsi_plus_youtube_follow']=='yes') ? 'checked="true"' : '' ;?> type="checkbox" value="yes" class="styled" />
|
254 |
<label>
|
255 |
-
<?php _e( 'Subscribe to me on Youtube
|
256 |
<span>
|
257 |
-
<?php _e( '(allows people to subscribe to you directly, without leaving your blog)',
|
258 |
</span>
|
259 |
</label>
|
260 |
</p>
|
@@ -274,37 +269,33 @@
|
|
274 |
<ul class="enough_waffling">
|
275 |
<li onclick="showhideutube(this);"><input name="sfsi_plus_youtubeusernameorid" <?php echo ($sfsi_plus_youtubeusernameorid=='name') ? 'checked="true"' : '' ;?> type="radio" value="name" class="styled" />
|
276 |
<label>
|
277 |
-
<?php _e( 'User Name',
|
278 |
</label>
|
279 |
</li>
|
280 |
<li onclick="showhideutube(this);"><input name="sfsi_plus_youtubeusernameorid" <?php echo ($sfsi_plus_youtubeusernameorid=='id') ? 'checked="true"' : '' ;?> type="radio" value="id" class="styled" />
|
281 |
<label>
|
282 |
-
<?php _e( 'Channel Id',
|
283 |
</label></li>
|
284 |
</ul>
|
285 |
<div class="cstmutbtxtwpr">
|
286 |
<div class="cstmutbchnlnmewpr" <?php if($sfsi_plus_youtubeusernameorid != 'id'){echo 'style="display: block;"';}?>>
|
287 |
<p class="extra_pp">
|
288 |
-
<label><?php _e( 'UserName:',
|
289 |
<input name="sfsi_plus_ytube_user" type="url" value="<?php echo (isset($option4['sfsi_plus_ytube_user']) && $option2['sfsi_plus_ytube_user']!='') ? $option2['sfsi_plus_ytube_user'] : '' ;?>" placeholder="Youtube username" class="add" />
|
290 |
</p>
|
291 |
<div class="utbe_instruction">
|
292 |
-
<?php _e( 'To find your Username go to "My channel" in Youtube menu bar on the left & Select the "About" tab and take your user name from URL there (e.g. https://www.youtube.com/user
|
293 |
-
<b>
|
294 |
-
<?php _e( 'Myusername', 'ultimate-social-media-plus' ); ?>
|
295 |
-
</b>
|
296 |
-
<?php _e( '/about).', 'ultimate-social-media-plus' ); ?>
|
297 |
</div>
|
298 |
</div>
|
299 |
<div class="cstmutbchnlidwpr" <?php if($sfsi_plus_youtubeusernameorid == 'id'){echo 'style="display: block"';}?>>
|
300 |
<p class="extra_pp">
|
301 |
<label>
|
302 |
-
<?php _e( 'ChannelId:',
|
303 |
</label>
|
304 |
<input name="sfsi_plus_ytube_chnlid" type="url" value="<?php echo (isset($option2['sfsi_plus_ytube_chnlid']) && $option2['sfsi_plus_ytube_chnlid']!='') ? $option2['sfsi_plus_ytube_chnlid'] : '' ;?>" placeholder="youtube_channel_id" class="add" />
|
305 |
</p>
|
306 |
<div class="utbe_instruction">
|
307 |
-
<?php _e( 'To find your Channel name go to "My Channel" in Youtube menu bar on the left and take your channel name from there.',
|
308 |
</div>
|
309 |
</div>
|
310 |
</div>
|
@@ -319,19 +310,18 @@
|
|
319 |
<h2 class="sfsicls_pinterest">Pinterest</h2>
|
320 |
<div class="inr_cont">
|
321 |
<p>
|
322 |
-
<?php _e( 'The Pinterest icon can perform several actions. Pick below which ones it should perform. If you select several options, then users can select what they want to do
|
323 |
-
|
324 |
-
|
325 |
-
|
326 |
-
</a>.
|
327 |
</p>
|
328 |
<p>
|
329 |
-
<?php _e( 'The Pinterest icon should allow users to...
|
330 |
</p>
|
331 |
<p class="radio_section fb_url">
|
332 |
<input name="sfsi_plus_pinterest_page" <?php echo ($option2['sfsi_plus_pinterest_page']=='yes') ? 'checked="true"' : '' ;?> type="checkbox" value="yes" class="styled" />
|
333 |
<label>
|
334 |
-
<?php _e( 'Visit my Pinterest page at:',
|
335 |
</label>
|
336 |
<input name="sfsi_plus_pinterest_pageUrl" type="url" placeholder="http://" value="<?php echo ($option2['sfsi_plus_pinterest_pageUrl']!='') ? $option2['sfsi_plus_pinterest_pageUrl'] : '' ;?>" class="add" />
|
337 |
</p>
|
@@ -339,7 +329,7 @@
|
|
339 |
<p class="radio_section fb_url">
|
340 |
<input name="sfsi_plus_pinterest_pingBlog" <?php echo ($option2['sfsi_plus_pinterest_pingBlog']=='yes') ? 'checked="true"' : '' ;?> type="checkbox" value="yes" class="styled" />
|
341 |
<label>
|
342 |
-
<?php _e( 'Pin my blog on Pinterest (+1)',
|
343 |
</label>
|
344 |
</p>
|
345 |
</div>
|
@@ -350,15 +340,15 @@
|
|
350 |
<!-- INSTAGRAM ICON -->
|
351 |
<div class="row sfsiplus_instagram_section">
|
352 |
<h2 class="sfsicls_instagram">
|
353 |
-
|
354 |
</h2>
|
355 |
<div class="inr_cont">
|
356 |
<p>
|
357 |
-
<?php _e( 'When clicked on, users will get directed to your Instagram page
|
358 |
</p>
|
359 |
<p class="radio_section fb_url cus_link instagram_space" >
|
360 |
<label>
|
361 |
-
|
362 |
</label>
|
363 |
<input name="sfsi_plus_instagram_pageUrl" type="text" value="<?php echo (isset($option2['sfsi_plus_instagram_pageUrl']) && $option2['sfsi_plus_instagram_pageUrl']!='') ? $option2['sfsi_plus_instagram_pageUrl'] : '' ;?>" placeholder="http://" class="add" />
|
364 |
</p>
|
@@ -369,29 +359,25 @@
|
|
369 |
<!-- LINKEDIN ICON -->
|
370 |
<div class="row sfsiplus_linkedin_section">
|
371 |
<h2 class="sfsicls_linkdin">
|
372 |
-
|
373 |
</h2>
|
374 |
<div class="inr_cont linked_tab_2 link_in">
|
375 |
<p>
|
376 |
-
<?php _e( 'The LinkedIn icon can perform several actions. Pick below which ones it should perform. If you select several options, then users can select what they want to do',
|
377 |
<a class="rit_link pop-up" href="javascript:;" data-id="linkex-s2">
|
378 |
-
<?php _e( '
|
379 |
-
</a
|
380 |
</p>
|
381 |
<p>
|
382 |
-
<?php _e( 'You find your ID in the link of your profile page, e.g. https://www.linkedin.com/profile/view?id=',
|
383 |
-
|
384 |
-
<?php _e( '8539887', 'ultimate-social-media-plus' ); ?>
|
385 |
-
</b>
|
386 |
-
&trk=nav_responsive_tab_profile_pic
|
387 |
-
</p>
|
388 |
<p>
|
389 |
-
<?php _e( 'The LinkedIn icon should allow users to...
|
390 |
</p>
|
391 |
<div class="radio_section fb_url link_1">
|
392 |
<input name="sfsi_plus_linkedin_page" <?php echo ($option2['sfsi_plus_linkedin_page']=='yes') ? 'checked="true"' : '' ;?> type="checkbox" value="yes" class="styled" />
|
393 |
<label>
|
394 |
-
<?php _e( 'Visit my Linkedin page at:',
|
395 |
</label>
|
396 |
<input name="sfsi_plus_linkedin_pageURL" type="text" placeholder="http://" value="<?php echo ($option2['sfsi_plus_linkedin_pageURL']!='') ? $option2['sfsi_plus_linkedin_pageURL'] : '' ;?>" class="add" />
|
397 |
</div>
|
@@ -400,7 +386,7 @@
|
|
400 |
<input name="sfsi_plus_linkedin_follow" <?php echo ($option2['sfsi_plus_linkedin_follow']=='yes') ? 'checked="true"' : '' ;?> type="checkbox" value="yes" class="styled" />
|
401 |
|
402 |
<label>
|
403 |
-
<?php _e( '
|
404 |
</label>
|
405 |
|
406 |
<input name="sfsi_plus_linkedin_followCompany" type="text" value="<?php echo ($option2['sfsi_plus_linkedin_followCompany']!='') ? $option2['sfsi_plus_linkedin_followCompany'] : '' ;?>" class="add" placeholder="Enter company ID, e.g. 123456" />
|
@@ -409,28 +395,23 @@
|
|
409 |
<div class="radio_section fb_url link_3">
|
410 |
<input name="sfsi_plus_linkedin_SharePage" <?php echo ($option2['sfsi_plus_linkedin_SharePage']=='yes') ? 'checked="true"' : '' ;?> type="checkbox" value="yes" class="styled" />
|
411 |
<label>
|
412 |
-
<?php _e( 'Share my page on LinkedIn',
|
413 |
</label>
|
414 |
</div>
|
415 |
|
416 |
<div class="radio_section fb_url link_4">
|
417 |
<input name="sfsi_plus_linkedin_recommendBusines" <?php echo ($option2['sfsi_plus_linkedin_recommendBusines']=='yes') ? 'checked="true"' : '' ;?> type="checkbox" value="yes" class="styled" />
|
418 |
<label class="anthr_labl">
|
419 |
-
<?php _e( 'Recommend my business or product on Linkedin',
|
420 |
</label>
|
421 |
<input name="sfsi_plus_linkedin_recommendProductId" type="text" value="<?php echo ($option2['sfsi_plus_linkedin_recommendProductId']!='') ? $option2['sfsi_plus_linkedin_recommendProductId'] : '' ;?>" class="add link_dbl" placeholder="Enter Product ID, e.g. 1441" /> <input name="sfsi_plus_linkedin_recommendCompany" type="text" value="<?php echo ($option2['sfsi_plus_linkedin_recommendCompany']!='') ? $option2['sfsi_plus_linkedin_recommendCompany'] : '' ;?>" class="add" placeholder="Enter company name, e.g. Google”" />
|
422 |
</div>
|
423 |
<div class="lnkdin_instruction">
|
424 |
-
<?php _e( 'To find your Product or Company ID, you can use their ID lookup tool at
|
425 |
<a target="_blank" href="https://developer.linkedin.com/apply-getting-started#company-lookup">
|
426 |
-
|
427 |
-
_e(
|
428 |
-
'https://developer.linkedin.com/apply-getting-started#company-lookup',
|
429 |
-
'ultimate-social-media-plus'
|
430 |
-
);
|
431 |
-
?>
|
432 |
</a>
|
433 |
-
<?php _e( '
|
434 |
</div>
|
435 |
</div>
|
436 |
</div>
|
@@ -439,13 +420,13 @@
|
|
439 |
<!-- share button -->
|
440 |
<div class="row sfsiplus_share_section">
|
441 |
<h2 class="sfsicls_share">
|
442 |
-
|
443 |
</h2>
|
444 |
<div class="inr_cont">
|
445 |
<p>
|
446 |
-
<?php _e( 'Nothing needs to be done here – your visitors to share your site via «all the other» social media sites.
|
447 |
<a class="rit_link pop-up" href="javascript:;" data-id="share-s2">
|
448 |
-
<?php _e( '
|
449 |
</a>
|
450 |
</p>
|
451 |
</div>
|
@@ -455,15 +436,15 @@
|
|
455 |
<!-- HOUZZ ICON -->
|
456 |
<div class="row sfsiplus_houzz_section">
|
457 |
<h2 class="sfsicls_houzz">
|
458 |
-
|
459 |
</h2>
|
460 |
<div class="inr_cont">
|
461 |
<p>
|
462 |
-
<?php _e( 'Please provide the url to your Houzz profile (e.g. http://
|
463 |
</p>
|
464 |
<p class="radio_section fb_url cus_link instagram_space" >
|
465 |
<label>
|
466 |
-
|
467 |
</label>
|
468 |
<input name="sfsi_plus_houzz_pageUrl" type="text" value="<?php echo (isset($option2['sfsi_plus_houzz_pageUrl']) && $option2['sfsi_plus_houzz_pageUrl']!='') ? $option2['sfsi_plus_houzz_pageUrl'] : '' ;?>" placeholder="http://" class="add" />
|
469 |
</p>
|
@@ -484,17 +465,17 @@
|
|
484 |
<img src="<?php echo (!empty($icons[$i])) ? $icons[$i] : SFSI_PLUS_PLUGURL.'images/custom.png';?>" id="CImg_<?php echo $new_element; ?>" style="border-radius:48%" />
|
485 |
</span>
|
486 |
<span class="sfsiCtxt">
|
487 |
-
<?php _e( 'Custom',
|
488 |
<?php echo $count; ?>
|
489 |
</span>
|
490 |
</h2>
|
491 |
<div class="inr_cont ">
|
492 |
<p>
|
493 |
-
<?php _e( 'Where do you want this icon to link to?',
|
494 |
</p>
|
495 |
<p class="radio_section fb_url sfsiplus_custom_section cus_link " >
|
496 |
<label>
|
497 |
-
<?php _e( 'Link
|
498 |
</label>
|
499 |
<input name="sfsi_plus_CustomIcon_links[]" type="text" value="<?php echo (isset($costom_links[$i]) && $costom_links[$i]!='') ? $costom_links[$i] : '' ;?>" placeholder="http://" class="add" file-id="<?php echo $i; ?>" />
|
500 |
</p>
|
@@ -510,12 +491,12 @@
|
|
510 |
<?php $nonce = wp_create_nonce("update_plus_step2"); ?>
|
511 |
|
512 |
<a href="javascript:;" id="sfsi_plus_save2" title="Save" data-nonce="<?php echo $nonce;?>">
|
513 |
-
<?php _e( 'Save',
|
514 |
</a>
|
515 |
</div>
|
516 |
<!-- END SAVE BUTTON SECTION -->
|
517 |
<a class="sfsiColbtn closeSec" href="javascript:;">
|
518 |
-
<?php _e( 'Collapse area',
|
519 |
</a>
|
520 |
|
521 |
<label class="closeSec"></label>
|
9 |
<!-- RSS ICON -->
|
10 |
<div class="row bdr_top sfsiplus_rss_section">
|
11 |
<h2 class="sfsicls_rs_s">
|
12 |
+
RSS
|
13 |
</h2>
|
14 |
<div class="inr_cont">
|
15 |
<p>
|
16 |
+
<?php _e( 'When clicked on, users can subscribe via RSS', SFSI_PLUS_DOMAIN); ?>
|
17 |
</p>
|
18 |
<div class="rss_url_row">
|
19 |
<h4>
|
20 |
+
RSS URL
|
21 |
</h4>
|
22 |
<input name="sfsi_plus_rss_url" id="sfsi_plus_rss_url" class="add" type="url" value="<?php echo ($option2['sfsi_plus_rss_url']!='') ? $option2['sfsi_plus_rss_url'] : '' ;?>" placeholder="E.g http://www.yoursite.com/feed" />
|
23 |
<span class="sfrsTxt" >
|
24 |
+
<?php _e( 'For most blogs it’s', SFSI_PLUS_DOMAIN); ?>
|
25 |
+
<strong> http://blogname.com/feed </strong>
|
|
|
|
|
26 |
</span>
|
27 |
</div>
|
28 |
</div>
|
36 |
?>
|
37 |
<div class="row sfsiplus_email_section">
|
38 |
<h2 class="sfsicls_email">
|
39 |
+
Email
|
40 |
</h2>
|
41 |
<div class="inr_cont">
|
42 |
<p>
|
43 |
+
<?php
|
44 |
+
_e( 'Allows people to subscribe to your site on', SFSI_PLUS_DOMAIN );
|
45 |
+
$url = "http://www.specificfeeds.com/widgets/emailSubscribeEncFeed/".$feedId."/".base64_encode(8);
|
46 |
+
?>
|
47 |
+
<a href="<?php echo $url; ?>" target="_new">
|
48 |
+
<?php _e( 'this screen', SFSI_PLUS_DOMAIN ); ?>
|
49 |
</a>
|
50 |
|
51 |
+
<?php _e('and receive new posts automatically. The service is 100% FREE, you get full access to the emails & interesting statistics (please', SFSI_PLUS_DOMAIN ); ?>
|
|
|
52 |
<a target="_new" href="<?php echo $connectToFeed; ?>">
|
53 |
+
<?php _e('claim your feed', SFSI_PLUS_DOMAIN ); ?>
|
54 |
</a>
|
55 |
+
<?php _e('for that) and it also make sense if you already offer an email newsletter',SFSI_PLUS_DOMAIN);?>
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
<a href="http://specificfeeds.com/rss" target="_new">
|
57 |
+
<?php _e('(learn more)', SFSI_PLUS_DOMAIN ); ?>
|
58 |
</a>.
|
59 |
</p>
|
60 |
|
61 |
+
<p><?php _e( 'Please pick which icon type you want to use:', SFSI_PLUS_DOMAIN); ?></p>
|
62 |
|
63 |
<ul class="tab_2_email_sec">
|
64 |
<li>
|
66 |
<input name="sfsi_plus_rss_icons" <?php echo ($option2['sfsi_plus_rss_icons']=='email') ? 'checked="true"' : '' ;?> type="radio" value="email" class="styled" /><span class="email_icn"></span>
|
67 |
</div>
|
68 |
<label>
|
69 |
+
<?php _e( 'Email-icon', SFSI_PLUS_DOMAIN); ?>
|
70 |
</label>
|
71 |
</li>
|
72 |
<li>
|
74 |
<input name="sfsi_plus_rss_icons" <?php echo ($option2['sfsi_plus_rss_icons']=='subscribe') ? 'checked="true"' : '' ;?> type="radio" value="subscribe" class="styled" /><span class="subscribe_icn"></span>
|
75 |
</div>
|
76 |
<label>
|
77 |
+
<?php _e( 'Follow icon', SFSI_PLUS_DOMAIN); ?>
|
78 |
<span class="sfplsdesc">
|
79 |
+
(<?php _e( 'increases sign-ups', SFSI_PLUS_DOMAIN); ?>)
|
80 |
</span>
|
81 |
</label>
|
82 |
</li>
|
85 |
<input name="sfsi_plus_rss_icons" <?php echo ($option2['sfsi_plus_rss_icons']=='sfsi') ? 'checked="true"' : '' ;?> type="radio" value="sfsi" class="styled" /><span class="sf_arow"></span>
|
86 |
</div>
|
87 |
<label>
|
88 |
+
<?php _e( 'SpecificFeeds icon', SFSI_PLUS_DOMAIN); ?>
|
89 |
<span class="sfplsdesc">
|
90 |
+
(<?php _e( 'provider of the service', SFSI_PLUS_DOMAIN); ?>)
|
91 |
</span>
|
92 |
</label>
|
93 |
</li>
|
99 |
<!-- FACEBOOK ICON -->
|
100 |
<div class="row sfsiplus_facebook_section">
|
101 |
<h2 class="sfsicls_facebook">
|
102 |
+
Facebook
|
103 |
</h2>
|
104 |
<div class="inr_cont">
|
105 |
<p>
|
106 |
+
<?php _e( 'The facebook icon can perform several actions. Pick below which ones it should perform. If you select several options, then users can select what they want to do', SFSI_PLUS_DOMAIN); ?>
|
|
|
107 |
<a class="rit_link pop-up" href="javascript:;" data-id="fbex-s2">
|
108 |
+
(<?php _e( 'see an example', SFSI_PLUS_DOMAIN); ?>).
|
109 |
+
</a>
|
110 |
</p>
|
111 |
<p>
|
112 |
+
<?php _e( 'The facebook icon should allow users to...', SFSI_PLUS_DOMAIN); ?>
|
113 |
</p>
|
114 |
|
115 |
+
<p class="radio_section fb_url">
|
116 |
+
<input name="sfsi_plus_facebookPage_option" <?php echo ($option2['sfsi_plus_facebookPage_option']=='yes') ? 'checked="true"' : '' ;?> type="checkbox" value="yes" class="styled" />
|
117 |
|
118 |
<label>
|
119 |
+
<?php _e( 'Visit my Facebook page at:', SFSI_PLUS_DOMAIN); ?>
|
120 |
</label>
|
121 |
|
122 |
<input class="add" name="sfsi_plus_facebookPage_url" type="url" value="<?php echo ($option2['sfsi_plus_facebookPage_url']!='') ? $option2['sfsi_plus_facebookPage_url'] : 'http://' ;?>" placeholder="E.g https://www.facebook.com/your_page_name" /></p>
|
124 |
<p class="radio_section fb_url extra_sp">
|
125 |
<input name="sfsi_plus_facebookLike_option" <?php echo ($option2['sfsi_plus_facebookLike_option']=='yes') ? 'checked="true"' : '' ;?> type="checkbox" value="yes" class="styled" />
|
126 |
<label>
|
127 |
+
<?php _e( 'Like my blog on Facebook (+1)', SFSI_PLUS_DOMAIN); ?>
|
128 |
</label>
|
129 |
</p>
|
130 |
|
132 |
<input name="sfsi_plus_facebookShare_option" <?php echo ($option2['sfsi_plus_facebookShare_option']=='yes') ? 'checked="true"' : '' ;?> type="checkbox" value="yes" class="styled" />
|
133 |
|
134 |
<label>
|
135 |
+
<?php _e( 'Share my blog with friends (on Facebook)', SFSI_PLUS_DOMAIN); ?>
|
136 |
</label>
|
137 |
</p>
|
138 |
</div>
|
142 |
<!-- TWITTER ICON -->
|
143 |
<div class="row sfsiplus_twitter_section">
|
144 |
<h2 class="sfsicls_twt">
|
145 |
+
Twitter
|
146 |
</h2>
|
147 |
<div class="inr_cont twt_tab_2">
|
148 |
<p>
|
149 |
<?php
|
150 |
+
_e( 'The Twitter icon can perform several actions. Pick below which ones it should perform. If you select several options, then users can select what they want to do', SFSI_PLUS_DOMAIN);
|
151 |
+
?>
|
152 |
<a class="rit_link pop-up" href="javascript:;" data-id="twex-s2">
|
153 |
+
(<?php _e( 'see an example', SFSI_PLUS_DOMAIN); ?>).
|
154 |
+
</a>
|
155 |
</p>
|
156 |
<p>
|
157 |
+
<?php _e( 'The Twitter icon should allow users to...', SFSI_PLUS_DOMAIN); ?>
|
158 |
</p>
|
159 |
<p class="radio_section fb_url">
|
160 |
<input name="sfsi_plus_twitter_page" <?php echo ($option2['sfsi_plus_twitter_page']=='yes') ? 'checked="true"' : '' ;?> type="checkbox" value="yes" class="styled" />
|
161 |
<label>
|
162 |
+
<?php _e( 'Visit me on Twitter:', SFSI_PLUS_DOMAIN); ?>
|
163 |
</label>
|
164 |
<input name="sfsi_plus_twitter_pageURL" type="url" placeholder="http://" value="<?php echo ($option2['sfsi_plus_twitter_pageURL']!='') ? $option2['sfsi_plus_twitter_pageURL'] : '' ;?>" class="add" />
|
165 |
</p>
|
168 |
<input name="sfsi_plus_twitter_followme" <?php echo ($option2['sfsi_plus_twitter_followme']=='yes') ? 'checked="true"' : '' ;?> type="checkbox" value="yes" class="styled" />
|
169 |
|
170 |
<label>
|
171 |
+
<?php _e( 'Follow me on Twitter:', SFSI_PLUS_DOMAIN); ?>
|
172 |
</label>
|
173 |
|
174 |
<input name="sfsi_plus_twitter_followUserName" type="text" value="<?php echo ($option2['sfsi_plus_twitter_followUserName']!='') ? $option2['sfsi_plus_twitter_followUserName'] : '' ;?>" placeholder="my_twitter_name" class="add" />
|
176 |
<div class="radio_section fb_url twt_fld_2">
|
177 |
<input name="sfsi_plus_twitter_aboutPage" <?php echo ($option2['sfsi_plus_twitter_aboutPage']=='yes') ? 'checked="true"' : '' ;?> type="checkbox" value="yes" class="styled" />
|
178 |
<label>
|
179 |
+
<?php _e( 'Tweet about my page:', SFSI_PLUS_DOMAIN ); ?>
|
180 |
</label>
|
181 |
<textarea name="sfsi_plus_twitter_aboutPageText" id="sfsi_plus_twitter_aboutPageText" type="text" class="add_txt" placeholder="Hey, check out this cool site I found: www.yourname.com #Topic via@my_twitter_name" /><?php echo ($option2['sfsi_plus_twitter_aboutPageText']!='') ? $option2['sfsi_plus_twitter_aboutPageText'] : 'Hey check out this cool site I found' ;?></textarea>
|
182 |
</div>
|
189 |
<h2 class="sfsicls_ggle_pls">Google+</h2>
|
190 |
<div class="inr_cont google_in">
|
191 |
<p>
|
192 |
+
<?php _e( 'The Google+ icon can perform several actions. Pick below which ones it should perform. If you select several options, then users can select what they want to do', SFSI_PLUS_DOMAIN ); ?>
|
|
|
193 |
<a class="rit_link pop-up" href="javascript:;" data-id="googlex-s2">
|
194 |
+
(<?php _e( 'see an example', SFSI_PLUS_DOMAIN ); ?>).
|
195 |
+
</a>
|
196 |
+
</p>
|
197 |
<p>
|
198 |
+
<?php _e( 'The Google+ icon should allow users to...', SFSI_PLUS_DOMAIN ); ?>
|
199 |
</p>
|
200 |
<p class="radio_section fb_url">
|
201 |
<input name="sfsi_plus_google_page" <?php echo ($option2['sfsi_plus_google_page']=='yes') ? 'checked="true"' : '' ;?> type="checkbox" value="yes" class="styled" />
|
202 |
|
203 |
<label>
|
204 |
+
<?php _e( 'Visit my Google+ page at:', SFSI_PLUS_DOMAIN ); ?>
|
205 |
</label>
|
206 |
|
207 |
<input name="sfsi_plus_google_pageURL" type="url" placeholder="http://" value="<?php echo ($option2['sfsi_plus_google_pageURL']!='') ? $option2['sfsi_plus_google_pageURL'] : '' ;?>" class="add" />
|
210 |
<p class="radio_section fb_url">
|
211 |
<input name="sfsi_plus_googleLike_option" <?php echo ($option2['sfsi_plus_googleLike_option']=='yes') ? 'checked="true"' : '' ;?> type="checkbox" value="yes" class="styled" />
|
212 |
<label>
|
213 |
+
<?php _e( 'Like my blog on Google+ (+1)', SFSI_PLUS_DOMAIN ); ?>
|
214 |
</label>
|
215 |
</p>
|
216 |
<p class="radio_section fb_url">
|
217 |
<input name="sfsi_plus_googleShare_option" <?php echo ($option2['sfsi_plus_googleShare_option']=='yes') ? 'checked="true"' : '' ;?> type="checkbox" value="yes" class="styled" />
|
218 |
|
219 |
<label>
|
220 |
+
<?php _e( 'Share my blog with friends (on Google+)', SFSI_PLUS_DOMAIN ); ?>
|
221 |
</label>
|
222 |
</p>
|
223 |
</div>
|
227 |
<!-- YOUTUBE ICON -->
|
228 |
<div class="row sfsiplus_youtube_section">
|
229 |
<h2 class="sfsicls_utube">
|
230 |
+
Youtube
|
231 |
</h2>
|
232 |
<div class="inr_cont utube_inn">
|
233 |
<p>
|
234 |
+
<?php _e( 'The Youtube icon can perform several actions. Pick below which ones it should perform. If you select several options, then users can select what they want to do', SFSI_PLUS_DOMAIN ); ?>
|
235 |
<a class="rit_link pop-up" href="javascript:;" data-id="ytex-s2">
|
236 |
+
(<?php _e( 'see an example', SFSI_PLUS_DOMAIN ); ?>).
|
237 |
+
</a>
|
238 |
</p>
|
239 |
<p>
|
240 |
+
<?php _e( 'The youtube icon should allow users to...', SFSI_PLUS_DOMAIN ); ?>
|
241 |
</p>
|
242 |
<p class="radio_section fb_url"><input name="sfsi_plus_youtube_page" <?php echo ($option2['sfsi_plus_youtube_page']=='yes') ? 'checked="true"' : '' ;?> type="checkbox" value="yes" class="styled" />
|
243 |
<label>
|
244 |
+
<?php _e( 'Visit my Youtube page at:', SFSI_PLUS_DOMAIN ); ?>
|
245 |
</label>
|
246 |
<input name="sfsi_plus_youtube_pageUrl" type="url" placeholder="http://" value="<?php echo ($option2['sfsi_plus_youtube_pageUrl']!='') ? $option2['sfsi_plus_youtube_pageUrl'] : '' ;?>" class="add" />
|
247 |
</p>
|
248 |
<p class="radio_section fb_url"><input name="sfsi_plus_youtube_follow" <?php echo ($option2['sfsi_plus_youtube_follow']=='yes') ? 'checked="true"' : '' ;?> type="checkbox" value="yes" class="styled" />
|
249 |
<label>
|
250 |
+
<?php _e( 'Subscribe to me on Youtube', SFSI_PLUS_DOMAIN ); ?>
|
251 |
<span>
|
252 |
+
<?php _e( '(allows people to subscribe to you directly, without leaving your blog)', SFSI_PLUS_DOMAIN ); ?>
|
253 |
</span>
|
254 |
</label>
|
255 |
</p>
|
269 |
<ul class="enough_waffling">
|
270 |
<li onclick="showhideutube(this);"><input name="sfsi_plus_youtubeusernameorid" <?php echo ($sfsi_plus_youtubeusernameorid=='name') ? 'checked="true"' : '' ;?> type="radio" value="name" class="styled" />
|
271 |
<label>
|
272 |
+
<?php _e( 'User Name', SFSI_PLUS_DOMAIN ); ?>
|
273 |
</label>
|
274 |
</li>
|
275 |
<li onclick="showhideutube(this);"><input name="sfsi_plus_youtubeusernameorid" <?php echo ($sfsi_plus_youtubeusernameorid=='id') ? 'checked="true"' : '' ;?> type="radio" value="id" class="styled" />
|
276 |
<label>
|
277 |
+
<?php _e( 'Channel Id', SFSI_PLUS_DOMAIN ); ?>
|
278 |
</label></li>
|
279 |
</ul>
|
280 |
<div class="cstmutbtxtwpr">
|
281 |
<div class="cstmutbchnlnmewpr" <?php if($sfsi_plus_youtubeusernameorid != 'id'){echo 'style="display: block;"';}?>>
|
282 |
<p class="extra_pp">
|
283 |
+
<label><?php _e( 'UserName:', SFSI_PLUS_DOMAIN ); ?></label>
|
284 |
<input name="sfsi_plus_ytube_user" type="url" value="<?php echo (isset($option4['sfsi_plus_ytube_user']) && $option2['sfsi_plus_ytube_user']!='') ? $option2['sfsi_plus_ytube_user'] : '' ;?>" placeholder="Youtube username" class="add" />
|
285 |
</p>
|
286 |
<div class="utbe_instruction">
|
287 |
+
<?php _e( 'To find your Username go to "My channel" in Youtube menu bar on the left & Select the "About" tab and take your user name from URL there (e.g. https://www.youtube.com/user/<b>Myusername</b>/about).', SFSI_PLUS_DOMAIN ); ?>
|
|
|
|
|
|
|
|
|
288 |
</div>
|
289 |
</div>
|
290 |
<div class="cstmutbchnlidwpr" <?php if($sfsi_plus_youtubeusernameorid == 'id'){echo 'style="display: block"';}?>>
|
291 |
<p class="extra_pp">
|
292 |
<label>
|
293 |
+
<?php _e( 'ChannelId:', SFSI_PLUS_DOMAIN ); ?>
|
294 |
</label>
|
295 |
<input name="sfsi_plus_ytube_chnlid" type="url" value="<?php echo (isset($option2['sfsi_plus_ytube_chnlid']) && $option2['sfsi_plus_ytube_chnlid']!='') ? $option2['sfsi_plus_ytube_chnlid'] : '' ;?>" placeholder="youtube_channel_id" class="add" />
|
296 |
</p>
|
297 |
<div class="utbe_instruction">
|
298 |
+
<?php _e( 'To find your Channel name go to "My Channel" in Youtube menu bar on the left and take your channel name from there.', SFSI_PLUS_DOMAIN ); ?>
|
299 |
</div>
|
300 |
</div>
|
301 |
</div>
|
310 |
<h2 class="sfsicls_pinterest">Pinterest</h2>
|
311 |
<div class="inr_cont">
|
312 |
<p>
|
313 |
+
<?php _e( 'The Pinterest icon can perform several actions. Pick below which ones it should perform. If you select several options, then users can select what they want to do', SFSI_PLUS_DOMAIN ); ?>
|
314 |
+
<a class="rit_link pop-up" href="javascript:;" data-id="pinex-s2">
|
315 |
+
(<?php _e( 'see an example', SFSI_PLUS_DOMAIN ); ?>).
|
316 |
+
</a>
|
|
|
317 |
</p>
|
318 |
<p>
|
319 |
+
<?php _e( 'The Pinterest icon should allow users to...', SFSI_PLUS_DOMAIN ); ?>
|
320 |
</p>
|
321 |
<p class="radio_section fb_url">
|
322 |
<input name="sfsi_plus_pinterest_page" <?php echo ($option2['sfsi_plus_pinterest_page']=='yes') ? 'checked="true"' : '' ;?> type="checkbox" value="yes" class="styled" />
|
323 |
<label>
|
324 |
+
<?php _e( 'Visit my Pinterest page at:', SFSI_PLUS_DOMAIN ); ?>
|
325 |
</label>
|
326 |
<input name="sfsi_plus_pinterest_pageUrl" type="url" placeholder="http://" value="<?php echo ($option2['sfsi_plus_pinterest_pageUrl']!='') ? $option2['sfsi_plus_pinterest_pageUrl'] : '' ;?>" class="add" />
|
327 |
</p>
|
329 |
<p class="radio_section fb_url">
|
330 |
<input name="sfsi_plus_pinterest_pingBlog" <?php echo ($option2['sfsi_plus_pinterest_pingBlog']=='yes') ? 'checked="true"' : '' ;?> type="checkbox" value="yes" class="styled" />
|
331 |
<label>
|
332 |
+
<?php _e( 'Pin my blog on Pinterest (+1)', SFSI_PLUS_DOMAIN); ?>
|
333 |
</label>
|
334 |
</p>
|
335 |
</div>
|
340 |
<!-- INSTAGRAM ICON -->
|
341 |
<div class="row sfsiplus_instagram_section">
|
342 |
<h2 class="sfsicls_instagram">
|
343 |
+
Instagram
|
344 |
</h2>
|
345 |
<div class="inr_cont">
|
346 |
<p>
|
347 |
+
<?php _e( 'When clicked on, users will get directed to your Instagram page', SFSI_PLUS_DOMAIN ); ?>.
|
348 |
</p>
|
349 |
<p class="radio_section fb_url cus_link instagram_space" >
|
350 |
<label>
|
351 |
+
URL
|
352 |
</label>
|
353 |
<input name="sfsi_plus_instagram_pageUrl" type="text" value="<?php echo (isset($option2['sfsi_plus_instagram_pageUrl']) && $option2['sfsi_plus_instagram_pageUrl']!='') ? $option2['sfsi_plus_instagram_pageUrl'] : '' ;?>" placeholder="http://" class="add" />
|
354 |
</p>
|
359 |
<!-- LINKEDIN ICON -->
|
360 |
<div class="row sfsiplus_linkedin_section">
|
361 |
<h2 class="sfsicls_linkdin">
|
362 |
+
LinkedIn
|
363 |
</h2>
|
364 |
<div class="inr_cont linked_tab_2 link_in">
|
365 |
<p>
|
366 |
+
<?php _e( 'The LinkedIn icon can perform several actions. Pick below which ones it should perform. If you select several options, then users can select what they want to do', SFSI_PLUS_DOMAIN ); ?>
|
367 |
<a class="rit_link pop-up" href="javascript:;" data-id="linkex-s2">
|
368 |
+
(<?php _e( 'see an example', SFSI_PLUS_DOMAIN); ?>).
|
369 |
+
</a>
|
370 |
</p>
|
371 |
<p>
|
372 |
+
<?php _e( 'You find your ID in the link of your profile page, e.g. https://www.linkedin.com/profile/view?id=<b>8539887</b>&trk=nav_responsive_tab_profile_pic', SFSI_PLUS_DOMAIN ); ?>
|
373 |
+
</p>
|
|
|
|
|
|
|
|
|
374 |
<p>
|
375 |
+
<?php _e( 'The LinkedIn icon should allow users to...', SFSI_PLUS_DOMAIN ); ?>
|
376 |
</p>
|
377 |
<div class="radio_section fb_url link_1">
|
378 |
<input name="sfsi_plus_linkedin_page" <?php echo ($option2['sfsi_plus_linkedin_page']=='yes') ? 'checked="true"' : '' ;?> type="checkbox" value="yes" class="styled" />
|
379 |
<label>
|
380 |
+
<?php _e( 'Visit my Linkedin page at:', SFSI_PLUS_DOMAIN ); ?>
|
381 |
</label>
|
382 |
<input name="sfsi_plus_linkedin_pageURL" type="text" placeholder="http://" value="<?php echo ($option2['sfsi_plus_linkedin_pageURL']!='') ? $option2['sfsi_plus_linkedin_pageURL'] : '' ;?>" class="add" />
|
383 |
</div>
|
386 |
<input name="sfsi_plus_linkedin_follow" <?php echo ($option2['sfsi_plus_linkedin_follow']=='yes') ? 'checked="true"' : '' ;?> type="checkbox" value="yes" class="styled" />
|
387 |
|
388 |
<label>
|
389 |
+
<?php _e( 'Follow me on Linkedin:', SFSI_PLUS_DOMAIN ); ?>
|
390 |
</label>
|
391 |
|
392 |
<input name="sfsi_plus_linkedin_followCompany" type="text" value="<?php echo ($option2['sfsi_plus_linkedin_followCompany']!='') ? $option2['sfsi_plus_linkedin_followCompany'] : '' ;?>" class="add" placeholder="Enter company ID, e.g. 123456" />
|
395 |
<div class="radio_section fb_url link_3">
|
396 |
<input name="sfsi_plus_linkedin_SharePage" <?php echo ($option2['sfsi_plus_linkedin_SharePage']=='yes') ? 'checked="true"' : '' ;?> type="checkbox" value="yes" class="styled" />
|
397 |
<label>
|
398 |
+
<?php _e( 'Share my page on LinkedIn', SFSI_PLUS_DOMAIN ); ?>
|
399 |
</label>
|
400 |
</div>
|
401 |
|
402 |
<div class="radio_section fb_url link_4">
|
403 |
<input name="sfsi_plus_linkedin_recommendBusines" <?php echo ($option2['sfsi_plus_linkedin_recommendBusines']=='yes') ? 'checked="true"' : '' ;?> type="checkbox" value="yes" class="styled" />
|
404 |
<label class="anthr_labl">
|
405 |
+
<?php _e( 'Recommend my business or product on Linkedin', SFSI_PLUS_DOMAIN ); ?>
|
406 |
</label>
|
407 |
<input name="sfsi_plus_linkedin_recommendProductId" type="text" value="<?php echo ($option2['sfsi_plus_linkedin_recommendProductId']!='') ? $option2['sfsi_plus_linkedin_recommendProductId'] : '' ;?>" class="add link_dbl" placeholder="Enter Product ID, e.g. 1441" /> <input name="sfsi_plus_linkedin_recommendCompany" type="text" value="<?php echo ($option2['sfsi_plus_linkedin_recommendCompany']!='') ? $option2['sfsi_plus_linkedin_recommendCompany'] : '' ;?>" class="add" placeholder="Enter company name, e.g. Google”" />
|
408 |
</div>
|
409 |
<div class="lnkdin_instruction">
|
410 |
+
<?php _e( 'To find your Product or Company ID, you can use their ID lookup tool at', SFSI_PLUS_DOMAIN ); ?>
|
411 |
<a target="_blank" href="https://developer.linkedin.com/apply-getting-started#company-lookup">
|
412 |
+
https://developer.linkedin.com/apply-getting-started#company-lookup
|
|
|
|
|
|
|
|
|
|
|
413 |
</a>
|
414 |
+
. <?php _e( 'You need to be logged in to Linkedin to be able to use it.', SFSI_PLUS_DOMAIN ); ?>
|
415 |
</div>
|
416 |
</div>
|
417 |
</div>
|
420 |
<!-- share button -->
|
421 |
<div class="row sfsiplus_share_section">
|
422 |
<h2 class="sfsicls_share">
|
423 |
+
Share
|
424 |
</h2>
|
425 |
<div class="inr_cont">
|
426 |
<p>
|
427 |
+
<?php _e( 'Nothing needs to be done here – your visitors to share your site via «all the other» social media sites.', SFSI_PLUS_DOMAIN ); ?>
|
428 |
<a class="rit_link pop-up" href="javascript:;" data-id="share-s2">
|
429 |
+
(<?php _e( 'see an example', SFSI_PLUS_DOMAIN ); ?>).
|
430 |
</a>
|
431 |
</p>
|
432 |
</div>
|
436 |
<!-- HOUZZ ICON -->
|
437 |
<div class="row sfsiplus_houzz_section">
|
438 |
<h2 class="sfsicls_houzz">
|
439 |
+
Houzz
|
440 |
</h2>
|
441 |
<div class="inr_cont">
|
442 |
<p>
|
443 |
+
<?php _e( 'Please provide the url to your Houzz profile (e.g. http://www.houzz.com/user/your_username).', SFSI_PLUS_DOMAIN ); ?>
|
444 |
</p>
|
445 |
<p class="radio_section fb_url cus_link instagram_space" >
|
446 |
<label>
|
447 |
+
URL
|
448 |
</label>
|
449 |
<input name="sfsi_plus_houzz_pageUrl" type="text" value="<?php echo (isset($option2['sfsi_plus_houzz_pageUrl']) && $option2['sfsi_plus_houzz_pageUrl']!='') ? $option2['sfsi_plus_houzz_pageUrl'] : '' ;?>" placeholder="http://" class="add" />
|
450 |
</p>
|
465 |
<img src="<?php echo (!empty($icons[$i])) ? $icons[$i] : SFSI_PLUS_PLUGURL.'images/custom.png';?>" id="CImg_<?php echo $new_element; ?>" style="border-radius:48%" />
|
466 |
</span>
|
467 |
<span class="sfsiCtxt">
|
468 |
+
<?php _e( 'Custom', SFSI_PLUS_DOMAIN ); ?>
|
469 |
<?php echo $count; ?>
|
470 |
</span>
|
471 |
</h2>
|
472 |
<div class="inr_cont ">
|
473 |
<p>
|
474 |
+
<?php _e( 'Where do you want this icon to link to?', SFSI_PLUS_DOMAIN ); ?>
|
475 |
</p>
|
476 |
<p class="radio_section fb_url sfsiplus_custom_section cus_link " >
|
477 |
<label>
|
478 |
+
<?php _e( 'Link:', SFSI_PLUS_DOMAIN ); ?>
|
479 |
</label>
|
480 |
<input name="sfsi_plus_CustomIcon_links[]" type="text" value="<?php echo (isset($costom_links[$i]) && $costom_links[$i]!='') ? $costom_links[$i] : '' ;?>" placeholder="http://" class="add" file-id="<?php echo $i; ?>" />
|
481 |
</p>
|
491 |
<?php $nonce = wp_create_nonce("update_plus_step2"); ?>
|
492 |
|
493 |
<a href="javascript:;" id="sfsi_plus_save2" title="Save" data-nonce="<?php echo $nonce;?>">
|
494 |
+
<?php _e( 'Save', SFSI_PLUS_DOMAIN ); ?>
|
495 |
</a>
|
496 |
</div>
|
497 |
<!-- END SAVE BUTTON SECTION -->
|
498 |
<a class="sfsiColbtn closeSec" href="javascript:;">
|
499 |
+
<?php _e( 'Collapse area', SFSI_PLUS_DOMAIN ); ?>
|
500 |
</a>
|
501 |
|
502 |
<label class="closeSec"></label>
|
views/sfsi_option_view3.php
CHANGED
@@ -7,46 +7,32 @@
|
|
7 |
<!--Content of 4-->
|
8 |
<div class="row mouse_txt sfsiplusmousetxt tab3">
|
9 |
<p>
|
10 |
-
<?php _e('A good & well-fitting design is not only nice to look at, but it increases chances that people will subscribe and/or share your site with friends:',
|
11 |
</p>
|
12 |
<ul class="tab_3_list">
|
13 |
<li>
|
14 |
-
<?php _e( 'It comes across as ',
|
15 |
-
|
16 |
-
<?php _e( 'more professional/', 'ultimate-social-media-plus' ); ?>
|
17 |
-
</span>
|
18 |
-
<?php _e( 'gives your site ', 'ultimate-social-media-plus' ); ?>
|
19 |
-
<span>
|
20 |
-
<?php _e( 'more “credit”', 'ultimate-social-media-plus' ); ?>
|
21 |
-
</span>
|
22 |
</li>
|
23 |
<li>
|
24 |
-
<?php _e( 'A smart automatic animation can',
|
25 |
-
<span>
|
26 |
-
<?php _e( 'make your visitors aware of your icons', 'ultimate-social-media-plus' ); ?>
|
27 |
-
</span>
|
28 |
-
<?php _e( 'in an unintrusive manner', 'ultimate-social-media-plus' ); ?>
|
29 |
</li>
|
30 |
</ul>
|
31 |
|
32 |
<p style="padding:0px;">
|
33 |
-
<?php _e( 'The icons have been compressed by',
|
34 |
-
<a href="https://goo.gl/IV5Q3z" target="_blank">
|
35 |
-
<?php _e( 'Shortpixel.com', 'ultimate-social-media-plus' ); ?>
|
36 |
-
</a>
|
37 |
-
<?php _e( 'for faster loading of your site. Thank you Shortpixel!', 'ultimate-social-media-plus' ); ?>
|
38 |
</p>
|
39 |
|
40 |
<div class="row">
|
41 |
<h3>
|
42 |
-
<?php _e( 'Theme options',
|
43 |
</h3>
|
44 |
<!--icon themes section start -->
|
45 |
<ul class="sfsiplus_tab_3_icns">
|
46 |
<li>
|
47 |
<input name="sfsi_plus_actvite_theme" <?php echo ( $option3['sfsi_plus_actvite_theme']=='default') ? 'checked="true"' : '' ;?> type="radio" value="default" class="styled" />
|
48 |
<label>
|
49 |
-
<?php _e( 'Default',
|
50 |
</label>
|
51 |
<div class="sfsiplus_icns_tab_3">
|
52 |
<span class="sfsiplus_row_1_1 sfsiplus_rss_section"></span><span class="sfsiplus_row_1_2 sfsiplus_email_section"></span><span class="sfsiplus_row_1_3 sfsiplus_facebook_section"></span><span class="sfsiplus_row_1_4 sfsiplus_google_section"></span><span class="sfsiplus_row_1_5 sfsiplus_twitter_section"></span><span class="sfsiplus_row_1_6 sfsiplus_share_section"></span><span class="sfsiplus_row_1_7 sfsiplus_youtube_section"></span><span class="sfsiplus_row_1_8 sfsiplus_pinterest_section"></span><span class="sfsiplus_row_1_9 sfsiplus_linkedin_section"></span><span class="sfsiplus_row_1_10 sfsiplus_instagram_section"></span><span class="sfsiplus_row_1_11 sfsiplus_houzz_section"></span><!--<span class="sfsiplus_row_1_11 sf_section"></span>-->
|
@@ -56,7 +42,7 @@
|
|
56 |
<li>
|
57 |
<input name="sfsi_plus_actvite_theme" <?php echo ( $option3['sfsi_plus_actvite_theme']=='flat') ? 'checked="true"' : '' ;?> type="radio" value="flat" class="styled" />
|
58 |
<label>
|
59 |
-
<?php _e( 'Flat',
|
60 |
</label>
|
61 |
<div class="sfsiplus_icns_tab_3"><span class="sfsiplus_row_2_1 sfsiplus_rss_section"></span><span class="sfsiplus_row_2_2 sfsiplus_email_section"></span><span class="sfsiplus_row_2_3 sfsiplus_facebook_section"></span><span class="sfsiplus_row_2_4 sfsiplus_google_section"></span><span class="sfsiplus_row_2_5 sfsiplus_twitter_section"></span><span class="sfsiplus_row_2_6 sfsiplus_share_section"></span><span class="sfsiplus_row_2_7 sfsiplus_youtube_section"></span><span class="sfsiplus_row_2_8 sfsiplus_pinterest_section"></span><span class="sfsiplus_row_2_9 sfsiplus_linkedin_section"></span><span class="sfsiplus_row_2_10 sfsiplus_instagram_section"></span><span class="sfsiplus_row_2_11 sfsiplus_houzz_section"></span><!--<span class="sfsiplus_row_2_11 sf_section"></span>-->
|
62 |
</div>
|
@@ -65,7 +51,7 @@
|
|
65 |
<li>
|
66 |
<input name="sfsi_plus_actvite_theme" <?php echo ( $option3['sfsi_plus_actvite_theme']=='thin') ? 'checked="true"' : '' ;?> type="radio" value="thin" class="styled" />
|
67 |
<label>
|
68 |
-
<?php _e( 'Thin',
|
69 |
</label>
|
70 |
<div class="sfsiplus_icns_tab_3"><span class="sfsiplus_row_3_1 sfsiplus_rss_section"></span><span class="sfsiplus_row_3_2 sfsiplus_email_section"></span><span class="sfsiplus_row_3_3 sfsiplus_facebook_section"></span><span class="sfsiplus_row_3_4 sfsiplus_google_section"></span><span class="sfsiplus_row_3_5 sfsiplus_twitter_section"></span><span class="sfsiplus_row_3_6 sfsiplus_share_section"></span><span class="sfsiplus_row_3_7 sfsiplus_youtube_section"></span><span class="sfsiplus_row_3_8 sfsiplus_pinterest_section"></span><span class="sfsiplus_row_3_9 sfsiplus_linkedin_section"></span><span class="sfsiplus_row_3_10 sfsiplus_instagram_section"></span><span class="sfsiplus_row_3_11 sfsiplus_houzz_section"></span><!--<span class="sfsiplus_row_3_11 sf_section"></span>-->
|
71 |
</div>
|
@@ -74,7 +60,7 @@
|
|
74 |
<li>
|
75 |
<input name="sfsi_plus_actvite_theme" <?php echo ( $option3['sfsi_plus_actvite_theme']=='cute') ? 'checked="true"' : '' ;?> type="radio" value="cute" class="styled" />
|
76 |
<label>
|
77 |
-
<?php _e( 'Cute',
|
78 |
</label>
|
79 |
<div class="sfsiplus_icns_tab_3"><span class="sfsiplus_row_4_1 sfsiplus_rss_section"></span><span class="sfsiplus_row_4_2 sfsiplus_email_section"></span><span class="sfsiplus_row_4_3 sfsiplus_facebook_section"></span><span class="sfsiplus_row_4_4 sfsiplus_google_section"></span><span class="sfsiplus_row_4_5 sfsiplus_twitter_section"></span><span class="sfsiplus_row_4_6 sfsiplus_share_section"></span><span class="sfsiplus_row_4_7 sfsiplus_youtube_section"></span><span class="sfsiplus_row_4_8 sfsiplus_pinterest_section"></span><span class="sfsiplus_row_4_9 sfsiplus_linkedin_section"></span><span class="sfsiplus_row_4_10 sfsiplus_instagram_section"></span><span class="sfsiplus_row_4_11 sfsiplus_houzz_section"></span><!--<span class="sfsiplus_row_4_11 sf_section"></span>-->
|
80 |
</div>
|
@@ -84,7 +70,7 @@
|
|
84 |
|
85 |
<li>
|
86 |
<input name="sfsi_plus_actvite_theme" <?php echo ( $option3['sfsi_plus_actvite_theme']=='cubes') ? 'checked="true"' : '' ;?> type="radio" value="cubes" class="styled" />
|
87 |
-
<label><?php _e( 'Cubes',
|
88 |
|
89 |
<div class="sfsiplus_icns_tab_3"><span class="sfsiplus_row_5_1 sfsiplus_rss_section"></span><span class="sfsiplus_row_5_2 sfsiplus_email_section"></span><span class="sfsiplus_row_5_3 sfsiplus_facebook_section"></span><span class="sfsiplus_row_5_4 sfsiplus_google_section"></span><span class="sfsiplus_row_5_5 sfsiplus_twitter_section"></span><span class="sfsiplus_row_5_6 sfsiplus_share_section"></span><span class="sfsiplus_row_5_7 sfsiplus_youtube_section"></span><span class="sfsiplus_row_5_8 sfsiplus_pinterest_section"></span><span class="sfsiplus_row_5_9 sfsiplus_linkedin_section"></span><span class="sfsiplus_row_5_10 sfsiplus_instagram_section"></span><span class="sfsiplus_row_5_11 sfsiplus_houzz_section"></span><!--<span class="sfsiplus_row_5_11 sf_section"></span>-->
|
90 |
</div>
|
@@ -92,21 +78,21 @@
|
|
92 |
|
93 |
<li>
|
94 |
<input name="sfsi_plus_actvite_theme" <?php echo ( $option3['sfsi_plus_actvite_theme']=='chrome_blue') ? 'checked="true"' : '' ;?> type="radio" value="chrome_blue" class="styled" />
|
95 |
-
<label><?php _e( 'Chrome Blue',
|
96 |
<div class="sfsiplus_icns_tab_3"><span class="sfsiplus_row_6_1 sfsiplus_rss_section"></span><span class="sfsiplus_row_6_2 sfsiplus_email_section"></span><span class="sfsiplus_row_6_3 sfsiplus_facebook_section"></span><span class="sfsiplus_row_6_4 sfsiplus_google_section"></span><span class="sfsiplus_row_6_5 sfsiplus_twitter_section"></span><span class="sfsiplus_row_6_6 sfsiplus_share_section"></span><span class="sfsiplus_row_6_7 sfsiplus_youtube_section"></span><span class="sfsiplus_row_6_8 sfsiplus_pinterest_section"></span><span class="sfsiplus_row_6_9 sfsiplus_linkedin_section"></span><span class="sfsiplus_row_6_10 sfsiplus_instagram_section"></span><span class="sfsiplus_row_6_11 sfsiplus_houzz_section"></span><!--<span class="sfsiplus_row_6_11 sf_section"></span>-->
|
97 |
</div>
|
98 |
</li>
|
99 |
|
100 |
<li>
|
101 |
<input name="sfsi_plus_actvite_theme" <?php echo ( $option3['sfsi_plus_actvite_theme']=='chrome_grey') ? 'checked="true"' : '' ;?> type="radio" value="chrome_grey" class="styled" />
|
102 |
-
<label><?php _e( 'Chrome Grey',
|
103 |
<div class="sfsiplus_icns_tab_3"><span class="sfsiplus_row_7_1 sfsiplus_rss_section"></span><span class="sfsiplus_row_7_2 sfsiplus_email_section"></span><span class="sfsiplus_row_7_3 sfsiplus_facebook_section"></span><span class="sfsiplus_row_7_4 sfsiplus_google_section"></span><span class="sfsiplus_row_7_5 sfsiplus_twitter_section"></span><span class="sfsiplus_row_7_6 sfsiplus_share_section"></span><span class="sfsiplus_row_7_7 sfsiplus_youtube_section"></span><span class="sfsiplus_row_7_8 sfsiplus_pinterest_section"></span><span class="sfsiplus_row_7_9 sfsiplus_linkedin_section"></span><span class="sfsiplus_row_7_10 sfsiplus_instagram_section"></span><span class="sfsiplus_row_7_11 sfsiplus_houzz_section"></span><!--<span class="sfsiplus_row_7_11 sf_section"></span>-->
|
104 |
</div>
|
105 |
</li>
|
106 |
|
107 |
<li>
|
108 |
<input name="sfsi_plus_actvite_theme" <?php echo ( $option3['sfsi_plus_actvite_theme']=='splash') ? 'checked="true"' : '' ;?> type="radio" value="splash" class="styled" />
|
109 |
-
<label><?php _e( 'Splash',
|
110 |
<div class="sfsiplus_icns_tab_3"><span class="sfsiplus_row_8_1 sfsiplus_rss_section"></span><span class="sfsiplus_row_8_2 sfsiplus_email_section"></span><span class="sfsiplus_row_8_3 sfsiplus_facebook_section"></span><span class="sfsiplus_row_8_4 sfsiplus_google_section"></span><span class="sfsiplus_row_8_5 sfsiplus_twitter_section"></span><span class="sfsiplus_row_8_6 sfsiplus_share_section"></span><span class="sfsiplus_row_8_7 sfsiplus_youtube_section"></span><span class="sfsiplus_row_8_8 sfsiplus_pinterest_section"></span><span class="sfsiplus_row_8_9 sfsiplus_linkedin_section"></span><span class="sfsiplus_row_8_10 sfsiplus_instagram_section"></span><span class="sfsiplus_row_8_11 sfsiplus_houzz_section"></span><!--<span class="sfsiplus_row_8_11 sf_section"></span>-->
|
111 |
</div>
|
112 |
</li>
|
@@ -117,28 +103,28 @@
|
|
117 |
|
118 |
<li>
|
119 |
<input name="sfsi_plus_actvite_theme" <?php echo ( $option3['sfsi_plus_actvite_theme']=='orange') ? 'checked="true"' : '' ;?> type="radio" value="orange" class="styled" />
|
120 |
-
<label><?php _e( 'Orange',
|
121 |
<div class="sfsiplus_icns_tab_3"><span class="sfsiplus_row_9_1 sfsiplus_rss_section"></span><span class="sfsiplus_row_9_2 sfsiplus_email_section"></span><span class="sfsiplus_row_9_3 sfsiplus_facebook_section"></span><span class="sfsiplus_row_9_4 sfsiplus_google_section"></span><span class="sfsiplus_row_9_5 sfsiplus_twitter_section"></span><span class="sfsiplus_row_9_6 sfsiplus_share_section"></span><span class="sfsiplus_row_9_7 sfsiplus_youtube_section"></span><span class="sfsiplus_row_9_8 sfsiplus_pinterest_section"></span><span class="sfsiplus_row_9_9 sfsiplus_linkedin_section"></span><span class="sfsiplus_row_9_10 sfsiplus_instagram_section"></span><span class="sfsiplus_row_9_11 sfsiplus_houzz_section"></span><!--<span class="sfsiplus_row_9_11 sf_section"></span>-->
|
122 |
</div>
|
123 |
</li>
|
124 |
|
125 |
<li>
|
126 |
<input name="sfsi_plus_actvite_theme" <?php echo ( $option3['sfsi_plus_actvite_theme']=='crystal') ? 'checked="true"' : '' ;?> type="radio" value="crystal" class="styled" />
|
127 |
-
<label><?php _e( 'Crystal',
|
128 |
<div class="sfsiplus_icns_tab_3"><span class="sfsiplus_row_10_1 sfsiplus_rss_section"></span><span class="sfsiplus_row_10_2 sfsiplus_email_section"></span><span class="sfsiplus_row_10_3 sfsiplus_facebook_section"></span><span class="sfsiplus_row_10_4 sfsiplus_google_section"></span><span class="sfsiplus_row_10_5 sfsiplus_twitter_section"></span><span class="sfsiplus_row_10_6 sfsiplus_share_section"></span><span class="sfsiplus_row_10_7 sfsiplus_youtube_section"></span><span class="sfsiplus_row_10_8 sfsiplus_pinterest_section"></span><span class="sfsiplus_row_10_9 sfsiplus_linkedin_section"></span><span class="sfsiplus_row_10_10 sfsiplus_instagram_section"></span><span class="sfsiplus_row_10_11 sfsiplus_houzz_section"></span><!--<span class="sfsiplus_row_10_11 sf_section"></span>-->
|
129 |
</div>
|
130 |
</li>
|
131 |
|
132 |
<li>
|
133 |
<input name="sfsi_plus_actvite_theme" <?php echo ( $option3['sfsi_plus_actvite_theme']=='glossy') ? 'checked="true"' : '' ;?> type="radio" value="glossy" class="styled" />
|
134 |
-
<label><?php _e( 'Glossy',
|
135 |
<div class="sfsiplus_icns_tab_3"><span class="sfsiplus_row_11_1 sfsiplus_rss_section"></span><span class="sfsiplus_row_11_2 sfsiplus_email_section"></span><span class="sfsiplus_row_11_3 sfsiplus_facebook_section"></span><span class="sfsiplus_row_11_4 sfsiplus_google_section"></span><span class="sfsiplus_row_11_5 sfsiplus_twitter_section"></span><span class="sfsiplus_row_11_6 sfsiplus_share_section"></span><span class="sfsiplus_row_11_7 sfsiplus_youtube_section"></span><span class="sfsiplus_row_11_8 sfsiplus_pinterest_section"></span><span class="sfsiplus_row_11_9 sfsiplus_linkedin_section"></span><span class="sfsiplus_row_11_10 sfsiplus_instagram_section"></span><span class="sfsiplus_row_11_11 sfsiplus_houzz_section"></span><!--<span class="sfsiplus_row_11_11 sf_section"></span>-->
|
136 |
</div>
|
137 |
</li>
|
138 |
|
139 |
<li>
|
140 |
<input name="sfsi_plus_actvite_theme" <?php echo ( $option3['sfsi_plus_actvite_theme']=='black') ? 'checked="true"' : '' ;?> type="radio" value="black" class="styled" />
|
141 |
-
<label><?php _e( 'Black',
|
142 |
<div class="sfsiplus_icns_tab_3"><span class="sfsiplus_row_12_1 sfsiplus_rss_section"></span><span class="sfsiplus_row_12_2 sfsiplus_email_section"></span><span class="sfsiplus_row_12_3 sfsiplus_facebook_section"></span><span class="sfsiplus_row_12_4 sfsiplus_google_section"></span><span class="sfsiplus_row_12_5 sfsiplus_twitter_section"></span><span class="sfsiplus_row_12_6 sfsiplus_share_section"></span><span class="sfsiplus_row_12_7 sfsiplus_youtube_section"></span><span class="sfsiplus_row_12_8 sfsiplus_pinterest_section"></span><span class="sfsiplus_row_12_9 sfsiplus_linkedin_section"></span><span class="sfsiplus_row_12_10 sfsiplus_instagram_section"></span><span class="sfsiplus_row_12_11 sfsiplus_houzz_section"></span><!--<span class="sfsiplus_row_12_11 sf_section"></span>-->
|
143 |
</div>
|
144 |
</li>
|
@@ -148,29 +134,29 @@
|
|
148 |
|
149 |
<li>
|
150 |
<input name="sfsi_plus_actvite_theme" <?php echo ( $option3['sfsi_plus_actvite_theme']=='silver') ? 'checked="true"' : '' ;?> type="radio" value="silver" class="styled" />
|
151 |
-
<label><?php _e( 'Silver',
|
152 |
<div class="sfsiplus_icns_tab_3"><span class="sfsiplus_row_13_1 sfsiplus_rss_section"></span><span class="sfsiplus_row_13_2 sfsiplus_email_section"></span><span class="sfsiplus_row_13_3 sfsiplus_facebook_section"></span><span class="sfsiplus_row_13_4 sfsiplus_google_section"></span><span class="sfsiplus_row_13_5 sfsiplus_twitter_section"></span><span class="sfsiplus_row_13_6 sfsiplus_share_section"></span><span class="sfsiplus_row_13_7 sfsiplus_youtube_section"></span><span class="sfsiplus_row_13_8 sfsiplus_pinterest_section"></span><span class="sfsiplus_row_13_9 sfsiplus_linkedin_section"></span><span class="sfsiplus_row_13_10 sfsiplus_instagram_section"></span><span class="sfsiplus_row_13_11 sfsiplus_houzz_section"></span><!--<span class="sfsiplus_row_13_11 sf_section"></span>-->
|
153 |
</div>
|
154 |
</li>
|
155 |
|
156 |
<li>
|
157 |
<input name="sfsi_plus_actvite_theme" <?php echo ( $option3['sfsi_plus_actvite_theme']=='shaded_dark') ? 'checked="true"' : '' ;?> type="radio" value="shaded_dark" class="styled" />
|
158 |
-
<label><?php _e( 'Shaded Dark',
|
159 |
<div class="sfsiplus_icns_tab_3"><span class="sfsiplus_row_14_1 sfsiplus_rss_section"></span><span class="sfsiplus_row_14_2 sfsiplus_email_section"></span><span class="sfsiplus_row_14_3 sfsiplus_facebook_section"></span><span class="sfsiplus_row_14_4 sfsiplus_google_section"></span><span class="sfsiplus_row_14_5 sfsiplus_twitter_section"></span><span class="sfsiplus_row_14_6 sfsiplus_share_section"></span><span class="sfsiplus_row_14_7 sfsiplus_youtube_section"></span><span class="sfsiplus_row_14_8 sfsiplus_pinterest_section"></span><span class="sfsiplus_row_14_9 sfsiplus_linkedin_section"></span><span class="sfsiplus_row_14_10 sfsiplus_instagram_section"></span><span class="sfsiplus_row_14_11 sfsiplus_houzz_section"></span><!--<span class="sfsiplus_row_14_11 sf_section"></span>-->
|
160 |
</div>
|
161 |
</li>
|
162 |
|
163 |
<li>
|
164 |
<input name="sfsi_plus_actvite_theme" <?php echo ( $option3['sfsi_plus_actvite_theme']=='shaded_light') ? 'checked="true"' : '' ;?> type="radio" value="shaded_light" class="styled" />
|
165 |
-
<label><?php _e( 'Shaded Light',
|
166 |
<div class="sfsiplus_icns_tab_3"><span class="sfsiplus_row_15_1 sfsiplus_rss_section"></span><span class="sfsiplus_row_15_2 sfsiplus_email_section"></span><span class="sfsiplus_row_15_3 sfsiplus_facebook_section"></span><span class="sfsiplus_row_15_4 sfsiplus_google_section"></span><span class="sfsiplus_row_15_5 sfsiplus_twitter_section"></span><span class="sfsiplus_row_15_6 sfsiplus_share_section"></span><span class="sfsiplus_row_15_7 sfsiplus_youtube_section"></span><span class="sfsiplus_row_15_8 sfsiplus_pinterest_section"></span><span class="sfsiplus_row_15_9 sfsiplus_linkedin_section"></span><span class="sfsiplus_row_15_10 sfsiplus_instagram_section"></span><span class="sfsiplus_row_15_11 sfsiplus_houzz_section"></span><!--<span class="sfsiplus_row_15_11 sf_section"></span>--> </div>
|
167 |
</li>
|
168 |
|
169 |
<li>
|
170 |
<input name="sfsi_plus_actvite_theme" <?php echo ( $option3['sfsi_plus_actvite_theme']=='transparent') ? 'checked="true"' : '' ;?> type="radio" value="transparent" class="styled" />
|
171 |
<label style="line-height:20px !important;margin-top:15px; ">
|
172 |
-
<?php _e( 'Transparent',
|
173 |
-
<span style="font-size: 9px;">(<?php _e( 'for dark backgrounds',
|
174 |
</label>
|
175 |
<div class="sfsiplus_icns_tab_3 trans_bg" style="padding-left: 6px;"><span class="sfsiplus_row_16_1 sfsiplus_rss_section"></span><span class="sfsiplus_row_16_2 sfsiplus_email_section"></span><span class="sfsiplus_row_16_3 sfsiplus_facebook_section"></span><span class="sfsiplus_row_16_4 sfsiplus_google_section"></span><span class="sfsiplus_row_16_5 sfsiplus_twitter_section"></span><span class="sfsiplus_row_16_6 sfsiplus_share_section"></span><span class="sfsiplus_row_16_7 sfsiplus_youtube_section"></span><span class="sfsiplus_row_16_8 sfsiplus_pinterest_section"></span><span class="sfsiplus_row_16_9 sfsiplus_linkedin_section"></span><span class="sfsiplus_row_16_10 sfsiplus_instagram_section"></span><span class="sfsiplus_row_16_11 sfsiplus_houzz_section"></span><!--<span class="sfsiplus_row_16_11 sf_section"></span>--></div>
|
176 |
</li>
|
@@ -179,7 +165,7 @@
|
|
179 |
<li class="cstomskins_upload">
|
180 |
<input name="sfsi_plus_actvite_theme" <?php echo ( $option3['sfsi_plus_actvite_theme']=='custom_support') ? 'checked="true"' : '' ;?> type="radio" value="custom_support" class="styled" />
|
181 |
<label style="line-height:20px !important;margin-top:15px; ">
|
182 |
-
<?php _e( 'Custom Icons',
|
183 |
<br/>
|
184 |
</label>
|
185 |
<div class="sfsiplus_icns_tab_3" style="padding-left: 6px;">
|
@@ -293,21 +279,21 @@
|
|
293 |
<!--icon Animation section start -->
|
294 |
<div class="sub_row stand sec_new" style="margin-left: 0px;">
|
295 |
<h3>
|
296 |
-
<?php _e( 'Animate them (your main icons
|
297 |
</h3>
|
298 |
|
299 |
<p class="radio_section tab_3_option">
|
300 |
<input name="sfsi_plus_mouseOver" <?php echo ( $option3['sfsi_plus_mouseOver']=='yes') ? 'checked="true"' : '' ;?> type="checkbox" value="yes" class="styled" />
|
301 |
<label>
|
302 |
-
<?php _e( 'Mouse-Over effects',
|
303 |
</label>
|
304 |
<div class="drop_lsts">
|
305 |
<select name="sfsi_plus_mouseOver_effect" id="sfsi_plus_mouseOver_effect" class="styled">
|
306 |
<option value="fade_in" <?php echo ( $option3['sfsi_plus_mouseOver_effect']=='fade_in') ? 'selected="true"' : '' ;?>>
|
307 |
-
<?php _e( 'Fade In',
|
308 |
</option>
|
309 |
<option value="scale" <?php echo ( $option3['sfsi_plus_mouseOver_effect']=='scale') ? 'selected="true"' : '' ;?>>Scale</option><option value="combo" <?php echo ( $option3['sfsi_plus_mouseOver_effect']=='combo') ? 'selected="true"' : '' ;?>>
|
310 |
-
<?php _e( 'Combo',
|
311 |
</option>
|
312 |
</select>
|
313 |
</div>
|
@@ -317,24 +303,24 @@
|
|
317 |
<p class="radio_section tab_3_option">
|
318 |
<input name="sfsi_plus_shuffle_icons" <?php echo ( $option3['sfsi_plus_shuffle_icons']=='yes') ? 'checked="true"' : '' ;?> type="checkbox" value="yes" class="styled" />
|
319 |
<label>
|
320 |
-
<?php _e( 'Shuffle them automatically',
|
321 |
</label>
|
322 |
</p>
|
323 |
<div class="sub_sub_box shuffle_sub" >
|
324 |
<p class="radio_section tab_3_option">
|
325 |
<input name="sfsi_plus_shuffle_Firstload" <?php echo ( $option3['sfsi_plus_shuffle_Firstload']=='yes') ? 'checked="true"' : '' ;?> type="checkbox" value="yes" class="styled" />
|
326 |
<label>
|
327 |
-
<?php _e( 'When site is first loaded',
|
328 |
</label>
|
329 |
</p>
|
330 |
<p class="radio_section tab_3_option">
|
331 |
<input name="sfsi_plus_shuffle_interval" <?php echo ( $option3['sfsi_plus_shuffle_interval']=='yes') ? 'checked="true"' : '' ;?> type="checkbox" value="yes" class="styled" />
|
332 |
<label>
|
333 |
-
<?php _e( 'Every',
|
334 |
</label>
|
335 |
<input class="smal_inpt" type="text" name="sfsi_plus_shuffle_intervalTime" value="<?php echo ( $option3['sfsi_plus_shuffle_intervalTime']!='') ? $option3['sfsi_plus_shuffle_intervalTime'] : '' ;?>">
|
336 |
<label>
|
337 |
-
<?php _e( 'seconds',
|
338 |
</label>
|
339 |
</p>
|
340 |
</div>
|
@@ -351,12 +337,12 @@
|
|
351 |
<img src="<?php echo SFSI_PLUS_PLUGURL ?>images/ajax-loader.gif" class="loader-img" />
|
352 |
<?php $nonce = wp_create_nonce("update_plus_step3"); ?>
|
353 |
<a href="javascript:;" id="sfsi_plus_save3" title="Save" data-nonce="<?php echo $nonce;?>">
|
354 |
-
<?php _e( 'Save',
|
355 |
</a>
|
356 |
</div> <!-- END SAVE BUTTON SECTION -->
|
357 |
|
358 |
<a class="sfsiColbtn closeSec" href="javascript:;">
|
359 |
-
<?php _e( 'Collapse area',
|
360 |
</a>
|
361 |
<label class="closeSec"></label>
|
362 |
<!-- ERROR AND SUCCESS MESSAGE AREA-->
|
7 |
<!--Content of 4-->
|
8 |
<div class="row mouse_txt sfsiplusmousetxt tab3">
|
9 |
<p>
|
10 |
+
<?php _e('A good & well-fitting design is not only nice to look at, but it increases chances that people will subscribe and/or share your site with friends:', SFSI_PLUS_DOMAIN ); ?>
|
11 |
</p>
|
12 |
<ul class="tab_3_list">
|
13 |
<li>
|
14 |
+
<?php _e( 'It comes across as <span>more professional/</span> gives your site<span> more “credit”</span>', SFSI_PLUS_DOMAIN ); ?>
|
15 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
</li>
|
17 |
<li>
|
18 |
+
<?php _e( 'A smart automatic animation can <span>make your visitors aware of your icons</span> in an unintrusive manner', SFSI_PLUS_DOMAIN ); ?>
|
|
|
|
|
|
|
|
|
19 |
</li>
|
20 |
</ul>
|
21 |
|
22 |
<p style="padding:0px;">
|
23 |
+
<?php _e( 'The icons have been compressed by <a href="https://goo.gl/IV5Q3z" target="_blank">Shortpixel.com</a> for faster loading of your site. Thank you Shortpixel!', SFSI_PLUS_DOMAIN ); ?>
|
|
|
|
|
|
|
|
|
24 |
</p>
|
25 |
|
26 |
<div class="row">
|
27 |
<h3>
|
28 |
+
<?php _e( 'Theme options', SFSI_PLUS_DOMAIN ); ?>
|
29 |
</h3>
|
30 |
<!--icon themes section start -->
|
31 |
<ul class="sfsiplus_tab_3_icns">
|
32 |
<li>
|
33 |
<input name="sfsi_plus_actvite_theme" <?php echo ( $option3['sfsi_plus_actvite_theme']=='default') ? 'checked="true"' : '' ;?> type="radio" value="default" class="styled" />
|
34 |
<label>
|
35 |
+
<?php _e( 'Default', SFSI_PLUS_DOMAIN ); ?>
|
36 |
</label>
|
37 |
<div class="sfsiplus_icns_tab_3">
|
38 |
<span class="sfsiplus_row_1_1 sfsiplus_rss_section"></span><span class="sfsiplus_row_1_2 sfsiplus_email_section"></span><span class="sfsiplus_row_1_3 sfsiplus_facebook_section"></span><span class="sfsiplus_row_1_4 sfsiplus_google_section"></span><span class="sfsiplus_row_1_5 sfsiplus_twitter_section"></span><span class="sfsiplus_row_1_6 sfsiplus_share_section"></span><span class="sfsiplus_row_1_7 sfsiplus_youtube_section"></span><span class="sfsiplus_row_1_8 sfsiplus_pinterest_section"></span><span class="sfsiplus_row_1_9 sfsiplus_linkedin_section"></span><span class="sfsiplus_row_1_10 sfsiplus_instagram_section"></span><span class="sfsiplus_row_1_11 sfsiplus_houzz_section"></span><!--<span class="sfsiplus_row_1_11 sf_section"></span>-->
|
42 |
<li>
|
43 |
<input name="sfsi_plus_actvite_theme" <?php echo ( $option3['sfsi_plus_actvite_theme']=='flat') ? 'checked="true"' : '' ;?> type="radio" value="flat" class="styled" />
|
44 |
<label>
|
45 |
+
<?php _e( 'Flat', SFSI_PLUS_DOMAIN ); ?>
|
46 |
</label>
|
47 |
<div class="sfsiplus_icns_tab_3"><span class="sfsiplus_row_2_1 sfsiplus_rss_section"></span><span class="sfsiplus_row_2_2 sfsiplus_email_section"></span><span class="sfsiplus_row_2_3 sfsiplus_facebook_section"></span><span class="sfsiplus_row_2_4 sfsiplus_google_section"></span><span class="sfsiplus_row_2_5 sfsiplus_twitter_section"></span><span class="sfsiplus_row_2_6 sfsiplus_share_section"></span><span class="sfsiplus_row_2_7 sfsiplus_youtube_section"></span><span class="sfsiplus_row_2_8 sfsiplus_pinterest_section"></span><span class="sfsiplus_row_2_9 sfsiplus_linkedin_section"></span><span class="sfsiplus_row_2_10 sfsiplus_instagram_section"></span><span class="sfsiplus_row_2_11 sfsiplus_houzz_section"></span><!--<span class="sfsiplus_row_2_11 sf_section"></span>-->
|
48 |
</div>
|
51 |
<li>
|
52 |
<input name="sfsi_plus_actvite_theme" <?php echo ( $option3['sfsi_plus_actvite_theme']=='thin') ? 'checked="true"' : '' ;?> type="radio" value="thin" class="styled" />
|
53 |
<label>
|
54 |
+
<?php _e( 'Thin', SFSI_PLUS_DOMAIN ); ?>
|
55 |
</label>
|
56 |
<div class="sfsiplus_icns_tab_3"><span class="sfsiplus_row_3_1 sfsiplus_rss_section"></span><span class="sfsiplus_row_3_2 sfsiplus_email_section"></span><span class="sfsiplus_row_3_3 sfsiplus_facebook_section"></span><span class="sfsiplus_row_3_4 sfsiplus_google_section"></span><span class="sfsiplus_row_3_5 sfsiplus_twitter_section"></span><span class="sfsiplus_row_3_6 sfsiplus_share_section"></span><span class="sfsiplus_row_3_7 sfsiplus_youtube_section"></span><span class="sfsiplus_row_3_8 sfsiplus_pinterest_section"></span><span class="sfsiplus_row_3_9 sfsiplus_linkedin_section"></span><span class="sfsiplus_row_3_10 sfsiplus_instagram_section"></span><span class="sfsiplus_row_3_11 sfsiplus_houzz_section"></span><!--<span class="sfsiplus_row_3_11 sf_section"></span>-->
|
57 |
</div>
|
60 |
<li>
|
61 |
<input name="sfsi_plus_actvite_theme" <?php echo ( $option3['sfsi_plus_actvite_theme']=='cute') ? 'checked="true"' : '' ;?> type="radio" value="cute" class="styled" />
|
62 |
<label>
|
63 |
+
<?php _e( 'Cute', SFSI_PLUS_DOMAIN ); ?>
|
64 |
</label>
|
65 |
<div class="sfsiplus_icns_tab_3"><span class="sfsiplus_row_4_1 sfsiplus_rss_section"></span><span class="sfsiplus_row_4_2 sfsiplus_email_section"></span><span class="sfsiplus_row_4_3 sfsiplus_facebook_section"></span><span class="sfsiplus_row_4_4 sfsiplus_google_section"></span><span class="sfsiplus_row_4_5 sfsiplus_twitter_section"></span><span class="sfsiplus_row_4_6 sfsiplus_share_section"></span><span class="sfsiplus_row_4_7 sfsiplus_youtube_section"></span><span class="sfsiplus_row_4_8 sfsiplus_pinterest_section"></span><span class="sfsiplus_row_4_9 sfsiplus_linkedin_section"></span><span class="sfsiplus_row_4_10 sfsiplus_instagram_section"></span><span class="sfsiplus_row_4_11 sfsiplus_houzz_section"></span><!--<span class="sfsiplus_row_4_11 sf_section"></span>-->
|
66 |
</div>
|
70 |
|
71 |
<li>
|
72 |
<input name="sfsi_plus_actvite_theme" <?php echo ( $option3['sfsi_plus_actvite_theme']=='cubes') ? 'checked="true"' : '' ;?> type="radio" value="cubes" class="styled" />
|
73 |
+
<label><?php _e( 'Cubes', SFSI_PLUS_DOMAIN ); ?></label>
|
74 |
|
75 |
<div class="sfsiplus_icns_tab_3"><span class="sfsiplus_row_5_1 sfsiplus_rss_section"></span><span class="sfsiplus_row_5_2 sfsiplus_email_section"></span><span class="sfsiplus_row_5_3 sfsiplus_facebook_section"></span><span class="sfsiplus_row_5_4 sfsiplus_google_section"></span><span class="sfsiplus_row_5_5 sfsiplus_twitter_section"></span><span class="sfsiplus_row_5_6 sfsiplus_share_section"></span><span class="sfsiplus_row_5_7 sfsiplus_youtube_section"></span><span class="sfsiplus_row_5_8 sfsiplus_pinterest_section"></span><span class="sfsiplus_row_5_9 sfsiplus_linkedin_section"></span><span class="sfsiplus_row_5_10 sfsiplus_instagram_section"></span><span class="sfsiplus_row_5_11 sfsiplus_houzz_section"></span><!--<span class="sfsiplus_row_5_11 sf_section"></span>-->
|
76 |
</div>
|
78 |
|
79 |
<li>
|
80 |
<input name="sfsi_plus_actvite_theme" <?php echo ( $option3['sfsi_plus_actvite_theme']=='chrome_blue') ? 'checked="true"' : '' ;?> type="radio" value="chrome_blue" class="styled" />
|
81 |
+
<label><?php _e( 'Chrome Blue', SFSI_PLUS_DOMAIN ); ?></label>
|
82 |
<div class="sfsiplus_icns_tab_3"><span class="sfsiplus_row_6_1 sfsiplus_rss_section"></span><span class="sfsiplus_row_6_2 sfsiplus_email_section"></span><span class="sfsiplus_row_6_3 sfsiplus_facebook_section"></span><span class="sfsiplus_row_6_4 sfsiplus_google_section"></span><span class="sfsiplus_row_6_5 sfsiplus_twitter_section"></span><span class="sfsiplus_row_6_6 sfsiplus_share_section"></span><span class="sfsiplus_row_6_7 sfsiplus_youtube_section"></span><span class="sfsiplus_row_6_8 sfsiplus_pinterest_section"></span><span class="sfsiplus_row_6_9 sfsiplus_linkedin_section"></span><span class="sfsiplus_row_6_10 sfsiplus_instagram_section"></span><span class="sfsiplus_row_6_11 sfsiplus_houzz_section"></span><!--<span class="sfsiplus_row_6_11 sf_section"></span>-->
|
83 |
</div>
|
84 |
</li>
|
85 |
|
86 |
<li>
|
87 |
<input name="sfsi_plus_actvite_theme" <?php echo ( $option3['sfsi_plus_actvite_theme']=='chrome_grey') ? 'checked="true"' : '' ;?> type="radio" value="chrome_grey" class="styled" />
|
88 |
+
<label><?php _e( 'Chrome Grey', SFSI_PLUS_DOMAIN ); ?></label>
|
89 |
<div class="sfsiplus_icns_tab_3"><span class="sfsiplus_row_7_1 sfsiplus_rss_section"></span><span class="sfsiplus_row_7_2 sfsiplus_email_section"></span><span class="sfsiplus_row_7_3 sfsiplus_facebook_section"></span><span class="sfsiplus_row_7_4 sfsiplus_google_section"></span><span class="sfsiplus_row_7_5 sfsiplus_twitter_section"></span><span class="sfsiplus_row_7_6 sfsiplus_share_section"></span><span class="sfsiplus_row_7_7 sfsiplus_youtube_section"></span><span class="sfsiplus_row_7_8 sfsiplus_pinterest_section"></span><span class="sfsiplus_row_7_9 sfsiplus_linkedin_section"></span><span class="sfsiplus_row_7_10 sfsiplus_instagram_section"></span><span class="sfsiplus_row_7_11 sfsiplus_houzz_section"></span><!--<span class="sfsiplus_row_7_11 sf_section"></span>-->
|
90 |
</div>
|
91 |
</li>
|
92 |
|
93 |
<li>
|
94 |
<input name="sfsi_plus_actvite_theme" <?php echo ( $option3['sfsi_plus_actvite_theme']=='splash') ? 'checked="true"' : '' ;?> type="radio" value="splash" class="styled" />
|
95 |
+
<label><?php _e( 'Splash', SFSI_PLUS_DOMAIN ); ?></label>
|
96 |
<div class="sfsiplus_icns_tab_3"><span class="sfsiplus_row_8_1 sfsiplus_rss_section"></span><span class="sfsiplus_row_8_2 sfsiplus_email_section"></span><span class="sfsiplus_row_8_3 sfsiplus_facebook_section"></span><span class="sfsiplus_row_8_4 sfsiplus_google_section"></span><span class="sfsiplus_row_8_5 sfsiplus_twitter_section"></span><span class="sfsiplus_row_8_6 sfsiplus_share_section"></span><span class="sfsiplus_row_8_7 sfsiplus_youtube_section"></span><span class="sfsiplus_row_8_8 sfsiplus_pinterest_section"></span><span class="sfsiplus_row_8_9 sfsiplus_linkedin_section"></span><span class="sfsiplus_row_8_10 sfsiplus_instagram_section"></span><span class="sfsiplus_row_8_11 sfsiplus_houzz_section"></span><!--<span class="sfsiplus_row_8_11 sf_section"></span>-->
|
97 |
</div>
|
98 |
</li>
|
103 |
|
104 |
<li>
|
105 |
<input name="sfsi_plus_actvite_theme" <?php echo ( $option3['sfsi_plus_actvite_theme']=='orange') ? 'checked="true"' : '' ;?> type="radio" value="orange" class="styled" />
|
106 |
+
<label><?php _e( 'Orange', SFSI_PLUS_DOMAIN ); ?></label>
|
107 |
<div class="sfsiplus_icns_tab_3"><span class="sfsiplus_row_9_1 sfsiplus_rss_section"></span><span class="sfsiplus_row_9_2 sfsiplus_email_section"></span><span class="sfsiplus_row_9_3 sfsiplus_facebook_section"></span><span class="sfsiplus_row_9_4 sfsiplus_google_section"></span><span class="sfsiplus_row_9_5 sfsiplus_twitter_section"></span><span class="sfsiplus_row_9_6 sfsiplus_share_section"></span><span class="sfsiplus_row_9_7 sfsiplus_youtube_section"></span><span class="sfsiplus_row_9_8 sfsiplus_pinterest_section"></span><span class="sfsiplus_row_9_9 sfsiplus_linkedin_section"></span><span class="sfsiplus_row_9_10 sfsiplus_instagram_section"></span><span class="sfsiplus_row_9_11 sfsiplus_houzz_section"></span><!--<span class="sfsiplus_row_9_11 sf_section"></span>-->
|
108 |
</div>
|
109 |
</li>
|
110 |
|
111 |
<li>
|
112 |
<input name="sfsi_plus_actvite_theme" <?php echo ( $option3['sfsi_plus_actvite_theme']=='crystal') ? 'checked="true"' : '' ;?> type="radio" value="crystal" class="styled" />
|
113 |
+
<label><?php _e( 'Crystal', SFSI_PLUS_DOMAIN ); ?></label>
|
114 |
<div class="sfsiplus_icns_tab_3"><span class="sfsiplus_row_10_1 sfsiplus_rss_section"></span><span class="sfsiplus_row_10_2 sfsiplus_email_section"></span><span class="sfsiplus_row_10_3 sfsiplus_facebook_section"></span><span class="sfsiplus_row_10_4 sfsiplus_google_section"></span><span class="sfsiplus_row_10_5 sfsiplus_twitter_section"></span><span class="sfsiplus_row_10_6 sfsiplus_share_section"></span><span class="sfsiplus_row_10_7 sfsiplus_youtube_section"></span><span class="sfsiplus_row_10_8 sfsiplus_pinterest_section"></span><span class="sfsiplus_row_10_9 sfsiplus_linkedin_section"></span><span class="sfsiplus_row_10_10 sfsiplus_instagram_section"></span><span class="sfsiplus_row_10_11 sfsiplus_houzz_section"></span><!--<span class="sfsiplus_row_10_11 sf_section"></span>-->
|
115 |
</div>
|
116 |
</li>
|
117 |
|
118 |
<li>
|
119 |
<input name="sfsi_plus_actvite_theme" <?php echo ( $option3['sfsi_plus_actvite_theme']=='glossy') ? 'checked="true"' : '' ;?> type="radio" value="glossy" class="styled" />
|
120 |
+
<label><?php _e( 'Glossy', SFSI_PLUS_DOMAIN ); ?></label>
|
121 |
<div class="sfsiplus_icns_tab_3"><span class="sfsiplus_row_11_1 sfsiplus_rss_section"></span><span class="sfsiplus_row_11_2 sfsiplus_email_section"></span><span class="sfsiplus_row_11_3 sfsiplus_facebook_section"></span><span class="sfsiplus_row_11_4 sfsiplus_google_section"></span><span class="sfsiplus_row_11_5 sfsiplus_twitter_section"></span><span class="sfsiplus_row_11_6 sfsiplus_share_section"></span><span class="sfsiplus_row_11_7 sfsiplus_youtube_section"></span><span class="sfsiplus_row_11_8 sfsiplus_pinterest_section"></span><span class="sfsiplus_row_11_9 sfsiplus_linkedin_section"></span><span class="sfsiplus_row_11_10 sfsiplus_instagram_section"></span><span class="sfsiplus_row_11_11 sfsiplus_houzz_section"></span><!--<span class="sfsiplus_row_11_11 sf_section"></span>-->
|
122 |
</div>
|
123 |
</li>
|
124 |
|
125 |
<li>
|
126 |
<input name="sfsi_plus_actvite_theme" <?php echo ( $option3['sfsi_plus_actvite_theme']=='black') ? 'checked="true"' : '' ;?> type="radio" value="black" class="styled" />
|
127 |
+
<label><?php _e( 'Black', SFSI_PLUS_DOMAIN ); ?></label>
|
128 |
<div class="sfsiplus_icns_tab_3"><span class="sfsiplus_row_12_1 sfsiplus_rss_section"></span><span class="sfsiplus_row_12_2 sfsiplus_email_section"></span><span class="sfsiplus_row_12_3 sfsiplus_facebook_section"></span><span class="sfsiplus_row_12_4 sfsiplus_google_section"></span><span class="sfsiplus_row_12_5 sfsiplus_twitter_section"></span><span class="sfsiplus_row_12_6 sfsiplus_share_section"></span><span class="sfsiplus_row_12_7 sfsiplus_youtube_section"></span><span class="sfsiplus_row_12_8 sfsiplus_pinterest_section"></span><span class="sfsiplus_row_12_9 sfsiplus_linkedin_section"></span><span class="sfsiplus_row_12_10 sfsiplus_instagram_section"></span><span class="sfsiplus_row_12_11 sfsiplus_houzz_section"></span><!--<span class="sfsiplus_row_12_11 sf_section"></span>-->
|
129 |
</div>
|
130 |
</li>
|
134 |
|
135 |
<li>
|
136 |
<input name="sfsi_plus_actvite_theme" <?php echo ( $option3['sfsi_plus_actvite_theme']=='silver') ? 'checked="true"' : '' ;?> type="radio" value="silver" class="styled" />
|
137 |
+
<label><?php _e( 'Silver', SFSI_PLUS_DOMAIN ); ?></label>
|
138 |
<div class="sfsiplus_icns_tab_3"><span class="sfsiplus_row_13_1 sfsiplus_rss_section"></span><span class="sfsiplus_row_13_2 sfsiplus_email_section"></span><span class="sfsiplus_row_13_3 sfsiplus_facebook_section"></span><span class="sfsiplus_row_13_4 sfsiplus_google_section"></span><span class="sfsiplus_row_13_5 sfsiplus_twitter_section"></span><span class="sfsiplus_row_13_6 sfsiplus_share_section"></span><span class="sfsiplus_row_13_7 sfsiplus_youtube_section"></span><span class="sfsiplus_row_13_8 sfsiplus_pinterest_section"></span><span class="sfsiplus_row_13_9 sfsiplus_linkedin_section"></span><span class="sfsiplus_row_13_10 sfsiplus_instagram_section"></span><span class="sfsiplus_row_13_11 sfsiplus_houzz_section"></span><!--<span class="sfsiplus_row_13_11 sf_section"></span>-->
|
139 |
</div>
|
140 |
</li>
|
141 |
|
142 |
<li>
|
143 |
<input name="sfsi_plus_actvite_theme" <?php echo ( $option3['sfsi_plus_actvite_theme']=='shaded_dark') ? 'checked="true"' : '' ;?> type="radio" value="shaded_dark" class="styled" />
|
144 |
+
<label><?php _e( 'Shaded Dark', SFSI_PLUS_DOMAIN ); ?></label>
|
145 |
<div class="sfsiplus_icns_tab_3"><span class="sfsiplus_row_14_1 sfsiplus_rss_section"></span><span class="sfsiplus_row_14_2 sfsiplus_email_section"></span><span class="sfsiplus_row_14_3 sfsiplus_facebook_section"></span><span class="sfsiplus_row_14_4 sfsiplus_google_section"></span><span class="sfsiplus_row_14_5 sfsiplus_twitter_section"></span><span class="sfsiplus_row_14_6 sfsiplus_share_section"></span><span class="sfsiplus_row_14_7 sfsiplus_youtube_section"></span><span class="sfsiplus_row_14_8 sfsiplus_pinterest_section"></span><span class="sfsiplus_row_14_9 sfsiplus_linkedin_section"></span><span class="sfsiplus_row_14_10 sfsiplus_instagram_section"></span><span class="sfsiplus_row_14_11 sfsiplus_houzz_section"></span><!--<span class="sfsiplus_row_14_11 sf_section"></span>-->
|
146 |
</div>
|
147 |
</li>
|
148 |
|
149 |
<li>
|
150 |
<input name="sfsi_plus_actvite_theme" <?php echo ( $option3['sfsi_plus_actvite_theme']=='shaded_light') ? 'checked="true"' : '' ;?> type="radio" value="shaded_light" class="styled" />
|
151 |
+
<label><?php _e( 'Shaded Light', SFSI_PLUS_DOMAIN ); ?></label>
|
152 |
<div class="sfsiplus_icns_tab_3"><span class="sfsiplus_row_15_1 sfsiplus_rss_section"></span><span class="sfsiplus_row_15_2 sfsiplus_email_section"></span><span class="sfsiplus_row_15_3 sfsiplus_facebook_section"></span><span class="sfsiplus_row_15_4 sfsiplus_google_section"></span><span class="sfsiplus_row_15_5 sfsiplus_twitter_section"></span><span class="sfsiplus_row_15_6 sfsiplus_share_section"></span><span class="sfsiplus_row_15_7 sfsiplus_youtube_section"></span><span class="sfsiplus_row_15_8 sfsiplus_pinterest_section"></span><span class="sfsiplus_row_15_9 sfsiplus_linkedin_section"></span><span class="sfsiplus_row_15_10 sfsiplus_instagram_section"></span><span class="sfsiplus_row_15_11 sfsiplus_houzz_section"></span><!--<span class="sfsiplus_row_15_11 sf_section"></span>--> </div>
|
153 |
</li>
|
154 |
|
155 |
<li>
|
156 |
<input name="sfsi_plus_actvite_theme" <?php echo ( $option3['sfsi_plus_actvite_theme']=='transparent') ? 'checked="true"' : '' ;?> type="radio" value="transparent" class="styled" />
|
157 |
<label style="line-height:20px !important;margin-top:15px; ">
|
158 |
+
<?php _e( 'Transparent', SFSI_PLUS_DOMAIN ); ?> <br/>
|
159 |
+
<span style="font-size: 9px;">(<?php _e( 'for dark backgrounds', SFSI_PLUS_DOMAIN )?>)</span>
|
160 |
</label>
|
161 |
<div class="sfsiplus_icns_tab_3 trans_bg" style="padding-left: 6px;"><span class="sfsiplus_row_16_1 sfsiplus_rss_section"></span><span class="sfsiplus_row_16_2 sfsiplus_email_section"></span><span class="sfsiplus_row_16_3 sfsiplus_facebook_section"></span><span class="sfsiplus_row_16_4 sfsiplus_google_section"></span><span class="sfsiplus_row_16_5 sfsiplus_twitter_section"></span><span class="sfsiplus_row_16_6 sfsiplus_share_section"></span><span class="sfsiplus_row_16_7 sfsiplus_youtube_section"></span><span class="sfsiplus_row_16_8 sfsiplus_pinterest_section"></span><span class="sfsiplus_row_16_9 sfsiplus_linkedin_section"></span><span class="sfsiplus_row_16_10 sfsiplus_instagram_section"></span><span class="sfsiplus_row_16_11 sfsiplus_houzz_section"></span><!--<span class="sfsiplus_row_16_11 sf_section"></span>--></div>
|
162 |
</li>
|
165 |
<li class="cstomskins_upload">
|
166 |
<input name="sfsi_plus_actvite_theme" <?php echo ( $option3['sfsi_plus_actvite_theme']=='custom_support') ? 'checked="true"' : '' ;?> type="radio" value="custom_support" class="styled" />
|
167 |
<label style="line-height:20px !important;margin-top:15px; ">
|
168 |
+
<?php _e( 'Custom Icons', SFSI_PLUS_DOMAIN ); ?>
|
169 |
<br/>
|
170 |
</label>
|
171 |
<div class="sfsiplus_icns_tab_3" style="padding-left: 6px;">
|
279 |
<!--icon Animation section start -->
|
280 |
<div class="sub_row stand sec_new" style="margin-left: 0px;">
|
281 |
<h3>
|
282 |
+
<?php _e( 'Animate them (your main icons', SFSI_PLUS_DOMAIN ); ?>)
|
283 |
</h3>
|
284 |
|
285 |
<p class="radio_section tab_3_option">
|
286 |
<input name="sfsi_plus_mouseOver" <?php echo ( $option3['sfsi_plus_mouseOver']=='yes') ? 'checked="true"' : '' ;?> type="checkbox" value="yes" class="styled" />
|
287 |
<label>
|
288 |
+
<?php _e( 'Mouse-Over effects', SFSI_PLUS_DOMAIN ); ?>
|
289 |
</label>
|
290 |
<div class="drop_lsts">
|
291 |
<select name="sfsi_plus_mouseOver_effect" id="sfsi_plus_mouseOver_effect" class="styled">
|
292 |
<option value="fade_in" <?php echo ( $option3['sfsi_plus_mouseOver_effect']=='fade_in') ? 'selected="true"' : '' ;?>>
|
293 |
+
<?php _e( 'Fade In', SFSI_PLUS_DOMAIN ); ?>
|
294 |
</option>
|
295 |
<option value="scale" <?php echo ( $option3['sfsi_plus_mouseOver_effect']=='scale') ? 'selected="true"' : '' ;?>>Scale</option><option value="combo" <?php echo ( $option3['sfsi_plus_mouseOver_effect']=='combo') ? 'selected="true"' : '' ;?>>
|
296 |
+
<?php _e( 'Combo', SFSI_PLUS_DOMAIN ); ?>
|
297 |
</option>
|
298 |
</select>
|
299 |
</div>
|
303 |
<p class="radio_section tab_3_option">
|
304 |
<input name="sfsi_plus_shuffle_icons" <?php echo ( $option3['sfsi_plus_shuffle_icons']=='yes') ? 'checked="true"' : '' ;?> type="checkbox" value="yes" class="styled" />
|
305 |
<label>
|
306 |
+
<?php _e( 'Shuffle them automatically', SFSI_PLUS_DOMAIN ); ?>
|
307 |
</label>
|
308 |
</p>
|
309 |
<div class="sub_sub_box shuffle_sub" >
|
310 |
<p class="radio_section tab_3_option">
|
311 |
<input name="sfsi_plus_shuffle_Firstload" <?php echo ( $option3['sfsi_plus_shuffle_Firstload']=='yes') ? 'checked="true"' : '' ;?> type="checkbox" value="yes" class="styled" />
|
312 |
<label>
|
313 |
+
<?php _e( 'When site is first loaded', SFSI_PLUS_DOMAIN ); ?>
|
314 |
</label>
|
315 |
</p>
|
316 |
<p class="radio_section tab_3_option">
|
317 |
<input name="sfsi_plus_shuffle_interval" <?php echo ( $option3['sfsi_plus_shuffle_interval']=='yes') ? 'checked="true"' : '' ;?> type="checkbox" value="yes" class="styled" />
|
318 |
<label>
|
319 |
+
<?php _e( 'Every', SFSI_PLUS_DOMAIN ); ?>
|
320 |
</label>
|
321 |
<input class="smal_inpt" type="text" name="sfsi_plus_shuffle_intervalTime" value="<?php echo ( $option3['sfsi_plus_shuffle_intervalTime']!='') ? $option3['sfsi_plus_shuffle_intervalTime'] : '' ;?>">
|
322 |
<label>
|
323 |
+
<?php _e( 'seconds', SFSI_PLUS_DOMAIN ); ?>
|
324 |
</label>
|
325 |
</p>
|
326 |
</div>
|
337 |
<img src="<?php echo SFSI_PLUS_PLUGURL ?>images/ajax-loader.gif" class="loader-img" />
|
338 |
<?php $nonce = wp_create_nonce("update_plus_step3"); ?>
|
339 |
<a href="javascript:;" id="sfsi_plus_save3" title="Save" data-nonce="<?php echo $nonce;?>">
|
340 |
+
<?php _e( 'Save', SFSI_PLUS_DOMAIN ); ?>
|
341 |
</a>
|
342 |
</div> <!-- END SAVE BUTTON SECTION -->
|
343 |
|
344 |
<a class="sfsiColbtn closeSec" href="javascript:;">
|
345 |
+
<?php _e( 'Collapse area', SFSI_PLUS_DOMAIN ); ?>
|
346 |
</a>
|
347 |
<label class="closeSec"></label>
|
348 |
<!-- ERROR AND SUCCESS MESSAGE AREA-->
|
views/sfsi_option_view4.php
CHANGED
@@ -28,16 +28,10 @@
|
|
28 |
<!-- Section 4 "Do you want to display "counts" next to your icons?" main div Start -->
|
29 |
<div class="tab4">
|
30 |
<p>
|
31 |
-
<?php _e('It’s a psychological fact that people like to follow other people (as explained well in Robert Cialdini’s book
|
32 |
-
|
33 |
-
<a href="http://www.amazon.com/Influence-Psychology-Persuasion-Revised-Edition/dp/006124189X" target="_blank" class="lit_txt">
|
34 |
-
<?php _e( 'Influence', 'ultimate-social-media-plus' ); ?>
|
35 |
-
</a>
|
36 |
-
|
37 |
-
<?php _e( '”), so when they see that your site has already a good number of Facebook likes, it’s more likely that they will subscribe/like/share your site than if it had 0. ', 'ultimate-social-media-plus' ); ?>
|
38 |
</p>
|
39 |
<p>
|
40 |
-
<?php _e( 'Therefore, you can select to display the count next to your main icons, for your main icons, not those next to the posts which will look like this:',
|
41 |
</p>
|
42 |
|
43 |
<!-- sample icons -->
|
@@ -99,23 +93,23 @@
|
|
99 |
</li>
|
100 |
</ul> <!-- END sample icons -->
|
101 |
<p>
|
102 |
-
<?php _e( 'Of course, if you start at 0, you shoot yourself in the foot with that. So we suggest that you only turn this feature on once you have a good number of followers/likes/shares (min. of 20 – no worries if it’s not too many, it should just not be 0).',
|
103 |
</p>
|
104 |
<h4>
|
105 |
-
<?php _e( '
|
106 |
</h4>
|
107 |
<!-- show/hide counts for icons section START -->
|
108 |
<ul class="enough_waffling">
|
109 |
<li>
|
110 |
<input name="sfsi_plus_display_counts" <?php echo ($option4['sfsi_plus_display_counts']=='yes') ? 'checked="true"' : '' ;?> type="radio" value="yes" class="styled" />
|
111 |
<label>
|
112 |
-
<?php _e( 'Yes',
|
113 |
</label>
|
114 |
</li>
|
115 |
<li>
|
116 |
<input name="sfsi_plus_display_counts" <?php echo ($option4['sfsi_plus_display_counts']=='no') ? 'checked="true"' : '' ;?> type="radio" value="no" class="styled" />
|
117 |
<label>
|
118 |
-
<?php _e( 'No',
|
119 |
</label>
|
120 |
</li>
|
121 |
</ul>
|
@@ -123,7 +117,7 @@
|
|
123 |
<!-- show/hide counts for all icons section START -->
|
124 |
<div class="sfsiplus_count_sections" style="display:none">
|
125 |
<h4>
|
126 |
-
<?php _e( 'Please specify which counts should be shown:',
|
127 |
</h4>
|
128 |
|
129 |
<!-- RSS ICON COUNT SECTION-->
|
@@ -145,11 +139,7 @@
|
|
145 |
<ul>
|
146 |
<li>
|
147 |
<?php
|
148 |
-
_e(
|
149 |
-
'We cannot track this. So enter the figure here: ',
|
150 |
-
'ultimate-social-media-plus'
|
151 |
-
);
|
152 |
-
?>
|
153 |
<input name="sfsi_plus_rss_manualCounts" type="text" class="input" value="<?php echo ($option4['sfsi_plus_rss_manualCounts']!='') ? $option4['sfsi_plus_rss_manualCounts'] : '' ;?>" />
|
154 |
</li>
|
155 |
</ul>
|
@@ -177,15 +167,11 @@
|
|
177 |
<li>
|
178 |
<input name="sfsi_plus_email_countsFrom" <?php echo ($option4['sfsi_plus_email_countsFrom']=='source') ? 'checked="true"' : '' ;?> type="radio" value="source" class="styled" />
|
179 |
<?php
|
180 |
-
_e(
|
181 |
-
'Retrieve the number of subscribers automatically',
|
182 |
-
'ultimate-social-media-plus'
|
183 |
-
);
|
184 |
-
?>
|
185 |
</li>
|
186 |
<li>
|
187 |
<input name="sfsi_plus_email_countsFrom" <?php echo ($option4['sfsi_plus_email_countsFrom']=='manual') ? 'checked="true"' : '' ;?> type="radio" value="manual" class="styled" />
|
188 |
-
<?php _e( '
|
189 |
<input name="sfsi_plus_email_manualCounts" type="text" class="input" value="<?php echo ($option4['sfsi_plus_email_manualCounts']!='') ? $option4['sfsi_plus_email_manualCounts'] : '' ;?>" style="<?php echo ($option4['sfsi_plus_email_countsFrom']=='source') ? 'display:none;' : '' ;?>" />
|
190 |
</li>
|
191 |
</ul>
|
@@ -212,34 +198,25 @@
|
|
212 |
<ul>
|
213 |
<li>
|
214 |
<input name="sfsi_plus_facebook_countsFrom" <?php echo ($option4['sfsi_plus_facebook_countsFrom']=='likes') ? 'checked="true"' : '' ;?> type="radio" value="likes" class="styled" />
|
215 |
-
<?php _e( 'Retrieve the number of likes',
|
216 |
-
<strong>
|
217 |
-
<?php _e( ' of your blog', 'ultimate-social-media-plus' ); ?>
|
218 |
-
</strong>
|
219 |
</li>
|
220 |
<li>
|
221 |
<input name="sfsi_plus_facebook_countsFrom" <?php echo ($option4['sfsi_plus_facebook_countsFrom']=='mypage') ? 'checked="true"' : '' ;?> type="radio" value="mypage" class="styled" />
|
222 |
-
<?php _e( 'Retrieve the number of likes',
|
223 |
-
<
|
224 |
-
<?php _e( 'of your facebook page', 'ultimate-social-media-plus' ); ?>
|
225 |
-
</strong><br>
|
226 |
<div class="sfsiplus_fbpgiddesc">
|
227 |
<div class="sfsiplus_fbpgidwpr" style="<?php echo ($option4['sfsi_plus_facebook_countsFrom']=='likes' || $option4['sfsi_plus_facebook_countsFrom']=='followers' || $option4['sfsi_plus_facebook_countsFrom']=='manual') ? 'display:none;' : '' ;?>">
|
228 |
-
<?php _e( '
|
229 |
</div>
|
230 |
<input name="sfsi_plus_facebook_mypageCounts" type="text" class="input mypginpt" value="<?php echo ($option4['sfsi_plus_facebook_mypageCounts']!='') ? $option4['sfsi_plus_facebook_mypageCounts'] : '' ;?>" style="<?php echo ($option4['sfsi_plus_facebook_countsFrom']=='likes' || $option4['sfsi_plus_facebook_countsFrom']=='followers' || $option4['sfsi_plus_facebook_countsFrom']=='manual') ? 'display:none;' : '' ;?>" />
|
231 |
</div>
|
232 |
<div class="sfsiplus_fbpgidwpr sfsiplus_fbpgiddesc" style="<?php echo ($option4['sfsi_plus_facebook_countsFrom']=='likes' || $option4['sfsi_plus_facebook_countsFrom']=='followers' || $option4['sfsi_plus_facebook_countsFrom']=='manual') ? 'display:none;' : '' ;?>">
|
233 |
-
<?php _e( '
|
234 |
-
<code><<</code>
|
235 |
-
<?php _e( 'About', 'ultimate-social-media-plus' ); ?>
|
236 |
-
<code>>></code>
|
237 |
-
<?php _e( '-tab on your facebook page)', 'ultimate-social-media-plus' ); ?>
|
238 |
</div>
|
239 |
</li>
|
240 |
<li>
|
241 |
<input name="sfsi_plus_facebook_countsFrom" <?php echo ($option4['sfsi_plus_facebook_countsFrom']=='manual') ? 'checked="true"' : '' ;?> type="radio" value="manual" class="styled" />
|
242 |
-
<?php _e( 'Enter the figure manually',
|
243 |
<input name="sfsi_plus_facebook_manualCounts" type="text" class="input" value="<?php echo ($option4['sfsi_plus_facebook_manualCounts']!='') ? $option4['sfsi_plus_facebook_manualCounts'] : '' ;?>" style="<?php echo ($option4['sfsi_plus_facebook_countsFrom']=='likes' || $option4['sfsi_plus_facebook_countsFrom']=='followers' || $option4['sfsi_plus_facebook_countsFrom']=='mypage') ? 'display:none;' : '' ;?>" />
|
244 |
</li>
|
245 |
</ul>
|
@@ -266,81 +243,67 @@
|
|
266 |
<ul>
|
267 |
<li>
|
268 |
<input name="sfsi_plus_twitter_countsFrom" <?php echo ($option4['sfsi_plus_twitter_countsFrom']=='source') ? 'checked="true"' : '' ;?> type="radio" value="source" class="styled" />
|
269 |
-
<?php _e( 'Retrieve the number of Twitter followers',
|
270 |
</li>
|
271 |
<li class="SFSI_tglli">
|
272 |
<ul class="SFSI_lsngfrm">
|
273 |
<li class="tw_follow_options" style="<?php echo ($option4['sfsi_plus_twitter_countsFrom']=='manual') ? 'display:none;' : '' ;?>">
|
274 |
<label>
|
275 |
-
<?php _e( 'Enter Consumer Key',
|
276 |
</label>
|
277 |
<input name="sfsiplus_tw_consumer_key" class="input_facebook" type="text" value="<?php echo (isset($option4['sfsiplus_tw_consumer_key']) && $option4['sfsiplus_tw_consumer_key']!='') ? $option4['sfsiplus_tw_consumer_key'] : '' ;?>" />
|
278 |
</li>
|
279 |
<li class="tw_follow_options" style="<?php echo ($option4['sfsi_plus_twitter_countsFrom']=='manual') ? 'display:none;' : '' ;?>">
|
280 |
<label>
|
281 |
-
<?php _e( 'Enter Consumer Secret',
|
282 |
</label>
|
283 |
<input name="sfsiplus_tw_consumer_secret" class="input_facebook" type="text" value="<?php echo (isset($option4['sfsiplus_tw_consumer_secret']) && $option4['sfsiplus_tw_consumer_secret']!='') ? $option4['sfsiplus_tw_consumer_secret'] : '' ;?>" />
|
284 |
</li>
|
285 |
<li class="tw_follow_options" style="<?php echo ($option4['sfsi_plus_twitter_countsFrom']=='manual') ? 'display:none;' : '' ;?>">
|
286 |
<label>
|
287 |
-
<?php _e( 'Enter Access Token',
|
288 |
</label>
|
289 |
<input name="sfsiplus_tw_oauth_access_token" class="input_facebook" type="text" value="<?php echo (isset($option4['sfsiplus_tw_oauth_access_token']) && $option4['sfsiplus_tw_oauth_access_token']!='') ? $option4['sfsiplus_tw_oauth_access_token'] : '' ;?>" />
|
290 |
</li>
|
291 |
<li class="tw_follow_options" style="<?php echo ($option4['sfsi_plus_twitter_countsFrom']=='manual') ? 'display:none;' : '' ;?>">
|
292 |
<label>
|
293 |
-
<?php _e( '
|
294 |
</label>
|
295 |
<input name="sfsiplus_tw_oauth_access_token_secret" class="input_facebook" type="text" value="<?php echo (isset($option4['sfsiplus_tw_oauth_access_token_secret']) && $option4['sfsiplus_tw_oauth_access_token_secret']!='') ? $option4['sfsiplus_tw_oauth_access_token_secret'] : '' ;?>" />
|
296 |
</li>
|
297 |
</ul>
|
298 |
<ul class="SFSI_instructions">
|
299 |
<li class="tw_follow_options" style="<?php echo ($option4['sfsi_plus_twitter_countsFrom']=='manual') ? 'display:none;' : '' ;?>">
|
300 |
-
<?php _e( 'Please make sure you have entered the',
|
301 |
-
<?php _e( 'Username', 'ultimate-social-media-plus' ); ?></b>
|
302 |
-
<?php _e( 'for', 'ultimate-social-media-plus' ); ?><b>
|
303 |
-
<?php _e( ' "Follow me on Twitter:"', 'ultimate-social-media-plus' ); ?></b>
|
304 |
-
<?php
|
305 |
-
_e(
|
306 |
-
'in twitter settings under question number 2.',
|
307 |
-
'ultimate-social-media-plus'
|
308 |
-
);
|
309 |
-
?>
|
310 |
</li>
|
311 |
<li class="tw_follow_options" style="<?php echo ($option4['sfsi_plus_twitter_countsFrom']=='manual') ? 'display:none;' : '' ;?>">
|
312 |
<h3>
|
313 |
-
<?php _e( 'To get this information
|
314 |
</h3>
|
315 |
</li>
|
316 |
<li class="tw_follow_options" style="<?php echo ($option4['sfsi_plus_twitter_countsFrom']=='manual') ? 'display:none;' : '' ;?>">
|
317 |
-
<?php _e( '
|
318 |
<a href="http://apps.twitter.com" target="_blank">
|
319 |
-
|
320 |
</a>
|
321 |
</li>
|
322 |
<li class="tw_follow_options" style="<?php echo ($option4['sfsi_plus_twitter_countsFrom']=='manual') ? 'display:none;' : '' ;?>">
|
323 |
-
<?php _e( '
|
324 |
</li>
|
325 |
<li class="tw_follow_options" style="<?php echo ($option4['sfsi_plus_twitter_countsFrom']=='manual') ? 'display:none;' : '' ;?>">
|
326 |
-
<?php _e( '
|
327 |
</li>
|
328 |
<li class="tw_follow_options" style="<?php echo ($option4['sfsi_plus_twitter_countsFrom']=='manual') ? 'display:none;' : '' ;?>">
|
329 |
-
<?php _e( '
|
330 |
</li>
|
331 |
<li class="tw_follow_options" style="<?php echo ($option4['sfsi_plus_twitter_countsFrom']=='manual') ? 'display:none;' : '' ;?>">
|
332 |
-
<?php
|
333 |
-
_e(
|
334 |
-
'5: Then click on "Test OAuth" at the top right and you will see the 4 token key',
|
335 |
-
'ultimate-social-media-plus'
|
336 |
-
);
|
337 |
-
?>
|
338 |
</li>
|
339 |
</ul>
|
340 |
</li>
|
341 |
<li>
|
342 |
<input name="sfsi_plus_twitter_countsFrom" <?php echo ($option4['sfsi_plus_twitter_countsFrom']=='manual') ? 'checked="true"' : '' ;?> type="radio" value="manual" class="styled" />
|
343 |
-
<?php _e( 'Enter the figure manually',
|
344 |
<input name="sfsi_plus_twitter_manualCounts" type="text" class="input" value="<?php echo ($option4['sfsi_plus_twitter_manualCounts']!='') ? $option4['sfsi_plus_twitter_manualCounts'] : '' ;?>" style="<?php echo ($option4['sfsi_plus_twitter_countsFrom']=='source') ? 'display:none;' : '' ;?>" />
|
345 |
</li>
|
346 |
</ul>
|
@@ -367,22 +330,17 @@
|
|
367 |
<ul>
|
368 |
<li>
|
369 |
<input name="sfsi_plus_google_countsFrom" <?php echo ($option4['sfsi_plus_google_countsFrom']=='likes') ? 'checked="true"' : '' ;?> type="radio" value="likes" class="styled" />
|
370 |
-
<?php
|
371 |
-
_e(
|
372 |
-
'Retrieve the number of Google +1 (on your blog)',
|
373 |
-
'ultimate-social-media-plus'
|
374 |
-
);
|
375 |
-
?>
|
376 |
</li>
|
377 |
<li>
|
378 |
<input name="sfsi_plus_google_countsFrom" <?php echo ($option4['sfsi_plus_google_countsFrom']=='follower') ? 'checked="true"' : '' ;?> type="radio" value="follower" class="styled" />
|
379 |
-
<?php _e( 'Retrieve the number of google+ followers',
|
380 |
</li>
|
381 |
<li>
|
382 |
<ul class="SFSI_lsngfrm">
|
383 |
<li class="google_option" style="<?php echo ($option4['sfsi_plus_google_countsFrom']=='manual') ? 'display:none;' : '' ;?>">
|
384 |
<label>
|
385 |
-
<?php _e( 'Enter Google API Key',
|
386 |
</label>
|
387 |
<input name="sfsi_plus_google_api_key" class="input_facebook" type="url" value="<?php echo (isset($option4['sfsi_plus_google_api_key']) && $option4['sfsi_plus_google_api_key']!='') ? $option4['sfsi_plus_google_api_key'] : '' ;?>" />
|
388 |
</li>
|
@@ -390,60 +348,35 @@
|
|
390 |
<ul class="SFSI_instructions">
|
391 |
<li class="google_option" style="<?php echo ($option4['sfsi_plus_twitter_countsFrom']=='manual') ? 'display:none;' : '' ;?>">
|
392 |
<?php
|
393 |
-
_e(
|
394 |
-
|
395 |
-
'ultimate-social-media-plus'
|
396 |
-
);
|
397 |
-
?>
|
398 |
-
<b><?php _e( 'URL', 'ultimate-social-media-plus' ); ?></b>
|
399 |
-
<?php _e( 'for', 'ultimate-social-media-plus' ); ?>
|
400 |
-
<b><?php _e( 'Visit my Google+ page at:', 'ultimate-social-media-plus' ); ?></b>
|
401 |
-
<?php _e( 'like', 'ultimate-social-media-plus' ); ?>
|
402 |
-
<b>
|
403 |
-
<?php
|
404 |
-
_e(
|
405 |
-
'https://plus.google.com/u/0/b/[pageid]',
|
406 |
-
'ultimate-social-media-plus'
|
407 |
-
);
|
408 |
-
?>
|
409 |
-
</b>
|
410 |
-
<?php
|
411 |
-
_e(
|
412 |
-
'in Google+ settings under question number 2.',
|
413 |
-
'ultimate-social-media-plus'
|
414 |
-
);
|
415 |
-
?>
|
416 |
</li>
|
417 |
<li class="google_option" style="<?php echo ($option4['sfsi_plus_twitter_countsFrom']=='manual') ? 'display:none;' : '' ;?>">
|
418 |
<h3>
|
419 |
-
<?php _e( 'To get the API key for G+:',
|
420 |
</h3>
|
421 |
</li>
|
422 |
<li class="google_option" style="<?php echo ($option4['sfsi_plus_twitter_countsFrom']=='manual') ? 'display:none;' : '' ;?>">
|
423 |
-
<?php
|
424 |
-
_e(
|
425 |
-
'1: Login to your Goolge account, go to',
|
426 |
-
'ultimate-social-media-plus'
|
427 |
-
);
|
428 |
-
?>
|
429 |
<a href="http://console.developers.google.com" target="_blank">
|
430 |
-
|
431 |
</a>
|
432 |
-
<?php _e( 'and create a new project',
|
433 |
</li>
|
434 |
<li class="google_option" style="<?php echo ($option4['sfsi_plus_twitter_countsFrom']=='manual') ? 'display:none;' : '' ;?>">
|
435 |
-
<?php _e( '
|
436 |
</li>
|
437 |
<li class="google_option" style="<?php echo ($option4['sfsi_plus_twitter_countsFrom']=='manual') ? 'display:none;' : '' ;?>">
|
438 |
-
<?php _e( '
|
439 |
</li>
|
440 |
<li class="google_option" style="<?php echo ($option4['sfsi_plus_twitter_countsFrom']=='manual') ? 'display:none;' : '' ;?>">
|
441 |
-
<?php _e( 'When you enter this key into the plugin for the first time, it may take some time until the correct follower count is displayed on your website
|
442 |
</li>
|
443 |
</ul>
|
444 |
</li>
|
445 |
<li><input name="sfsi_plus_google_countsFrom" <?php echo ($option4['sfsi_plus_google_countsFrom']=='manual') ? 'checked="true"' : '' ;?> type="radio" value="manual" class="styled" />
|
446 |
-
<?php _e( 'Enter the figure manually',
|
447 |
<input name="sfsi_plus_google_manualCounts" type="text" class="input" value="<?php echo ($option4['sfsi_plus_google_manualCounts']!='') ? $option4['sfsi_plus_google_manualCounts'] : '' ;?>" style="<?php echo ($option4['sfsi_plus_google_countsFrom']=='follower' || $option4['sfsi_plus_google_countsFrom']=='likes') ? 'display:none;' : '' ;?>" />
|
448 |
</li>
|
449 |
</ul>
|
@@ -488,7 +421,7 @@
|
|
488 |
</li><?php */?>
|
489 |
<li>
|
490 |
<input name="sfsi_plus_linkedIn_countsFrom" <?php echo ($option4['sfsi_plus_linkedIn_countsFrom']=='manual' || $option4['sfsi_plus_linkedIn_countsFrom']=='follower') ? 'checked="true"' : '' ;?> type="radio" value="manual" class="styled" />
|
491 |
-
<?php _e( 'Enter the figure manually',
|
492 |
<input name="sfsi_plus_linkedIn_manualCounts" type="text" class="input" value="<?php echo ($option4['sfsi_plus_linkedIn_manualCounts']!='') ? $option4['sfsi_plus_linkedIn_manualCounts'] : '' ;?>" style="<?php echo ($option4['sfsi_plus_linkedIn_countsFrom']=='follower') ? 'display:none;' : '' ;?>" />
|
493 |
</li>
|
494 |
</ul>
|
@@ -515,26 +448,26 @@
|
|
515 |
<ul>
|
516 |
<li>
|
517 |
<input name="sfsi_plus_youtube_countsFrom" type="radio" value="subscriber" <?php echo ($option4['sfsi_plus_youtube_countsFrom']=='subscriber') ? 'checked="true"' : '' ;?> class="styled" />
|
518 |
-
<?php _e( 'Retrieve the number of Subscribers',
|
519 |
</li>
|
520 |
<li class="youtube_options" style="<?php echo ($option4['sfsi_plus_youtube_countsFrom']=='manual') ? 'display:none;' : '' ;?>">
|
521 |
<div>
|
522 |
<label>
|
523 |
-
<?php _e( 'Enter Youtube User name',
|
524 |
</label>
|
525 |
<input name="sfsi_plus_youtube_user" class="input_facebook" type="text" value="<?php echo (isset($option4['sfsi_plus_youtube_user']) && $option4['sfsi_plus_youtube_user']!='') ? $option4['sfsi_plus_youtube_user'] : '' ;?>"/>
|
526 |
</div>
|
527 |
|
528 |
<div>
|
529 |
<label>
|
530 |
-
<?php _e( 'Enter Youtube Channel id',
|
531 |
</label>
|
532 |
<input name="sfsi_plus_youtube_channelId" class="input_facebook" type="text" value="<?php echo (isset($option4['sfsi_plus_youtube_channelId']) && $option4['sfsi_plus_youtube_channelId']!='') ? $option4['sfsi_plus_youtube_channelId'] : '' ;?>"/>
|
533 |
</div>
|
534 |
</li>
|
535 |
<li>
|
536 |
<input name="sfsi_plus_youtube_countsFrom" type="radio" value="manual" <?php echo ($option4['sfsi_plus_youtube_countsFrom']=='manual') ? 'checked="true"' : '' ;?> class="styled" />
|
537 |
-
<?php _e( 'Enter the figure manually',
|
538 |
<input name="sfsi_plus_youtube_manualCounts" type="text" class="input" value="<?php echo ($option4['sfsi_plus_youtube_manualCounts']!='') ? $option4['sfsi_plus_youtube_manualCounts'] : '' ;?>" style="<?php echo ($option4['sfsi_plus_youtube_countsFrom']=='subscriber') ? 'display:none;' : '' ;?>" />
|
539 |
</li>
|
540 |
</ul>
|
@@ -561,12 +494,12 @@
|
|
561 |
<ul>
|
562 |
<li>
|
563 |
<input name="sfsi_plus_pinterest_countsFrom" <?php echo ($option4['sfsi_plus_pinterest_countsFrom']=='pins') ? 'checked="true"' : '' ;?> type="radio" value="pins" class="styled" />
|
564 |
-
<?php _e( 'Retrieve the number of Pins',
|
565 |
</li>
|
566 |
<li>
|
567 |
<input name="sfsi_plus_pinterest_countsFrom" <?php echo ($option4['sfsi_plus_pinterest_countsFrom']=='manual') ? 'checked="true"' : '' ;?> type="radio" value="manual" class="styled" />
|
568 |
<label class="high_prb">
|
569 |
-
<?php _e( 'Enter the figure manually',
|
570 |
</label>
|
571 |
<input name="sfsi_plus_pinterest_manualCounts" type="text" class="input" value="<?php echo ($option4['sfsi_plus_pinterest_manualCounts']!='') ? $option4['sfsi_plus_pinterest_manualCounts'] : '' ;?>" style="<?php echo ($option4['sfsi_plus_pinterest_countsFrom']=='pins') ? 'display:none;' : '' ;?>" />
|
572 |
</li>
|
@@ -594,18 +527,18 @@
|
|
594 |
<ul>
|
595 |
<li>
|
596 |
<input name="sfsi_plus_instagram_countsFrom" <?php echo ($option4['sfsi_plus_instagram_countsFrom']=='followers') ? 'checked="true"' : '' ;?> type="radio" value="followers" class="styled" />
|
597 |
-
<?php _e( 'Retrieve the number of Instagram followers',
|
598 |
</li>
|
599 |
<li class="instagram_userLi" style="<?php echo ($option4['sfsi_plus_instagram_countsFrom']=='manual') ? 'display:none;' : '' ;?>">
|
600 |
<label>
|
601 |
-
<?php _e( 'Enter Instagram User name',
|
602 |
</label>
|
603 |
<input name="sfsi_plus_instagram_User" class="input_facebook" type="text" value="<?php echo (isset($option4['sfsi_plus_instagram_User']) && $option4['sfsi_plus_instagram_User']!='') ? $option4['sfsi_plus_instagram_User'] : '' ;?>" />
|
604 |
</li>
|
605 |
<li>
|
606 |
<input name="sfsi_plus_instagram_countsFrom" <?php echo ($option4['sfsi_plus_instagram_countsFrom']=='manual') ? 'checked="true"' : '' ;?> type="radio" value="manual" class="styled" />
|
607 |
<label class="high_prb">
|
608 |
-
<?php _e( 'Enter the figure manually',
|
609 |
</label>
|
610 |
<input name="sfsi_plus_instagram_manualCounts" type="text" class="input" value="<?php echo ($option4['sfsi_plus_instagram_manualCounts']!='') ? $option4['sfsi_plus_instagram_manualCounts'] : '' ;?>" style="<?php echo ($option4['sfsi_plus_instagram_countsFrom']=='followers') ? 'display:none;' : '' ;?>" />
|
611 |
</li>
|
@@ -633,12 +566,12 @@
|
|
633 |
<ul>
|
634 |
<li>
|
635 |
<input name="sfsi_plus_shares_countsFrom" <?php echo ($option4['sfsi_plus_shares_countsFrom']=='shares') ? 'checked="true"' : '' ;?> type="radio" value="shares" class="styled" />
|
636 |
-
<?php _e( 'Retrieve the number of shares',
|
637 |
</li>
|
638 |
<li>
|
639 |
<input name="sfsi_plus_shares_countsFrom" <?php echo ($option4['sfsi_plus_shares_countsFrom']=='manual') ? 'checked="true"' : '' ;?> type="radio" value="manual" class="styled" />
|
640 |
<label class="high_prb">
|
641 |
-
<?php _e( 'Enter the figure manually',
|
642 |
</label>
|
643 |
<input name="sfsi_plus_shares_manualCounts" type="text" class="input" value="<?php echo ($option4['sfsi_plus_pinterest_manualCounts']!='') ? $option4['sfsi_plus_pinterest_manualCounts'] : '' ;?>" style="<?php echo ($option4['sfsi_plus_shares_countsFrom']=='shares') ? 'display:none;' : '' ;?>" />
|
644 |
</li>
|
@@ -667,7 +600,7 @@
|
|
667 |
<li>
|
668 |
<input name="sfsi_plus_houzz_countsFrom" checked="true" type="radio" value="manual" class="styled" />
|
669 |
<label class="high_prb">
|
670 |
-
<?php _e( 'Enter the figure manually',
|
671 |
</label>
|
672 |
<input name="sfsi_plus_houzz_manualCounts" type="text" class="input" value="<?php echo (isset($option4['sfsi_plus_houzz_manualCounts']) && $option4['sfsi_plus_houzz_manualCounts']!='') ? $option4['sfsi_plus_houzz_manualCounts'] : '20' ;?>" />
|
673 |
</li>
|
@@ -683,12 +616,12 @@
|
|
683 |
<img src="<?php echo SFSI_PLUS_PLUGURL ?>images/ajax-loader.gif" class="loader-img" />
|
684 |
<?php $nonce = wp_create_nonce("update_plus_step4"); ?>
|
685 |
<a href="javascript:;" id="sfsi_plus_save4" title="Save" data-nonce="<?php echo $nonce;?>">
|
686 |
-
<?php _e( 'Save',
|
687 |
</a>
|
688 |
</div>
|
689 |
<!-- END SAVE BUTTON SECTION -->
|
690 |
<a class="sfsiColbtn closeSec" href="javascript:;">
|
691 |
-
<?php _e( 'Collapse area',
|
692 |
</a>
|
693 |
<label class="closeSec"></label>
|
694 |
<!-- ERROR AND SUCCESS MESSAGE AREA-->
|
28 |
<!-- Section 4 "Do you want to display "counts" next to your icons?" main div Start -->
|
29 |
<div class="tab4">
|
30 |
<p>
|
31 |
+
<?php _e('It’s a psychological fact that people like to follow other people (as explained well in Robert Cialdini’s book “<a href="http://www.amazon.com/Influence-Psychology-Persuasion-Revised-Edition/dp/006124189X" target="_blank" class="lit_txt">Influence</a>”), so when they see that your site has already a good number of Facebook likes, it’s more likely that they will subscribe/like/share your site than if it had 0.', SFSI_PLUS_DOMAIN ); ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
</p>
|
33 |
<p>
|
34 |
+
<?php _e( 'Therefore, you can select to display the count next to your main icons, for your main icons, not those next to the posts which will look like this:', SFSI_PLUS_DOMAIN ); ?>
|
35 |
</p>
|
36 |
|
37 |
<!-- sample icons -->
|
93 |
</li>
|
94 |
</ul> <!-- END sample icons -->
|
95 |
<p>
|
96 |
+
<?php _e( 'Of course, if you start at 0, you shoot yourself in the foot with that. So we suggest that you only turn this feature on once you have a good number of followers/likes/shares (min. of 20 – no worries if it’s not too many, it should just not be 0).', SFSI_PLUS_DOMAIN ); ?>
|
97 |
</p>
|
98 |
<h4>
|
99 |
+
<?php _e( 'Enough waffling. So do you want to display counts?', SFSI_PLUS_DOMAIN ); ?>
|
100 |
</h4>
|
101 |
<!-- show/hide counts for icons section START -->
|
102 |
<ul class="enough_waffling">
|
103 |
<li>
|
104 |
<input name="sfsi_plus_display_counts" <?php echo ($option4['sfsi_plus_display_counts']=='yes') ? 'checked="true"' : '' ;?> type="radio" value="yes" class="styled" />
|
105 |
<label>
|
106 |
+
<?php _e( 'Yes', SFSI_PLUS_DOMAIN ); ?>
|
107 |
</label>
|
108 |
</li>
|
109 |
<li>
|
110 |
<input name="sfsi_plus_display_counts" <?php echo ($option4['sfsi_plus_display_counts']=='no') ? 'checked="true"' : '' ;?> type="radio" value="no" class="styled" />
|
111 |
<label>
|
112 |
+
<?php _e( 'No', SFSI_PLUS_DOMAIN ); ?>
|
113 |
</label>
|
114 |
</li>
|
115 |
</ul>
|
117 |
<!-- show/hide counts for all icons section START -->
|
118 |
<div class="sfsiplus_count_sections" style="display:none">
|
119 |
<h4>
|
120 |
+
<?php _e( 'Please specify which counts should be shown:', SFSI_PLUS_DOMAIN ); ?>
|
121 |
</h4>
|
122 |
|
123 |
<!-- RSS ICON COUNT SECTION-->
|
139 |
<ul>
|
140 |
<li>
|
141 |
<?php
|
142 |
+
_e('We cannot track this. So enter the figure here:',SFSI_PLUS_DOMAIN); ?>
|
|
|
|
|
|
|
|
|
143 |
<input name="sfsi_plus_rss_manualCounts" type="text" class="input" value="<?php echo ($option4['sfsi_plus_rss_manualCounts']!='') ? $option4['sfsi_plus_rss_manualCounts'] : '' ;?>" />
|
144 |
</li>
|
145 |
</ul>
|
167 |
<li>
|
168 |
<input name="sfsi_plus_email_countsFrom" <?php echo ($option4['sfsi_plus_email_countsFrom']=='source') ? 'checked="true"' : '' ;?> type="radio" value="source" class="styled" />
|
169 |
<?php
|
170 |
+
_e('Retrieve the number of subscribers automatically', SFSI_PLUS_DOMAIN); ?>
|
|
|
|
|
|
|
|
|
171 |
</li>
|
172 |
<li>
|
173 |
<input name="sfsi_plus_email_countsFrom" <?php echo ($option4['sfsi_plus_email_countsFrom']=='manual') ? 'checked="true"' : '' ;?> type="radio" value="manual" class="styled" />
|
174 |
+
<?php _e( 'Enter the figure manually', SFSI_PLUS_DOMAIN ); ?>
|
175 |
<input name="sfsi_plus_email_manualCounts" type="text" class="input" value="<?php echo ($option4['sfsi_plus_email_manualCounts']!='') ? $option4['sfsi_plus_email_manualCounts'] : '' ;?>" style="<?php echo ($option4['sfsi_plus_email_countsFrom']=='source') ? 'display:none;' : '' ;?>" />
|
176 |
</li>
|
177 |
</ul>
|
198 |
<ul>
|
199 |
<li>
|
200 |
<input name="sfsi_plus_facebook_countsFrom" <?php echo ($option4['sfsi_plus_facebook_countsFrom']=='likes') ? 'checked="true"' : '' ;?> type="radio" value="likes" class="styled" />
|
201 |
+
<?php _e( 'Retrieve the number of likes <b>of your blog</b>', SFSI_PLUS_DOMAIN ); ?>
|
|
|
|
|
|
|
202 |
</li>
|
203 |
<li>
|
204 |
<input name="sfsi_plus_facebook_countsFrom" <?php echo ($option4['sfsi_plus_facebook_countsFrom']=='mypage') ? 'checked="true"' : '' ;?> type="radio" value="mypage" class="styled" />
|
205 |
+
<?php _e( 'Retrieve the number of likes <b>of your facebook page</b>', SFSI_PLUS_DOMAIN ); ?>
|
206 |
+
<br>
|
|
|
|
|
207 |
<div class="sfsiplus_fbpgiddesc">
|
208 |
<div class="sfsiplus_fbpgidwpr" style="<?php echo ($option4['sfsi_plus_facebook_countsFrom']=='likes' || $option4['sfsi_plus_facebook_countsFrom']=='followers' || $option4['sfsi_plus_facebook_countsFrom']=='manual') ? 'display:none;' : '' ;?>">
|
209 |
+
Facebook <?php _e( 'page ID:', SFSI_PLUS_DOMAIN ); ?>
|
210 |
</div>
|
211 |
<input name="sfsi_plus_facebook_mypageCounts" type="text" class="input mypginpt" value="<?php echo ($option4['sfsi_plus_facebook_mypageCounts']!='') ? $option4['sfsi_plus_facebook_mypageCounts'] : '' ;?>" style="<?php echo ($option4['sfsi_plus_facebook_countsFrom']=='likes' || $option4['sfsi_plus_facebook_countsFrom']=='followers' || $option4['sfsi_plus_facebook_countsFrom']=='manual') ? 'display:none;' : '' ;?>" />
|
212 |
</div>
|
213 |
<div class="sfsiplus_fbpgidwpr sfsiplus_fbpgiddesc" style="<?php echo ($option4['sfsi_plus_facebook_countsFrom']=='likes' || $option4['sfsi_plus_facebook_countsFrom']=='followers' || $option4['sfsi_plus_facebook_countsFrom']=='manual') ? 'display:none;' : '' ;?>">
|
214 |
+
(<?php _e( 'Youll find it at the bottom of the << About >> -tab on your facebook page', SFSI_PLUS_DOMAIN ); ?>)
|
|
|
|
|
|
|
|
|
215 |
</div>
|
216 |
</li>
|
217 |
<li>
|
218 |
<input name="sfsi_plus_facebook_countsFrom" <?php echo ($option4['sfsi_plus_facebook_countsFrom']=='manual') ? 'checked="true"' : '' ;?> type="radio" value="manual" class="styled" />
|
219 |
+
<?php _e( 'Enter the figure manually', SFSI_PLUS_DOMAIN ); ?>
|
220 |
<input name="sfsi_plus_facebook_manualCounts" type="text" class="input" value="<?php echo ($option4['sfsi_plus_facebook_manualCounts']!='') ? $option4['sfsi_plus_facebook_manualCounts'] : '' ;?>" style="<?php echo ($option4['sfsi_plus_facebook_countsFrom']=='likes' || $option4['sfsi_plus_facebook_countsFrom']=='followers' || $option4['sfsi_plus_facebook_countsFrom']=='mypage') ? 'display:none;' : '' ;?>" />
|
221 |
</li>
|
222 |
</ul>
|
243 |
<ul>
|
244 |
<li>
|
245 |
<input name="sfsi_plus_twitter_countsFrom" <?php echo ($option4['sfsi_plus_twitter_countsFrom']=='source') ? 'checked="true"' : '' ;?> type="radio" value="source" class="styled" />
|
246 |
+
<?php _e( 'Retrieve the number of Twitter followers', SFSI_PLUS_DOMAIN ); ?>
|
247 |
</li>
|
248 |
<li class="SFSI_tglli">
|
249 |
<ul class="SFSI_lsngfrm">
|
250 |
<li class="tw_follow_options" style="<?php echo ($option4['sfsi_plus_twitter_countsFrom']=='manual') ? 'display:none;' : '' ;?>">
|
251 |
<label>
|
252 |
+
<?php _e( 'Enter Consumer Key', SFSI_PLUS_DOMAIN ); ?>
|
253 |
</label>
|
254 |
<input name="sfsiplus_tw_consumer_key" class="input_facebook" type="text" value="<?php echo (isset($option4['sfsiplus_tw_consumer_key']) && $option4['sfsiplus_tw_consumer_key']!='') ? $option4['sfsiplus_tw_consumer_key'] : '' ;?>" />
|
255 |
</li>
|
256 |
<li class="tw_follow_options" style="<?php echo ($option4['sfsi_plus_twitter_countsFrom']=='manual') ? 'display:none;' : '' ;?>">
|
257 |
<label>
|
258 |
+
<?php _e( 'Enter Consumer Secret', SFSI_PLUS_DOMAIN ); ?>
|
259 |
</label>
|
260 |
<input name="sfsiplus_tw_consumer_secret" class="input_facebook" type="text" value="<?php echo (isset($option4['sfsiplus_tw_consumer_secret']) && $option4['sfsiplus_tw_consumer_secret']!='') ? $option4['sfsiplus_tw_consumer_secret'] : '' ;?>" />
|
261 |
</li>
|
262 |
<li class="tw_follow_options" style="<?php echo ($option4['sfsi_plus_twitter_countsFrom']=='manual') ? 'display:none;' : '' ;?>">
|
263 |
<label>
|
264 |
+
<?php _e( 'Enter Access Token', SFSI_PLUS_DOMAIN ); ?>
|
265 |
</label>
|
266 |
<input name="sfsiplus_tw_oauth_access_token" class="input_facebook" type="text" value="<?php echo (isset($option4['sfsiplus_tw_oauth_access_token']) && $option4['sfsiplus_tw_oauth_access_token']!='') ? $option4['sfsiplus_tw_oauth_access_token'] : '' ;?>" />
|
267 |
</li>
|
268 |
<li class="tw_follow_options" style="<?php echo ($option4['sfsi_plus_twitter_countsFrom']=='manual') ? 'display:none;' : '' ;?>">
|
269 |
<label>
|
270 |
+
<?php _e( 'Enter Access Token Secret', SFSI_PLUS_DOMAIN ); ?>
|
271 |
</label>
|
272 |
<input name="sfsiplus_tw_oauth_access_token_secret" class="input_facebook" type="text" value="<?php echo (isset($option4['sfsiplus_tw_oauth_access_token_secret']) && $option4['sfsiplus_tw_oauth_access_token_secret']!='') ? $option4['sfsiplus_tw_oauth_access_token_secret'] : '' ;?>" />
|
273 |
</li>
|
274 |
</ul>
|
275 |
<ul class="SFSI_instructions">
|
276 |
<li class="tw_follow_options" style="<?php echo ($option4['sfsi_plus_twitter_countsFrom']=='manual') ? 'display:none;' : '' ;?>">
|
277 |
+
<?php _e( 'Please make sure you have entered the <b>Username</b> for <b>"Follow me on Twitter:"</b> in twitter settings under question number 2.', SFSI_PLUS_DOMAIN ); ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
278 |
</li>
|
279 |
<li class="tw_follow_options" style="<?php echo ($option4['sfsi_plus_twitter_countsFrom']=='manual') ? 'display:none;' : '' ;?>">
|
280 |
<h3>
|
281 |
+
<?php _e( 'To get this information:', SFSI_PLUS_DOMAIN ); ?>
|
282 |
</h3>
|
283 |
</li>
|
284 |
<li class="tw_follow_options" style="<?php echo ($option4['sfsi_plus_twitter_countsFrom']=='manual') ? 'display:none;' : '' ;?>">
|
285 |
+
1: <?php _e( 'Go to', SFSI_PLUS_DOMAIN ); ?>
|
286 |
<a href="http://apps.twitter.com" target="_blank">
|
287 |
+
apps.twitter.com
|
288 |
</a>
|
289 |
</li>
|
290 |
<li class="tw_follow_options" style="<?php echo ($option4['sfsi_plus_twitter_countsFrom']=='manual') ? 'display:none;' : '' ;?>">
|
291 |
+
2: <?php _e( 'Click on "Create new app"', SFSI_PLUS_DOMAIN ); ?>
|
292 |
</li>
|
293 |
<li class="tw_follow_options" style="<?php echo ($option4['sfsi_plus_twitter_countsFrom']=='manual') ? 'display:none;' : '' ;?>">
|
294 |
+
3: <?php _e( 'Enter a random Name, Descriptions and Website URL (including the "http://", e.g. http://dummysitename.com)', SFSI_PLUS_DOMAIN ); ?>
|
295 |
</li>
|
296 |
<li class="tw_follow_options" style="<?php echo ($option4['sfsi_plus_twitter_countsFrom']=='manual') ? 'display:none;' : '' ;?>">
|
297 |
+
4: <?php _e( 'Go to "Keys and Access Tokens" tab and click on "Generate Token" in the "Token actions" section at the bottom', SFSI_PLUS_DOMAIN ); ?>
|
298 |
</li>
|
299 |
<li class="tw_follow_options" style="<?php echo ($option4['sfsi_plus_twitter_countsFrom']=='manual') ? 'display:none;' : '' ;?>">
|
300 |
+
5: <?php _e('Then click on "Test OAuth" at the top right and you will see the 4 token key',SFSI_PLUS_DOMAIN ); ?>
|
|
|
|
|
|
|
|
|
|
|
301 |
</li>
|
302 |
</ul>
|
303 |
</li>
|
304 |
<li>
|
305 |
<input name="sfsi_plus_twitter_countsFrom" <?php echo ($option4['sfsi_plus_twitter_countsFrom']=='manual') ? 'checked="true"' : '' ;?> type="radio" value="manual" class="styled" />
|
306 |
+
<?php _e( 'Enter the figure manually', SFSI_PLUS_DOMAIN ); ?>
|
307 |
<input name="sfsi_plus_twitter_manualCounts" type="text" class="input" value="<?php echo ($option4['sfsi_plus_twitter_manualCounts']!='') ? $option4['sfsi_plus_twitter_manualCounts'] : '' ;?>" style="<?php echo ($option4['sfsi_plus_twitter_countsFrom']=='source') ? 'display:none;' : '' ;?>" />
|
308 |
</li>
|
309 |
</ul>
|
330 |
<ul>
|
331 |
<li>
|
332 |
<input name="sfsi_plus_google_countsFrom" <?php echo ($option4['sfsi_plus_google_countsFrom']=='likes') ? 'checked="true"' : '' ;?> type="radio" value="likes" class="styled" />
|
333 |
+
<?php _e('Retrieve the number of Google +1 (on your blog)',SFSI_PLUS_DOMAIN); ?>
|
|
|
|
|
|
|
|
|
|
|
334 |
</li>
|
335 |
<li>
|
336 |
<input name="sfsi_plus_google_countsFrom" <?php echo ($option4['sfsi_plus_google_countsFrom']=='follower') ? 'checked="true"' : '' ;?> type="radio" value="follower" class="styled" />
|
337 |
+
<?php _e( 'Retrieve the number of google+ followers', SFSI_PLUS_DOMAIN ); ?>
|
338 |
</li>
|
339 |
<li>
|
340 |
<ul class="SFSI_lsngfrm">
|
341 |
<li class="google_option" style="<?php echo ($option4['sfsi_plus_google_countsFrom']=='manual') ? 'display:none;' : '' ;?>">
|
342 |
<label>
|
343 |
+
<?php _e( 'Enter Google API Key', SFSI_PLUS_DOMAIN ); ?>
|
344 |
</label>
|
345 |
<input name="sfsi_plus_google_api_key" class="input_facebook" type="url" value="<?php echo (isset($option4['sfsi_plus_google_api_key']) && $option4['sfsi_plus_google_api_key']!='') ? $option4['sfsi_plus_google_api_key'] : '' ;?>" />
|
346 |
</li>
|
348 |
<ul class="SFSI_instructions">
|
349 |
<li class="google_option" style="<?php echo ($option4['sfsi_plus_twitter_countsFrom']=='manual') ? 'display:none;' : '' ;?>">
|
350 |
<?php
|
351 |
+
_e('Please make sure you have entered the <b>URL</b> for <b>Visit my Google+ page at:</b> like <b> https://plus.google.com/u/0/b/[pageid]</b> in Google+ settings under question number 2.',SFSI_PLUS_DOMAIN); ?>
|
352 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
353 |
</li>
|
354 |
<li class="google_option" style="<?php echo ($option4['sfsi_plus_twitter_countsFrom']=='manual') ? 'display:none;' : '' ;?>">
|
355 |
<h3>
|
356 |
+
<?php _e( 'To get the API key for G+:', SFSI_PLUS_DOMAIN ); ?>
|
357 |
</h3>
|
358 |
</li>
|
359 |
<li class="google_option" style="<?php echo ($option4['sfsi_plus_twitter_countsFrom']=='manual') ? 'display:none;' : '' ;?>">
|
360 |
+
1: <?php
|
361 |
+
_e('Login to your Goolge account, go to', SFSI_PLUS_DOMAIN ); ?>
|
|
|
|
|
|
|
|
|
362 |
<a href="http://console.developers.google.com" target="_blank">
|
363 |
+
console.developers.google.com
|
364 |
</a>
|
365 |
+
<?php _e( 'and create a new project', SFSI_PLUS_DOMAIN ); ?>
|
366 |
</li>
|
367 |
<li class="google_option" style="<?php echo ($option4['sfsi_plus_twitter_countsFrom']=='manual') ? 'display:none;' : '' ;?>">
|
368 |
+
2: <?php _e( 'Then on the left menu bar go to “APIs & auth”, “Credentials” and click “Create new key” in the “Public API access” section', SFSI_PLUS_DOMAIN ); ?>
|
369 |
</li>
|
370 |
<li class="google_option" style="<?php echo ($option4['sfsi_plus_twitter_countsFrom']=='manual') ? 'display:none;' : '' ;?>">
|
371 |
+
3: <?php _e( 'There you select “browser key” and click “Create”. You will then be shown your API key', SFSI_PLUS_DOMAIN ); ?>.
|
372 |
</li>
|
373 |
<li class="google_option" style="<?php echo ($option4['sfsi_plus_twitter_countsFrom']=='manual') ? 'display:none;' : '' ;?>">
|
374 |
+
<?php _e( 'When you enter this key into the plugin for the first time, it may take some time until the correct follower count is displayed on your website', SFSI_PLUS_DOMAIN ); ?>.
|
375 |
</li>
|
376 |
</ul>
|
377 |
</li>
|
378 |
<li><input name="sfsi_plus_google_countsFrom" <?php echo ($option4['sfsi_plus_google_countsFrom']=='manual') ? 'checked="true"' : '' ;?> type="radio" value="manual" class="styled" />
|
379 |
+
<?php _e( 'Enter the figure manually', SFSI_PLUS_DOMAIN ); ?>
|
380 |
<input name="sfsi_plus_google_manualCounts" type="text" class="input" value="<?php echo ($option4['sfsi_plus_google_manualCounts']!='') ? $option4['sfsi_plus_google_manualCounts'] : '' ;?>" style="<?php echo ($option4['sfsi_plus_google_countsFrom']=='follower' || $option4['sfsi_plus_google_countsFrom']=='likes') ? 'display:none;' : '' ;?>" />
|
381 |
</li>
|
382 |
</ul>
|
421 |
</li><?php */?>
|
422 |
<li>
|
423 |
<input name="sfsi_plus_linkedIn_countsFrom" <?php echo ($option4['sfsi_plus_linkedIn_countsFrom']=='manual' || $option4['sfsi_plus_linkedIn_countsFrom']=='follower') ? 'checked="true"' : '' ;?> type="radio" value="manual" class="styled" />
|
424 |
+
<?php _e( 'Enter the figure manually', SFSI_PLUS_DOMAIN ); ?>
|
425 |
<input name="sfsi_plus_linkedIn_manualCounts" type="text" class="input" value="<?php echo ($option4['sfsi_plus_linkedIn_manualCounts']!='') ? $option4['sfsi_plus_linkedIn_manualCounts'] : '' ;?>" style="<?php echo ($option4['sfsi_plus_linkedIn_countsFrom']=='follower') ? 'display:none;' : '' ;?>" />
|
426 |
</li>
|
427 |
</ul>
|
448 |
<ul>
|
449 |
<li>
|
450 |
<input name="sfsi_plus_youtube_countsFrom" type="radio" value="subscriber" <?php echo ($option4['sfsi_plus_youtube_countsFrom']=='subscriber') ? 'checked="true"' : '' ;?> class="styled" />
|
451 |
+
<?php _e( 'Retrieve the number of Subscribers', SFSI_PLUS_DOMAIN ); ?>
|
452 |
</li>
|
453 |
<li class="youtube_options" style="<?php echo ($option4['sfsi_plus_youtube_countsFrom']=='manual') ? 'display:none;' : '' ;?>">
|
454 |
<div>
|
455 |
<label>
|
456 |
+
<?php _e( 'Enter Youtube User name', SFSI_PLUS_DOMAIN ); ?>
|
457 |
</label>
|
458 |
<input name="sfsi_plus_youtube_user" class="input_facebook" type="text" value="<?php echo (isset($option4['sfsi_plus_youtube_user']) && $option4['sfsi_plus_youtube_user']!='') ? $option4['sfsi_plus_youtube_user'] : '' ;?>"/>
|
459 |
</div>
|
460 |
|
461 |
<div>
|
462 |
<label>
|
463 |
+
<?php _e( 'Enter Youtube Channel id', SFSI_PLUS_DOMAIN ); ?>
|
464 |
</label>
|
465 |
<input name="sfsi_plus_youtube_channelId" class="input_facebook" type="text" value="<?php echo (isset($option4['sfsi_plus_youtube_channelId']) && $option4['sfsi_plus_youtube_channelId']!='') ? $option4['sfsi_plus_youtube_channelId'] : '' ;?>"/>
|
466 |
</div>
|
467 |
</li>
|
468 |
<li>
|
469 |
<input name="sfsi_plus_youtube_countsFrom" type="radio" value="manual" <?php echo ($option4['sfsi_plus_youtube_countsFrom']=='manual') ? 'checked="true"' : '' ;?> class="styled" />
|
470 |
+
<?php _e( 'Enter the figure manually', SFSI_PLUS_DOMAIN ); ?>
|
471 |
<input name="sfsi_plus_youtube_manualCounts" type="text" class="input" value="<?php echo ($option4['sfsi_plus_youtube_manualCounts']!='') ? $option4['sfsi_plus_youtube_manualCounts'] : '' ;?>" style="<?php echo ($option4['sfsi_plus_youtube_countsFrom']=='subscriber') ? 'display:none;' : '' ;?>" />
|
472 |
</li>
|
473 |
</ul>
|
494 |
<ul>
|
495 |
<li>
|
496 |
<input name="sfsi_plus_pinterest_countsFrom" <?php echo ($option4['sfsi_plus_pinterest_countsFrom']=='pins') ? 'checked="true"' : '' ;?> type="radio" value="pins" class="styled" />
|
497 |
+
<?php _e( 'Retrieve the number of Pins', SFSI_PLUS_DOMAIN ); ?>
|
498 |
</li>
|
499 |
<li>
|
500 |
<input name="sfsi_plus_pinterest_countsFrom" <?php echo ($option4['sfsi_plus_pinterest_countsFrom']=='manual') ? 'checked="true"' : '' ;?> type="radio" value="manual" class="styled" />
|
501 |
<label class="high_prb">
|
502 |
+
<?php _e( 'Enter the figure manually', SFSI_PLUS_DOMAIN ); ?>
|
503 |
</label>
|
504 |
<input name="sfsi_plus_pinterest_manualCounts" type="text" class="input" value="<?php echo ($option4['sfsi_plus_pinterest_manualCounts']!='') ? $option4['sfsi_plus_pinterest_manualCounts'] : '' ;?>" style="<?php echo ($option4['sfsi_plus_pinterest_countsFrom']=='pins') ? 'display:none;' : '' ;?>" />
|
505 |
</li>
|
527 |
<ul>
|
528 |
<li>
|
529 |
<input name="sfsi_plus_instagram_countsFrom" <?php echo ($option4['sfsi_plus_instagram_countsFrom']=='followers') ? 'checked="true"' : '' ;?> type="radio" value="followers" class="styled" />
|
530 |
+
<?php _e( 'Retrieve the number of Instagram followers', SFSI_PLUS_DOMAIN ); ?>
|
531 |
</li>
|
532 |
<li class="instagram_userLi" style="<?php echo ($option4['sfsi_plus_instagram_countsFrom']=='manual') ? 'display:none;' : '' ;?>">
|
533 |
<label>
|
534 |
+
<?php _e( 'Enter Instagram User name', SFSI_PLUS_DOMAIN ); ?>
|
535 |
</label>
|
536 |
<input name="sfsi_plus_instagram_User" class="input_facebook" type="text" value="<?php echo (isset($option4['sfsi_plus_instagram_User']) && $option4['sfsi_plus_instagram_User']!='') ? $option4['sfsi_plus_instagram_User'] : '' ;?>" />
|
537 |
</li>
|
538 |
<li>
|
539 |
<input name="sfsi_plus_instagram_countsFrom" <?php echo ($option4['sfsi_plus_instagram_countsFrom']=='manual') ? 'checked="true"' : '' ;?> type="radio" value="manual" class="styled" />
|
540 |
<label class="high_prb">
|
541 |
+
<?php _e( 'Enter the figure manually', SFSI_PLUS_DOMAIN ); ?>
|
542 |
</label>
|
543 |
<input name="sfsi_plus_instagram_manualCounts" type="text" class="input" value="<?php echo ($option4['sfsi_plus_instagram_manualCounts']!='') ? $option4['sfsi_plus_instagram_manualCounts'] : '' ;?>" style="<?php echo ($option4['sfsi_plus_instagram_countsFrom']=='followers') ? 'display:none;' : '' ;?>" />
|
544 |
</li>
|
566 |
<ul>
|
567 |
<li>
|
568 |
<input name="sfsi_plus_shares_countsFrom" <?php echo ($option4['sfsi_plus_shares_countsFrom']=='shares') ? 'checked="true"' : '' ;?> type="radio" value="shares" class="styled" />
|
569 |
+
<?php _e( 'Retrieve the number of shares', SFSI_PLUS_DOMAIN ); ?>
|
570 |
</li>
|
571 |
<li>
|
572 |
<input name="sfsi_plus_shares_countsFrom" <?php echo ($option4['sfsi_plus_shares_countsFrom']=='manual') ? 'checked="true"' : '' ;?> type="radio" value="manual" class="styled" />
|
573 |
<label class="high_prb">
|
574 |
+
<?php _e( 'Enter the figure manually', SFSI_PLUS_DOMAIN ); ?>
|
575 |
</label>
|
576 |
<input name="sfsi_plus_shares_manualCounts" type="text" class="input" value="<?php echo ($option4['sfsi_plus_pinterest_manualCounts']!='') ? $option4['sfsi_plus_pinterest_manualCounts'] : '' ;?>" style="<?php echo ($option4['sfsi_plus_shares_countsFrom']=='shares') ? 'display:none;' : '' ;?>" />
|
577 |
</li>
|
600 |
<li>
|
601 |
<input name="sfsi_plus_houzz_countsFrom" checked="true" type="radio" value="manual" class="styled" />
|
602 |
<label class="high_prb">
|
603 |
+
<?php _e( 'Enter the figure manually', SFSI_PLUS_DOMAIN ); ?>
|
604 |
</label>
|
605 |
<input name="sfsi_plus_houzz_manualCounts" type="text" class="input" value="<?php echo (isset($option4['sfsi_plus_houzz_manualCounts']) && $option4['sfsi_plus_houzz_manualCounts']!='') ? $option4['sfsi_plus_houzz_manualCounts'] : '20' ;?>" />
|
606 |
</li>
|
616 |
<img src="<?php echo SFSI_PLUS_PLUGURL ?>images/ajax-loader.gif" class="loader-img" />
|
617 |
<?php $nonce = wp_create_nonce("update_plus_step4"); ?>
|
618 |
<a href="javascript:;" id="sfsi_plus_save4" title="Save" data-nonce="<?php echo $nonce;?>">
|
619 |
+
<?php _e( 'Save', SFSI_PLUS_DOMAIN ); ?>
|
620 |
</a>
|
621 |
</div>
|
622 |
<!-- END SAVE BUTTON SECTION -->
|
623 |
<a class="sfsiColbtn closeSec" href="javascript:;">
|
624 |
+
<?php _e( 'Collapse area', SFSI_PLUS_DOMAIN ); ?>
|
625 |
</a>
|
626 |
<label class="closeSec"></label>
|
627 |
<!-- ERROR AND SUCCESS MESSAGE AREA-->
|
views/sfsi_option_view5.php
CHANGED
@@ -64,366 +64,199 @@
|
|
64 |
?>
|
65 |
<select name="<?php echo $name; ?>" id="<?php echo $name; ?>" data-iconUrl="<?php echo $visit_icon; ?>" class="<?php echo $name; ?>-preview lanOnchange">
|
66 |
<option value="<?php echo $follow; ?>_ar" <?php echo ($option5[$name]== $follow.'_ar') ? 'selected="selected"' : '' ; ?>>
|
67 |
-
|
68 |
-
<span> - << </span>
|
69 |
-
<span><?php _e($follow, 'ultimate-social-media-plus' ); ?></span>
|
70 |
-
<span> >> </span>
|
71 |
</option>
|
72 |
<option value="<?php echo $visitme; ?>_ar" <?php echo ($option5[$name]== $visitme.'_ar') ? 'selected="selected"' : '' ; ?>>
|
73 |
-
|
74 |
-
<span> - << </span>
|
75 |
-
<span><?php _e($visitme, 'ultimate-social-media-plus' ); ?></span>
|
76 |
-
<span> >> </span>
|
77 |
</option>
|
78 |
|
79 |
<option value="<?php echo $follow; ?>_bg_BG" <?php echo ($option5[$name]== $follow.'_bg_BG') ? 'selected="selected"' : '' ; ?>>
|
80 |
-
|
81 |
-
<span> - << </span>
|
82 |
-
<span><?php _e($follow, 'ultimate-social-media-plus' ); ?></span>
|
83 |
-
<span> >> </span>
|
84 |
</option>
|
85 |
<option value="<?php echo $visitme; ?>_bg_BG" <?php echo ($option5[$name]== $visitme.'_bg_BG') ? 'selected="selected"' : '' ; ?>>
|
86 |
-
|
87 |
-
<span> - << </span>
|
88 |
-
<span><?php _e($visitme, 'ultimate-social-media-plus' ); ?></span>
|
89 |
-
<span> >> </span>
|
90 |
</option>
|
91 |
|
92 |
<option value="<?php echo $follow; ?>_zh_CN" <?php echo ($option5[$name]== $follow.'_zh_CN') ? 'selected="selected"' : '' ; ?>>
|
93 |
-
|
94 |
-
<span> - << </span>
|
95 |
-
<span><?php _e($follow, 'ultimate-social-media-plus' ); ?></span>
|
96 |
-
<span> >> </span>
|
97 |
</option>
|
98 |
<option value="<?php echo $visitme; ?>_zh_CN" <?php echo ($option5[$name]== $visitme.'_zh_CN') ? 'selected="selected"' : '' ; ?>>
|
99 |
-
|
100 |
-
<span> - << </span>
|
101 |
-
<span><?php _e($visitme, 'ultimate-social-media-plus' ); ?></span>
|
102 |
-
<span> >> </span>
|
103 |
</option>
|
104 |
|
105 |
<option value="<?php echo $follow; ?>_cs_CZ" <?php echo ($option5[$name]== $follow.'_cs_CZ') ? 'selected="selected"' : '' ; ?>>
|
106 |
-
|
107 |
-
<span> - << </span>
|
108 |
-
<span><?php _e($follow, 'ultimate-social-media-plus' ); ?></span>
|
109 |
-
<span> >> </span>
|
110 |
</option>
|
111 |
<option value="<?php echo $visitme; ?>_cs_CZ" <?php echo ($option5[$name]== $visitme.'_cs_CZ') ? 'selected="selected"' : '' ; ?>>
|
112 |
-
|
113 |
-
<span> - << </span>
|
114 |
-
<span><?php _e($visitme, 'ultimate-social-media-plus' ); ?></span>
|
115 |
-
<span> >> </span>
|
116 |
</option>
|
117 |
|
118 |
<option value="<?php echo $follow; ?>_da_DK" <?php echo ($option5[$name]== $follow.'_da_DK') ? 'selected="selected"' : '' ; ?>>
|
119 |
-
|
120 |
-
<span> - << </span>
|
121 |
-
<span><?php _e($follow, 'ultimate-social-media-plus' ); ?></span>
|
122 |
-
<span> >> </span>
|
123 |
</option>
|
124 |
<option value="<?php echo $visitme; ?>_da_DK" <?php echo ($option5[$name]== $visitme.'_da_DK') ? 'selected="selected"' : '' ; ?>>
|
125 |
-
|
126 |
-
<span> - << </span>
|
127 |
-
<span><?php _e($visitme, 'ultimate-social-media-plus' ); ?></span>
|
128 |
-
<span> >> </span>
|
129 |
</option>
|
130 |
|
131 |
<option value="<?php echo $follow; ?>_nl_NL" <?php echo ($option5[$name]== $follow.'_nl_NL') ? 'selected="selected"' : '' ; ?>>
|
132 |
-
|
133 |
-
<span> - << </span>
|
134 |
-
<span><?php _e($follow, 'ultimate-social-media-plus' ); ?></span>
|
135 |
-
<span> >> </span>
|
136 |
</option>
|
137 |
<option value="<?php echo $visitme; ?>_nl_NL" <?php echo ($option5[$name]== $visitme.'_nl_NL') ? 'selected="selected"' : '' ; ?>>
|
138 |
-
|
139 |
-
<span> - << </span>
|
140 |
-
<span><?php _e($visitme, 'ultimate-social-media-plus' ); ?></span>
|
141 |
-
<span> >> </span>
|
142 |
</option>
|
143 |
|
144 |
<option value="<?php echo $follow; ?>_fi" <?php echo ($option5[$name]== $follow.'_fi') ? 'selected="selected"' : '' ; ?>>
|
145 |
-
|
146 |
-
<span> - << </span>
|
147 |
-
<span><?php _e($follow, 'ultimate-social-media-plus' ); ?></span>
|
148 |
-
<span> >> </span>
|
149 |
</option>
|
150 |
<option value="<?php echo $visitme; ?>_fi" <?php echo ($option5[$name]== $visitme.'_fi') ? 'selected="selected"' : '' ; ?>>
|
151 |
-
|
152 |
-
<span> - << </span>
|
153 |
-
<span><?php _e($visitme, 'ultimate-social-media-plus' ); ?></span>
|
154 |
-
<span> >> </span>
|
155 |
</option>
|
156 |
|
157 |
<option value="<?php echo $follow; ?>_fr_FR" <?php echo ($option5[$name]== $follow.'_fr_FR') ? 'selected="selected"' : '' ; ?>>
|
158 |
-
|
159 |
-
<span> - << </span>
|
160 |
-
<span><?php _e($follow, 'ultimate-social-media-plus' ); ?></span>
|
161 |
-
<span> >> </span>
|
162 |
</option>
|
163 |
<option value="<?php echo $visitme; ?>_fr_FR" <?php echo ($option5[$name]== $visitme.'_fr_FR') ? 'selected="selected"' : '' ; ?>>
|
164 |
-
|
165 |
-
<span> - << </span>
|
166 |
-
<span><?php _e($visitme, 'ultimate-social-media-plus' ); ?></span>
|
167 |
-
<span> >> </span>
|
168 |
</option>
|
169 |
|
170 |
<option value="<?php echo $follow; ?>_de_DE" <?php echo ($option5[$name]== $follow.'_de_DE') ? 'selected="selected"' : '' ; ?>>
|
171 |
-
|
172 |
-
<span> - << </span>
|
173 |
-
<span><?php _e($follow, 'ultimate-social-media-plus' ); ?></span>
|
174 |
-
<span> >> </span>
|
175 |
</option>
|
176 |
<option value="<?php echo $visitme; ?>_de_DE" <?php echo ($option5[$name]== $visitme.'_de_DE') ? 'selected="selected"' : '' ; ?>>
|
177 |
-
|
178 |
-
<span> - << </span>
|
179 |
-
<span><?php _e($visitme, 'ultimate-social-media-plus' ); ?></span>
|
180 |
-
<span> >> </span>
|
181 |
</option>
|
182 |
|
183 |
<option value="<?php echo $follow; ?>_en_US" <?php echo ($option5[$name]== $follow.'_en_US') ? 'selected="selected"' : '' ; ?>>
|
184 |
-
|
185 |
-
<span> - << </span>
|
186 |
-
<span><?php _e($follow, 'ultimate-social-media-plus' ); ?></span>
|
187 |
-
<span> >> </span>
|
188 |
</option>
|
189 |
<option value="<?php echo $visitme; ?>_en_US" <?php echo ($option5[$name]== $visitme.'_en_US') ? 'selected="selected"' : '' ; ?>>
|
190 |
-
|
191 |
-
<span> - << </span>
|
192 |
-
<span><?php _e($visitme, 'ultimate-social-media-plus' ); ?></span>
|
193 |
-
<span> >> </span>
|
194 |
</option>
|
195 |
|
196 |
<option value="<?php echo $follow; ?>_el" <?php echo ($option5[$name]== $follow.'_el') ? 'selected="selected"' : '' ; ?>>
|
197 |
-
|
198 |
-
<span> - << </span>
|
199 |
-
<span><?php _e($follow, 'ultimate-social-media-plus' ); ?></span>
|
200 |
-
<span> >> </span>
|
201 |
</option>
|
202 |
<option value="<?php echo $visitme; ?>_el" <?php echo ($option5[$name]== $visitme.'_el') ? 'selected="selected"' : '' ; ?>>
|
203 |
-
|
204 |
-
<span> - << </span>
|
205 |
-
<span><?php _e($visitme, 'ultimate-social-media-plus' ); ?></span>
|
206 |
-
<span> >> </span>
|
207 |
</option>
|
208 |
|
209 |
<option value="<?php echo $follow; ?>_hu_HU" <?php echo ($option5[$name]==$follow.'_hu_HU') ? 'selected="selected"' : '' ; ?>>
|
210 |
-
|
211 |
-
<span> - << </span>
|
212 |
-
<span><?php _e($follow, 'ultimate-social-media-plus' ); ?></span>
|
213 |
-
<span> >> </span>
|
214 |
</option>
|
215 |
<option value="<?php echo $visitme; ?>_hu_HU" <?php echo ($option5[$name]== $visitme.'_hu_HU') ? 'selected="selected"' : '' ; ?>>
|
216 |
-
|
217 |
-
<span> - << </span>
|
218 |
-
<span><?php _e($visitme, 'ultimate-social-media-plus' ); ?></span>
|
219 |
-
<span> >> </span>
|
220 |
</option>
|
221 |
|
222 |
<option value="<?php echo $follow; ?>_id_ID" <?php echo ($option5[$name]== $follow.'_id_ID') ? 'selected="selected"' : '' ; ?>>
|
223 |
-
|
224 |
-
<span> - << </span>
|
225 |
-
<span><?php _e($follow, 'ultimate-social-media-plus' ); ?></span>
|
226 |
-
<span> >> </span>
|
227 |
</option>
|
228 |
<option value="<?php echo $visitme; ?>_id_ID" <?php echo ($option5[$name]== $visitme.'_id_ID') ? 'selected="selected"' : '' ; ?>>
|
229 |
-
|
230 |
-
<span> - << </span>
|
231 |
-
<span><?php _e($visitme, 'ultimate-social-media-plus' ); ?></span>
|
232 |
-
<span> >> </span>
|
233 |
</option>
|
234 |
|
235 |
<option value="<?php echo $follow; ?>_it_IT" <?php echo ($option5[$name]== $follow.'_it_IT') ? 'selected="selected"' : '' ; ?>>
|
236 |
-
|
237 |
-
<span> - << </span>
|
238 |
-
<span><?php _e($follow, 'ultimate-social-media-plus' ); ?></span>
|
239 |
-
<span> >> </span>
|
240 |
</option>
|
241 |
<option value="<?php echo $visitme; ?>_it_IT" <?php echo ($option5[$name]== $visitme.'_it_IT') ? 'selected="selected"' : '' ; ?>>
|
242 |
-
|
243 |
-
<span> - << </span>
|
244 |
-
<span><?php _e($visitme, 'ultimate-social-media-plus' ); ?></span>
|
245 |
-
<span> >> </span>
|
246 |
</option>
|
247 |
|
248 |
<option value="<?php echo $follow; ?>_ja" <?php echo ($option5[$name]== $follow.'_ja') ? 'selected="selected"' : '' ; ?>>
|
249 |
-
|
250 |
-
<span> - << </span>
|
251 |
-
<span><?php _e($follow, 'ultimate-social-media-plus' ); ?></span>
|
252 |
-
<span> >> </span>
|
253 |
</option>
|
254 |
<option value="<?php echo $visitme; ?>_ja" <?php echo ($option5[$name]== $visitme.'_ja') ? 'selected="selected"' : '' ; ?>>
|
255 |
-
|
256 |
-
<span> - << </span>
|
257 |
-
<span><?php _e($visitme, 'ultimate-social-media-plus' ); ?></span>
|
258 |
-
<span> >> </span>
|
259 |
</option>
|
260 |
|
261 |
<option value="<?php echo $follow; ?>_ko_KR" <?php echo ($option5[$name]== $follow.'_ko_KR') ? 'selected="selected"' : '' ; ?>>
|
262 |
-
|
263 |
-
<span> - << </span>
|
264 |
-
<span><?php _e($follow, 'ultimate-social-media-plus' ); ?></span>
|
265 |
-
<span> >> </span>
|
266 |
</option>
|
267 |
<option value="<?php echo $visitme; ?>_ko_KR" <?php echo ($option5[$name]== $visitme.'_ko_KR') ? 'selected="selected"' : '' ; ?>>
|
268 |
-
|
269 |
-
<span> - << </span>
|
270 |
-
<span><?php _e($visitme, 'ultimate-social-media-plus' ); ?></span>
|
271 |
-
<span> >> </span>
|
272 |
</option>
|
273 |
|
274 |
<option value="<?php echo $follow; ?>_nb_NO" <?php echo ($option5[$name]== $follow.'_nb_NO') ? 'selected="selected"' : '' ; ?>>
|
275 |
-
|
276 |
-
<span> - << </span>
|
277 |
-
<span><?php _e($follow, 'ultimate-social-media-plus' ); ?></span>
|
278 |
-
<span> >> </span>
|
279 |
</option>
|
280 |
<option value="<?php echo $visitme; ?>_nb_NO" <?php echo ($option5[$name]== $visitme.'_nb_NO') ? 'selected="selected"' : '' ; ?>>
|
281 |
-
|
282 |
-
<span> - << </span>
|
283 |
-
<span><?php _e($visitme, 'ultimate-social-media-plus' ); ?></span>
|
284 |
-
<span> >> </span>
|
285 |
</option>
|
286 |
|
287 |
<option value="<?php echo $follow; ?>_fa_IR" <?php echo ($option5[$name]== $follow.'_fa_IR') ? 'selected="selected"' : '' ; ?>>
|
288 |
-
|
289 |
-
<span> - << </span>
|
290 |
-
<span><?php _e($follow, 'ultimate-social-media-plus' ); ?></span>
|
291 |
-
<span> >> </span>
|
292 |
</option>
|
293 |
-
<option value="<?php echo $visitme; ?>_fa_IR" <?php echo ($option5[$name]== $visitme.'_fa_IR') ? 'selected="selected"' : '' ;
|
294 |
-
|
295 |
-
<span><?php _e($visitme, 'ultimate-social-media-plus' ); ?></span>
|
296 |
-
<span> >> </span>
|
297 |
</option>
|
298 |
|
299 |
<option value="<?php echo $follow; ?>_pl_PL" <?php echo ($option5[$name]== $follow.'_pl_PL') ? 'selected="selected"' : '' ; ?>>
|
300 |
-
|
301 |
-
<span> - << </span>
|
302 |
-
<span><?php _e($follow, 'ultimate-social-media-plus' ); ?></span>
|
303 |
-
<span> >> </span>
|
304 |
</option>
|
305 |
<option value="<?php echo $visitme; ?>_pl_PL" <?php echo ($option5[$name]== $visitme.'_pl_PL') ? 'selected="selected"' : '' ; ?>>
|
306 |
-
|
307 |
-
<span> - << </span>
|
308 |
-
<span><?php _e($visitme, 'ultimate-social-media-plus' ); ?></span>
|
309 |
-
<span> >> </span>
|
310 |
</option>
|
311 |
|
312 |
<option value="<?php echo $follow; ?>_pt_PT" <?php echo ($option5[$name]== $follow.'_pt_PT') ? 'selected="selected"' : '' ; ?>>
|
313 |
-
|
314 |
-
<span> - << </span>
|
315 |
-
<span><?php _e($follow, 'ultimate-social-media-plus' ); ?></span>
|
316 |
-
<span> >> </span>
|
317 |
</option>
|
318 |
<option value="<?php echo $visitme; ?>_pt_PT" <?php echo ($option5[$name]== $visitme.'_pt_PT') ? 'selected="selected"' : '' ; ?>>
|
319 |
-
|
320 |
-
<span> - << </span>
|
321 |
-
<span><?php _e($visitme, 'ultimate-social-media-plus' ); ?></span>
|
322 |
-
<span> >> </span>
|
323 |
</option>
|
324 |
|
325 |
<option value="<?php echo $follow; ?>_ro_RO" <?php echo ($option5[$name]== $follow.'_ro_RO') ? 'selected="selected"' : '' ; ?>>
|
326 |
-
|
327 |
-
<span> - << </span>
|
328 |
-
<span><?php _e($follow, 'ultimate-social-media-plus' ); ?></span>
|
329 |
-
<span> >> </span>
|
330 |
</option>
|
331 |
<option value="<?php echo $visitme; ?>_ro_RO" <?php echo ($option5[$name]== $visitme.'_ro_RO') ? 'selected="selected"' : '' ; ?>>
|
332 |
-
|
333 |
-
<span> - << </span>
|
334 |
-
<span><?php _e($visitme, 'ultimate-social-media-plus' ); ?></span>
|
335 |
-
<span> >> </span>
|
336 |
</option>
|
337 |
|
338 |
<option value="<?php echo $follow; ?>_ru_RU" <?php echo ($option5[$name]== $follow.'_ru_RU') ? 'selected="selected"' : '' ; ?>>
|
339 |
-
|
340 |
-
<span> - << </span>
|
341 |
-
<span><?php _e($follow, 'ultimate-social-media-plus' ); ?></span>
|
342 |
-
<span> >> </span>
|
343 |
</option>
|
344 |
<option value="<?php echo $visitme; ?>_ru_RU" <?php echo ($option5[$name]== $visitme.'_ru_RU') ? 'selected="selected"' : '' ; ?>>
|
345 |
-
|
346 |
-
<span> - << </span>
|
347 |
-
<span><?php _e($visitme, 'ultimate-social-media-plus' ); ?></span>
|
348 |
-
<span> >> </span>
|
349 |
</option>
|
350 |
|
351 |
<option value="<?php echo $follow; ?>_sk_SK" <?php echo ($option5[$name]== $follow.'_sk_SK') ? 'selected="selected"' : '' ; ?>>
|
352 |
-
|
353 |
-
<span> - << </span>
|
354 |
-
<span><?php _e($follow, 'ultimate-social-media-plus' ); ?></span>
|
355 |
-
<span> >> </span>
|
356 |
</option>
|
357 |
<option value="<?php echo $visitme; ?>_sk_SK" <?php echo ($option5[$name]== $visitme.'_sk_SK') ? 'selected="selected"' : '' ; ?>>
|
358 |
-
|
359 |
-
<span> - << </span>
|
360 |
-
<span><?php _e($visitme, 'ultimate-social-media-plus' ); ?></span>
|
361 |
-
<span> >> </span>
|
362 |
</option>
|
363 |
|
364 |
<option value="<?php echo $follow; ?>_es_ES" <?php echo ($option5[$name]== $follow.'_es_ES') ? 'selected="selected"' : '' ; ?>>
|
365 |
-
|
366 |
-
<span> - << </span>
|
367 |
-
<span><?php _e($follow, 'ultimate-social-media-plus' ); ?></span>
|
368 |
-
<span> >> </span>
|
369 |
</option>
|
370 |
<option value="<?php echo $visitme; ?>_es_ES" <?php echo ($option5[$name]== $visitme.'_es_ES') ? 'selected="selected"' : '' ; ?>>
|
371 |
-
|
372 |
-
<span> - << </span>
|
373 |
-
<span><?php _e($visitme, 'ultimate-social-media-plus' ); ?></span>
|
374 |
-
<span> >> </span>
|
375 |
</option>
|
376 |
|
377 |
<option value="<?php echo $follow; ?>_sv_SE" <?php echo ($option5[$name]== $follow.'_sv_SE') ? 'selected="selected"' : '' ; ?>>
|
378 |
-
|
379 |
-
<span> - << </span>
|
380 |
-
<span><?php _e($follow, 'ultimate-social-media-plus' ); ?></span>
|
381 |
-
<span> >> </span>
|
382 |
</option>
|
383 |
<option value="<?php echo $visitme; ?>_sv_SE" <?php echo ($option5[$name]== $visitme.'_sv_SE') ? 'selected="selected"' : '' ; ?>>
|
384 |
-
|
385 |
-
<span> - << </span>
|
386 |
-
<span><?php _e($visitme, 'ultimate-social-media-plus' ); ?></span>
|
387 |
-
<span> >> </span>
|
388 |
</option>
|
389 |
|
390 |
<option value="<?php echo $follow; ?>_th" <?php echo ($option5[$name]== $follow.'_th') ? 'selected="selected"' : '' ; ?>>
|
391 |
-
|
392 |
-
<span> - << </span>
|
393 |
-
<span><?php _e($follow, 'ultimate-social-media-plus' ); ?></span>
|
394 |
-
<span> >> </span>
|
395 |
</option>
|
396 |
<option value="<?php echo $visitme; ?>_th" <?php echo ($option5[$name]== $visitme.'_th') ? 'selected="selected"' : '' ; ?>>
|
397 |
-
|
398 |
-
<span> - << </span>
|
399 |
-
<span><?php _e($visitme, 'ultimate-social-media-plus' ); ?></span>
|
400 |
-
<span> >> </span>
|
401 |
</option>
|
402 |
|
403 |
<option value="<?php echo $follow; ?>_tr_TR" <?php echo ($option5[$name]== $follow.'_tr_TR') ? 'selected="selected"' : '' ; ?>>
|
404 |
-
|
405 |
-
<span> - << </span>
|
406 |
-
<span><?php _e($follow, 'ultimate-social-media-plus' ); ?></span>
|
407 |
-
<span> >> </span>
|
408 |
</option>
|
409 |
<option value="<?php echo $visitme; ?>_tr_TR" <?php echo ($option5[$name]== $visitme.'_tr_TR') ? 'selected="selected"' : '' ; ?>>
|
410 |
-
|
411 |
-
<span> - << </span>
|
412 |
-
<span><?php _e($visitme, 'ultimate-social-media-plus' ); ?></span>
|
413 |
-
<span> >> </span>
|
414 |
</option>
|
415 |
|
416 |
<option value="<?php echo $follow; ?>_vi" <?php echo ($option5[$name]== $follow.'_vi') ? 'selected="selected"' : '' ; ?>>
|
417 |
-
|
418 |
-
<span> - << </span>
|
419 |
-
<span><?php _e($follow, 'ultimate-social-media-plus' ); ?></span>
|
420 |
-
<span> >> </span>
|
421 |
</option>
|
422 |
<option value="<?php echo $visitme; ?>_vi" <?php echo ($option5[$name]== $visitme.'_vi') ? 'selected="selected"' : '' ; ?>>
|
423 |
-
|
424 |
-
<span> - << </span>
|
425 |
-
<span><?php _e($visitme, 'ultimate-social-media-plus' ); ?></span>
|
426 |
-
<span> >> </span>
|
427 |
</option>
|
428 |
</select>
|
429 |
<?php
|
@@ -434,7 +267,7 @@
|
|
434 |
<!-- Section 5 "Any other wishes for your main icons?" main div Start -->
|
435 |
<div class="tab5">
|
436 |
<h4>
|
437 |
-
<?php _e( 'Order of your icons',
|
438 |
</h4>
|
439 |
<!-- icon drag drop section start here -->
|
440 |
<ul class="plus_share_icon_order" >
|
@@ -523,78 +356,76 @@
|
|
523 |
</ul> <!-- END icon drag drop section start here -->
|
524 |
|
525 |
<span class="drag_drp">
|
526 |
-
<?php _e( '
|
527 |
</span>
|
528 |
<!-- icon's size and spacing section start here -->
|
529 |
<div class="row">
|
530 |
<h4>
|
531 |
-
<?php _e( 'Size & spacing of your icons',
|
532 |
</h4>
|
533 |
<div class="icons_size">
|
534 |
<span>
|
535 |
-
<?php _e( 'Size:',
|
536 |
</span>
|
537 |
<input name="sfsi_plus_icons_size" value="<?php echo ($option5['sfsi_plus_icons_size']!='') ? $option5['sfsi_plus_icons_size'] : '' ;?>" type="text" />
|
538 |
<ins>
|
539 |
-
<?php _e( 'pixels wide & tall',
|
540 |
</ins>
|
541 |
<span class="last">
|
542 |
-
<?php _e( 'Spacing between icons:',
|
543 |
</span>
|
544 |
<input name="sfsi_plus_icons_spacing" type="text" value="<?php echo ($option5['sfsi_plus_icons_spacing']!='') ? $option5['sfsi_plus_icons_spacing'] : '' ;?>" />
|
545 |
<ins>
|
546 |
-
<?php _e( 'Pixels',
|
547 |
</ins>
|
548 |
</div>
|
549 |
</div>
|
550 |
|
551 |
<div class="row">
|
552 |
<h4>
|
553 |
-
<?php _e( 'Alignments',
|
554 |
</h4>
|
555 |
<div class="icons_size">
|
556 |
<span>
|
557 |
-
<?php _e( 'Alignment of icons:',
|
558 |
</span>
|
559 |
<div class="field">
|
560 |
<select name="sfsi_plus_icons_Alignment" id="sfsi_plus_icons_Alignment" class="styled">
|
561 |
<option value="center" <?php echo ($option5['sfsi_plus_icons_Alignment']=='center') ? 'selected="selected"' : '' ;?>>
|
562 |
-
<?php _e( 'Centered',
|
563 |
</option>
|
564 |
<option value="right" <?php echo ($option5['sfsi_plus_icons_Alignment']=='right') ? 'selected="selected"' : '' ;?>>
|
565 |
-
<?php _e( 'Right',
|
566 |
</option>
|
567 |
<option value="left" <?php echo ($option5['sfsi_plus_icons_Alignment']=='left') ? 'selected="selected"' : '' ;?>>
|
568 |
-
<?php _e( 'Left',
|
569 |
</option>
|
570 |
</select>
|
571 |
</div>
|
572 |
<span>
|
573 |
-
<?php _e( 'Icons per row:',
|
574 |
</span>
|
575 |
<input name="sfsi_plus_icons_perRow" type="text" value="<?php echo ($option5['sfsi_plus_icons_perRow']!='') ? $option5['sfsi_plus_icons_perRow'] : '' ;?>" />
|
576 |
<ins class="leave_empty">
|
577 |
-
<?php _e( 'Leave empty if you dont want to',
|
578 |
-
<br />
|
579 |
-
<?php _e( 'define this', 'ultimate-social-media-plus' ); ?>
|
580 |
</ins>
|
581 |
</div>
|
582 |
</div>
|
583 |
<!-- icon's select language optins start here -->
|
584 |
<div class="row">
|
585 |
<h4>
|
586 |
-
<?php _e( 'Language & Button-text',
|
587 |
</h4>
|
588 |
<!-- Follow button start here -->
|
589 |
<div class="icons_size">
|
590 |
<div class="follows-btn">
|
591 |
-
<span><?php _e( 'Follow-button:',
|
592 |
</div>
|
593 |
<div class="field language-field">
|
594 |
<?php selectoption("sfsi_plus_follow_icons_language" , "Follow" , "Subscribe"); ?>
|
595 |
</div>
|
596 |
<div class="preview-btn">
|
597 |
-
<span><?php _e( 'Preview:',
|
598 |
</div>
|
599 |
<?php
|
600 |
$follow_icons = $option5['sfsi_plus_follow_icons_language'];
|
@@ -609,13 +440,13 @@
|
|
609 |
<!-- Facebook «Visit»-icon start here -->
|
610 |
<div class="icons_size">
|
611 |
<div class="follows-btn">
|
612 |
-
<span><?php _e( 'Facebook «Visit»-icon:',
|
613 |
</div>
|
614 |
<div class="field language-field">
|
615 |
<?php selectoption("sfsi_plus_facebook_icons_language" , "Visit_us" , "Visit_me"); ?>
|
616 |
</div>
|
617 |
<div class="preview-btn">
|
618 |
-
<span><?php _e( 'Preview:',
|
619 |
</div>
|
620 |
<?php
|
621 |
$facebook_icons_lang = $option5['sfsi_plus_facebook_icons_language'];
|
@@ -630,13 +461,13 @@
|
|
630 |
<!-- Twitter «Visit»-icon start here -->
|
631 |
<div class="icons_size">
|
632 |
<div class="follows-btn">
|
633 |
-
<span><?php _e( 'Twitter «Visit»-icon:',
|
634 |
</div>
|
635 |
<div class="field language-field">
|
636 |
<?php selectoption("sfsi_plus_twitter_icons_language" , "Visit_us" , "Visit_me"); ?>
|
637 |
</div>
|
638 |
<div class="preview-btn">
|
639 |
-
<span><?php _e( 'Preview:',
|
640 |
</div>
|
641 |
<?php
|
642 |
$twitter_icons_lang = $option5['sfsi_plus_twitter_icons_language'];
|
@@ -651,13 +482,13 @@
|
|
651 |
<!-- Google+ «Visit»-icon start here -->
|
652 |
<div class="icons_size">
|
653 |
<div class="follows-btn">
|
654 |
-
<span><?php _e( 'Google+ «Visit»-icon:',
|
655 |
</div>
|
656 |
<div class="field language-field">
|
657 |
<?php selectoption("sfsi_plus_google_icons_language" , "Visit_us" , "Visit_me"); ?>
|
658 |
</div>
|
659 |
<div class="preview-btn">
|
660 |
-
<span><?php _e( 'Preview:',
|
661 |
</div>
|
662 |
<?php
|
663 |
$google_icons_lang = $option5['sfsi_plus_google_icons_language'];
|
@@ -672,92 +503,195 @@
|
|
672 |
<!-- Like & Share buttons (Facebook, Twitter, Google+) start here -->
|
673 |
<div class="icons_size">
|
674 |
<span>
|
675 |
-
<?php _e( '
|
676 |
</span>
|
677 |
<div class="language_field">
|
678 |
<select name="sfsi_plus_icons_language" id="sfsi_plus_icons_language" class="language">
|
679 |
-
<option value="ar_AR" <?php echo ($option5['sfsi_plus_icons_language']=='ar_AR') ? 'selected="selected"' : ''
|
680 |
-
|
681 |
-
|
682 |
-
<option value="
|
683 |
-
|
684 |
-
|
685 |
-
<option value="
|
686 |
-
|
687 |
-
<option value="
|
688 |
-
|
689 |
-
|
690 |
-
<option value="
|
691 |
-
|
692 |
-
|
693 |
-
<option value="
|
694 |
-
|
695 |
-
|
696 |
-
<option value="
|
697 |
-
|
698 |
-
|
699 |
-
<option value="
|
700 |
-
|
701 |
-
|
702 |
-
<option value="
|
703 |
-
|
704 |
-
|
705 |
-
<option value="
|
706 |
-
|
707 |
-
|
708 |
-
<option value="
|
709 |
-
|
710 |
-
|
711 |
-
<option value="
|
712 |
-
|
713 |
-
|
714 |
-
<option value="
|
715 |
-
|
716 |
-
|
717 |
-
<option value="
|
718 |
-
|
719 |
-
|
720 |
-
<option value="
|
721 |
-
|
722 |
-
|
723 |
-
<option value="
|
724 |
-
|
725 |
-
|
726 |
-
<option value="
|
727 |
-
|
728 |
-
|
729 |
-
<option value="
|
730 |
-
|
731 |
-
|
732 |
-
<option value="
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
733 |
</select>
|
734 |
</div>
|
735 |
</div>
|
736 |
</div>
|
737 |
<div class="row new_wind">
|
738 |
<h4>
|
739 |
-
<?php _e( 'New window',
|
740 |
</h4>
|
741 |
<div class="sfsiplus_row_onl">
|
742 |
<p>
|
743 |
<?php
|
744 |
-
_e(
|
745 |
-
'If user clicks on your icons, do you want to open the page in a new window?',
|
746 |
-
'ultimate-social-media-plus'
|
747 |
-
);
|
748 |
-
?>
|
749 |
</p>
|
750 |
<ul class="enough_waffling">
|
751 |
<li>
|
752 |
<input name="sfsi_plus_icons_ClickPageOpen" <?php echo ($option5['sfsi_plus_icons_ClickPageOpen']=='yes') ? 'checked="true"' : '' ;?> type="radio" value="yes" class="styled" />
|
753 |
<label>
|
754 |
-
<?php _e( 'Yes',
|
755 |
</label>
|
756 |
</li>
|
757 |
<li>
|
758 |
<input name="sfsi_plus_icons_ClickPageOpen" <?php echo ($option5['sfsi_plus_icons_ClickPageOpen']=='no') ? 'checked="true"' : '' ;?> type="radio" value="no" class="styled" />
|
759 |
<label>
|
760 |
-
<?php _e( 'No',
|
761 |
</label>
|
762 |
</li>
|
763 |
</ul>
|
@@ -768,10 +702,10 @@
|
|
768 |
<!-- icon's floating and stick section start here -->
|
769 |
<div class="row sticking">
|
770 |
<h4>
|
771 |
-
<?php _e( 'Sticking & Disable on mobile',
|
772 |
</h4>
|
773 |
<p>
|
774 |
-
<?php _e( 'If you decided to show your icons via a widget, you can add the effect that when the user scrolls down, the icons will stick at the top of the screen so that they are still displayed even if the user scrolled all the way down. Do you want to do that?',
|
775 |
</p>
|
776 |
<!--<div class="space">
|
777 |
<p class="list">Make icons float?</p>
|
@@ -785,13 +719,13 @@
|
|
785 |
<li>
|
786 |
<input name="sfsi_plus_icons_stick" <?php echo ($option5['sfsi_plus_icons_stick']=='yes') ? 'checked="true"' : '' ;?> type="radio" value="yes" class="styled" />
|
787 |
<label>
|
788 |
-
<?php _e( 'Yes',
|
789 |
</label>
|
790 |
</li>
|
791 |
<li>
|
792 |
<input name="sfsi_plus_icons_stick" <?php echo ($option5['sfsi_plus_icons_stick']=='no') ? 'checked="true"' : '' ;?> type="radio" value="no" class="styled" />
|
793 |
<label>
|
794 |
-
<?php _e( 'No',
|
795 |
</label>
|
796 |
</li>
|
797 |
</ul>
|
@@ -800,19 +734,19 @@
|
|
800 |
<!--disable float icons-->
|
801 |
<div class="space disblfltonmbl">
|
802 |
<p class="list">
|
803 |
-
<?php _e( 'Disable float icons on mobile devices',
|
804 |
</p>
|
805 |
<ul class="enough_waffling">
|
806 |
<li>
|
807 |
<input name="sfsi_plus_disable_floaticons" <?php echo ($option5['sfsi_plus_disable_floaticons']=='yes') ? 'checked="true"' : '' ;?> type="radio" value="yes" class="styled" />
|
808 |
<label>
|
809 |
-
<?php _e( 'Yes',
|
810 |
</label>
|
811 |
</li>
|
812 |
<li>
|
813 |
<input name="sfsi_plus_disable_floaticons" <?php echo ($option5['sfsi_plus_disable_floaticons']=='no') ? 'checked="true"' : '' ;?> type="radio" value="no" class="styled" />
|
814 |
<label>
|
815 |
-
<?php _e( 'No',
|
816 |
</label>
|
817 |
</li>
|
818 |
</ul>
|
@@ -822,19 +756,19 @@
|
|
822 |
<!--disabling view port meta tag-->
|
823 |
<div class="space disblfltonmbl">
|
824 |
<p class="list">
|
825 |
-
<?php _e( 'Disable auto-scaling feature for mobile devices("viewport" meta tag)',
|
826 |
</p>
|
827 |
<ul class="enough_waffling">
|
828 |
<li>
|
829 |
<input name="sfsi_plus_disable_viewport" <?php echo ($sfsi_plus_disable_viewport=='yes') ? 'checked="true"' : '' ;?> type="radio" value="yes" class="styled" />
|
830 |
<label>
|
831 |
-
<?php _e( 'Yes',
|
832 |
</label>
|
833 |
</li>
|
834 |
<li>
|
835 |
<input name="sfsi_plus_disable_viewport" <?php echo ($sfsi_plus_disable_viewport=='no') ? 'checked="true"' : '' ;?> type="radio" value="no" class="styled" />
|
836 |
<label>
|
837 |
-
<?php _e( 'No',
|
838 |
</label>
|
839 |
</li>
|
840 |
</ul>
|
@@ -846,36 +780,36 @@
|
|
846 |
<!-- mouse over text section start here -->
|
847 |
<div class="row mouse_txt">
|
848 |
<h4>
|
849 |
-
<?php _e( 'Mouseover text',
|
850 |
</h4>
|
851 |
<p>
|
852 |
-
<?php _e('If you’ve given your icon only one function (i.e. no pop-up where user can perform different actions) then you can define here what text will be displayed if a user moves his mouse over the icon:',
|
853 |
</p>
|
854 |
|
855 |
<div class="space">
|
856 |
<div class="clear"></div>
|
857 |
<div class="mouseover_field sfsiplus_rss_section">
|
858 |
<label>
|
859 |
-
|
860 |
</label>
|
861 |
<input name="sfsi_plus_rss_MouseOverText" value="<?php echo ($option5['sfsi_plus_rss_MouseOverText']!='') ? $option5['sfsi_plus_rss_MouseOverText'] : '' ;?>" type="text" />
|
862 |
</div>
|
863 |
<div class="mouseover_field sfsiplus_email_section">
|
864 |
<label>
|
865 |
-
|
866 |
</label>
|
867 |
<input name="sfsi_plus_email_MouseOverText" value="<?php echo ($option5['sfsi_plus_email_MouseOverText']!='') ? $option5['sfsi_plus_email_MouseOverText'] : '' ;?>" type="text" />
|
868 |
</div>
|
869 |
<div class="clear">
|
870 |
<div class="mouseover_field sfsiplus_twitter_section">
|
871 |
<label>
|
872 |
-
|
873 |
</label>
|
874 |
<input name="sfsi_plus_twitter_MouseOverText" value="<?php echo ($option5['sfsi_plus_twitter_MouseOverText']!='') ? $option5['sfsi_plus_twitter_MouseOverText'] : '' ;?>" type="text" />
|
875 |
</div>
|
876 |
<div class="mouseover_field sfsiplus_facebook_section">
|
877 |
<label>
|
878 |
-
|
879 |
</label>
|
880 |
<input name="sfsi_plus_facebook_MouseOverText" value="<?php echo ($option5['sfsi_plus_facebook_MouseOverText']!='') ? $option5['sfsi_plus_facebook_MouseOverText'] : '' ;?>" type="text" />
|
881 |
</div>
|
@@ -884,13 +818,13 @@
|
|
884 |
<div class="clear">
|
885 |
<div class="mouseover_field sfsiplus_google_section">
|
886 |
<label>
|
887 |
-
|
888 |
</label>
|
889 |
<input name="sfsi_plus_google_MouseOverText" value="<?php echo ($option5['sfsi_plus_google_MouseOverText']!='') ? $option5['sfsi_plus_google_MouseOverText'] : '' ;?>" type="text" />
|
890 |
</div>
|
891 |
<div class="mouseover_field sfsiplus_linkedin_section">
|
892 |
<label>
|
893 |
-
|
894 |
</label>
|
895 |
<input name="sfsi_plus_linkedIn_MouseOverText" value="<?php echo ($option5['sfsi_plus_linkedIn_MouseOverText']!='') ? $option5['sfsi_plus_linkedIn_MouseOverText'] : '' ;?>" type="text" />
|
896 |
</div>
|
@@ -899,13 +833,13 @@
|
|
899 |
<div class="clear">
|
900 |
<div class="mouseover_field sfsiplus_pinterest_section">
|
901 |
<label>
|
902 |
-
|
903 |
</label>
|
904 |
<input name="sfsi_plus_pinterest_MouseOverText" value="<?php echo ($option5['sfsi_plus_pinterest_MouseOverText']!='') ? $option5['sfsi_plus_pinterest_MouseOverText'] : '' ;?>" type="text" />
|
905 |
</div>
|
906 |
<div class="mouseover_field sfsiplus_youtube_section">
|
907 |
<label>
|
908 |
-
|
909 |
</label>
|
910 |
<input name="sfsi_plus_youtube_MouseOverText" value="<?php echo ($option5['sfsi_plus_youtube_MouseOverText']!='') ? $option5['sfsi_plus_youtube_MouseOverText'] : '' ;?>" type="text" />
|
911 |
</div>
|
@@ -914,13 +848,13 @@
|
|
914 |
<div class="clear">
|
915 |
<div class="mouseover_field sfsiplus_instagram_section">
|
916 |
<label>
|
917 |
-
|
918 |
</label>
|
919 |
<input name="sfsi_plus_instagram_MouseOverText" value="<?php echo ($option5['sfsi_plus_instagram_MouseOverText']!='') ? $option5['sfsi_plus_instagram_MouseOverText'] : '' ;?>" type="text" />
|
920 |
</div>
|
921 |
<div class="mouseover_field sfsiplus_houzz_section">
|
922 |
<label>
|
923 |
-
|
924 |
</label>
|
925 |
<input name="sfsi_plus_houzz_MouseOverText" value="<?php echo (isset($option5['sfsi_plus_houzz_MouseOverText']) && $option5['sfsi_plus_houzz_MouseOverText']!='') ? $option5['sfsi_plus_houzz_MouseOverText'] : 'Houzz' ;?>" type="text" />
|
926 |
</div>
|
@@ -943,7 +877,7 @@
|
|
943 |
|
944 |
<div class="mouseover_field sfsiplus_custom_section sfsiICON_<?php echo $i; ?>">
|
945 |
<label>
|
946 |
-
<?php _e( 'Custom',
|
947 |
<?php echo $count; ?>:
|
948 |
</label>
|
949 |
<input name="sfsi_plus_custom_MouseOverTexts[]" value="<?php echo (isset($sfsiMouseOverTexts[$i]) && $sfsiMouseOverTexts[$i]!='') ? $sfsiMouseOverTexts[$i] : '' ;?>" type="text" file-id="<?php echo $i; ?>" />
|
@@ -962,12 +896,12 @@
|
|
962 |
<div class="save_button">
|
963 |
<img src="<?php echo SFSI_PLUS_PLUGURL ?>images/ajax-loader.gif" class="loader-img" />
|
964 |
<?php $nonce = wp_create_nonce("update_plus_step5"); ?>
|
965 |
-
<a href="javascript:;" id="sfsi_plus_save5" title="Save" data-nonce="<?php echo $nonce;?>"><?php _e( 'Save',
|
966 |
</div>
|
967 |
<!-- END SAVE BUTTON SECTION -->
|
968 |
|
969 |
<a class="sfsiColbtn closeSec" href="javascript:;" >
|
970 |
-
<?php _e( 'Collapse area',
|
971 |
</a>
|
972 |
<label class="closeSec"></label>
|
973 |
|
64 |
?>
|
65 |
<select name="<?php echo $name; ?>" id="<?php echo $name; ?>" data-iconUrl="<?php echo $visit_icon; ?>" class="<?php echo $name; ?>-preview lanOnchange">
|
66 |
<option value="<?php echo $follow; ?>_ar" <?php echo ($option5[$name]== $follow.'_ar') ? 'selected="selected"' : '' ; ?>>
|
67 |
+
العربية<span> - << </span><span><?php echo $follow ?></span><span> >> </span>
|
|
|
|
|
|
|
68 |
</option>
|
69 |
<option value="<?php echo $visitme; ?>_ar" <?php echo ($option5[$name]== $visitme.'_ar') ? 'selected="selected"' : '' ; ?>>
|
70 |
+
العربية<span> - << </span><span><?php echo $visitme ?></span><span> >> </span>
|
|
|
|
|
|
|
71 |
</option>
|
72 |
|
73 |
<option value="<?php echo $follow; ?>_bg_BG" <?php echo ($option5[$name]== $follow.'_bg_BG') ? 'selected="selected"' : '' ; ?>>
|
74 |
+
Български<span> - << </span><span><?php echo $follow ?></span><span> >> </span>
|
|
|
|
|
|
|
75 |
</option>
|
76 |
<option value="<?php echo $visitme; ?>_bg_BG" <?php echo ($option5[$name]== $visitme.'_bg_BG') ? 'selected="selected"' : '' ; ?>>
|
77 |
+
Български<span> - << </span><span><?php echo $visitme ?></span><span> >> </span>
|
|
|
|
|
|
|
78 |
</option>
|
79 |
|
80 |
<option value="<?php echo $follow; ?>_zh_CN" <?php echo ($option5[$name]== $follow.'_zh_CN') ? 'selected="selected"' : '' ; ?>>
|
81 |
+
简体中文<span> - << </span><span><?php echo $follow ?></span><span> >> </span>
|
|
|
|
|
|
|
82 |
</option>
|
83 |
<option value="<?php echo $visitme; ?>_zh_CN" <?php echo ($option5[$name]== $visitme.'_zh_CN') ? 'selected="selected"' : '' ; ?>>
|
84 |
+
简体中文<span> - << </span><span><?php echo $visitme ?></span><span> >> </span>
|
|
|
|
|
|
|
85 |
</option>
|
86 |
|
87 |
<option value="<?php echo $follow; ?>_cs_CZ" <?php echo ($option5[$name]== $follow.'_cs_CZ') ? 'selected="selected"' : '' ; ?>>
|
88 |
+
Čeština<span> - << </span><span><?php echo $follow ?></span><span> >> </span>
|
|
|
|
|
|
|
89 |
</option>
|
90 |
<option value="<?php echo $visitme; ?>_cs_CZ" <?php echo ($option5[$name]== $visitme.'_cs_CZ') ? 'selected="selected"' : '' ; ?>>
|
91 |
+
Čeština<span> - << </span><span><?php echo $visitme ?></span><span> >> </span>
|
|
|
|
|
|
|
92 |
</option>
|
93 |
|
94 |
<option value="<?php echo $follow; ?>_da_DK" <?php echo ($option5[$name]== $follow.'_da_DK') ? 'selected="selected"' : '' ; ?>>
|
95 |
+
Dansk<span> - << </span><span><?php echo $follow ?></span><span> >> </span>
|
|
|
|
|
|
|
96 |
</option>
|
97 |
<option value="<?php echo $visitme; ?>_da_DK" <?php echo ($option5[$name]== $visitme.'_da_DK') ? 'selected="selected"' : '' ; ?>>
|
98 |
+
Dansk<span> - << </span><span><?php echo $visitme ?></span><span> >> </span>
|
|
|
|
|
|
|
99 |
</option>
|
100 |
|
101 |
<option value="<?php echo $follow; ?>_nl_NL" <?php echo ($option5[$name]== $follow.'_nl_NL') ? 'selected="selected"' : '' ; ?>>
|
102 |
+
Nederlands<span> - << </span><span><?php echo $follow ?></span><span> >> </span>
|
|
|
|
|
|
|
103 |
</option>
|
104 |
<option value="<?php echo $visitme; ?>_nl_NL" <?php echo ($option5[$name]== $visitme.'_nl_NL') ? 'selected="selected"' : '' ; ?>>
|
105 |
+
Nederlands<span> - << </span><span><?php echo $visitme ?></span><span> >> </span>
|
|
|
|
|
|
|
106 |
</option>
|
107 |
|
108 |
<option value="<?php echo $follow; ?>_fi" <?php echo ($option5[$name]== $follow.'_fi') ? 'selected="selected"' : '' ; ?>>
|
109 |
+
Suomi<span> - << </span><span><?php echo $follow ?></span><span> >> </span>
|
|
|
|
|
|
|
110 |
</option>
|
111 |
<option value="<?php echo $visitme; ?>_fi" <?php echo ($option5[$name]== $visitme.'_fi') ? 'selected="selected"' : '' ; ?>>
|
112 |
+
Suomi<span> - << </span><span><?php echo $visitme ?></span><span> >> </span>
|
|
|
|
|
|
|
113 |
</option>
|
114 |
|
115 |
<option value="<?php echo $follow; ?>_fr_FR" <?php echo ($option5[$name]== $follow.'_fr_FR') ? 'selected="selected"' : '' ; ?>>
|
116 |
+
Français<span> - << </span><span><?php echo $follow ?></span><span> >> </span>
|
|
|
|
|
|
|
117 |
</option>
|
118 |
<option value="<?php echo $visitme; ?>_fr_FR" <?php echo ($option5[$name]== $visitme.'_fr_FR') ? 'selected="selected"' : '' ; ?>>
|
119 |
+
Français<span> - << </span><span><?php echo $visitme ?></span><span> >> </span>
|
|
|
|
|
|
|
120 |
</option>
|
121 |
|
122 |
<option value="<?php echo $follow; ?>_de_DE" <?php echo ($option5[$name]== $follow.'_de_DE') ? 'selected="selected"' : '' ; ?>>
|
123 |
+
Deutsch<span> - << </span><span><?php echo $follow ?></span><span> >> </span>
|
|
|
|
|
|
|
124 |
</option>
|
125 |
<option value="<?php echo $visitme; ?>_de_DE" <?php echo ($option5[$name]== $visitme.'_de_DE') ? 'selected="selected"' : '' ; ?>>
|
126 |
+
Deutsch<span> - << </span><span><?php echo $visitme ?></span><span> >> </span>
|
|
|
|
|
|
|
127 |
</option>
|
128 |
|
129 |
<option value="<?php echo $follow; ?>_en_US" <?php echo ($option5[$name]== $follow.'_en_US') ? 'selected="selected"' : '' ; ?>>
|
130 |
+
English<span> - << </span><span><?php echo $follow ?></span><span> >> </span>
|
|
|
|
|
|
|
131 |
</option>
|
132 |
<option value="<?php echo $visitme; ?>_en_US" <?php echo ($option5[$name]== $visitme.'_en_US') ? 'selected="selected"' : '' ; ?>>
|
133 |
+
English<span> - << </span><span><?php echo $visitme ?></span><span> >> </span>
|
|
|
|
|
|
|
134 |
</option>
|
135 |
|
136 |
<option value="<?php echo $follow; ?>_el" <?php echo ($option5[$name]== $follow.'_el') ? 'selected="selected"' : '' ; ?>>
|
137 |
+
Ελληνικά<span> - << </span><span><?php echo $follow ?></span><span> >> </span>
|
|
|
|
|
|
|
138 |
</option>
|
139 |
<option value="<?php echo $visitme; ?>_el" <?php echo ($option5[$name]== $visitme.'_el') ? 'selected="selected"' : '' ; ?>>
|
140 |
+
Ελληνικά<span> - << </span><span><?php echo $visitme ?></span><span> >> </span>
|
|
|
|
|
|
|
141 |
</option>
|
142 |
|
143 |
<option value="<?php echo $follow; ?>_hu_HU" <?php echo ($option5[$name]==$follow.'_hu_HU') ? 'selected="selected"' : '' ; ?>>
|
144 |
+
Magyar<span> - << </span><span><?php echo $follow ?></span><span> >> </span>
|
|
|
|
|
|
|
145 |
</option>
|
146 |
<option value="<?php echo $visitme; ?>_hu_HU" <?php echo ($option5[$name]== $visitme.'_hu_HU') ? 'selected="selected"' : '' ; ?>>
|
147 |
+
Magyar<span> - << </span><span><?php echo $visitme ?></span><span> >> </span>
|
|
|
|
|
|
|
148 |
</option>
|
149 |
|
150 |
<option value="<?php echo $follow; ?>_id_ID" <?php echo ($option5[$name]== $follow.'_id_ID') ? 'selected="selected"' : '' ; ?>>
|
151 |
+
Bahasa Indonesia<span> - << </span><span><?php echo $follow ?></span><span> >> </span>
|
|
|
|
|
|
|
152 |
</option>
|
153 |
<option value="<?php echo $visitme; ?>_id_ID" <?php echo ($option5[$name]== $visitme.'_id_ID') ? 'selected="selected"' : '' ; ?>>
|
154 |
+
Bahasa Indonesia<span> - << </span><span><?php echo $visitme ?></span><span> >> </span>
|
|
|
|
|
|
|
155 |
</option>
|
156 |
|
157 |
<option value="<?php echo $follow; ?>_it_IT" <?php echo ($option5[$name]== $follow.'_it_IT') ? 'selected="selected"' : '' ; ?>>
|
158 |
+
Italiano<span> - << </span><span><?php echo $follow ?></span><span> >> </span>
|
|
|
|
|
|
|
159 |
</option>
|
160 |
<option value="<?php echo $visitme; ?>_it_IT" <?php echo ($option5[$name]== $visitme.'_it_IT') ? 'selected="selected"' : '' ; ?>>
|
161 |
+
Italiano<span> - << </span><span><?php echo $visitme ?></span><span> >> </span>
|
|
|
|
|
|
|
162 |
</option>
|
163 |
|
164 |
<option value="<?php echo $follow; ?>_ja" <?php echo ($option5[$name]== $follow.'_ja') ? 'selected="selected"' : '' ; ?>>
|
165 |
+
日本語<span> - << </span><span><?php echo $follow ?></span><span> >> </span>
|
|
|
|
|
|
|
166 |
</option>
|
167 |
<option value="<?php echo $visitme; ?>_ja" <?php echo ($option5[$name]== $visitme.'_ja') ? 'selected="selected"' : '' ; ?>>
|
168 |
+
日本語<span> - << </span><span><?php echo $visitme ?></span><span> >> </span>
|
|
|
|
|
|
|
169 |
</option>
|
170 |
|
171 |
<option value="<?php echo $follow; ?>_ko_KR" <?php echo ($option5[$name]== $follow.'_ko_KR') ? 'selected="selected"' : '' ; ?>>
|
172 |
+
한국어<span> - << </span><span><?php echo $follow ?></span><span> >> </span>
|
|
|
|
|
|
|
173 |
</option>
|
174 |
<option value="<?php echo $visitme; ?>_ko_KR" <?php echo ($option5[$name]== $visitme.'_ko_KR') ? 'selected="selected"' : '' ; ?>>
|
175 |
+
한국어<span> - << </span><span><?php echo $visitme ?></span><span> >> </span>
|
|
|
|
|
|
|
176 |
</option>
|
177 |
|
178 |
<option value="<?php echo $follow; ?>_nb_NO" <?php echo ($option5[$name]== $follow.'_nb_NO') ? 'selected="selected"' : '' ; ?>>
|
179 |
+
Norsk bokmål<span> - << </span><span><?php echo $follow ?></span><span> >> </span>
|
|
|
|
|
|
|
180 |
</option>
|
181 |
<option value="<?php echo $visitme; ?>_nb_NO" <?php echo ($option5[$name]== $visitme.'_nb_NO') ? 'selected="selected"' : '' ; ?>>
|
182 |
+
Norsk bokmål<span> - << </span><span><?php echo $visitme ?></span><span> >> </span>
|
|
|
|
|
|
|
183 |
</option>
|
184 |
|
185 |
<option value="<?php echo $follow; ?>_fa_IR" <?php echo ($option5[$name]== $follow.'_fa_IR') ? 'selected="selected"' : '' ; ?>>
|
186 |
+
فارسی<span> - << </span><span><?php echo $follow ?></span><span> >> </span>
|
|
|
|
|
|
|
187 |
</option>
|
188 |
+
<option value="<?php echo $visitme; ?>_fa_IR" <?php echo ($option5[$name]== $visitme.'_fa_IR') ? 'selected="selected"' : '' ; ?>>
|
189 |
+
فارسی<span> - << </span><span><?php echo $visitme ?></span><span> >> </span>
|
|
|
|
|
190 |
</option>
|
191 |
|
192 |
<option value="<?php echo $follow; ?>_pl_PL" <?php echo ($option5[$name]== $follow.'_pl_PL') ? 'selected="selected"' : '' ; ?>>
|
193 |
+
Polski<span> - << </span><span><?php echo $follow ?></span><span> >> </span>
|
|
|
|
|
|
|
194 |
</option>
|
195 |
<option value="<?php echo $visitme; ?>_pl_PL" <?php echo ($option5[$name]== $visitme.'_pl_PL') ? 'selected="selected"' : '' ; ?>>
|
196 |
+
Polski<span> - << </span><span><?php echo $visitme ?></span><span> >> </span>
|
|
|
|
|
|
|
197 |
</option>
|
198 |
|
199 |
<option value="<?php echo $follow; ?>_pt_PT" <?php echo ($option5[$name]== $follow.'_pt_PT') ? 'selected="selected"' : '' ; ?>>
|
200 |
+
Português<span> - << </span><span><?php echo $follow ?></span><span> >> </span>
|
|
|
|
|
|
|
201 |
</option>
|
202 |
<option value="<?php echo $visitme; ?>_pt_PT" <?php echo ($option5[$name]== $visitme.'_pt_PT') ? 'selected="selected"' : '' ; ?>>
|
203 |
+
Português<span> - << </span><span><?php echo $visitme ?></span><span> >> </span>
|
|
|
|
|
|
|
204 |
</option>
|
205 |
|
206 |
<option value="<?php echo $follow; ?>_ro_RO" <?php echo ($option5[$name]== $follow.'_ro_RO') ? 'selected="selected"' : '' ; ?>>
|
207 |
+
Română<span> - << </span><span><?php echo $follow ?></span><span> >> </span>
|
|
|
|
|
|
|
208 |
</option>
|
209 |
<option value="<?php echo $visitme; ?>_ro_RO" <?php echo ($option5[$name]== $visitme.'_ro_RO') ? 'selected="selected"' : '' ; ?>>
|
210 |
+
Română<span> - << </span><span><?php echo $visitme ?></span><span> >> </span>
|
|
|
|
|
|
|
211 |
</option>
|
212 |
|
213 |
<option value="<?php echo $follow; ?>_ru_RU" <?php echo ($option5[$name]== $follow.'_ru_RU') ? 'selected="selected"' : '' ; ?>>
|
214 |
+
Русский<span> - << </span><span><?php echo $follow ?></span><span> >> </span>
|
|
|
|
|
|
|
215 |
</option>
|
216 |
<option value="<?php echo $visitme; ?>_ru_RU" <?php echo ($option5[$name]== $visitme.'_ru_RU') ? 'selected="selected"' : '' ; ?>>
|
217 |
+
Русский<span> - << </span><span><?php echo $visitme ?></span><span> >> </span>
|
|
|
|
|
|
|
218 |
</option>
|
219 |
|
220 |
<option value="<?php echo $follow; ?>_sk_SK" <?php echo ($option5[$name]== $follow.'_sk_SK') ? 'selected="selected"' : '' ; ?>>
|
221 |
+
Slovenčina<span> - << </span><span><?php echo $follow ?></span><span> >> </span>
|
|
|
|
|
|
|
222 |
</option>
|
223 |
<option value="<?php echo $visitme; ?>_sk_SK" <?php echo ($option5[$name]== $visitme.'_sk_SK') ? 'selected="selected"' : '' ; ?>>
|
224 |
+
Slovenčina<span> - << </span><span><?php echo $visitme ?></span><span> >> </span>
|
|
|
|
|
|
|
225 |
</option>
|
226 |
|
227 |
<option value="<?php echo $follow; ?>_es_ES" <?php echo ($option5[$name]== $follow.'_es_ES') ? 'selected="selected"' : '' ; ?>>
|
228 |
+
Español<span> - << </span><span><?php echo $follow ?></span><span> >> </span>
|
|
|
|
|
|
|
229 |
</option>
|
230 |
<option value="<?php echo $visitme; ?>_es_ES" <?php echo ($option5[$name]== $visitme.'_es_ES') ? 'selected="selected"' : '' ; ?>>
|
231 |
+
Español<span> - << </span><span><?php echo $visitme ?></span><span> >> </span>
|
|
|
|
|
|
|
232 |
</option>
|
233 |
|
234 |
<option value="<?php echo $follow; ?>_sv_SE" <?php echo ($option5[$name]== $follow.'_sv_SE') ? 'selected="selected"' : '' ; ?>>
|
235 |
+
Svenska<span> - << </span><span><?php echo $follow ?></span><span> >> </span>
|
|
|
|
|
|
|
236 |
</option>
|
237 |
<option value="<?php echo $visitme; ?>_sv_SE" <?php echo ($option5[$name]== $visitme.'_sv_SE') ? 'selected="selected"' : '' ; ?>>
|
238 |
+
Svenska<span> - << </span><span><?php echo $visitme ?></span><span> >> </span>
|
|
|
|
|
|
|
239 |
</option>
|
240 |
|
241 |
<option value="<?php echo $follow; ?>_th" <?php echo ($option5[$name]== $follow.'_th') ? 'selected="selected"' : '' ; ?>>
|
242 |
+
ไทย<span> - << </span><span><?php echo $follow ?></span><span> >> </span>
|
|
|
|
|
|
|
243 |
</option>
|
244 |
<option value="<?php echo $visitme; ?>_th" <?php echo ($option5[$name]== $visitme.'_th') ? 'selected="selected"' : '' ; ?>>
|
245 |
+
ไทย<span> - << </span><span><?php echo $visitme ?></span><span> >> </span>
|
|
|
|
|
|
|
246 |
</option>
|
247 |
|
248 |
<option value="<?php echo $follow; ?>_tr_TR" <?php echo ($option5[$name]== $follow.'_tr_TR') ? 'selected="selected"' : '' ; ?>>
|
249 |
+
Türkçe<span> - << </span><span><?php echo $follow ?></span><span> >> </span>
|
|
|
|
|
|
|
250 |
</option>
|
251 |
<option value="<?php echo $visitme; ?>_tr_TR" <?php echo ($option5[$name]== $visitme.'_tr_TR') ? 'selected="selected"' : '' ; ?>>
|
252 |
+
Türkçe<span> - << </span><span><?php echo $visitme ?></span><span> >> </span>
|
|
|
|
|
|
|
253 |
</option>
|
254 |
|
255 |
<option value="<?php echo $follow; ?>_vi" <?php echo ($option5[$name]== $follow.'_vi') ? 'selected="selected"' : '' ; ?>>
|
256 |
+
Tiếng Việt<span> - << </span><span><?php echo $follow ?></span><span> >> </span>
|
|
|
|
|
|
|
257 |
</option>
|
258 |
<option value="<?php echo $visitme; ?>_vi" <?php echo ($option5[$name]== $visitme.'_vi') ? 'selected="selected"' : '' ; ?>>
|
259 |
+
Tiếng Việt<span> - << </span><span><?php echo $visitme ?></span><span> >> </span>
|
|
|
|
|
|
|
260 |
</option>
|
261 |
</select>
|
262 |
<?php
|
267 |
<!-- Section 5 "Any other wishes for your main icons?" main div Start -->
|
268 |
<div class="tab5">
|
269 |
<h4>
|
270 |
+
<?php _e( 'Order of your icons', SFSI_PLUS_DOMAIN ); ?>
|
271 |
</h4>
|
272 |
<!-- icon drag drop section start here -->
|
273 |
<ul class="plus_share_icon_order" >
|
356 |
</ul> <!-- END icon drag drop section start here -->
|
357 |
|
358 |
<span class="drag_drp">
|
359 |
+
(<?php _e( 'Drag & Drop', SFSI_PLUS_DOMAIN); ?>)
|
360 |
</span>
|
361 |
<!-- icon's size and spacing section start here -->
|
362 |
<div class="row">
|
363 |
<h4>
|
364 |
+
<?php _e( 'Size & spacing of your icons', SFSI_PLUS_DOMAIN ); ?>
|
365 |
</h4>
|
366 |
<div class="icons_size">
|
367 |
<span>
|
368 |
+
<?php _e( 'Size:', SFSI_PLUS_DOMAIN ); ?>
|
369 |
</span>
|
370 |
<input name="sfsi_plus_icons_size" value="<?php echo ($option5['sfsi_plus_icons_size']!='') ? $option5['sfsi_plus_icons_size'] : '' ;?>" type="text" />
|
371 |
<ins>
|
372 |
+
<?php _e( 'pixels wide & tall', SFSI_PLUS_DOMAIN ); ?>
|
373 |
</ins>
|
374 |
<span class="last">
|
375 |
+
<?php _e( 'Spacing between icons:', SFSI_PLUS_DOMAIN ); ?>
|
376 |
</span>
|
377 |
<input name="sfsi_plus_icons_spacing" type="text" value="<?php echo ($option5['sfsi_plus_icons_spacing']!='') ? $option5['sfsi_plus_icons_spacing'] : '' ;?>" />
|
378 |
<ins>
|
379 |
+
<?php _e( 'Pixels', SFSI_PLUS_DOMAIN ); ?>
|
380 |
</ins>
|
381 |
</div>
|
382 |
</div>
|
383 |
|
384 |
<div class="row">
|
385 |
<h4>
|
386 |
+
<?php _e( 'Alignments', SFSI_PLUS_DOMAIN ); ?>
|
387 |
</h4>
|
388 |
<div class="icons_size">
|
389 |
<span>
|
390 |
+
<?php _e( 'Alignment of icons:', SFSI_PLUS_DOMAIN ); ?>
|
391 |
</span>
|
392 |
<div class="field">
|
393 |
<select name="sfsi_plus_icons_Alignment" id="sfsi_plus_icons_Alignment" class="styled">
|
394 |
<option value="center" <?php echo ($option5['sfsi_plus_icons_Alignment']=='center') ? 'selected="selected"' : '' ;?>>
|
395 |
+
<?php _e( 'Centered', SFSI_PLUS_DOMAIN ); ?>
|
396 |
</option>
|
397 |
<option value="right" <?php echo ($option5['sfsi_plus_icons_Alignment']=='right') ? 'selected="selected"' : '' ;?>>
|
398 |
+
<?php _e( 'Right', SFSI_PLUS_DOMAIN ); ?>
|
399 |
</option>
|
400 |
<option value="left" <?php echo ($option5['sfsi_plus_icons_Alignment']=='left') ? 'selected="selected"' : '' ;?>>
|
401 |
+
<?php _e( 'Left', SFSI_PLUS_DOMAIN ); ?>
|
402 |
</option>
|
403 |
</select>
|
404 |
</div>
|
405 |
<span>
|
406 |
+
<?php _e( 'Icons per row:', SFSI_PLUS_DOMAIN ); ?>
|
407 |
</span>
|
408 |
<input name="sfsi_plus_icons_perRow" type="text" value="<?php echo ($option5['sfsi_plus_icons_perRow']!='') ? $option5['sfsi_plus_icons_perRow'] : '' ;?>" />
|
409 |
<ins class="leave_empty">
|
410 |
+
<?php _e( 'Leave empty if you dont want to<br /> define this', SFSI_PLUS_DOMAIN ); ?>
|
|
|
|
|
411 |
</ins>
|
412 |
</div>
|
413 |
</div>
|
414 |
<!-- icon's select language optins start here -->
|
415 |
<div class="row">
|
416 |
<h4>
|
417 |
+
<?php _e( 'Language & Button-text', SFSI_PLUS_DOMAIN ); ?>
|
418 |
</h4>
|
419 |
<!-- Follow button start here -->
|
420 |
<div class="icons_size">
|
421 |
<div class="follows-btn">
|
422 |
+
<span><?php _e( 'Follow-button:', SFSI_PLUS_DOMAIN ); ?></span>
|
423 |
</div>
|
424 |
<div class="field language-field">
|
425 |
<?php selectoption("sfsi_plus_follow_icons_language" , "Follow" , "Subscribe"); ?>
|
426 |
</div>
|
427 |
<div class="preview-btn">
|
428 |
+
<span><?php _e( 'Preview:', SFSI_PLUS_DOMAIN ); ?></span>
|
429 |
</div>
|
430 |
<?php
|
431 |
$follow_icons = $option5['sfsi_plus_follow_icons_language'];
|
440 |
<!-- Facebook «Visit»-icon start here -->
|
441 |
<div class="icons_size">
|
442 |
<div class="follows-btn">
|
443 |
+
<span><?php _e( 'Facebook «Visit»-icon:', SFSI_PLUS_DOMAIN ); ?></span>
|
444 |
</div>
|
445 |
<div class="field language-field">
|
446 |
<?php selectoption("sfsi_plus_facebook_icons_language" , "Visit_us" , "Visit_me"); ?>
|
447 |
</div>
|
448 |
<div class="preview-btn">
|
449 |
+
<span><?php _e( 'Preview:', SFSI_PLUS_DOMAIN ); ?></span>
|
450 |
</div>
|
451 |
<?php
|
452 |
$facebook_icons_lang = $option5['sfsi_plus_facebook_icons_language'];
|
461 |
<!-- Twitter «Visit»-icon start here -->
|
462 |
<div class="icons_size">
|
463 |
<div class="follows-btn">
|
464 |
+
<span><?php _e( 'Twitter «Visit»-icon:', SFSI_PLUS_DOMAIN ); ?></span>
|
465 |
</div>
|
466 |
<div class="field language-field">
|
467 |
<?php selectoption("sfsi_plus_twitter_icons_language" , "Visit_us" , "Visit_me"); ?>
|
468 |
</div>
|
469 |
<div class="preview-btn">
|
470 |
+
<span><?php _e( 'Preview:', SFSI_PLUS_DOMAIN ); ?></span>
|
471 |
</div>
|
472 |
<?php
|
473 |
$twitter_icons_lang = $option5['sfsi_plus_twitter_icons_language'];
|
482 |
<!-- Google+ «Visit»-icon start here -->
|
483 |
<div class="icons_size">
|
484 |
<div class="follows-btn">
|
485 |
+
<span><?php _e( 'Google+ «Visit»-icon:', SFSI_PLUS_DOMAIN ); ?></span>
|
486 |
</div>
|
487 |
<div class="field language-field">
|
488 |
<?php selectoption("sfsi_plus_google_icons_language" , "Visit_us" , "Visit_me"); ?>
|
489 |
</div>
|
490 |
<div class="preview-btn">
|
491 |
+
<span><?php _e( 'Preview:', SFSI_PLUS_DOMAIN ); ?></span>
|
492 |
</div>
|
493 |
<?php
|
494 |
$google_icons_lang = $option5['sfsi_plus_google_icons_language'];
|
503 |
<!-- Like & Share buttons (Facebook, Twitter, Google+) start here -->
|
504 |
<div class="icons_size">
|
505 |
<span>
|
506 |
+
<?php _e( 'Language for Like & Share buttons(Facebook, Twitter, Google+):', SFSI_PLUS_DOMAIN ); ?>
|
507 |
</span>
|
508 |
<div class="language_field">
|
509 |
<select name="sfsi_plus_icons_language" id="sfsi_plus_icons_language" class="language">
|
510 |
+
<option value="ar_AR" <?php echo ($option5['sfsi_plus_icons_language']=='ar_AR') ? 'selected="selected"' : '' ;?>>
|
511 |
+
العربية
|
512 |
+
</option>
|
513 |
+
<option value="az_AZ" <?php echo ($option5['sfsi_plus_icons_language']=='az_AZ') ? 'selected="selected"' : '' ;?>>
|
514 |
+
Azərbaycan dili
|
515 |
+
</option>
|
516 |
+
<option value="af_ZA" <?php echo ($option5['sfsi_plus_icons_language']=='af_ZA') ? 'selected="selected"' : '' ;?>>
|
517 |
+
Afrikaans
|
518 |
+
<option value="bg_BG" <?php echo ($option5['sfsi_plus_icons_language']=='bg_BG') ? 'selected="selected"' : '' ;?>>
|
519 |
+
Български
|
520 |
+
</option>
|
521 |
+
<option value="ms_MY" <?php echo ($option5['sfsi_plus_icons_language']=='ms_MY') ? 'selected="selected"' : '' ;?>>
|
522 |
+
Bahasa Melayu
|
523 |
+
</option>
|
524 |
+
<option value="bn_IN" <?php echo ($option5['sfsi_plus_icons_language']=='bn_IN') ? 'selected="selected"' : '' ;?>>
|
525 |
+
বাংলা
|
526 |
+
</option>
|
527 |
+
<option value="bs_BA" <?php echo ($option5['sfsi_plus_icons_language']=='bs_BA') ? 'selected="selected"' : '' ;?>>
|
528 |
+
Bosanski
|
529 |
+
</option>
|
530 |
+
<option value="ca_ES" <?php echo ($option5['sfsi_plus_icons_language']=='ca_ES') ? 'selected="selected"' : '' ;?>>
|
531 |
+
Català
|
532 |
+
</option>
|
533 |
+
<option value="cy_GB" <?php echo ($option5['sfsi_plus_icons_language']=='cy_GB') ? 'selected="selected"' : '' ;?>>
|
534 |
+
Cymraeg
|
535 |
+
</option>
|
536 |
+
<option value="da_DK" <?php echo ($option5['sfsi_plus_icons_language']=='da_DK') ? 'selected="selected"' : '' ;?>>
|
537 |
+
Dansk
|
538 |
+
</option>
|
539 |
+
<option value="de_DE" <?php echo ($option5['sfsi_plus_icons_language']=='de_DE') ? 'selected="selected"' : '' ;?>>
|
540 |
+
Deutsch
|
541 |
+
</option>
|
542 |
+
<option value="en_US" <?php echo ($option5['sfsi_plus_icons_language']=='en_US') ? 'selected="selected"' : '' ;?>>
|
543 |
+
English (United States)
|
544 |
+
</option>
|
545 |
+
<option value="el_GR" <?php echo ($option5['sfsi_plus_icons_language']=='el_GR') ? 'selected="selected"' : '' ;?>>
|
546 |
+
Ελληνικά
|
547 |
+
</option>
|
548 |
+
<option value="eo_EO" <?php echo ($option5['sfsi_plus_icons_language']=='eo_EO') ? 'selected="selected"' : '' ;?>>
|
549 |
+
Esperanto
|
550 |
+
</option>
|
551 |
+
<option value="es_ES" <?php echo ($option5['sfsi_plus_icons_language']=='es_ES') ? 'selected="selected"' : '' ;?>>
|
552 |
+
Español
|
553 |
+
</option>
|
554 |
+
<option value="et_EE" <?php echo ($option5['sfsi_plus_icons_language']=='et_EE') ? 'selected="selected"' : '' ;?>>
|
555 |
+
Eesti
|
556 |
+
</option>
|
557 |
+
<option value="eu_ES" <?php echo ($option5['sfsi_plus_icons_language']=='eu_ES') ? 'selected="selected"' : '' ;?>>
|
558 |
+
Euskara
|
559 |
+
</option>
|
560 |
+
<option value="fa_IR" <?php echo ($option5['sfsi_plus_icons_language']=='fa_IR') ? 'selected="selected"' : '' ;?>>
|
561 |
+
فارسی
|
562 |
+
</option>
|
563 |
+
<option value="fi_FI" <?php echo ($option5['sfsi_plus_icons_language']=='fi_FI') ? 'selected="selected"' : '' ;?>>
|
564 |
+
Suomi
|
565 |
+
</option>
|
566 |
+
<option value="fr_FR" <?php echo ($option5['sfsi_plus_icons_language']=='fr_FR') ? 'selected="selected"' : '' ;?>>
|
567 |
+
Français
|
568 |
+
</option>
|
569 |
+
<option value="gl_ES" <?php echo ($option5['sfsi_plus_icons_language']=='gl_ES') ? 'selected="selected"' : '' ;?>>
|
570 |
+
Galego
|
571 |
+
</option>
|
572 |
+
<option value="he_IL" <?php echo ($option5['sfsi_plus_icons_language']=='he_IL') ? 'selected="selected"' : '' ;?>>
|
573 |
+
עִבְרִית
|
574 |
+
</option>
|
575 |
+
<option value="hi_IN" <?php echo ($option5['sfsi_plus_icons_language']=='hi_IN') ? 'selected="selected"' : '' ;?>>
|
576 |
+
हिन्दी
|
577 |
+
</option>
|
578 |
+
<option value="hr_HR" <?php echo ($option5['sfsi_plus_icons_language']=='hr_HR') ? 'selected="selected"' : '' ;?>>
|
579 |
+
Hrvatski
|
580 |
+
</option>
|
581 |
+
<option value="hu_HU" <?php echo ($option5['sfsi_plus_icons_language']=='hu_HU') ? 'selected="selected"' : '' ;?>>
|
582 |
+
Magyar
|
583 |
+
</option>
|
584 |
+
<option value="hy_AM" <?php echo ($option5['sfsi_plus_icons_language']=='hy_AM') ? 'selected="selected"' : '' ;?>>
|
585 |
+
Հայերեն
|
586 |
+
</option>
|
587 |
+
<option value="id_ID" <?php echo ($option5['sfsi_plus_icons_language']=='id_ID') ? 'selected="selected"' : '' ;?>>
|
588 |
+
Bahasa Indonesia
|
589 |
+
</option>
|
590 |
+
<option value="is_IS" <?php echo ($option5['sfsi_plus_icons_language']=='is_IS') ? 'selected="selected"' : '' ;?>>
|
591 |
+
Íslenska
|
592 |
+
</option>
|
593 |
+
<option value="it_IT" <?php echo ($option5['sfsi_plus_icons_language']=='it_IT') ? 'selected="selected"' : '' ;?>>
|
594 |
+
Italiano
|
595 |
+
</option>
|
596 |
+
<option value="ja_JP" <?php echo ($option5['sfsi_plus_icons_language']=='ja_JP') ? 'selected="selected"' : '' ;?>>
|
597 |
+
日本語
|
598 |
+
</option>
|
599 |
+
<option value="ko_KR" <?php echo ($option5['sfsi_plus_icons_language']=='ko_KR') ? 'selected="selected"' : '' ;?>>
|
600 |
+
한국어
|
601 |
+
</option>
|
602 |
+
<option value="lt_LT" <?php echo ($option5['sfsi_plus_icons_language']=='lt_LT') ? 'selected="selected"' : '' ;?>>
|
603 |
+
Lietuvių kalba
|
604 |
+
</option>
|
605 |
+
<option value="my_MM" <?php echo ($option5['sfsi_plus_icons_language']=='my_MM') ? 'selected="selected"' : '' ;?>>
|
606 |
+
ဗမာစာ
|
607 |
+
</option>
|
608 |
+
<option value="nl_NL" <?php echo ($option5['sfsi_plus_icons_language']=='nl_NL') ? 'selected="selected"' : '' ;?>>
|
609 |
+
Nederlands
|
610 |
+
</option>
|
611 |
+
<option value="nn_NO" <?php echo ($option5['sfsi_plus_icons_language']=='nn_NO') ? 'selected="selected"' : '' ;?>>
|
612 |
+
Norsk nynorsk
|
613 |
+
</option>
|
614 |
+
<option value="pl_PL" <?php echo ($option5['sfsi_plus_icons_language']=='pl_PL') ? 'selected="selected"' : '' ;?>>
|
615 |
+
Polski
|
616 |
+
</option>
|
617 |
+
<option value="ps_AF" <?php echo ($option5['sfsi_plus_icons_language']=='ps_AF') ? 'selected="selected"' : '' ;?>>
|
618 |
+
پښتو
|
619 |
+
</option>
|
620 |
+
<option value="pt_BR" <?php echo ($option5['sfsi_plus_icons_language']=='pt_BR') ? 'selected="selected"' : '' ;?>>
|
621 |
+
Português do Brasil
|
622 |
+
</option>
|
623 |
+
<option value="ro_RO" <?php echo ($option5['sfsi_plus_icons_language']=='ro_RO') ? 'selected="selected"' : '' ;?>>
|
624 |
+
Română
|
625 |
+
</option>
|
626 |
+
<option value="ru_RU" <?php echo ($option5['sfsi_plus_icons_language']=='ru_RU') ? 'selected="selected"' : '' ;?>>
|
627 |
+
Русский
|
628 |
+
</option>
|
629 |
+
<option value="sk_SK" <?php echo ($option5['sfsi_plus_icons_language']=='sk_SK') ? 'selected="selected"' : '' ;?>>
|
630 |
+
Slovenčina
|
631 |
+
</option>
|
632 |
+
<option value="sl_SI" <?php echo ($option5['sfsi_plus_icons_language']=='sl_SI') ? 'selected="selected"' : '' ;?>>
|
633 |
+
Slovenščina
|
634 |
+
</option>
|
635 |
+
<option value="sq_AL" <?php echo ($option5['sfsi_plus_icons_language']=='sq_AL') ? 'selected="selected"' : '' ;?>>
|
636 |
+
Shqip
|
637 |
+
</option>
|
638 |
+
<option value="sr_RS" <?php echo ($option5['sfsi_plus_icons_language']=='sr_RS') ? 'selected="selected"' : '' ;?>>
|
639 |
+
Српски језик
|
640 |
+
</option>
|
641 |
+
<option value="sv_SE" <?php echo ($option5['sfsi_plus_icons_language']=='sv_SE') ? 'selected="selected"' : '' ;?>>
|
642 |
+
Svenska
|
643 |
+
</option>
|
644 |
+
<option value="th_TH" <?php echo ($option5['sfsi_plus_icons_language']=='th_TH') ? 'selected="selected"' : '' ;?>>
|
645 |
+
ไทย
|
646 |
+
</option>
|
647 |
+
<option value="tl_PH" <?php echo ($option5['sfsi_plus_icons_language']=='tl_PH') ? 'selected="selected"' : '' ;?>>
|
648 |
+
Tagalog
|
649 |
+
</option>
|
650 |
+
<option value="tr_TR" <?php echo ($option5['sfsi_plus_icons_language']=='tr_TR') ? 'selected="selected"' : '' ;?>>
|
651 |
+
Türkçe
|
652 |
+
</option>
|
653 |
+
<option value="ug_CN" <?php echo ($option5['sfsi_plus_icons_language']=='ug_CN') ? 'selected="selected"' : '' ;?>>
|
654 |
+
Uyƣurqə
|
655 |
+
</option>
|
656 |
+
<option value="uk_UA" <?php echo ($option5['sfsi_plus_icons_language']=='uk_UA') ? 'selected="selected"' : '' ;?>>
|
657 |
+
Українська
|
658 |
+
</option>
|
659 |
+
<option value="vi_VN" <?php echo ($option5['sfsi_plus_icons_language']=='vi_VN') ? 'selected="selected"' : '' ;?>>
|
660 |
+
Tiếng Việt
|
661 |
+
</option>
|
662 |
+
<option value="zh_CN" <?php echo ($option5['sfsi_plus_icons_language']=='zh_CN') ? 'selected="selected"' : '' ;?>>
|
663 |
+
简体中文
|
664 |
+
</option>
|
665 |
+
<option value="cs_CZ" <?php echo ($option5['sfsi_plus_icons_language']=='cs_CZ') ? 'selected="selected"' : '' ;?>>
|
666 |
+
Čeština
|
667 |
+
</option>
|
668 |
+
<option value="ur_PK" <?php echo ($option5['sfsi_plus_icons_language']=='ur_PK') ? 'selected="selected"' : '' ;?>>
|
669 |
+
اردو
|
670 |
+
</option>
|
671 |
</select>
|
672 |
</div>
|
673 |
</div>
|
674 |
</div>
|
675 |
<div class="row new_wind">
|
676 |
<h4>
|
677 |
+
<?php _e( 'New window', SFSI_PLUS_DOMAIN ); ?>
|
678 |
</h4>
|
679 |
<div class="sfsiplus_row_onl">
|
680 |
<p>
|
681 |
<?php
|
682 |
+
_e( 'If user clicks on your icons, do you want to open the page in a new window?',SFSI_PLUS_DOMAIN ); ?>
|
|
|
|
|
|
|
|
|
683 |
</p>
|
684 |
<ul class="enough_waffling">
|
685 |
<li>
|
686 |
<input name="sfsi_plus_icons_ClickPageOpen" <?php echo ($option5['sfsi_plus_icons_ClickPageOpen']=='yes') ? 'checked="true"' : '' ;?> type="radio" value="yes" class="styled" />
|
687 |
<label>
|
688 |
+
<?php _e( 'Yes', SFSI_PLUS_DOMAIN ); ?>
|
689 |
</label>
|
690 |
</li>
|
691 |
<li>
|
692 |
<input name="sfsi_plus_icons_ClickPageOpen" <?php echo ($option5['sfsi_plus_icons_ClickPageOpen']=='no') ? 'checked="true"' : '' ;?> type="radio" value="no" class="styled" />
|
693 |
<label>
|
694 |
+
<?php _e( 'No', SFSI_PLUS_DOMAIN ); ?>
|
695 |
</label>
|
696 |
</li>
|
697 |
</ul>
|
702 |
<!-- icon's floating and stick section start here -->
|
703 |
<div class="row sticking">
|
704 |
<h4>
|
705 |
+
<?php _e( 'Sticking & Disable on mobile', SFSI_PLUS_DOMAIN ); ?>
|
706 |
</h4>
|
707 |
<p>
|
708 |
+
<?php _e( 'If you decided to show your icons via a widget, you can add the effect that when the user scrolls down, the icons will stick at the top of the screen so that they are still displayed even if the user scrolled all the way down. Do you want to do that?', SFSI_PLUS_DOMAIN ); ?>
|
709 |
</p>
|
710 |
<!--<div class="space">
|
711 |
<p class="list">Make icons float?</p>
|
719 |
<li>
|
720 |
<input name="sfsi_plus_icons_stick" <?php echo ($option5['sfsi_plus_icons_stick']=='yes') ? 'checked="true"' : '' ;?> type="radio" value="yes" class="styled" />
|
721 |
<label>
|
722 |
+
<?php _e( 'Yes', SFSI_PLUS_DOMAIN ); ?>
|
723 |
</label>
|
724 |
</li>
|
725 |
<li>
|
726 |
<input name="sfsi_plus_icons_stick" <?php echo ($option5['sfsi_plus_icons_stick']=='no') ? 'checked="true"' : '' ;?> type="radio" value="no" class="styled" />
|
727 |
<label>
|
728 |
+
<?php _e( 'No', SFSI_PLUS_DOMAIN ); ?>
|
729 |
</label>
|
730 |
</li>
|
731 |
</ul>
|
734 |
<!--disable float icons-->
|
735 |
<div class="space disblfltonmbl">
|
736 |
<p class="list">
|
737 |
+
<?php _e( 'Disable float icons on mobile devices', SFSI_PLUS_DOMAIN ); ?>
|
738 |
</p>
|
739 |
<ul class="enough_waffling">
|
740 |
<li>
|
741 |
<input name="sfsi_plus_disable_floaticons" <?php echo ($option5['sfsi_plus_disable_floaticons']=='yes') ? 'checked="true"' : '' ;?> type="radio" value="yes" class="styled" />
|
742 |
<label>
|
743 |
+
<?php _e( 'Yes', SFSI_PLUS_DOMAIN ); ?>
|
744 |
</label>
|
745 |
</li>
|
746 |
<li>
|
747 |
<input name="sfsi_plus_disable_floaticons" <?php echo ($option5['sfsi_plus_disable_floaticons']=='no') ? 'checked="true"' : '' ;?> type="radio" value="no" class="styled" />
|
748 |
<label>
|
749 |
+
<?php _e( 'No', SFSI_PLUS_DOMAIN ); ?>
|
750 |
</label>
|
751 |
</li>
|
752 |
</ul>
|
756 |
<!--disabling view port meta tag-->
|
757 |
<div class="space disblfltonmbl">
|
758 |
<p class="list">
|
759 |
+
<?php _e( 'Disable auto-scaling feature for mobile devices ("viewport" meta tag)', SFSI_PLUS_DOMAIN ); ?>
|
760 |
</p>
|
761 |
<ul class="enough_waffling">
|
762 |
<li>
|
763 |
<input name="sfsi_plus_disable_viewport" <?php echo ($sfsi_plus_disable_viewport=='yes') ? 'checked="true"' : '' ;?> type="radio" value="yes" class="styled" />
|
764 |
<label>
|
765 |
+
<?php _e( 'Yes', SFSI_PLUS_DOMAIN ); ?>
|
766 |
</label>
|
767 |
</li>
|
768 |
<li>
|
769 |
<input name="sfsi_plus_disable_viewport" <?php echo ($sfsi_plus_disable_viewport=='no') ? 'checked="true"' : '' ;?> type="radio" value="no" class="styled" />
|
770 |
<label>
|
771 |
+
<?php _e( 'No', SFSI_PLUS_DOMAIN ); ?>
|
772 |
</label>
|
773 |
</li>
|
774 |
</ul>
|
780 |
<!-- mouse over text section start here -->
|
781 |
<div class="row mouse_txt">
|
782 |
<h4>
|
783 |
+
<?php _e( 'Mouseover text', SFSI_PLUS_DOMAIN ); ?>
|
784 |
</h4>
|
785 |
<p>
|
786 |
+
<?php _e('If you’ve given your icon only one function (i.e. no pop-up where user can perform different actions) then you can define here what text will be displayed if a user moves his mouse over the icon:', SFSI_PLUS_DOMAIN ); ?>
|
787 |
</p>
|
788 |
|
789 |
<div class="space">
|
790 |
<div class="clear"></div>
|
791 |
<div class="mouseover_field sfsiplus_rss_section">
|
792 |
<label>
|
793 |
+
RSS:
|
794 |
</label>
|
795 |
<input name="sfsi_plus_rss_MouseOverText" value="<?php echo ($option5['sfsi_plus_rss_MouseOverText']!='') ? $option5['sfsi_plus_rss_MouseOverText'] : '' ;?>" type="text" />
|
796 |
</div>
|
797 |
<div class="mouseover_field sfsiplus_email_section">
|
798 |
<label>
|
799 |
+
Email:
|
800 |
</label>
|
801 |
<input name="sfsi_plus_email_MouseOverText" value="<?php echo ($option5['sfsi_plus_email_MouseOverText']!='') ? $option5['sfsi_plus_email_MouseOverText'] : '' ;?>" type="text" />
|
802 |
</div>
|
803 |
<div class="clear">
|
804 |
<div class="mouseover_field sfsiplus_twitter_section">
|
805 |
<label>
|
806 |
+
Twitter:
|
807 |
</label>
|
808 |
<input name="sfsi_plus_twitter_MouseOverText" value="<?php echo ($option5['sfsi_plus_twitter_MouseOverText']!='') ? $option5['sfsi_plus_twitter_MouseOverText'] : '' ;?>" type="text" />
|
809 |
</div>
|
810 |
<div class="mouseover_field sfsiplus_facebook_section">
|
811 |
<label>
|
812 |
+
Facebook:
|
813 |
</label>
|
814 |
<input name="sfsi_plus_facebook_MouseOverText" value="<?php echo ($option5['sfsi_plus_facebook_MouseOverText']!='') ? $option5['sfsi_plus_facebook_MouseOverText'] : '' ;?>" type="text" />
|
815 |
</div>
|
818 |
<div class="clear">
|
819 |
<div class="mouseover_field sfsiplus_google_section">
|
820 |
<label>
|
821 |
+
Google:
|
822 |
</label>
|
823 |
<input name="sfsi_plus_google_MouseOverText" value="<?php echo ($option5['sfsi_plus_google_MouseOverText']!='') ? $option5['sfsi_plus_google_MouseOverText'] : '' ;?>" type="text" />
|
824 |
</div>
|
825 |
<div class="mouseover_field sfsiplus_linkedin_section">
|
826 |
<label>
|
827 |
+
LinkedIn:
|
828 |
</label>
|
829 |
<input name="sfsi_plus_linkedIn_MouseOverText" value="<?php echo ($option5['sfsi_plus_linkedIn_MouseOverText']!='') ? $option5['sfsi_plus_linkedIn_MouseOverText'] : '' ;?>" type="text" />
|
830 |
</div>
|
833 |
<div class="clear">
|
834 |
<div class="mouseover_field sfsiplus_pinterest_section">
|
835 |
<label>
|
836 |
+
Pinterest:
|
837 |
</label>
|
838 |
<input name="sfsi_plus_pinterest_MouseOverText" value="<?php echo ($option5['sfsi_plus_pinterest_MouseOverText']!='') ? $option5['sfsi_plus_pinterest_MouseOverText'] : '' ;?>" type="text" />
|
839 |
</div>
|
840 |
<div class="mouseover_field sfsiplus_youtube_section">
|
841 |
<label>
|
842 |
+
Youtube:
|
843 |
</label>
|
844 |
<input name="sfsi_plus_youtube_MouseOverText" value="<?php echo ($option5['sfsi_plus_youtube_MouseOverText']!='') ? $option5['sfsi_plus_youtube_MouseOverText'] : '' ;?>" type="text" />
|
845 |
</div>
|
848 |
<div class="clear">
|
849 |
<div class="mouseover_field sfsiplus_instagram_section">
|
850 |
<label>
|
851 |
+
Instagram:
|
852 |
</label>
|
853 |
<input name="sfsi_plus_instagram_MouseOverText" value="<?php echo ($option5['sfsi_plus_instagram_MouseOverText']!='') ? $option5['sfsi_plus_instagram_MouseOverText'] : '' ;?>" type="text" />
|
854 |
</div>
|
855 |
<div class="mouseover_field sfsiplus_houzz_section">
|
856 |
<label>
|
857 |
+
Houzz:
|
858 |
</label>
|
859 |
<input name="sfsi_plus_houzz_MouseOverText" value="<?php echo (isset($option5['sfsi_plus_houzz_MouseOverText']) && $option5['sfsi_plus_houzz_MouseOverText']!='') ? $option5['sfsi_plus_houzz_MouseOverText'] : 'Houzz' ;?>" type="text" />
|
860 |
</div>
|
877 |
|
878 |
<div class="mouseover_field sfsiplus_custom_section sfsiICON_<?php echo $i; ?>">
|
879 |
<label>
|
880 |
+
<?php _e( 'Custom', SFSI_PLUS_DOMAIN ); ?>
|
881 |
<?php echo $count; ?>:
|
882 |
</label>
|
883 |
<input name="sfsi_plus_custom_MouseOverTexts[]" value="<?php echo (isset($sfsiMouseOverTexts[$i]) && $sfsiMouseOverTexts[$i]!='') ? $sfsiMouseOverTexts[$i] : '' ;?>" type="text" file-id="<?php echo $i; ?>" />
|
896 |
<div class="save_button">
|
897 |
<img src="<?php echo SFSI_PLUS_PLUGURL ?>images/ajax-loader.gif" class="loader-img" />
|
898 |
<?php $nonce = wp_create_nonce("update_plus_step5"); ?>
|
899 |
+
<a href="javascript:;" id="sfsi_plus_save5" title="Save" data-nonce="<?php echo $nonce;?>"><?php _e( 'Save', SFSI_PLUS_DOMAIN ); ?></a>
|
900 |
</div>
|
901 |
<!-- END SAVE BUTTON SECTION -->
|
902 |
|
903 |
<a class="sfsiColbtn closeSec" href="javascript:;" >
|
904 |
+
<?php _e( 'Collapse area', SFSI_PLUS_DOMAIN ); ?>
|
905 |
</a>
|
906 |
<label class="closeSec"></label>
|
907 |
|
views/sfsi_option_view6.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
<!-- Section 6 "Do you want to display icons at the end of every post?" main div Start -->
|
7 |
<div class="tab6">
|
8 |
<p>
|
9 |
-
<?php _e('The selections you made so far were to display the subscriptions/ social media icons for your site in general (in a widget on the sidebar). You can also display icons at the end of every post, encouraging users to subscribe/like/share after they’ve read it. The following buttons will be added:
|
10 |
</p>
|
11 |
<!-- icons example section -->
|
12 |
<div class="social_icon_like1">
|
@@ -19,34 +19,34 @@
|
|
19 |
</div><!-- icons position section -->
|
20 |
|
21 |
<p class="clear">
|
22 |
-
<?php _e( 'Those are usually all you need:',
|
23 |
</p>
|
24 |
<ul class="usually">
|
25 |
<li>
|
26 |
-
<?php _e( '
|
27 |
</li>
|
28 |
<li>
|
29 |
-
<?php _e( '
|
30 |
</li>
|
31 |
<li>
|
32 |
-
<?php _e( '
|
33 |
</li>
|
34 |
</ul>
|
35 |
<!-- icons display section -->
|
36 |
<h4>
|
37 |
-
<?php _e( 'So: do you want to display those at the end of every post?',
|
38 |
</h4>
|
39 |
<ul class="enough_waffling">
|
40 |
<li>
|
41 |
<input name="sfsi_plus_show_Onposts" <?php echo ($option6['sfsi_plus_show_Onposts']=='yes') ? 'checked="true"' : '' ;?> type="radio" value="yes" class="styled" />
|
42 |
<label>
|
43 |
-
<?php _e( 'Yes',
|
44 |
</label>
|
45 |
</li>
|
46 |
<li>
|
47 |
<input name="sfsi_plus_show_Onposts" <?php echo ($option6['sfsi_plus_show_Onposts']=='no') ? 'checked="true"' : '' ;?> type="radio" value="no" class="styled" />
|
48 |
<label>
|
49 |
-
<?php _e( 'No',
|
50 |
</label>
|
51 |
</li>
|
52 |
</ul><!-- icons display section -->
|
@@ -54,30 +54,30 @@
|
|
54 |
<!-- icons position section -->
|
55 |
<div class="row sfsiplus_PostsSettings_section">
|
56 |
<h4>
|
57 |
-
<?php _e( 'Options:',
|
58 |
</h4>
|
59 |
<div class="options">
|
60 |
<label class="first">
|
61 |
-
<?php _e( 'Text to appear before the sharing icons:',
|
62 |
</label><input name="sfsi_plus_textBefor_icons" type="text" value="<?php echo ($option6['sfsi_plus_textBefor_icons']!='') ? $option6['sfsi_plus_textBefor_icons'] : '' ; ?>" />
|
63 |
</div>
|
64 |
<div class="options">
|
65 |
<label>
|
66 |
-
<?php _e( 'Alignment of share icons:',
|
67 |
</label>
|
68 |
<div class="field"><select name="sfsi_plus_icons_alignment" id="sfsi_plus_icons_alignment" class="styled"><option value="left" <?php echo ($option6['sfsi_plus_icons_alignment']=='left') ? 'selected="selected"' : '' ;?>>
|
69 |
-
<?php _e( 'Left',
|
70 |
</option><!--<option value="center" <?php //echo ($option6['sfsi_plus_icons_alignment']=='center') ? 'selected="selected"' : '' ;?>>Center</option>--><option value="right" <?php echo ($option6['sfsi_plus_icons_alignment']=='right') ? 'selected="selected"' : '' ;?>>
|
71 |
-
<?php _e( 'Right',
|
72 |
</option></select></div>
|
73 |
</div>
|
74 |
<div class="options">
|
75 |
<label>
|
76 |
-
<?php _e( 'Do you want to display the counts?',
|
77 |
</label><div class="field"><select name="sfsi_plus_icons_DisplayCounts" id="sfsi_plus_icons_DisplayCounts" class="styled"><option value="yes" <?php echo ($option6['sfsi_plus_icons_DisplayCounts']=='yes') ? 'selected="true"' : '' ;?>>
|
78 |
-
<?php _e( 'YES',
|
79 |
</option><option value="no" <?php echo ($option6['sfsi_plus_icons_DisplayCounts']=='no') ? 'selected="true"' : '' ;?>>
|
80 |
-
<?php _e( 'NO',
|
81 |
</option></select></div>
|
82 |
</div>
|
83 |
|
@@ -88,12 +88,12 @@
|
|
88 |
<img src="<?php echo SFSI_PLUS_PLUGURL ?>images/ajax-loader.gif" class="loader-img" />
|
89 |
<?php $nonce = wp_create_nonce("update_plus_step6"); ?>
|
90 |
<a href="javascript:;" id="sfsi_plus_save6" title="Save" data-nonce="<?php echo $nonce;?>">
|
91 |
-
<?php _e( 'Save',
|
92 |
</a>
|
93 |
|
94 |
</div> <!-- END SAVE BUTTON SECTION -->
|
95 |
<a class="sfsiColbtn closeSec" href="javascript:;">
|
96 |
-
<?php _e( 'Collapse area',
|
97 |
</a>
|
98 |
<label class="closeSec"></label>
|
99 |
<!-- ERROR AND SUCCESS MESSAGE AREA-->
|
6 |
<!-- Section 6 "Do you want to display icons at the end of every post?" main div Start -->
|
7 |
<div class="tab6">
|
8 |
<p>
|
9 |
+
<?php _e('The selections you made so far were to display the subscriptions/ social media icons for your site in general (in a widget on the sidebar). You can also display icons at the end of every post, encouraging users to subscribe/like/share after they’ve read it. The following buttons will be added:', SFSI_PLUS_DOMAIN ); ?>
|
10 |
</p>
|
11 |
<!-- icons example section -->
|
12 |
<div class="social_icon_like1">
|
19 |
</div><!-- icons position section -->
|
20 |
|
21 |
<p class="clear">
|
22 |
+
<?php _e( 'Those are usually all you need:', SFSI_PLUS_DOMAIN ); ?>
|
23 |
</p>
|
24 |
<ul class="usually">
|
25 |
<li>
|
26 |
+
1. <?php _e( 'Facebook is No.1 in liking, so it’s a must have', SFSI_PLUS_DOMAIN ); ?>
|
27 |
</li>
|
28 |
<li>
|
29 |
+
2. <?php _e( 'Google+ is also important due to SEO reasons, so important to have as well', SFSI_PLUS_DOMAIN ); ?>
|
30 |
</li>
|
31 |
<li>
|
32 |
+
3. <?php _e( 'Share-button covers all other platforms for sharing', SFSI_PLUS_DOMAIN ); ?>
|
33 |
</li>
|
34 |
</ul>
|
35 |
<!-- icons display section -->
|
36 |
<h4>
|
37 |
+
<?php _e( 'So: do you want to display those at the end of every post?', SFSI_PLUS_DOMAIN ); ?>
|
38 |
</h4>
|
39 |
<ul class="enough_waffling">
|
40 |
<li>
|
41 |
<input name="sfsi_plus_show_Onposts" <?php echo ($option6['sfsi_plus_show_Onposts']=='yes') ? 'checked="true"' : '' ;?> type="radio" value="yes" class="styled" />
|
42 |
<label>
|
43 |
+
<?php _e( 'Yes', SFSI_PLUS_DOMAIN ); ?>
|
44 |
</label>
|
45 |
</li>
|
46 |
<li>
|
47 |
<input name="sfsi_plus_show_Onposts" <?php echo ($option6['sfsi_plus_show_Onposts']=='no') ? 'checked="true"' : '' ;?> type="radio" value="no" class="styled" />
|
48 |
<label>
|
49 |
+
<?php _e( 'No', SFSI_PLUS_DOMAIN ); ?>
|
50 |
</label>
|
51 |
</li>
|
52 |
</ul><!-- icons display section -->
|
54 |
<!-- icons position section -->
|
55 |
<div class="row sfsiplus_PostsSettings_section">
|
56 |
<h4>
|
57 |
+
<?php _e( 'Options:', SFSI_PLUS_DOMAIN ); ?>
|
58 |
</h4>
|
59 |
<div class="options">
|
60 |
<label class="first">
|
61 |
+
<?php _e( 'Text to appear before the sharing icons:', SFSI_PLUS_DOMAIN ); ?>
|
62 |
</label><input name="sfsi_plus_textBefor_icons" type="text" value="<?php echo ($option6['sfsi_plus_textBefor_icons']!='') ? $option6['sfsi_plus_textBefor_icons'] : '' ; ?>" />
|
63 |
</div>
|
64 |
<div class="options">
|
65 |
<label>
|
66 |
+
<?php _e( 'Alignment of share icons:', SFSI_PLUS_DOMAIN ); ?>
|
67 |
</label>
|
68 |
<div class="field"><select name="sfsi_plus_icons_alignment" id="sfsi_plus_icons_alignment" class="styled"><option value="left" <?php echo ($option6['sfsi_plus_icons_alignment']=='left') ? 'selected="selected"' : '' ;?>>
|
69 |
+
<?php _e( 'Left', SFSI_PLUS_DOMAIN ); ?>
|
70 |
</option><!--<option value="center" <?php //echo ($option6['sfsi_plus_icons_alignment']=='center') ? 'selected="selected"' : '' ;?>>Center</option>--><option value="right" <?php echo ($option6['sfsi_plus_icons_alignment']=='right') ? 'selected="selected"' : '' ;?>>
|
71 |
+
<?php _e( 'Right', SFSI_PLUS_DOMAIN ); ?>
|
72 |
</option></select></div>
|
73 |
</div>
|
74 |
<div class="options">
|
75 |
<label>
|
76 |
+
<?php _e( 'Do you want to display the counts?', SFSI_PLUS_DOMAIN ); ?>
|
77 |
</label><div class="field"><select name="sfsi_plus_icons_DisplayCounts" id="sfsi_plus_icons_DisplayCounts" class="styled"><option value="yes" <?php echo ($option6['sfsi_plus_icons_DisplayCounts']=='yes') ? 'selected="true"' : '' ;?>>
|
78 |
+
<?php _e( 'YES', SFSI_PLUS_DOMAIN ); ?>
|
79 |
</option><option value="no" <?php echo ($option6['sfsi_plus_icons_DisplayCounts']=='no') ? 'selected="true"' : '' ;?>>
|
80 |
+
<?php _e( 'NO', SFSI_PLUS_DOMAIN ); ?>
|
81 |
</option></select></div>
|
82 |
</div>
|
83 |
|
88 |
<img src="<?php echo SFSI_PLUS_PLUGURL ?>images/ajax-loader.gif" class="loader-img" />
|
89 |
<?php $nonce = wp_create_nonce("update_plus_step6"); ?>
|
90 |
<a href="javascript:;" id="sfsi_plus_save6" title="Save" data-nonce="<?php echo $nonce;?>">
|
91 |
+
<?php _e( 'Save', SFSI_PLUS_DOMAIN ); ?>
|
92 |
</a>
|
93 |
|
94 |
</div> <!-- END SAVE BUTTON SECTION -->
|
95 |
<a class="sfsiColbtn closeSec" href="javascript:;">
|
96 |
+
<?php _e( 'Collapse area', SFSI_PLUS_DOMAIN ); ?>
|
97 |
</a>
|
98 |
<label class="closeSec"></label>
|
99 |
<!-- ERROR AND SUCCESS MESSAGE AREA-->
|
views/sfsi_option_view7.php
CHANGED
@@ -6,16 +6,13 @@
|
|
6 |
<!-- Section 7 "Do you want to display a pop-up, asking people to subscribe?" main div Start -->
|
7 |
<div class="tab7">
|
8 |
<p>
|
9 |
-
<?php _e(
|
10 |
-
'You can increase chances that people share or follow you by dislaying a pop-up asking them to. You can define the design and layout below:',
|
11 |
-
'ultimate-social-media-plus'
|
12 |
-
); ?>
|
13 |
</p>
|
14 |
<!-- icons preview section -->
|
15 |
<div class="like_pop_box">
|
16 |
<div class="sfsi_plus_Popinner">
|
17 |
<h2>
|
18 |
-
<?php _e( 'Enjoy this site? Please follow and like us!',
|
19 |
</h2>
|
20 |
<ul class="like_icon plus_sfsi_sample_icons">
|
21 |
<li class="sfsiplus_rss_section"><div><img src="<?php echo SFSI_PLUS_PLUGURL ?>images/rss.png" alt="RSS" /><span class="sfsi_Cdisplay" id="sfsi_plus_rss_countsDisplay">12k</span></div></li>
|
@@ -47,91 +44,80 @@
|
|
47 |
|
48 |
<!-- icons controllers section -->
|
49 |
<div class="space">
|
50 |
-
<h4><?php _e( 'Text & Design',
|
51 |
<div class="text_options">
|
52 |
-
<h3><?php _e( 'Text Options',
|
53 |
<div class="sfsiplus_row_tab">
|
54 |
-
<label><?php _e( 'Text:',
|
55 |
<input class="mkPop" name="sfsi_plus_popup_text" type="text" value="<?php echo ($option7['sfsi_plus_popup_text']!='') ? $option7['sfsi_plus_popup_text'] : '' ;?>" />
|
56 |
</div>
|
57 |
<div class="sfsiplus_row_tab">
|
58 |
-
<label><?php _e( 'Font:',
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
</option>
|
103 |
-
<option value="Verdana" <?php echo ($option7['sfsi_plus_popup_font']=='Verdana') ? 'selected="true"' : '' ;?>>
|
104 |
-
<?php _e( 'Verdana', 'ultimate-social-media-plus' ); ?>
|
105 |
-
</option>
|
106 |
-
|
107 |
-
</select>
|
108 |
-
</div>
|
109 |
</div>
|
110 |
<div class="sfsiplus_row_tab">
|
111 |
-
<label>
|
112 |
-
<?php _e( 'Font style:', 'ultimate-social-media-plus' ); ?>
|
113 |
-
</label>
|
114 |
<div class="field">
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
</div>
|
131 |
<div class="sfsiplus_row_tab">
|
132 |
-
<label>
|
133 |
-
<?php _e( 'Font color:', 'ultimate-social-media-plus' ); ?>
|
134 |
-
</label>
|
135 |
<input name="sfsi_plus_popup_fontColor" data-default-color="#b5b5b5" id="sfsi_plus_popup_fontColor" type="text" value="<?php echo ($option7['sfsi_plus_popup_fontColor']!='') ? $option7['sfsi_plus_popup_fontColor'] : '' ;?>" />
|
136 |
<!--div class="color_box">
|
137 |
<div class="corner"></div>
|
@@ -140,19 +126,19 @@
|
|
140 |
</div>
|
141 |
<div class="sfsiplus_row_tab">
|
142 |
<label>
|
143 |
-
<?php _e( 'Font size:',
|
144 |
</label>
|
145 |
<input name="sfsi_plus_popup_fontSize" type="text" value="<?php echo ($option7['sfsi_plus_popup_fontSize']!='') ? $option7['sfsi_plus_popup_fontSize'] : '' ;?>" class="small" />
|
146 |
</div>
|
147 |
</div>
|
148 |
<div class="text_options layout">
|
149 |
<h3>
|
150 |
-
<?php _e( 'Icon Box Layout',
|
151 |
</h3>
|
152 |
<div class="sfsiplus_row_tab">
|
153 |
<label>
|
154 |
-
<?php _e( 'Backgroud',
|
155 |
-
|
156 |
</label>
|
157 |
<input name="sfsi_plus_popup_background_color" data-default-color="#b5b5b5" id="sfsi_plus_popup_background_color" type="text" value="<?php echo ($option7['sfsi_plus_popup_background_color']!='') ? $option7['sfsi_plus_popup_background_color'] : '' ;?>" />
|
158 |
<!--div class="color_box">
|
@@ -162,7 +148,7 @@
|
|
162 |
</div>
|
163 |
<div class="sfsiplus_row_tab">
|
164 |
<label class="border">
|
165 |
-
<?php _e( 'Border Color:',
|
166 |
</label>
|
167 |
<div class="field"><input name="sfsi_plus_popup_border_color" data-default-color="#b5b5b5" id="sfsi_plus_popup_border_color" type="text" value="<?php echo ($option7['sfsi_plus_popup_border_color']!='') ? $option7['sfsi_plus_popup_border_color'] : '' ;?>" />
|
168 |
<!--div class="color_box">
|
@@ -173,25 +159,24 @@
|
|
173 |
</div>
|
174 |
<div class="sfsiplus_row_tab">
|
175 |
<label>
|
176 |
-
<?php _e( 'Border',
|
177 |
-
|
178 |
</label>
|
179 |
<div class="field"><input name="sfsi_plus_popup_border_thickness" type="text" value="<?php echo ($option7['sfsi_plus_popup_border_thickness']!='') ? $option7['sfsi_plus_popup_border_thickness'] : '' ;?>" class="small" />
|
180 |
</div>
|
181 |
</div>
|
182 |
<div class="sfsiplus_row_tab">
|
183 |
<label>
|
184 |
-
<?php _e( 'Border',
|
185 |
-
<?php _e( 'Shadow:', 'ultimate-social-media-plus' ); ?>
|
186 |
</label>
|
187 |
<ul class="border_shadow">
|
188 |
<li><input name="sfsi_plus_popup_border_shadow" <?php echo ($option7['sfsi_plus_popup_border_shadow']=='yes') ? 'checked="true"' : '' ;?> type="radio" value="yes" class="styled" />
|
189 |
<label>
|
190 |
-
<?php _e( 'On',
|
191 |
</label></li>
|
192 |
<li><input name="sfsi_plus_popup_border_shadow" <?php echo ($option7['sfsi_plus_popup_border_shadow']=='no') ? 'checked="true"' : '' ;?> type="radio" value="no" class="styled" />
|
193 |
<label>
|
194 |
-
<?php _e( 'Off',
|
195 |
</label></li>
|
196 |
</ul>
|
197 |
</div>
|
@@ -200,24 +185,24 @@
|
|
200 |
</div>
|
201 |
<div class="row">
|
202 |
<h4>
|
203 |
-
<?php _e( 'Where shall the pop-up be shown?',
|
204 |
</h4>
|
205 |
<div class="pop_up_show"><input name="sfsi_plus_Show_popupOn" <?php echo ($option7['sfsi_plus_Show_popupOn']=='none') ? 'checked="true"' : '' ;?> type="radio" value="none" class="styled" />
|
206 |
<label>
|
207 |
-
<?php _e( 'Nowhere',
|
208 |
</label>
|
209 |
</div>
|
210 |
<div class="pop_up_show"><input name="sfsi_plus_Show_popupOn" <?php echo ($option7['sfsi_plus_Show_popupOn']=='everypage') ? 'checked="true"' : '' ;?> type="radio" value="everypage" class="styled" />
|
211 |
<label>
|
212 |
-
<?php _e( 'On every page',
|
213 |
</label></div>
|
214 |
<div class="pop_up_show"><input name="sfsi_plus_Show_popupOn" <?php echo ($option7['sfsi_plus_Show_popupOn']=='blogpage') ? 'checked="true"' : '' ;?> type="radio" value="blogpage" class="styled"/>
|
215 |
<label>
|
216 |
-
<?php _e( 'On blog posts only',
|
217 |
</label></div>
|
218 |
<div class="pop_up_show"><input name="sfsi_plus_Show_popupOn" <?php echo ($option7['sfsi_plus_Show_popupOn']=='selectedpage') ? 'checked="true"' : '' ;?> type="radio" value="selectedpage" class="styled"/>
|
219 |
<label>
|
220 |
-
<?php _e( 'On selected pages only',
|
221 |
</label>
|
222 |
<div class="field" style="width:50%"><select multiple="multiple" name="sfsi_plus_Show_popupOn_PageIDs" id="sfsi_plus_Show_popupOn_PageIDs" style="width:60%;min-height: 150px;" >
|
223 |
<?php $select= (isset($option7['sfsi_plus_Show_popupOn_PageIDs'])) ? unserialize($option7['sfsi_plus_Show_popupOn_PageIDs']) :array();
|
@@ -264,23 +249,23 @@
|
|
264 |
} ?>
|
265 |
|
266 |
</select><br/>
|
267 |
-
<?php _e( 'Please hold CTRL key to select multiple pages
|
268 |
</div>
|
269 |
</div>
|
270 |
</div>
|
271 |
<div class="row">
|
272 |
<h4>
|
273 |
-
<?php _e( 'When shall the pop-up be shown?',
|
274 |
</h4>
|
275 |
<div class="pop_up_show"><input name="sfsi_plus_Shown_pop" <?php echo ($option7['sfsi_plus_Shown_pop']=='once') ? 'checked="true"' : '' ;?> type="radio" value="once" class="styled" />
|
276 |
<label>
|
277 |
-
<?php _e( 'Once',
|
278 |
<input name="sfsi_plus_Shown_popupOnceTime" type="text" value="<?php echo ($option7['sfsi_plus_Shown_popupOnceTime']!='') ? $option7['sfsi_plus_Shown_popupOnceTime'] : '' ;?>" class="seconds" />
|
279 |
-
<?php _e( 'seconds after the user arrived on the site',
|
280 |
</label></div>
|
281 |
<div class="pop_up_show"><input name="sfsi_plus_Shown_pop" <?php echo ($option7['sfsi_plus_Shown_pop']=='ETscroll') ? 'checked="true"' : '' ;?> type="radio" value="ETscroll" class="styled"/>
|
282 |
<label>
|
283 |
-
<?php _e( 'Every time user scrolls to the end of the page',
|
284 |
</label>
|
285 |
</div>
|
286 |
<!--<div class="pop_up_show"><input name="sfsi_plus_Shown_pop" <?php //echo ($option7['sfsi_plus_Shown_pop']=='LimitPopUp') ? 'checked="true"' : '' ;?> type="radio" value="LimitPopUp" class="styled"/><label>Limit popup impression per user to once per</label><div class="field" style="margin-top: -3px;">
|
@@ -299,11 +284,11 @@
|
|
299 |
<img src="<?php echo SFSI_PLUS_PLUGURL ?>images/ajax-loader.gif" class="loader-img" />
|
300 |
<?php $nonce = wp_create_nonce("update_plus_step7"); ?>
|
301 |
<a href="javascript:;" id="sfsi_plus_save7" title="Save" data-nonce="<?php echo $nonce;?>">
|
302 |
-
<?php _e( 'Save',
|
303 |
</a>
|
304 |
</div><!-- END SAVE BUTTON SECTION -->
|
305 |
<a class="sfsiColbtn closeSec" href="javascript:;" class="closeSec">
|
306 |
-
<?php _e( 'Collapse area',
|
307 |
</a>
|
308 |
<label class="closeSec"></label>
|
309 |
<!-- ERROR AND SUCCESS MESSAGE AREA-->
|
6 |
<!-- Section 7 "Do you want to display a pop-up, asking people to subscribe?" main div Start -->
|
7 |
<div class="tab7">
|
8 |
<p>
|
9 |
+
<?php _e( 'You can increase chances that people share or follow you by displaying a pop-up asking them to. You can define the design and layout below:', SFSI_PLUS_DOMAIN ); ?>
|
|
|
|
|
|
|
10 |
</p>
|
11 |
<!-- icons preview section -->
|
12 |
<div class="like_pop_box">
|
13 |
<div class="sfsi_plus_Popinner">
|
14 |
<h2>
|
15 |
+
<?php _e( 'Enjoy this site? Please follow and like us!', SFSI_PLUS_DOMAIN ); ?>
|
16 |
</h2>
|
17 |
<ul class="like_icon plus_sfsi_sample_icons">
|
18 |
<li class="sfsiplus_rss_section"><div><img src="<?php echo SFSI_PLUS_PLUGURL ?>images/rss.png" alt="RSS" /><span class="sfsi_Cdisplay" id="sfsi_plus_rss_countsDisplay">12k</span></div></li>
|
44 |
|
45 |
<!-- icons controllers section -->
|
46 |
<div class="space">
|
47 |
+
<h4><?php _e( 'Text & Design', SFSI_PLUS_DOMAIN ); ?></h4>
|
48 |
<div class="text_options">
|
49 |
+
<h3><?php _e( 'Text Options', SFSI_PLUS_DOMAIN ); ?></h3>
|
50 |
<div class="sfsiplus_row_tab">
|
51 |
+
<label><?php _e( 'Text:', SFSI_PLUS_DOMAIN ); ?></label>
|
52 |
<input class="mkPop" name="sfsi_plus_popup_text" type="text" value="<?php echo ($option7['sfsi_plus_popup_text']!='') ? $option7['sfsi_plus_popup_text'] : '' ;?>" />
|
53 |
</div>
|
54 |
<div class="sfsiplus_row_tab">
|
55 |
+
<label><?php _e( 'Font:', SFSI_PLUS_DOMAIN ); ?></label>
|
56 |
+
<div class="field">
|
57 |
+
<select name="sfsi_plus_popup_font" id="sfsi_plus_popup_font" class="styled">
|
58 |
+
<option value="Arial, Helvetica, sans-serif" <?php echo ($option7['sfsi_plus_popup_font']=='Arial, Arial, Helvetica, sans-serif') ? 'selected="true"' : '' ;?>>
|
59 |
+
Arial
|
60 |
+
</option>
|
61 |
+
<option value="Arial Black, Gadget, sans-serif" <?php echo ($option7['sfsi_plus_popup_font']=='Arial Black, Gadget, sans-serif') ? 'selected="true"' : '' ;?>>
|
62 |
+
Arial Black
|
63 |
+
</option>
|
64 |
+
<option value="Calibri" <?php echo ($option7['sfsi_plus_popup_font']=='Calibri') ? 'selected="true"' : '' ;?>>
|
65 |
+
Calibri
|
66 |
+
</option>
|
67 |
+
<option value="Comic Sans MS" <?php echo ($option7['sfsi_plus_popup_font']=='Comic Sans MS') ? 'selected="true"' : '' ;?>>
|
68 |
+
Comic Sans MS
|
69 |
+
</option>
|
70 |
+
<option value="Courier New" <?php echo ($option7['sfsi_plus_popup_font']=='Courier New') ? 'selected="true"' : '' ;?>>
|
71 |
+
Courier New
|
72 |
+
</option>
|
73 |
+
<option value="Georgia" <?php echo ($option7['sfsi_plus_popup_font']=='Georgia') ? 'selected="true"' : '' ;?>>
|
74 |
+
Georgia
|
75 |
+
</option>
|
76 |
+
<option value="Helvetica,Arial,sans-serif" <?php echo ($option7['sfsi_plus_popup_font']=='Helvetica,Arial,sans-serif') ? 'selected="true"' : '' ;?>>
|
77 |
+
Helvetica
|
78 |
+
</option>
|
79 |
+
<option value="Impact" <?php echo ($option7['sfsi_plus_popup_font']=='Impact') ? 'selected="true"' : '' ;?>>
|
80 |
+
Impact
|
81 |
+
</option>
|
82 |
+
<option value="Lucida Console" <?php echo ($option7['sfsi_plus_popup_font']=='Lucida Console') ? 'selected="true"' : '' ;?>>
|
83 |
+
Lucida Console
|
84 |
+
</option>
|
85 |
+
<option value="Tahoma,Geneva" <?php echo ($option7['sfsi_plus_popup_font']=='Tahoma,Geneva') ? 'selected="true"' : '' ;?>>
|
86 |
+
Tahoma
|
87 |
+
</option>
|
88 |
+
<option value="Times New Roman" <?php echo ($option7['sfsi_plus_popup_font']=='Times New Roman') ? 'selected="true"' : '' ;?>>
|
89 |
+
Times New Roman
|
90 |
+
</option>
|
91 |
+
<option value="Trebuchet MS" <?php echo ($option7['sfsi_plus_popup_font']=='Trebuchet MS') ? 'selected="true"' : '' ;?>>
|
92 |
+
Trebuchet MS
|
93 |
+
</option>
|
94 |
+
<option value="Verdana" <?php echo ($option7['sfsi_plus_popup_font']=='Verdana') ? 'selected="true"' : '' ;?>>
|
95 |
+
Verdana
|
96 |
+
</option>
|
97 |
+
</select>
|
98 |
+
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
99 |
</div>
|
100 |
<div class="sfsiplus_row_tab">
|
101 |
+
<label><?php _e( 'Font style:', SFSI_PLUS_DOMAIN ); ?></label>
|
|
|
|
|
102 |
<div class="field">
|
103 |
+
<select name="sfsi_plus_popup_fontStyle" id="sfsi_plus_popup_fontStyle" class="styled">
|
104 |
+
<option value="normal" <?php echo ($option7['sfsi_plus_popup_fontStyle']=='normal') ? 'selected="true"' : '' ;?>>
|
105 |
+
Normal
|
106 |
+
</option>
|
107 |
+
<option value="inherit" <?php echo ($option7['sfsi_plus_popup_fontStyle']=='inherit') ? 'selected="true"' : '' ;?>>
|
108 |
+
Inherit
|
109 |
+
</option>
|
110 |
+
<option value="oblique" <?php echo ($option7['sfsi_plus_popup_fontStyle']=='oblique') ? 'selected="true"' : '' ;?>>
|
111 |
+
Oblique
|
112 |
+
</option>
|
113 |
+
<option value="italic" <?php echo ($option7['sfsi_plus_popup_fontStyle']=='italic') ? 'selected="true"' : '' ;?>>
|
114 |
+
Italic
|
115 |
+
</option>
|
116 |
+
</select>
|
117 |
+
</div>
|
118 |
</div>
|
119 |
<div class="sfsiplus_row_tab">
|
120 |
+
<label><?php _e( 'Font color:', SFSI_PLUS_DOMAIN ); ?></label>
|
|
|
|
|
121 |
<input name="sfsi_plus_popup_fontColor" data-default-color="#b5b5b5" id="sfsi_plus_popup_fontColor" type="text" value="<?php echo ($option7['sfsi_plus_popup_fontColor']!='') ? $option7['sfsi_plus_popup_fontColor'] : '' ;?>" />
|
122 |
<!--div class="color_box">
|
123 |
<div class="corner"></div>
|
126 |
</div>
|
127 |
<div class="sfsiplus_row_tab">
|
128 |
<label>
|
129 |
+
<?php _e( 'Font size:', SFSI_PLUS_DOMAIN ); ?>
|
130 |
</label>
|
131 |
<input name="sfsi_plus_popup_fontSize" type="text" value="<?php echo ($option7['sfsi_plus_popup_fontSize']!='') ? $option7['sfsi_plus_popup_fontSize'] : '' ;?>" class="small" />
|
132 |
</div>
|
133 |
</div>
|
134 |
<div class="text_options layout">
|
135 |
<h3>
|
136 |
+
<?php _e( 'Icon Box Layout', SFSI_PLUS_DOMAIN ); ?>
|
137 |
</h3>
|
138 |
<div class="sfsiplus_row_tab">
|
139 |
<label>
|
140 |
+
<?php _e( 'Backgroud<br />Color:', SFSI_PLUS_DOMAIN ); ?>
|
141 |
+
|
142 |
</label>
|
143 |
<input name="sfsi_plus_popup_background_color" data-default-color="#b5b5b5" id="sfsi_plus_popup_background_color" type="text" value="<?php echo ($option7['sfsi_plus_popup_background_color']!='') ? $option7['sfsi_plus_popup_background_color'] : '' ;?>" />
|
144 |
<!--div class="color_box">
|
148 |
</div>
|
149 |
<div class="sfsiplus_row_tab">
|
150 |
<label class="border">
|
151 |
+
<?php _e( 'Border Color:', SFSI_PLUS_DOMAIN ); ?>
|
152 |
</label>
|
153 |
<div class="field"><input name="sfsi_plus_popup_border_color" data-default-color="#b5b5b5" id="sfsi_plus_popup_border_color" type="text" value="<?php echo ($option7['sfsi_plus_popup_border_color']!='') ? $option7['sfsi_plus_popup_border_color'] : '' ;?>" />
|
154 |
<!--div class="color_box">
|
159 |
</div>
|
160 |
<div class="sfsiplus_row_tab">
|
161 |
<label>
|
162 |
+
<?php _e( 'Border<br />Thinckness:', SFSI_PLUS_DOMAIN ); ?>
|
163 |
+
|
164 |
</label>
|
165 |
<div class="field"><input name="sfsi_plus_popup_border_thickness" type="text" value="<?php echo ($option7['sfsi_plus_popup_border_thickness']!='') ? $option7['sfsi_plus_popup_border_thickness'] : '' ;?>" class="small" />
|
166 |
</div>
|
167 |
</div>
|
168 |
<div class="sfsiplus_row_tab">
|
169 |
<label>
|
170 |
+
<?php _e( 'Border<br /> Shadow:', SFSI_PLUS_DOMAIN ); ?>
|
|
|
171 |
</label>
|
172 |
<ul class="border_shadow">
|
173 |
<li><input name="sfsi_plus_popup_border_shadow" <?php echo ($option7['sfsi_plus_popup_border_shadow']=='yes') ? 'checked="true"' : '' ;?> type="radio" value="yes" class="styled" />
|
174 |
<label>
|
175 |
+
<?php _e( 'On', SFSI_PLUS_DOMAIN ); ?>
|
176 |
</label></li>
|
177 |
<li><input name="sfsi_plus_popup_border_shadow" <?php echo ($option7['sfsi_plus_popup_border_shadow']=='no') ? 'checked="true"' : '' ;?> type="radio" value="no" class="styled" />
|
178 |
<label>
|
179 |
+
<?php _e( 'Off', SFSI_PLUS_DOMAIN ); ?>
|
180 |
</label></li>
|
181 |
</ul>
|
182 |
</div>
|
185 |
</div>
|
186 |
<div class="row">
|
187 |
<h4>
|
188 |
+
<?php _e( 'Where shall the pop-up be shown?', SFSI_PLUS_DOMAIN ); ?>
|
189 |
</h4>
|
190 |
<div class="pop_up_show"><input name="sfsi_plus_Show_popupOn" <?php echo ($option7['sfsi_plus_Show_popupOn']=='none') ? 'checked="true"' : '' ;?> type="radio" value="none" class="styled" />
|
191 |
<label>
|
192 |
+
<?php _e( 'Nowhere', SFSI_PLUS_DOMAIN ); ?>
|
193 |
</label>
|
194 |
</div>
|
195 |
<div class="pop_up_show"><input name="sfsi_plus_Show_popupOn" <?php echo ($option7['sfsi_plus_Show_popupOn']=='everypage') ? 'checked="true"' : '' ;?> type="radio" value="everypage" class="styled" />
|
196 |
<label>
|
197 |
+
<?php _e( 'On every page', SFSI_PLUS_DOMAIN ); ?>
|
198 |
</label></div>
|
199 |
<div class="pop_up_show"><input name="sfsi_plus_Show_popupOn" <?php echo ($option7['sfsi_plus_Show_popupOn']=='blogpage') ? 'checked="true"' : '' ;?> type="radio" value="blogpage" class="styled"/>
|
200 |
<label>
|
201 |
+
<?php _e( 'On blog posts only', SFSI_PLUS_DOMAIN ); ?>
|
202 |
</label></div>
|
203 |
<div class="pop_up_show"><input name="sfsi_plus_Show_popupOn" <?php echo ($option7['sfsi_plus_Show_popupOn']=='selectedpage') ? 'checked="true"' : '' ;?> type="radio" value="selectedpage" class="styled"/>
|
204 |
<label>
|
205 |
+
<?php _e( 'On selected pages only', SFSI_PLUS_DOMAIN ); ?>
|
206 |
</label>
|
207 |
<div class="field" style="width:50%"><select multiple="multiple" name="sfsi_plus_Show_popupOn_PageIDs" id="sfsi_plus_Show_popupOn_PageIDs" style="width:60%;min-height: 150px;" >
|
208 |
<?php $select= (isset($option7['sfsi_plus_Show_popupOn_PageIDs'])) ? unserialize($option7['sfsi_plus_Show_popupOn_PageIDs']) :array();
|
249 |
} ?>
|
250 |
|
251 |
</select><br/>
|
252 |
+
<?php _e( 'Please hold CTRL key to select multiple pages', SFSI_PLUS_DOMAIN ); ?>.
|
253 |
</div>
|
254 |
</div>
|
255 |
</div>
|
256 |
<div class="row">
|
257 |
<h4>
|
258 |
+
<?php _e( 'When shall the pop-up be shown?', SFSI_PLUS_DOMAIN ); ?>
|
259 |
</h4>
|
260 |
<div class="pop_up_show"><input name="sfsi_plus_Shown_pop" <?php echo ($option7['sfsi_plus_Shown_pop']=='once') ? 'checked="true"' : '' ;?> type="radio" value="once" class="styled" />
|
261 |
<label>
|
262 |
+
<?php _e( 'Once', SFSI_PLUS_DOMAIN ); ?>
|
263 |
<input name="sfsi_plus_Shown_popupOnceTime" type="text" value="<?php echo ($option7['sfsi_plus_Shown_popupOnceTime']!='') ? $option7['sfsi_plus_Shown_popupOnceTime'] : '' ;?>" class="seconds" />
|
264 |
+
<?php _e( 'seconds after the user arrived on the site', SFSI_PLUS_DOMAIN ); ?>
|
265 |
</label></div>
|
266 |
<div class="pop_up_show"><input name="sfsi_plus_Shown_pop" <?php echo ($option7['sfsi_plus_Shown_pop']=='ETscroll') ? 'checked="true"' : '' ;?> type="radio" value="ETscroll" class="styled"/>
|
267 |
<label>
|
268 |
+
<?php _e( 'Every time user scrolls to the end of the page', SFSI_PLUS_DOMAIN ); ?>
|
269 |
</label>
|
270 |
</div>
|
271 |
<!--<div class="pop_up_show"><input name="sfsi_plus_Shown_pop" <?php //echo ($option7['sfsi_plus_Shown_pop']=='LimitPopUp') ? 'checked="true"' : '' ;?> type="radio" value="LimitPopUp" class="styled"/><label>Limit popup impression per user to once per</label><div class="field" style="margin-top: -3px;">
|
284 |
<img src="<?php echo SFSI_PLUS_PLUGURL ?>images/ajax-loader.gif" class="loader-img" />
|
285 |
<?php $nonce = wp_create_nonce("update_plus_step7"); ?>
|
286 |
<a href="javascript:;" id="sfsi_plus_save7" title="Save" data-nonce="<?php echo $nonce;?>">
|
287 |
+
<?php _e( 'Save', SFSI_PLUS_DOMAIN ); ?>
|
288 |
</a>
|
289 |
</div><!-- END SAVE BUTTON SECTION -->
|
290 |
<a class="sfsiColbtn closeSec" href="javascript:;" class="closeSec">
|
291 |
+
<?php _e( 'Collapse area', SFSI_PLUS_DOMAIN ); ?>
|
292 |
</a>
|
293 |
<label class="closeSec"></label>
|
294 |
<!-- ERROR AND SUCCESS MESSAGE AREA-->
|
views/sfsi_option_view8.php
CHANGED
@@ -21,6 +21,10 @@
|
|
21 |
{
|
22 |
$option8['sfsi_plus_recttwtr'] = 'no';
|
23 |
}
|
|
|
|
|
|
|
|
|
24 |
?>
|
25 |
<div class="tab8">
|
26 |
<ul class="sfsiplus_icn_listing8">
|
@@ -30,7 +34,7 @@
|
|
30 |
<div class="sfsiplus_right_info">
|
31 |
<p>
|
32 |
<span class="sfsiplus_toglepstpgspn">
|
33 |
-
<?php _e( 'Show them via a widget',
|
34 |
</span><br>
|
35 |
<?php
|
36 |
if($option8['sfsi_plus_show_via_widget']=='yes')
|
@@ -47,7 +51,7 @@
|
|
47 |
<a href="<?php echo admin_url('widgets.php');?>">
|
48 |
<?php _e( 'widgets area', 'ultimate-social-media-plus' ); ?>
|
49 |
</a>
|
50 |
-
<?php _e( 'and drag & drop it where you want to have it
|
51 |
</label>
|
52 |
</p>
|
53 |
</div>
|
@@ -61,7 +65,7 @@
|
|
61 |
<div class="sfsiplus_right_info">
|
62 |
<p>
|
63 |
<span class="sfsiplus_toglepstpgspn">
|
64 |
-
<?php _e( 'Float them on the page',
|
65 |
</span>
|
66 |
</p>
|
67 |
<?php
|
@@ -79,85 +83,85 @@
|
|
79 |
<li>
|
80 |
<input name="sfsi_plus_float_page_position" <?php echo ( $option8['sfsi_plus_float_page_position']=='top-left') ? 'checked="true"' : '' ;?> type="radio" value="top-left" class="styled" />
|
81 |
<span class="sfsi_flicnsoptn3 sfsioptntl">
|
82 |
-
<?php _e( 'Top left',
|
83 |
</span>
|
84 |
<label><img src="<?php echo SFSI_PLUS_PLUGURL;?>images/top_left.png" /></label>
|
85 |
</li>
|
86 |
<li>
|
87 |
<input name="sfsi_plus_float_page_position" <?php echo ( $option8['sfsi_plus_float_page_position']=='top-right') ? 'checked="true"' : '' ;?> type="radio" value="top-right" class="styled" />
|
88 |
<span class="sfsi_flicnsoptn3 sfsioptntr">
|
89 |
-
<?php _e( 'Top right',
|
90 |
</span>
|
91 |
<label><img src="<?php echo SFSI_PLUS_PLUGURL;?>images/top_right.png" /></label>
|
92 |
</li>
|
93 |
<li>
|
94 |
<input name="sfsi_plus_float_page_position" <?php echo ( $option8['sfsi_plus_float_page_position']=='center-left') ? 'checked="true"' : '' ;?> type="radio" value="center-left" class="styled" />
|
95 |
<span class="sfsi_flicnsoptn3 sfsioptncl">
|
96 |
-
<?php _e( 'Center left',
|
97 |
</span>
|
98 |
<label><img src="<?php echo SFSI_PLUS_PLUGURL;?>images/center_left.png" /></label>
|
99 |
</li>
|
100 |
<li>
|
101 |
<input name="sfsi_plus_float_page_position" <?php echo ( $option8['sfsi_plus_float_page_position']=='center-right') ? 'checked="true"' : '' ;?> type="radio" value="center-right" class="styled" />
|
102 |
<span class="sfsi_flicnsoptn3 sfsioptncr">
|
103 |
-
<?php _e( 'Center right',
|
104 |
</span>
|
105 |
<label><img src="<?php echo SFSI_PLUS_PLUGURL;?>images/center_right.png" /></label>
|
106 |
</li>
|
107 |
<li>
|
108 |
<input name="sfsi_plus_float_page_position" <?php echo ( $option8['sfsi_plus_float_page_position']=='bottom-left') ? 'checked="true"' : '' ;?> type="radio" value="bottom-left" class="styled" />
|
109 |
<span class="sfsi_flicnsoptn3 sfsioptnbl">
|
110 |
-
<?php _e( 'Bottom left',
|
111 |
</span>
|
112 |
<label><img src="<?php echo SFSI_PLUS_PLUGURL;?>images/bottom_left.png" /></label>
|
113 |
</li>
|
114 |
<li>
|
115 |
<input name="sfsi_plus_float_page_position" <?php echo ( $option8['sfsi_plus_float_page_position']=='bottom-right') ? 'checked="true"' : '' ;?> type="radio" value="bottom-right" class="styled" />
|
116 |
<span class="sfsi_flicnsoptn3 sfsioptnbr">
|
117 |
-
<?php _e( 'Bottom right',
|
118 |
</span>
|
119 |
<label><img src="<?php echo SFSI_PLUS_PLUGURL;?>images/bottom_right.png" /></label>
|
120 |
</li>
|
121 |
</ul>
|
122 |
<div style="width: 88%; float: left; margin:25px 0 0 47px">
|
123 |
<h4>
|
124 |
-
<?php _e( 'Margin From
|
125 |
</h4>
|
126 |
<ul class="sfsi_plus_floaticon_margin_sec">
|
127 |
<li>
|
128 |
<label>
|
129 |
-
<?php _e( 'Top
|
130 |
</label>
|
131 |
<input name="sfsi_plus_icons_floatMargin_top" type="text" value="<?php echo ($option8['sfsi_plus_icons_floatMargin_top']!='') ? $option8['sfsi_plus_icons_floatMargin_top'] : '' ;?>" />
|
132 |
<ins>
|
133 |
-
<?php _e( 'Pixels',
|
134 |
</ins>
|
135 |
</li>
|
136 |
<li>
|
137 |
<label>
|
138 |
-
<?php _e( 'Bottom
|
139 |
</label>
|
140 |
<input name="sfsi_plus_icons_floatMargin_bottom" type="text" value="<?php echo ($option8['sfsi_plus_icons_floatMargin_bottom'] != '') ? $option8['sfsi_plus_icons_floatMargin_bottom'] : '' ;?>" />
|
141 |
<ins>
|
142 |
-
<?php _e( 'Pixels',
|
143 |
</ins>
|
144 |
</li>
|
145 |
<li>
|
146 |
<label>
|
147 |
-
<?php _e( 'Left
|
148 |
</label>
|
149 |
<input name="sfsi_plus_icons_floatMargin_left" type="text" value="<?php echo ($option8['sfsi_plus_icons_floatMargin_left']!='') ? $option8['sfsi_plus_icons_floatMargin_left'] : '' ;?>" />
|
150 |
<ins>
|
151 |
-
<?php _e( 'Pixels',
|
152 |
</ins>
|
153 |
</li>
|
154 |
<li>
|
155 |
<label>
|
156 |
-
<?php _e( 'Right
|
157 |
</label>
|
158 |
<input name="sfsi_plus_icons_floatMargin_right" type="text" value="<?php echo ($option8['sfsi_plus_icons_floatMargin_right']!='') ? $option8['sfsi_plus_icons_floatMargin_right'] : '' ;?>" />
|
159 |
<ins>
|
160 |
-
<?php _e( 'Pixels',
|
161 |
</ins>
|
162 |
</li>
|
163 |
</ul>
|
@@ -172,7 +176,7 @@
|
|
172 |
<div class="sfsiplus_right_info">
|
173 |
<p>
|
174 |
<span class="sfsiplus_toglepstpgspn">
|
175 |
-
<?php _e( 'Place them manually',
|
176 |
</span><br>
|
177 |
<?php
|
178 |
if($option8['sfsi_plus_place_item_manually']=='yes')
|
@@ -185,13 +189,13 @@
|
|
185 |
}
|
186 |
?>
|
187 |
<label class="sfsiplus_sub-subtitle ckckslctn" <?php echo $label_style;?>>
|
188 |
-
<?php _e( 'Place',
|
189 |
-
<label class="sfsi_ckckslctnlbl"><</label><label class="sfsi_ckckslctnlbl">?</label><label class="sfsi_ckckslctnlbl">php echo DISPLAY_ULTIMATE_PLUS()
|
190 |
-
<?php _e( 'in your theme codes or use the shortcode',
|
191 |
<b>
|
192 |
[DISPLAY_ULTIMATE_PLUS]
|
193 |
</b>
|
194 |
-
<?php _e( 'to display them wherever you want.',
|
195 |
</label>
|
196 |
</p>
|
197 |
</div>
|
@@ -203,7 +207,7 @@
|
|
203 |
<div class="sfsiplus_right_info">
|
204 |
<p>
|
205 |
<span class="sfsiplus_toglepstpgspn">
|
206 |
-
<?php _e( 'Show them before or after posts',
|
207 |
</span>
|
208 |
<br>
|
209 |
<?php
|
@@ -217,7 +221,7 @@
|
|
217 |
}
|
218 |
?>
|
219 |
<label class="sfsiplus_sub-subtitle sfsiplus_toglpstpgsbttl" <?php echo $style_float;?>>
|
220 |
-
<?php _e( 'Here you have two options:',
|
221 |
</label>
|
222 |
</p>
|
223 |
|
@@ -225,13 +229,13 @@
|
|
225 |
<li onclick="sfsiplus_togglbtmsection('sfsiplus_toggleonlystndrshrng', 'sfsiplus_toggledsplyitemslctn', this);" class="clckbltglcls">
|
226 |
<input name="sfsi_plus_display_button_type" <?php echo ( $option8['sfsi_plus_display_button_type']=='standard_buttons') ? 'checked="true"' : '' ;?> type="radio" value="standard_buttons" class="styled" />
|
227 |
<label class="labelhdng4">
|
228 |
-
<?php _e( 'Display rectangle icons',
|
229 |
</label>
|
230 |
</li>
|
231 |
<li onclick="sfsiplus_togglbtmsection('sfsiplus_toggledsplyitemslctn', 'sfsiplus_toggleonlystndrshrng', this);" class="clckbltglcls">
|
232 |
<input name="sfsi_plus_display_button_type" <?php echo ( $option8['sfsi_plus_display_button_type']=='normal_button') ? 'checked="true"' : '' ;?> type="radio" value="normal_button" class="styled" />
|
233 |
<label class="labelhdng4">
|
234 |
-
<?php _e( 'Display the icons I selected above',
|
235 |
</label>
|
236 |
</li>
|
237 |
<li class="sfsiplus_toggleonlystndrshrng">
|
@@ -239,15 +243,10 @@
|
|
239 |
<div class="radiodisplaysection" style="<?php echo $display; ?>">
|
240 |
|
241 |
<p class="cstmdisplaysharingtxt cstmdisextrpdng">
|
242 |
-
<?php _e( 'Rectangle icons spell out the',
|
243 |
-
<code>«</code>
|
244 |
-
<strong>
|
245 |
-
<?php _e( 'call to action', 'ultimate-social-media-plus' ); ?></strong>
|
246 |
-
<code>»</code>
|
247 |
-
<?php _e( 'which increases chances that visitors do it.', 'ultimate-social-media-plus' ); ?>
|
248 |
</p>
|
249 |
<p class="cstmdisplaysharingtxt">
|
250 |
-
<?php _e( 'Select the icons you want to show:',
|
251 |
</p>
|
252 |
<div class="social_icon_like1 cstmdsplyulwpr">
|
253 |
<ul>
|
@@ -268,6 +267,12 @@
|
|
268 |
<a href="#" title="twitter" class="cstmdspltwtr">
|
269 |
<img src="<?php echo SFSI_PLUS_PLUGURL; ?>images/twiiter.png" alt="Twitter like" /><span style="display: none;">18k</span>
|
270 |
</a>
|
|
|
|
|
|
|
|
|
|
|
|
|
271 |
</li>
|
272 |
<li>
|
273 |
<div class="radio_section tb_4_ck"><input name="sfsi_plus_rectgp" <?php echo ($option8['sfsi_plus_rectgp']=='yes') ? 'checked="true"' : '' ;?> id="sfsi_plus_rectgp" type="checkbox" value="yes" class="styled" /></div>
|
@@ -285,7 +290,7 @@
|
|
285 |
</a>
|
286 |
<p style="width:auto;float:left;padding: 0px!important;border:0px !important;">
|
287 |
|
288 |
-
|
289 |
</p>
|
290 |
</li>
|
291 |
</ul>
|
@@ -299,12 +304,12 @@
|
|
299 |
</ul>-->
|
300 |
<div class="options">
|
301 |
<label>
|
302 |
-
<?php _e( 'Do you want to display the counts?',
|
303 |
</label><div class="field">
|
304 |
<select name="sfsi_plus_icons_DisplayCounts" id="sfsi_plus_icons_DisplayCounts" class="styled"><option value="yes" <?php echo ($option8['sfsi_plus_icons_DisplayCounts']=='yes') ? 'selected="true"' : '' ;?>>
|
305 |
-
<?php _e( 'YES',
|
306 |
</option><option value="no" <?php echo ($option8['sfsi_plus_icons_DisplayCounts']=='no') ? 'selected="true"' : '' ;?>>
|
307 |
-
<?php _e( 'NO',
|
308 |
</option></select></div>
|
309 |
</div>
|
310 |
</div>
|
@@ -314,17 +319,17 @@
|
|
314 |
<?php if ($option8['sfsi_plus_display_button_type']=='normal_button'): $display = "display:block"; else: $display = "display:none"; endif;?>
|
315 |
<div class="row radiodisplaysection" style="<?php echo $display; ?>">
|
316 |
<h4>
|
317 |
-
<?php _e( 'Size & spacing of your icons',
|
318 |
</h4>
|
319 |
<div class="icons_size">
|
320 |
<span>
|
321 |
-
<?php _e( 'Size:',
|
322 |
</span><input name="sfsi_plus_post_icons_size" value="<?php echo ($option8['sfsi_plus_post_icons_size']!='') ? $option8['sfsi_plus_post_icons_size'] : '' ;?>" type="text" /><ins>
|
323 |
-
<?php _e( 'pixels wide & tall',
|
324 |
</ins> <span class="last">
|
325 |
-
<?php _e( 'Spacing between icons:',
|
326 |
</span><input name="sfsi_plus_post_icons_spacing" type="text" value="<?php echo ($option8['sfsi_plus_post_icons_spacing']!='') ? $option8['sfsi_plus_post_icons_spacing'] : '' ;?>" /><ins>
|
327 |
-
<?php _e( 'Pixels',
|
328 |
</ins></div>
|
329 |
</div>
|
330 |
</li>
|
@@ -335,22 +340,22 @@
|
|
335 |
<!--Display them options-->
|
336 |
<div class="options sfsipluspstvwpr">
|
337 |
<label class="first chcklbl">
|
338 |
-
<?php _e( 'Display them:',
|
339 |
</label>
|
340 |
<label class="seconds chcklbl labelhdng4">
|
341 |
-
<?php _e( 'On Post Pages',
|
342 |
</label>
|
343 |
<div class="chckwpr">
|
344 |
<div class="snglchckcntr">
|
345 |
<div class="radio_section tb_4_ck"><input name="sfsi_plus_display_before_posts" <?php echo ($option8['sfsi_plus_display_before_posts']=='yes') ? 'checked="true"' : '' ;?> id="sfsi_plus_display_before_posts" type="checkbox" value="yes" class="styled" /></div>
|
346 |
<div class="sfsiplus_right_info">
|
347 |
-
<?php _e( 'Before posts',
|
348 |
</div>
|
349 |
</div>
|
350 |
<div class="snglchckcntr">
|
351 |
<div class="radio_section tb_4_ck"><input name="sfsi_plus_display_after_posts" <?php echo ($option8['sfsi_plus_display_after_posts']=='yes') ? 'checked="true"' : '' ;?> id="sfsi_plus_display_after_posts" type="checkbox" value="yes" class="styled" /></div>
|
352 |
<div class="sfsiplus_right_info">
|
353 |
-
<?php _e( 'After posts',
|
354 |
</div>
|
355 |
</div>
|
356 |
<!--<div class="snglchckcntr">
|
@@ -367,19 +372,19 @@
|
|
367 |
|
368 |
<div class="options sfsipluspstvwpr">
|
369 |
<label class="seconds chcklbl labelhdng4">
|
370 |
-
<?php _e( 'On Homepage',
|
371 |
</label>
|
372 |
<div class="chckwpr">
|
373 |
<div class="snglchckcntr">
|
374 |
<div class="radio_section tb_4_ck"><input name="sfsi_plus_display_before_blogposts" <?php echo ($option8['sfsi_plus_display_before_blogposts']=='yes') ? 'checked="true"' : '' ;?> id="sfsi_plus_display_before_blogposts" type="checkbox" value="yes" class="styled" /></div>
|
375 |
<div class="sfsiplus_right_info">
|
376 |
-
<?php _e( 'Before posts',
|
377 |
</div>
|
378 |
</div>
|
379 |
<div class="snglchckcntr">
|
380 |
<div class="radio_section tb_4_ck"><input name="sfsi_plus_display_after_blogposts" <?php echo ($option8['sfsi_plus_display_after_blogposts']=='yes') ? 'checked="true"' : '' ;?> id="sfsi_plus_display_after_blogposts" type="checkbox" value="yes" class="styled" /></div>
|
381 |
<div class="sfsiplus_right_info">
|
382 |
-
<?php _e( 'After posts',
|
383 |
</div>
|
384 |
</div>
|
385 |
<!--<div class="snglchckcntr">
|
@@ -398,22 +403,22 @@
|
|
398 |
|
399 |
<div class="options shareicontextfld">
|
400 |
<label class="first">
|
401 |
-
<?php _e( 'Text to appear before the sharing icons:',
|
402 |
</label><input name="sfsi_plus_textBefor_icons" type="text" value="<?php echo ($option8['sfsi_plus_textBefor_icons']!='') ? $option8['sfsi_plus_textBefor_icons'] : '' ; ?>" />
|
403 |
</div>
|
404 |
<div class="options">
|
405 |
<label>
|
406 |
-
<?php _e( 'Alignment of share icons:',
|
407 |
</label><div class="field">
|
408 |
<select name="sfsi_plus_icons_alignment" id="sfsi_plus_icons_alignment" class="styled">
|
409 |
<option value="left" <?php echo ($option8['sfsi_plus_icons_alignment']=='left') ? 'selected="selected"' : '' ;?>>
|
410 |
-
<?php _e( 'Left',
|
411 |
</option>
|
412 |
<option value="right" <?php echo ($option8['sfsi_plus_icons_alignment']=='right') ? 'selected="selected"' : '' ;?>>
|
413 |
-
<?php _e( 'Right',
|
414 |
</option>
|
415 |
<option value="center" <?php echo ($option8['sfsi_plus_icons_alignment']=='center') ? 'selected="selected"' : '' ;?>>
|
416 |
-
<?php _e( 'Center',
|
417 |
</option>
|
418 |
</select></div>
|
419 |
</div>
|
@@ -433,13 +438,13 @@
|
|
433 |
<img src="<?php echo SFSI_PLUS_PLUGURL ?>images/ajax-loader.gif" class="loader-img" />
|
434 |
<?php $nonce = wp_create_nonce("update_plus_step8"); ?>
|
435 |
<a href="javascript:;" id="sfsi_plus_save8" title="Save" data-nonce="<?php echo $nonce;?>">
|
436 |
-
<?php _e( 'Save',
|
437 |
</a>
|
438 |
</div>
|
439 |
<!-- END SAVE BUTTON SECTION -->
|
440 |
|
441 |
<a class="sfsiColbtn closeSec" href="javascript:;">
|
442 |
-
<?php _e( 'Collapse area',
|
443 |
</a>
|
444 |
<label class="closeSec"></label>
|
445 |
|
21 |
{
|
22 |
$option8['sfsi_plus_recttwtr'] = 'no';
|
23 |
}
|
24 |
+
if(!isset($option8['sfsi_plus_rectpinit']))
|
25 |
+
{
|
26 |
+
$option8['sfsi_plus_rectpinit'] = 'no';
|
27 |
+
}
|
28 |
?>
|
29 |
<div class="tab8">
|
30 |
<ul class="sfsiplus_icn_listing8">
|
34 |
<div class="sfsiplus_right_info">
|
35 |
<p>
|
36 |
<span class="sfsiplus_toglepstpgspn">
|
37 |
+
<?php _e( 'Show them via a widget', SFSI_PLUS_DOMAIN ); ?>
|
38 |
</span><br>
|
39 |
<?php
|
40 |
if($option8['sfsi_plus_show_via_widget']=='yes')
|
51 |
<a href="<?php echo admin_url('widgets.php');?>">
|
52 |
<?php _e( 'widgets area', 'ultimate-social-media-plus' ); ?>
|
53 |
</a>
|
54 |
+
<?php _e( 'and drag & drop it where you want to have it', 'ultimate-social-media-plus' ); ?>!
|
55 |
</label>
|
56 |
</p>
|
57 |
</div>
|
65 |
<div class="sfsiplus_right_info">
|
66 |
<p>
|
67 |
<span class="sfsiplus_toglepstpgspn">
|
68 |
+
<?php _e( 'Float them on the page', SFSI_PLUS_DOMAIN ); ?>
|
69 |
</span>
|
70 |
</p>
|
71 |
<?php
|
83 |
<li>
|
84 |
<input name="sfsi_plus_float_page_position" <?php echo ( $option8['sfsi_plus_float_page_position']=='top-left') ? 'checked="true"' : '' ;?> type="radio" value="top-left" class="styled" />
|
85 |
<span class="sfsi_flicnsoptn3 sfsioptntl">
|
86 |
+
<?php _e( 'Top left', SFSI_PLUS_DOMAIN ); ?>
|
87 |
</span>
|
88 |
<label><img src="<?php echo SFSI_PLUS_PLUGURL;?>images/top_left.png" /></label>
|
89 |
</li>
|
90 |
<li>
|
91 |
<input name="sfsi_plus_float_page_position" <?php echo ( $option8['sfsi_plus_float_page_position']=='top-right') ? 'checked="true"' : '' ;?> type="radio" value="top-right" class="styled" />
|
92 |
<span class="sfsi_flicnsoptn3 sfsioptntr">
|
93 |
+
<?php _e( 'Top right', SFSI_PLUS_DOMAIN ); ?>
|
94 |
</span>
|
95 |
<label><img src="<?php echo SFSI_PLUS_PLUGURL;?>images/top_right.png" /></label>
|
96 |
</li>
|
97 |
<li>
|
98 |
<input name="sfsi_plus_float_page_position" <?php echo ( $option8['sfsi_plus_float_page_position']=='center-left') ? 'checked="true"' : '' ;?> type="radio" value="center-left" class="styled" />
|
99 |
<span class="sfsi_flicnsoptn3 sfsioptncl">
|
100 |
+
<?php _e( 'Center left', SFSI_PLUS_DOMAIN ); ?>
|
101 |
</span>
|
102 |
<label><img src="<?php echo SFSI_PLUS_PLUGURL;?>images/center_left.png" /></label>
|
103 |
</li>
|
104 |
<li>
|
105 |
<input name="sfsi_plus_float_page_position" <?php echo ( $option8['sfsi_plus_float_page_position']=='center-right') ? 'checked="true"' : '' ;?> type="radio" value="center-right" class="styled" />
|
106 |
<span class="sfsi_flicnsoptn3 sfsioptncr">
|
107 |
+
<?php _e( 'Center right', SFSI_PLUS_DOMAIN ); ?>
|
108 |
</span>
|
109 |
<label><img src="<?php echo SFSI_PLUS_PLUGURL;?>images/center_right.png" /></label>
|
110 |
</li>
|
111 |
<li>
|
112 |
<input name="sfsi_plus_float_page_position" <?php echo ( $option8['sfsi_plus_float_page_position']=='bottom-left') ? 'checked="true"' : '' ;?> type="radio" value="bottom-left" class="styled" />
|
113 |
<span class="sfsi_flicnsoptn3 sfsioptnbl">
|
114 |
+
<?php _e( 'Bottom left', SFSI_PLUS_DOMAIN ); ?>
|
115 |
</span>
|
116 |
<label><img src="<?php echo SFSI_PLUS_PLUGURL;?>images/bottom_left.png" /></label>
|
117 |
</li>
|
118 |
<li>
|
119 |
<input name="sfsi_plus_float_page_position" <?php echo ( $option8['sfsi_plus_float_page_position']=='bottom-right') ? 'checked="true"' : '' ;?> type="radio" value="bottom-right" class="styled" />
|
120 |
<span class="sfsi_flicnsoptn3 sfsioptnbr">
|
121 |
+
<?php _e( 'Bottom right', SFSI_PLUS_DOMAIN ); ?>
|
122 |
</span>
|
123 |
<label><img src="<?php echo SFSI_PLUS_PLUGURL;?>images/bottom_right.png" /></label>
|
124 |
</li>
|
125 |
</ul>
|
126 |
<div style="width: 88%; float: left; margin:25px 0 0 47px">
|
127 |
<h4>
|
128 |
+
<?php _e( 'Margin From:', SFSI_PLUS_DOMAIN ); ?>
|
129 |
</h4>
|
130 |
<ul class="sfsi_plus_floaticon_margin_sec">
|
131 |
<li>
|
132 |
<label>
|
133 |
+
<?php _e( 'Top:', SFSI_PLUS_DOMAIN ); ?>
|
134 |
</label>
|
135 |
<input name="sfsi_plus_icons_floatMargin_top" type="text" value="<?php echo ($option8['sfsi_plus_icons_floatMargin_top']!='') ? $option8['sfsi_plus_icons_floatMargin_top'] : '' ;?>" />
|
136 |
<ins>
|
137 |
+
<?php _e( 'Pixels', SFSI_PLUS_DOMAIN ); ?>
|
138 |
</ins>
|
139 |
</li>
|
140 |
<li>
|
141 |
<label>
|
142 |
+
<?php _e( 'Bottom:', SFSI_PLUS_DOMAIN ); ?>
|
143 |
</label>
|
144 |
<input name="sfsi_plus_icons_floatMargin_bottom" type="text" value="<?php echo ($option8['sfsi_plus_icons_floatMargin_bottom'] != '') ? $option8['sfsi_plus_icons_floatMargin_bottom'] : '' ;?>" />
|
145 |
<ins>
|
146 |
+
<?php _e( 'Pixels', SFSI_PLUS_DOMAIN ); ?>
|
147 |
</ins>
|
148 |
</li>
|
149 |
<li>
|
150 |
<label>
|
151 |
+
<?php _e( 'Left:', SFSI_PLUS_DOMAIN ); ?>
|
152 |
</label>
|
153 |
<input name="sfsi_plus_icons_floatMargin_left" type="text" value="<?php echo ($option8['sfsi_plus_icons_floatMargin_left']!='') ? $option8['sfsi_plus_icons_floatMargin_left'] : '' ;?>" />
|
154 |
<ins>
|
155 |
+
<?php _e( 'Pixels', SFSI_PLUS_DOMAIN ); ?>
|
156 |
</ins>
|
157 |
</li>
|
158 |
<li>
|
159 |
<label>
|
160 |
+
<?php _e( 'Right:', SFSI_PLUS_DOMAIN ); ?>
|
161 |
</label>
|
162 |
<input name="sfsi_plus_icons_floatMargin_right" type="text" value="<?php echo ($option8['sfsi_plus_icons_floatMargin_right']!='') ? $option8['sfsi_plus_icons_floatMargin_right'] : '' ;?>" />
|
163 |
<ins>
|
164 |
+
<?php _e( 'Pixels', SFSI_PLUS_DOMAIN ); ?>
|
165 |
</ins>
|
166 |
</li>
|
167 |
</ul>
|
176 |
<div class="sfsiplus_right_info">
|
177 |
<p>
|
178 |
<span class="sfsiplus_toglepstpgspn">
|
179 |
+
<?php _e( 'Place them manually', SFSI_PLUS_DOMAIN ); ?>
|
180 |
</span><br>
|
181 |
<?php
|
182 |
if($option8['sfsi_plus_place_item_manually']=='yes')
|
189 |
}
|
190 |
?>
|
191 |
<label class="sfsiplus_sub-subtitle ckckslctn" <?php echo $label_style;?>>
|
192 |
+
<?php _e( 'Place', SFSI_PLUS_DOMAIN ); ?>
|
193 |
+
<label class="sfsi_ckckslctnlbl"><</label><label class="sfsi_ckckslctnlbl">?</label><label class="sfsi_ckckslctnlbl">php echo DISPLAY_ULTIMATE_PLUS(); </label><label class="sfsi_ckckslctnlbl">?</label><label class="sfsi_ckckslctnlbl">></label>
|
194 |
+
<?php _e( 'in your theme codes or use the shortcode', SFSI_PLUS_DOMAIN ); ?>
|
195 |
<b>
|
196 |
[DISPLAY_ULTIMATE_PLUS]
|
197 |
</b>
|
198 |
+
<?php _e( 'to display them wherever you want.', SFSI_PLUS_DOMAIN ); ?>
|
199 |
</label>
|
200 |
</p>
|
201 |
</div>
|
207 |
<div class="sfsiplus_right_info">
|
208 |
<p>
|
209 |
<span class="sfsiplus_toglepstpgspn">
|
210 |
+
<?php _e( 'Show them before or after posts', SFSI_PLUS_DOMAIN ); ?>
|
211 |
</span>
|
212 |
<br>
|
213 |
<?php
|
221 |
}
|
222 |
?>
|
223 |
<label class="sfsiplus_sub-subtitle sfsiplus_toglpstpgsbttl" <?php echo $style_float;?>>
|
224 |
+
<?php _e( 'Here you have two options:', SFSI_PLUS_DOMAIN ); ?>
|
225 |
</label>
|
226 |
</p>
|
227 |
|
229 |
<li onclick="sfsiplus_togglbtmsection('sfsiplus_toggleonlystndrshrng', 'sfsiplus_toggledsplyitemslctn', this);" class="clckbltglcls">
|
230 |
<input name="sfsi_plus_display_button_type" <?php echo ( $option8['sfsi_plus_display_button_type']=='standard_buttons') ? 'checked="true"' : '' ;?> type="radio" value="standard_buttons" class="styled" />
|
231 |
<label class="labelhdng4">
|
232 |
+
<?php _e( 'Display rectangle icons', SFSI_PLUS_DOMAIN ); ?>
|
233 |
</label>
|
234 |
</li>
|
235 |
<li onclick="sfsiplus_togglbtmsection('sfsiplus_toggledsplyitemslctn', 'sfsiplus_toggleonlystndrshrng', this);" class="clckbltglcls">
|
236 |
<input name="sfsi_plus_display_button_type" <?php echo ( $option8['sfsi_plus_display_button_type']=='normal_button') ? 'checked="true"' : '' ;?> type="radio" value="normal_button" class="styled" />
|
237 |
<label class="labelhdng4">
|
238 |
+
<?php _e( 'Display the icons I selected above', SFSI_PLUS_DOMAIN ); ?>
|
239 |
</label>
|
240 |
</li>
|
241 |
<li class="sfsiplus_toggleonlystndrshrng">
|
243 |
<div class="radiodisplaysection" style="<?php echo $display; ?>">
|
244 |
|
245 |
<p class="cstmdisplaysharingtxt cstmdisextrpdng">
|
246 |
+
<?php _e( 'Rectangle icons spell out the « <b>call to action</b> » which increases chances that visitors do it.', SFSI_PLUS_DOMAIN ); ?>
|
|
|
|
|
|
|
|
|
|
|
247 |
</p>
|
248 |
<p class="cstmdisplaysharingtxt">
|
249 |
+
<?php _e( 'Select the icons you want to show:', SFSI_PLUS_DOMAIN ); ?>
|
250 |
</p>
|
251 |
<div class="social_icon_like1 cstmdsplyulwpr">
|
252 |
<ul>
|
267 |
<a href="#" title="twitter" class="cstmdspltwtr">
|
268 |
<img src="<?php echo SFSI_PLUS_PLUGURL; ?>images/twiiter.png" alt="Twitter like" /><span style="display: none;">18k</span>
|
269 |
</a>
|
270 |
+
</li>
|
271 |
+
<li>
|
272 |
+
<div class="radio_section tb_4_ck"><input name="sfsi_plus_rectpinit" <?php echo ($option8['sfsi_plus_rectpinit']=='yes') ? 'checked="true"' : '' ;?> id="sfsi_plus_rectpinit" type="checkbox" value="yes" class="styled" /></div>
|
273 |
+
<a href="#" title="Pinit" class="cstmdsplpinit">
|
274 |
+
<img src="<?php echo SFSI_PLUS_PLUGURL; ?>images/pinit.png" alt="Pinit" /><span style="display: none;">18k</span>
|
275 |
+
</a>
|
276 |
</li>
|
277 |
<li>
|
278 |
<div class="radio_section tb_4_ck"><input name="sfsi_plus_rectgp" <?php echo ($option8['sfsi_plus_rectgp']=='yes') ? 'checked="true"' : '' ;?> id="sfsi_plus_rectgp" type="checkbox" value="yes" class="styled" /></div>
|
290 |
</a>
|
291 |
<p style="width:auto;float:left;padding: 0px!important;border:0px !important;">
|
292 |
|
293 |
+
(<?php _e( 'may impact loading speed', SFSI_PLUS_DOMAIN ); ?>)
|
294 |
</p>
|
295 |
</li>
|
296 |
</ul>
|
304 |
</ul>-->
|
305 |
<div class="options">
|
306 |
<label>
|
307 |
+
<?php _e( 'Do you want to display the counts?', SFSI_PLUS_DOMAIN ); ?>
|
308 |
</label><div class="field">
|
309 |
<select name="sfsi_plus_icons_DisplayCounts" id="sfsi_plus_icons_DisplayCounts" class="styled"><option value="yes" <?php echo ($option8['sfsi_plus_icons_DisplayCounts']=='yes') ? 'selected="true"' : '' ;?>>
|
310 |
+
<?php _e( 'YES', SFSI_PLUS_DOMAIN ); ?>
|
311 |
</option><option value="no" <?php echo ($option8['sfsi_plus_icons_DisplayCounts']=='no') ? 'selected="true"' : '' ;?>>
|
312 |
+
<?php _e( 'NO', SFSI_PLUS_DOMAIN ); ?>
|
313 |
</option></select></div>
|
314 |
</div>
|
315 |
</div>
|
319 |
<?php if ($option8['sfsi_plus_display_button_type']=='normal_button'): $display = "display:block"; else: $display = "display:none"; endif;?>
|
320 |
<div class="row radiodisplaysection" style="<?php echo $display; ?>">
|
321 |
<h4>
|
322 |
+
<?php _e( 'Size & spacing of your icons', SFSI_PLUS_DOMAIN ); ?>
|
323 |
</h4>
|
324 |
<div class="icons_size">
|
325 |
<span>
|
326 |
+
<?php _e( 'Size:', SFSI_PLUS_DOMAIN ); ?>
|
327 |
</span><input name="sfsi_plus_post_icons_size" value="<?php echo ($option8['sfsi_plus_post_icons_size']!='') ? $option8['sfsi_plus_post_icons_size'] : '' ;?>" type="text" /><ins>
|
328 |
+
<?php _e( 'pixels wide & tall', SFSI_PLUS_DOMAIN ); ?>
|
329 |
</ins> <span class="last">
|
330 |
+
<?php _e( 'Spacing between icons:', SFSI_PLUS_DOMAIN ); ?>
|
331 |
</span><input name="sfsi_plus_post_icons_spacing" type="text" value="<?php echo ($option8['sfsi_plus_post_icons_spacing']!='') ? $option8['sfsi_plus_post_icons_spacing'] : '' ;?>" /><ins>
|
332 |
+
<?php _e( 'Pixels', SFSI_PLUS_DOMAIN ); ?>
|
333 |
</ins></div>
|
334 |
</div>
|
335 |
</li>
|
340 |
<!--Display them options-->
|
341 |
<div class="options sfsipluspstvwpr">
|
342 |
<label class="first chcklbl">
|
343 |
+
<?php _e( 'Display them:', SFSI_PLUS_DOMAIN ); ?>
|
344 |
</label>
|
345 |
<label class="seconds chcklbl labelhdng4">
|
346 |
+
<?php _e( 'On Post Pages', SFSI_PLUS_DOMAIN ); ?>
|
347 |
</label>
|
348 |
<div class="chckwpr">
|
349 |
<div class="snglchckcntr">
|
350 |
<div class="radio_section tb_4_ck"><input name="sfsi_plus_display_before_posts" <?php echo ($option8['sfsi_plus_display_before_posts']=='yes') ? 'checked="true"' : '' ;?> id="sfsi_plus_display_before_posts" type="checkbox" value="yes" class="styled" /></div>
|
351 |
<div class="sfsiplus_right_info">
|
352 |
+
<?php _e( 'Before posts', SFSI_PLUS_DOMAIN ); ?>
|
353 |
</div>
|
354 |
</div>
|
355 |
<div class="snglchckcntr">
|
356 |
<div class="radio_section tb_4_ck"><input name="sfsi_plus_display_after_posts" <?php echo ($option8['sfsi_plus_display_after_posts']=='yes') ? 'checked="true"' : '' ;?> id="sfsi_plus_display_after_posts" type="checkbox" value="yes" class="styled" /></div>
|
357 |
<div class="sfsiplus_right_info">
|
358 |
+
<?php _e( 'After posts', SFSI_PLUS_DOMAIN ); ?>
|
359 |
</div>
|
360 |
</div>
|
361 |
<!--<div class="snglchckcntr">
|
372 |
|
373 |
<div class="options sfsipluspstvwpr">
|
374 |
<label class="seconds chcklbl labelhdng4">
|
375 |
+
<?php _e( 'On Homepage', SFSI_PLUS_DOMAIN ); ?>
|
376 |
</label>
|
377 |
<div class="chckwpr">
|
378 |
<div class="snglchckcntr">
|
379 |
<div class="radio_section tb_4_ck"><input name="sfsi_plus_display_before_blogposts" <?php echo ($option8['sfsi_plus_display_before_blogposts']=='yes') ? 'checked="true"' : '' ;?> id="sfsi_plus_display_before_blogposts" type="checkbox" value="yes" class="styled" /></div>
|
380 |
<div class="sfsiplus_right_info">
|
381 |
+
<?php _e( 'Before posts', SFSI_PLUS_DOMAIN ); ?>
|
382 |
</div>
|
383 |
</div>
|
384 |
<div class="snglchckcntr">
|
385 |
<div class="radio_section tb_4_ck"><input name="sfsi_plus_display_after_blogposts" <?php echo ($option8['sfsi_plus_display_after_blogposts']=='yes') ? 'checked="true"' : '' ;?> id="sfsi_plus_display_after_blogposts" type="checkbox" value="yes" class="styled" /></div>
|
386 |
<div class="sfsiplus_right_info">
|
387 |
+
<?php _e( 'After posts', SFSI_PLUS_DOMAIN ); ?>
|
388 |
</div>
|
389 |
</div>
|
390 |
<!--<div class="snglchckcntr">
|
403 |
|
404 |
<div class="options shareicontextfld">
|
405 |
<label class="first">
|
406 |
+
<?php _e( 'Text to appear before the sharing icons:', SFSI_PLUS_DOMAIN ); ?>
|
407 |
</label><input name="sfsi_plus_textBefor_icons" type="text" value="<?php echo ($option8['sfsi_plus_textBefor_icons']!='') ? $option8['sfsi_plus_textBefor_icons'] : '' ; ?>" />
|
408 |
</div>
|
409 |
<div class="options">
|
410 |
<label>
|
411 |
+
<?php _e( 'Alignment of share icons:', SFSI_PLUS_DOMAIN ); ?>
|
412 |
</label><div class="field">
|
413 |
<select name="sfsi_plus_icons_alignment" id="sfsi_plus_icons_alignment" class="styled">
|
414 |
<option value="left" <?php echo ($option8['sfsi_plus_icons_alignment']=='left') ? 'selected="selected"' : '' ;?>>
|
415 |
+
<?php _e( 'Left', SFSI_PLUS_DOMAIN ); ?>
|
416 |
</option>
|
417 |
<option value="right" <?php echo ($option8['sfsi_plus_icons_alignment']=='right') ? 'selected="selected"' : '' ;?>>
|
418 |
+
<?php _e( 'Right', SFSI_PLUS_DOMAIN ); ?>
|
419 |
</option>
|
420 |
<option value="center" <?php echo ($option8['sfsi_plus_icons_alignment']=='center') ? 'selected="selected"' : '' ;?>>
|
421 |
+
<?php _e( 'Center', SFSI_PLUS_DOMAIN ); ?>
|
422 |
</option>
|
423 |
</select></div>
|
424 |
</div>
|
438 |
<img src="<?php echo SFSI_PLUS_PLUGURL ?>images/ajax-loader.gif" class="loader-img" />
|
439 |
<?php $nonce = wp_create_nonce("update_plus_step8"); ?>
|
440 |
<a href="javascript:;" id="sfsi_plus_save8" title="Save" data-nonce="<?php echo $nonce;?>">
|
441 |
+
<?php _e( 'Save', SFSI_PLUS_DOMAIN ); ?>
|
442 |
</a>
|
443 |
</div>
|
444 |
<!-- END SAVE BUTTON SECTION -->
|
445 |
|
446 |
<a class="sfsiColbtn closeSec" href="javascript:;">
|
447 |
+
<?php _e( 'Collapse area', SFSI_PLUS_DOMAIN ); ?>
|
448 |
</a>
|
449 |
<label class="closeSec"></label>
|
450 |
|
views/sfsi_option_view9.php
CHANGED
@@ -8,9 +8,9 @@
|
|
8 |
$connectToFeed = "http://www.specificfeeds.com/?".base64_encode("userprofile=wordpress&feed_id=".$feedId);
|
9 |
?>
|
10 |
<p>
|
11 |
-
<?php _e('In addition to the email- or follow-icon you can also show a subscription form which maximizes chances that people subscribe to your site. To get access to the emails who subscribe, please',
|
12 |
<a target="_new" href="<?php echo $connectToFeed; ?>">
|
13 |
-
<?php _e('claim your feed
|
14 |
</a>
|
15 |
</p>
|
16 |
|
@@ -18,7 +18,7 @@
|
|
18 |
<!--Section 1-->
|
19 |
<div class="sfsi_plus_tab8_subcontainer">
|
20 |
<h3 class="sfsi_plus_section_title">
|
21 |
-
<?php _e( 'Preview:',
|
22 |
</h3>
|
23 |
<div class="like_pop_box">
|
24 |
<?php get_sfsi_plus_SubscriptionForm(); ?>
|
@@ -28,16 +28,16 @@
|
|
28 |
<!--Section 2-->
|
29 |
<div class="sfsi_plus_tab8_subcontainer sfsi_plus_seprater">
|
30 |
<h3 class="sfsi_plus_section_title">
|
31 |
-
<?php _e( 'Place it on your site',
|
32 |
</h3>
|
33 |
<label class="sfsi_plus_label_text">
|
34 |
-
<?php _e( 'You can place the form by different methods:',
|
35 |
</label>
|
36 |
|
37 |
<ul class="sfsi_plus_form_info">
|
38 |
<li>
|
39 |
<b>
|
40 |
-
<?php _e( '
|
41 |
</b>
|
42 |
|
43 |
<?php _e( 'Go to the', 'ultimate-social-media-plus' ); ?>
|
@@ -46,22 +46,22 @@
|
|
46 |
<?php _e( 'widget settings', 'ultimate-social-media-plus' ); ?>
|
47 |
</a>
|
48 |
|
49 |
-
<?php _e( 'and drag & drop it to the sidebar
|
50 |
</li>
|
51 |
<li>
|
52 |
<b>
|
53 |
-
<?php _e( '
|
54 |
</b>
|
55 |
|
56 |
-
<?php _e( 'Use the shortcode',
|
57 |
|
58 |
<b>[USM_plus_form]</b>
|
59 |
|
60 |
-
<?php _e( 'to place it into your codes',
|
61 |
</li>
|
62 |
<li>
|
63 |
<b>
|
64 |
-
<?php _e( '
|
65 |
</b>
|
66 |
</li>
|
67 |
</ul>
|
@@ -75,7 +75,7 @@
|
|
75 |
<div class="sfsi_plus_subscribe_Popinner" style="padding: 18px 0px;">
|
76 |
<form method="post" onsubmit="return sfsi_plus_processfurther(this);" target="popupwindow" action="<?php echo $url?>" style="margin: 0px 20px;">
|
77 |
<h5 style="margin: 0 0 10px; padding: 0;">
|
78 |
-
<?php _e( 'Get new posts by email:',
|
79 |
</h5>
|
80 |
<div style="margin: 5px 0; width: 100%;">
|
81 |
<input style="padding: 10px 0px !important; width: 100% !important;" type="email" placeholder="Enter your email" value="" name="data[Widget][email]" />
|
@@ -97,10 +97,10 @@
|
|
97 |
<!--Section 3-->
|
98 |
<div class="sfsi_plus_tab8_subcontainer sfsi_plus_seprater">
|
99 |
<h3 class="sfsi_plus_section_title">
|
100 |
-
<?php _e( 'Define text & design (optional)',
|
101 |
</h3>
|
102 |
<h5 class="sfsi_plus_section_subtitle">
|
103 |
-
<?php _e( 'Overall size & border',
|
104 |
</h5>
|
105 |
|
106 |
<!--Left Section-->
|
@@ -112,21 +112,21 @@
|
|
112 |
<div class="sfsi_plus_right_container">
|
113 |
<div class="row_tab">
|
114 |
<label class="sfsi_plus_heding">
|
115 |
-
<?php _e( 'Adjust size to space on website?',
|
116 |
</label>
|
117 |
<ul class="border_shadow">
|
118 |
<li>
|
119 |
<input type="radio" class="styled" value="yes" name="sfsi_plus_form_adjustment"
|
120 |
<?php echo sfsi_plus_isChecked($option9['sfsi_plus_form_adjustment'], 'yes'); ?> >
|
121 |
<label>
|
122 |
-
<?php _e( 'Yes',
|
123 |
</label>
|
124 |
</li>
|
125 |
<li>
|
126 |
<input type="radio" class="styled" value="no" name="sfsi_plus_form_adjustment"
|
127 |
<?php echo sfsi_plus_isChecked($option9['sfsi_plus_form_adjustment'], 'no'); ?> >
|
128 |
<label>
|
129 |
-
<?php _e( 'No',
|
130 |
</label>
|
131 |
</li>
|
132 |
</ul>
|
@@ -135,44 +135,44 @@
|
|
135 |
<div class="row_tab" style="<?php echo ($option9['sfsi_plus_form_adjustment'] == 'yes')? "display:none": ''; ?>">
|
136 |
<div class="sfsi_plus_field">
|
137 |
<label>
|
138 |
-
<?php _e( 'Height',
|
139 |
</label>
|
140 |
<input name="sfsi_plus_form_height" type="text"
|
141 |
value="<?php echo ($option9['sfsi_plus_form_height']!='') ? $option9['sfsi_plus_form_height'] : '' ;?>"
|
142 |
class="small rec-inp" />
|
143 |
<span class="pix">
|
144 |
-
<?php _e( 'pixels',
|
145 |
</span>
|
146 |
</div>
|
147 |
<div class="sfsi_plus_field">
|
148 |
<label>
|
149 |
-
<?php _e( 'Width',
|
150 |
</label>
|
151 |
<input name="sfsi_plus_form_width" type="text"
|
152 |
value="<?php echo ($option9['sfsi_plus_form_width']!='') ? $option9['sfsi_plus_form_width'] : '' ;?>" class="small rec-inp" />
|
153 |
<span class="pix">
|
154 |
-
<?php _e( 'pixels',
|
155 |
</span>
|
156 |
</div>
|
157 |
</div>
|
158 |
<!--Row Section-->
|
159 |
<div class="row_tab">
|
160 |
<label class="sfsi_plus_heding">
|
161 |
-
<?php _e( 'Border?',
|
162 |
</label>
|
163 |
<ul class="border_shadow">
|
164 |
<li>
|
165 |
<input type="radio" class="styled" value="yes" name="sfsi_plus_form_border"
|
166 |
<?php echo sfsi_plus_isChecked($option9['sfsi_plus_form_border'], 'yes'); ?> >
|
167 |
<label>
|
168 |
-
<?php _e( 'Yes',
|
169 |
</label>
|
170 |
</li>
|
171 |
<li>
|
172 |
<input type="radio" class="styled" value="no" name="sfsi_plus_form_border"
|
173 |
<?php echo sfsi_plus_isChecked($option9['sfsi_plus_form_border'], 'no'); ?> >
|
174 |
<label>
|
175 |
-
<?php _e( 'No',
|
176 |
</label>
|
177 |
</li>
|
178 |
</ul>
|
@@ -181,18 +181,18 @@
|
|
181 |
<div class="row_tab" style="<?php echo ($option9['sfsi_plus_form_border'] == 'no')? "display:none": ''; ?>">
|
182 |
<div class="sfsi_plus_field">
|
183 |
<label>
|
184 |
-
<?php _e( 'Thickness',
|
185 |
</label>
|
186 |
<input name="sfsi_plus_form_border_thickness" type="text" value="<?php echo ($option9['sfsi_plus_form_border_thickness']!='')
|
187 |
? $option9['sfsi_plus_form_border_thickness'] : '' ;
|
188 |
?>" class="small rec-inp" />
|
189 |
<span class="pix">
|
190 |
-
<?php _e( 'pixels',
|
191 |
</span>
|
192 |
</div>
|
193 |
<div class="sfsi_plus_field">
|
194 |
<label>
|
195 |
-
<?php _e( 'Color',
|
196 |
</label>
|
197 |
<input id="sfsi_plus_form_border_color" data-default-color="#b5b5b5" type="text" name="sfsi_plus_form_border_color"
|
198 |
value="<?php echo ($option9['sfsi_plus_form_border_color']!='')
|
@@ -207,7 +207,7 @@
|
|
207 |
<!--Row Section-->
|
208 |
<div class="row_tab">
|
209 |
<label class="sfsi_plus_heding autowidth">
|
210 |
-
<?php _e( 'Background color:',
|
211 |
</label>
|
212 |
<div class="sfsi_plus_field">
|
213 |
<input id="sfsi_plus_form_background" data-default-color="#b5b5b5" type="text" name="sfsi_plus_form_background"
|
@@ -228,7 +228,7 @@
|
|
228 |
<!--Section 4-->
|
229 |
<div class="sfsi_plus_tab8_subcontainer sfsi_plus_seprater">
|
230 |
<h5 class="sfsi_plus_section_subtitle">
|
231 |
-
<?php _e( 'Text above entry field',
|
232 |
</h5>
|
233 |
|
234 |
<!--Left Section-->
|
@@ -240,7 +240,7 @@
|
|
240 |
<div class="sfsi_plus_right_container">
|
241 |
<div class="row_tab">
|
242 |
<label class="sfsi_plus_heding fixwidth sfsi_plus_same_width">
|
243 |
-
<?php _e( 'Text:',
|
244 |
</label>
|
245 |
<div class="sfsi_plus_field">
|
246 |
<input type="text" class="small new-inp" name="sfsi_plus_form_heading_text"
|
@@ -253,13 +253,13 @@
|
|
253 |
<div class="row_tab">
|
254 |
<div class="sfsi_plus_field">
|
255 |
<label class="sfsi_plus_same_width">
|
256 |
-
<?php _e( 'Font:',
|
257 |
</label>
|
258 |
<?php sfsi_plus_get_font("sfsi_plus_form_heading_font", $option9['sfsi_plus_form_heading_font']); ?>
|
259 |
</div>
|
260 |
<div class="sfsi_plus_field">
|
261 |
<label>
|
262 |
-
<?php _e( ' Font style:',
|
263 |
</label>
|
264 |
<?php sfsi_plus_get_fontstyle("sfsi_plus_form_heading_fontstyle", $option9['sfsi_plus_form_heading_fontstyle']); ?>
|
265 |
</div>
|
@@ -268,7 +268,7 @@
|
|
268 |
<div class="row_tab">
|
269 |
<div class="sfsi_plus_field">
|
270 |
<label class="sfsi_plus_same_width">
|
271 |
-
<?php _e( 'Font color',
|
272 |
</label>
|
273 |
<input type="text" name="sfsi_plus_form_heading_fontcolor" data-default-color="#b5b5b5" id="sfsi_plus_form_heading_fontcolor" value="<?php echo ($option9['sfsi_plus_form_heading_fontcolor']!='')
|
274 |
? $option9['sfsi_plus_form_heading_fontcolor'] : '' ;
|
@@ -281,13 +281,13 @@
|
|
281 |
</div>
|
282 |
<div class="sfsi_plus_field">
|
283 |
<label>
|
284 |
-
<?php _e( 'Font size',
|
285 |
</label>
|
286 |
<input type="text" class="small rec-inp" name="sfsi_plus_form_heading_fontsize"
|
287 |
value="<?php echo ($option9['sfsi_plus_form_heading_fontsize']!='')
|
288 |
? $option9['sfsi_plus_form_heading_fontsize'] : '' ;?>"/>
|
289 |
<span class="pix">
|
290 |
-
<?php _e( 'pixels',
|
291 |
</span>
|
292 |
</div>
|
293 |
</div>
|
@@ -295,7 +295,7 @@
|
|
295 |
<div class="row_tab">
|
296 |
<div class="sfsi_plus_field">
|
297 |
<label class="sfsi_plus_same_width">
|
298 |
-
<?php _e( 'Alignment:',
|
299 |
</label>
|
300 |
<?php sfsi_plus_get_alignment("sfsi_plus_form_heading_fontalign", $option9['sfsi_plus_form_heading_fontalign']); ?>
|
301 |
</div>
|
@@ -308,7 +308,7 @@
|
|
308 |
<!--Section 5-->
|
309 |
<div class="sfsi_plus_tab8_subcontainer sfsi_plus_seprater">
|
310 |
<h5 class="sfsi_plus_section_subtitle">
|
311 |
-
<?php _e( 'Entry field',
|
312 |
</h5>
|
313 |
|
314 |
<!--Left Section-->
|
@@ -320,7 +320,7 @@
|
|
320 |
<div class="sfsi_plus_right_container">
|
321 |
<div class="row_tab">
|
322 |
<label class="sfsi_plus_heding fixwidth sfsi_plus_same_width">
|
323 |
-
<?php _e( 'Text:',
|
324 |
</label>
|
325 |
<div class="sfsi_plus_field">
|
326 |
<input type="text" class="small new-inp" name="sfsi_plus_form_field_text"
|
@@ -333,13 +333,13 @@
|
|
333 |
<div class="row_tab">
|
334 |
<div class="sfsi_plus_field">
|
335 |
<label class="sfsi_plus_same_width">
|
336 |
-
<?php _e( 'Font:',
|
337 |
</label>
|
338 |
<?php sfsi_plus_get_font("sfsi_plus_form_field_font", $option9['sfsi_plus_form_field_font']); ?>
|
339 |
</div>
|
340 |
<div class="sfsi_plus_field">
|
341 |
<label>
|
342 |
-
<?php _e( 'Font style:',
|
343 |
</label>
|
344 |
<?php sfsi_plus_get_fontstyle("sfsi_plus_form_field_fontstyle", $option9['sfsi_plus_form_field_fontstyle']); ?>
|
345 |
</div>
|
@@ -360,20 +360,20 @@
|
|
360 |
</div>-->
|
361 |
<div class="sfsi_plus_field">
|
362 |
<label class="sfsi_plus_same_width">
|
363 |
-
<?php _e( 'Alignment:',
|
364 |
</label>
|
365 |
<?php sfsi_plus_get_alignment("sfsi_plus_form_field_fontalign", $option9['sfsi_plus_form_field_fontalign']); ?>
|
366 |
</div>
|
367 |
|
368 |
<div class="sfsi_plus_field">
|
369 |
<label>
|
370 |
-
<?php _e( 'Font size',
|
371 |
</label>
|
372 |
<input type="text" class="small rec-inp" name="sfsi_plus_form_field_fontsize"
|
373 |
value="<?php echo ($option9['sfsi_plus_form_field_fontsize']!='')
|
374 |
? $option9['sfsi_plus_form_field_fontsize'] : '' ;?>"/>
|
375 |
<span class="pix">
|
376 |
-
<?php _e( 'pixels',
|
377 |
</span>
|
378 |
</div>
|
379 |
</div>
|
@@ -385,7 +385,7 @@
|
|
385 |
<!--Section 6-->
|
386 |
<div class="sfsi_plus_tab8_subcontainer">
|
387 |
<h5 class="sfsi_plus_section_subtitle">
|
388 |
-
<?php _e( 'Subscribe button',
|
389 |
</h5>
|
390 |
|
391 |
<!--Left Section-->
|
@@ -397,7 +397,7 @@
|
|
397 |
<div class="sfsi_plus_right_container">
|
398 |
<div class="row_tab">
|
399 |
<label class="sfsi_plus_heding fixwidth sfsi_plus_same_width">
|
400 |
-
<?php _e( 'Text:',
|
401 |
</label>
|
402 |
<div class="sfsi_plus_field">
|
403 |
<input type="text" class="small new-inp" name="sfsi_plus_form_button_text"
|
@@ -410,13 +410,13 @@
|
|
410 |
<div class="row_tab">
|
411 |
<div class="sfsi_plus_field">
|
412 |
<label class="sfsi_plus_same_width">
|
413 |
-
<?php _e( 'Font:',
|
414 |
</label>
|
415 |
<?php sfsi_plus_get_font("sfsi_plus_form_button_font", $option9['sfsi_plus_form_button_font']); ?>
|
416 |
</div>
|
417 |
<div class="sfsi_plus_field">
|
418 |
<label>
|
419 |
-
<?php _e( 'Font style:',
|
420 |
</label>
|
421 |
<?php sfsi_plus_get_fontstyle("sfsi_plus_form_button_fontstyle", $option9['sfsi_plus_form_button_fontstyle']); ?>
|
422 |
</div>
|
@@ -425,7 +425,7 @@
|
|
425 |
<div class="row_tab">
|
426 |
<div class="sfsi_plus_field">
|
427 |
<label class="sfsi_plus_same_width">
|
428 |
-
<?php _e( 'Font color',
|
429 |
</label>
|
430 |
<input type="text" name="sfsi_plus_form_button_fontcolor" data-default-color="#b5b5b5" id="sfsi_plus_form_button_fontcolor" value="<?php echo ($option9['sfsi_plus_form_button_fontcolor']!='')
|
431 |
? $option9['sfsi_plus_form_button_fontcolor'] : '' ;
|
@@ -438,13 +438,13 @@
|
|
438 |
</div>
|
439 |
<div class="sfsi_plus_field">
|
440 |
<label>
|
441 |
-
<?php _e( 'Font size',
|
442 |
</label>
|
443 |
<input type="text" class="small rec-inp" name="sfsi_plus_form_button_fontsize"
|
444 |
value="<?php echo ($option9['sfsi_plus_form_button_fontsize']!='')
|
445 |
? $option9['sfsi_plus_form_button_fontsize'] : '' ;?>"/>
|
446 |
<span class="pix">
|
447 |
-
<?php _e( 'pixels',
|
448 |
</span>
|
449 |
</div>
|
450 |
</div>
|
@@ -452,7 +452,7 @@
|
|
452 |
<div class="row_tab">
|
453 |
<div class="sfsi_plus_field">
|
454 |
<label class="sfsi_plus_same_width">
|
455 |
-
<?php _e( 'Alignment:',
|
456 |
</label>
|
457 |
<?php sfsi_plus_get_alignment("sfsi_plus_form_button_fontalign", $option9['sfsi_plus_form_button_fontalign']); ?>
|
458 |
</div>
|
@@ -461,7 +461,7 @@
|
|
461 |
<div class="row_tab">
|
462 |
<div class="sfsi_plus_field">
|
463 |
<label class="sfsi_plus_same_width"><b>
|
464 |
-
<?php _e( 'Button color:',
|
465 |
</b></label>
|
466 |
<input type="text" name="sfsi_plus_form_button_background" data-default-color="#b5b5b5" id="sfsi_plus_form_button_background" value="<?php echo ($option9['sfsi_plus_form_button_background']!='')
|
467 |
? $option9['sfsi_plus_form_button_background'] : '' ;
|
@@ -485,13 +485,13 @@
|
|
485 |
<img src="<?php echo SFSI_PLUS_PLUGURL ?>images/ajax-loader.gif" class="loader-img" />
|
486 |
<?php $nonce = wp_create_nonce("update_plus_step9"); ?>
|
487 |
<a href="javascript:;" id="sfsi_plus_save9" title="Save" data-nonce="<?php echo $nonce;?>">
|
488 |
-
<?php _e( 'Save',
|
489 |
</a>
|
490 |
</div>
|
491 |
<!-- END SAVE BUTTON SECTION -->
|
492 |
|
493 |
<a class="sfsiColbtn closeSec" href="javascript:;">
|
494 |
-
<?php _e( 'Collapse area',
|
495 |
</a>
|
496 |
<label class="closeSec"></label>
|
497 |
|
@@ -522,45 +522,45 @@ function sfsi_plus_get_font($name, $value)
|
|
522 |
<select name="<?php echo $name; ?>" id="<?php echo $name; ?>" class="select-same">
|
523 |
<option value="Arial, Helvetica, sans-serif"
|
524 |
<?php echo sfsi_plus_isSeletcted("Arial, Helvetica, sans-serif", $value) ?> >
|
525 |
-
|
526 |
</option>
|
527 |
<option value="Arial Black, Gadget, sans-serif"
|
528 |
<?php echo sfsi_plus_isSeletcted("Arial Black, Gadget, sans-serif", $value) ?> >
|
529 |
-
|
530 |
</option>
|
531 |
<option value="Calibri" <?php echo sfsi_plus_isSeletcted("Calibri", $value) ?> >
|
532 |
-
|
533 |
</option>
|
534 |
<option value="Comic Sans MS" <?php echo sfsi_plus_isSeletcted("Comic Sans MS", $value) ?> >
|
535 |
-
|
536 |
</option>
|
537 |
<option value="Courier New" <?php echo sfsi_plus_isSeletcted("Courier New", $value) ?> >
|
538 |
-
|
539 |
</option>
|
540 |
<option value="Georgia" <?php echo sfsi_plus_isSeletcted("Georgia", $value) ?> >
|
541 |
-
|
542 |
</option>
|
543 |
<option value="Helvetica,Arial,sans-serif"
|
544 |
<?php echo sfsi_plus_isSeletcted("Helvetica,Arial,sans-serif", $value) ?> >
|
545 |
-
|
546 |
</option>
|
547 |
<option value="Impact" <?php echo sfsi_plus_isSeletcted("Impact", $value) ?> >
|
548 |
-
|
549 |
</option>
|
550 |
<option value="Lucida Console" <?php echo sfsi_plus_isSeletcted("Lucida Console", $value) ?> >
|
551 |
-
|
552 |
</option>
|
553 |
<option value="Tahoma,Geneva" <?php echo sfsi_plus_isSeletcted("Tahoma,Geneva", $value) ?> >
|
554 |
-
|
555 |
</option>
|
556 |
<option value="Times New Roman" <?php echo sfsi_plus_isSeletcted("Times New Roman", $value) ?> >
|
557 |
-
|
558 |
</option>
|
559 |
<option value="Trebuchet MS" <?php echo sfsi_plus_isSeletcted("Trebuchet MS", $value) ?> >
|
560 |
-
|
561 |
</option>
|
562 |
<option value="Verdana" <?php echo sfsi_plus_isSeletcted("Verdana", $value) ?> >
|
563 |
-
|
564 |
</option>
|
565 |
</select>
|
566 |
<?php
|
@@ -570,19 +570,19 @@ function sfsi_plus_get_fontstyle($name, $value)
|
|
570 |
?>
|
571 |
<select name="<?php echo $name; ?>" id="<?php echo $name; ?>" class="select-same">
|
572 |
<option value="normal" <?php echo sfsi_plus_isSeletcted("normal", $value) ?> >
|
573 |
-
|
574 |
</option>
|
575 |
<option value="inherit" <?php echo sfsi_plus_isSeletcted("inherit", $value) ?> >
|
576 |
-
|
577 |
</option>
|
578 |
<option value="oblique" <?php echo sfsi_plus_isSeletcted("oblique", $value) ?> >
|
579 |
-
|
580 |
</option>
|
581 |
<option value="italic" <?php echo sfsi_plus_isSeletcted("italic", $value) ?> >
|
582 |
-
|
583 |
</option>
|
584 |
<option value="bold" <?php echo sfsi_plus_isSeletcted("bold", $value) ?> >
|
585 |
-
|
586 |
</option>
|
587 |
</select>
|
588 |
<?php
|
@@ -592,13 +592,13 @@ function sfsi_plus_get_alignment($name, $value)
|
|
592 |
?>
|
593 |
<select name="<?php echo $name; ?>" id="<?php echo $name; ?>" class="select-same">
|
594 |
<option value="left" <?php echo sfsi_plus_isSeletcted("left", $value) ?> >
|
595 |
-
<?php _e( 'Left Align',
|
596 |
</option>
|
597 |
<option value="center" <?php echo sfsi_plus_isSeletcted("center", $value) ?> >
|
598 |
-
<?php _e( 'Centered',
|
599 |
</option>
|
600 |
<option value="right" <?php echo sfsi_plus_isSeletcted("right", $value) ?> >
|
601 |
-
<?php _e( 'Right Align',
|
602 |
</option>
|
603 |
</select>
|
604 |
<?php
|
@@ -610,7 +610,7 @@ function get_sfsi_plus_SubscriptionForm($hglht=null)
|
|
610 |
<div class="form-overlay"></div>
|
611 |
<form method="post">
|
612 |
<h5 <?php if($hglht=="h5"){ echo 'class="sfsi_plus_highlight"';}?> >
|
613 |
-
<?php _e( 'Get new posts by email:',
|
614 |
</h5>
|
615 |
<div class="sfsi_plus_subscription_form_field">
|
616 |
<input type="email" name="data[Widget][email]" placeholder="Enter your email" value=""
|
8 |
$connectToFeed = "http://www.specificfeeds.com/?".base64_encode("userprofile=wordpress&feed_id=".$feedId);
|
9 |
?>
|
10 |
<p>
|
11 |
+
<?php _e('In addition to the email- or follow-icon you can also show a subscription form which maximizes chances that people subscribe to your site. To get access to the emails who subscribe, please', SFSI_PLUS_DOMAIN); ?>
|
12 |
<a target="_new" href="<?php echo $connectToFeed; ?>">
|
13 |
+
<?php _e('claim your feed',SFSI_PLUS_DOMAIN); ?>.
|
14 |
</a>
|
15 |
</p>
|
16 |
|
18 |
<!--Section 1-->
|
19 |
<div class="sfsi_plus_tab8_subcontainer">
|
20 |
<h3 class="sfsi_plus_section_title">
|
21 |
+
<?php _e( 'Preview:', SFSI_PLUS_DOMAIN ); ?>
|
22 |
</h3>
|
23 |
<div class="like_pop_box">
|
24 |
<?php get_sfsi_plus_SubscriptionForm(); ?>
|
28 |
<!--Section 2-->
|
29 |
<div class="sfsi_plus_tab8_subcontainer sfsi_plus_seprater">
|
30 |
<h3 class="sfsi_plus_section_title">
|
31 |
+
<?php _e( 'Place it on your site', SFSI_PLUS_DOMAIN ); ?>
|
32 |
</h3>
|
33 |
<label class="sfsi_plus_label_text">
|
34 |
+
<?php _e( 'You can place the form by different methods:', SFSI_PLUS_DOMAIN ); ?>
|
35 |
</label>
|
36 |
|
37 |
<ul class="sfsi_plus_form_info">
|
38 |
<li>
|
39 |
<b>
|
40 |
+
1. <?php _e( 'Widget', 'ultimate-social-media-plus' ); ?>:
|
41 |
</b>
|
42 |
|
43 |
<?php _e( 'Go to the', 'ultimate-social-media-plus' ); ?>
|
46 |
<?php _e( 'widget settings', 'ultimate-social-media-plus' ); ?>
|
47 |
</a>
|
48 |
|
49 |
+
<?php _e( 'and drag & drop it to the sidebar', 'ultimate-social-media-plus' ); ?>.
|
50 |
</li>
|
51 |
<li>
|
52 |
<b>
|
53 |
+
2. <?php _e( 'Shortcode:', SFSI_PLUS_DOMAIN ); ?>
|
54 |
</b>
|
55 |
|
56 |
+
<?php _e( 'Use the shortcode', SFSI_PLUS_DOMAIN ); ?>
|
57 |
|
58 |
<b>[USM_plus_form]</b>
|
59 |
|
60 |
+
<?php _e( 'to place it into your codes', SFSI_PLUS_DOMAIN ); ?>
|
61 |
</li>
|
62 |
<li>
|
63 |
<b>
|
64 |
+
3. <?php _e( 'Copy & paste HTML code:', SFSI_PLUS_DOMAIN ); ?>
|
65 |
</b>
|
66 |
</li>
|
67 |
</ul>
|
75 |
<div class="sfsi_plus_subscribe_Popinner" style="padding: 18px 0px;">
|
76 |
<form method="post" onsubmit="return sfsi_plus_processfurther(this);" target="popupwindow" action="<?php echo $url?>" style="margin: 0px 20px;">
|
77 |
<h5 style="margin: 0 0 10px; padding: 0;">
|
78 |
+
<?php _e( 'Get new posts by email:', SFSI_PLUS_DOMAIN ); ?>
|
79 |
</h5>
|
80 |
<div style="margin: 5px 0; width: 100%;">
|
81 |
<input style="padding: 10px 0px !important; width: 100% !important;" type="email" placeholder="Enter your email" value="" name="data[Widget][email]" />
|
97 |
<!--Section 3-->
|
98 |
<div class="sfsi_plus_tab8_subcontainer sfsi_plus_seprater">
|
99 |
<h3 class="sfsi_plus_section_title">
|
100 |
+
<?php _e( 'Define text & design (optional)', SFSI_PLUS_DOMAIN ); ?>
|
101 |
</h3>
|
102 |
<h5 class="sfsi_plus_section_subtitle">
|
103 |
+
<?php _e( 'Overall size & border', SFSI_PLUS_DOMAIN ); ?>
|
104 |
</h5>
|
105 |
|
106 |
<!--Left Section-->
|
112 |
<div class="sfsi_plus_right_container">
|
113 |
<div class="row_tab">
|
114 |
<label class="sfsi_plus_heding">
|
115 |
+
<?php _e( 'Adjust size to space on website?', SFSI_PLUS_DOMAIN ); ?>
|
116 |
</label>
|
117 |
<ul class="border_shadow">
|
118 |
<li>
|
119 |
<input type="radio" class="styled" value="yes" name="sfsi_plus_form_adjustment"
|
120 |
<?php echo sfsi_plus_isChecked($option9['sfsi_plus_form_adjustment'], 'yes'); ?> >
|
121 |
<label>
|
122 |
+
<?php _e( 'Yes', SFSI_PLUS_DOMAIN ); ?>
|
123 |
</label>
|
124 |
</li>
|
125 |
<li>
|
126 |
<input type="radio" class="styled" value="no" name="sfsi_plus_form_adjustment"
|
127 |
<?php echo sfsi_plus_isChecked($option9['sfsi_plus_form_adjustment'], 'no'); ?> >
|
128 |
<label>
|
129 |
+
<?php _e( 'No', SFSI_PLUS_DOMAIN ); ?>
|
130 |
</label>
|
131 |
</li>
|
132 |
</ul>
|
135 |
<div class="row_tab" style="<?php echo ($option9['sfsi_plus_form_adjustment'] == 'yes')? "display:none": ''; ?>">
|
136 |
<div class="sfsi_plus_field">
|
137 |
<label>
|
138 |
+
<?php _e( 'Height', SFSI_PLUS_DOMAIN ); ?>
|
139 |
</label>
|
140 |
<input name="sfsi_plus_form_height" type="text"
|
141 |
value="<?php echo ($option9['sfsi_plus_form_height']!='') ? $option9['sfsi_plus_form_height'] : '' ;?>"
|
142 |
class="small rec-inp" />
|
143 |
<span class="pix">
|
144 |
+
<?php _e( 'pixels', SFSI_PLUS_DOMAIN ); ?>
|
145 |
</span>
|
146 |
</div>
|
147 |
<div class="sfsi_plus_field">
|
148 |
<label>
|
149 |
+
<?php _e( 'Width', SFSI_PLUS_DOMAIN ); ?>
|
150 |
</label>
|
151 |
<input name="sfsi_plus_form_width" type="text"
|
152 |
value="<?php echo ($option9['sfsi_plus_form_width']!='') ? $option9['sfsi_plus_form_width'] : '' ;?>" class="small rec-inp" />
|
153 |
<span class="pix">
|
154 |
+
<?php _e( 'pixels', SFSI_PLUS_DOMAIN ); ?>
|
155 |
</span>
|
156 |
</div>
|
157 |
</div>
|
158 |
<!--Row Section-->
|
159 |
<div class="row_tab">
|
160 |
<label class="sfsi_plus_heding">
|
161 |
+
<?php _e( 'Border?', SFSI_PLUS_DOMAIN ); ?>
|
162 |
</label>
|
163 |
<ul class="border_shadow">
|
164 |
<li>
|
165 |
<input type="radio" class="styled" value="yes" name="sfsi_plus_form_border"
|
166 |
<?php echo sfsi_plus_isChecked($option9['sfsi_plus_form_border'], 'yes'); ?> >
|
167 |
<label>
|
168 |
+
<?php _e( 'Yes', SFSI_PLUS_DOMAIN ); ?>
|
169 |
</label>
|
170 |
</li>
|
171 |
<li>
|
172 |
<input type="radio" class="styled" value="no" name="sfsi_plus_form_border"
|
173 |
<?php echo sfsi_plus_isChecked($option9['sfsi_plus_form_border'], 'no'); ?> >
|
174 |
<label>
|
175 |
+
<?php _e( 'No', SFSI_PLUS_DOMAIN ); ?>
|
176 |
</label>
|
177 |
</li>
|
178 |
</ul>
|
181 |
<div class="row_tab" style="<?php echo ($option9['sfsi_plus_form_border'] == 'no')? "display:none": ''; ?>">
|
182 |
<div class="sfsi_plus_field">
|
183 |
<label>
|
184 |
+
<?php _e( 'Thickness', SFSI_PLUS_DOMAIN ); ?>
|
185 |
</label>
|
186 |
<input name="sfsi_plus_form_border_thickness" type="text" value="<?php echo ($option9['sfsi_plus_form_border_thickness']!='')
|
187 |
? $option9['sfsi_plus_form_border_thickness'] : '' ;
|
188 |
?>" class="small rec-inp" />
|
189 |
<span class="pix">
|
190 |
+
<?php _e( 'pixels', SFSI_PLUS_DOMAIN ); ?>
|
191 |
</span>
|
192 |
</div>
|
193 |
<div class="sfsi_plus_field">
|
194 |
<label>
|
195 |
+
<?php _e( 'Color', SFSI_PLUS_DOMAIN ); ?>
|
196 |
</label>
|
197 |
<input id="sfsi_plus_form_border_color" data-default-color="#b5b5b5" type="text" name="sfsi_plus_form_border_color"
|
198 |
value="<?php echo ($option9['sfsi_plus_form_border_color']!='')
|
207 |
<!--Row Section-->
|
208 |
<div class="row_tab">
|
209 |
<label class="sfsi_plus_heding autowidth">
|
210 |
+
<?php _e( 'Background color:', SFSI_PLUS_DOMAIN ); ?>
|
211 |
</label>
|
212 |
<div class="sfsi_plus_field">
|
213 |
<input id="sfsi_plus_form_background" data-default-color="#b5b5b5" type="text" name="sfsi_plus_form_background"
|
228 |
<!--Section 4-->
|
229 |
<div class="sfsi_plus_tab8_subcontainer sfsi_plus_seprater">
|
230 |
<h5 class="sfsi_plus_section_subtitle">
|
231 |
+
<?php _e( 'Text above entry field', SFSI_PLUS_DOMAIN ); ?>
|
232 |
</h5>
|
233 |
|
234 |
<!--Left Section-->
|
240 |
<div class="sfsi_plus_right_container">
|
241 |
<div class="row_tab">
|
242 |
<label class="sfsi_plus_heding fixwidth sfsi_plus_same_width">
|
243 |
+
<?php _e( 'Text:', SFSI_PLUS_DOMAIN ); ?>
|
244 |
</label>
|
245 |
<div class="sfsi_plus_field">
|
246 |
<input type="text" class="small new-inp" name="sfsi_plus_form_heading_text"
|
253 |
<div class="row_tab">
|
254 |
<div class="sfsi_plus_field">
|
255 |
<label class="sfsi_plus_same_width">
|
256 |
+
<?php _e( 'Font:', SFSI_PLUS_DOMAIN ); ?>
|
257 |
</label>
|
258 |
<?php sfsi_plus_get_font("sfsi_plus_form_heading_font", $option9['sfsi_plus_form_heading_font']); ?>
|
259 |
</div>
|
260 |
<div class="sfsi_plus_field">
|
261 |
<label>
|
262 |
+
<?php _e( ' Font style:', SFSI_PLUS_DOMAIN ); ?>
|
263 |
</label>
|
264 |
<?php sfsi_plus_get_fontstyle("sfsi_plus_form_heading_fontstyle", $option9['sfsi_plus_form_heading_fontstyle']); ?>
|
265 |
</div>
|
268 |
<div class="row_tab">
|
269 |
<div class="sfsi_plus_field">
|
270 |
<label class="sfsi_plus_same_width">
|
271 |
+
<?php _e( 'Font color', SFSI_PLUS_DOMAIN ); ?>
|
272 |
</label>
|
273 |
<input type="text" name="sfsi_plus_form_heading_fontcolor" data-default-color="#b5b5b5" id="sfsi_plus_form_heading_fontcolor" value="<?php echo ($option9['sfsi_plus_form_heading_fontcolor']!='')
|
274 |
? $option9['sfsi_plus_form_heading_fontcolor'] : '' ;
|
281 |
</div>
|
282 |
<div class="sfsi_plus_field">
|
283 |
<label>
|
284 |
+
<?php _e( 'Font size', SFSI_PLUS_DOMAIN ); ?>
|
285 |
</label>
|
286 |
<input type="text" class="small rec-inp" name="sfsi_plus_form_heading_fontsize"
|
287 |
value="<?php echo ($option9['sfsi_plus_form_heading_fontsize']!='')
|
288 |
? $option9['sfsi_plus_form_heading_fontsize'] : '' ;?>"/>
|
289 |
<span class="pix">
|
290 |
+
<?php _e( 'pixels', SFSI_PLUS_DOMAIN ); ?>
|
291 |
</span>
|
292 |
</div>
|
293 |
</div>
|
295 |
<div class="row_tab">
|
296 |
<div class="sfsi_plus_field">
|
297 |
<label class="sfsi_plus_same_width">
|
298 |
+
<?php _e( 'Alignment:', SFSI_PLUS_DOMAIN ); ?>
|
299 |
</label>
|
300 |
<?php sfsi_plus_get_alignment("sfsi_plus_form_heading_fontalign", $option9['sfsi_plus_form_heading_fontalign']); ?>
|
301 |
</div>
|
308 |
<!--Section 5-->
|
309 |
<div class="sfsi_plus_tab8_subcontainer sfsi_plus_seprater">
|
310 |
<h5 class="sfsi_plus_section_subtitle">
|
311 |
+
<?php _e( 'Entry field', SFSI_PLUS_DOMAIN ); ?>
|
312 |
</h5>
|
313 |
|
314 |
<!--Left Section-->
|
320 |
<div class="sfsi_plus_right_container">
|
321 |
<div class="row_tab">
|
322 |
<label class="sfsi_plus_heding fixwidth sfsi_plus_same_width">
|
323 |
+
<?php _e( 'Text:', SFSI_PLUS_DOMAIN ); ?>
|
324 |
</label>
|
325 |
<div class="sfsi_plus_field">
|
326 |
<input type="text" class="small new-inp" name="sfsi_plus_form_field_text"
|
333 |
<div class="row_tab">
|
334 |
<div class="sfsi_plus_field">
|
335 |
<label class="sfsi_plus_same_width">
|
336 |
+
<?php _e( 'Font:', SFSI_PLUS_DOMAIN ); ?>
|
337 |
</label>
|
338 |
<?php sfsi_plus_get_font("sfsi_plus_form_field_font", $option9['sfsi_plus_form_field_font']); ?>
|
339 |
</div>
|
340 |
<div class="sfsi_plus_field">
|
341 |
<label>
|
342 |
+
<?php _e( 'Font style:', SFSI_PLUS_DOMAIN ); ?>
|
343 |
</label>
|
344 |
<?php sfsi_plus_get_fontstyle("sfsi_plus_form_field_fontstyle", $option9['sfsi_plus_form_field_fontstyle']); ?>
|
345 |
</div>
|
360 |
</div>-->
|
361 |
<div class="sfsi_plus_field">
|
362 |
<label class="sfsi_plus_same_width">
|
363 |
+
<?php _e( 'Alignment:', SFSI_PLUS_DOMAIN ); ?>
|
364 |
</label>
|
365 |
<?php sfsi_plus_get_alignment("sfsi_plus_form_field_fontalign", $option9['sfsi_plus_form_field_fontalign']); ?>
|
366 |
</div>
|
367 |
|
368 |
<div class="sfsi_plus_field">
|
369 |
<label>
|
370 |
+
<?php _e( 'Font size', SFSI_PLUS_DOMAIN ); ?>
|
371 |
</label>
|
372 |
<input type="text" class="small rec-inp" name="sfsi_plus_form_field_fontsize"
|
373 |
value="<?php echo ($option9['sfsi_plus_form_field_fontsize']!='')
|
374 |
? $option9['sfsi_plus_form_field_fontsize'] : '' ;?>"/>
|
375 |
<span class="pix">
|
376 |
+
<?php _e( 'pixels', SFSI_PLUS_DOMAIN ); ?>
|
377 |
</span>
|
378 |
</div>
|
379 |
</div>
|
385 |
<!--Section 6-->
|
386 |
<div class="sfsi_plus_tab8_subcontainer">
|
387 |
<h5 class="sfsi_plus_section_subtitle">
|
388 |
+
<?php _e( 'Subscribe button', SFSI_PLUS_DOMAIN ); ?>
|
389 |
</h5>
|
390 |
|
391 |
<!--Left Section-->
|
397 |
<div class="sfsi_plus_right_container">
|
398 |
<div class="row_tab">
|
399 |
<label class="sfsi_plus_heding fixwidth sfsi_plus_same_width">
|
400 |
+
<?php _e( 'Text:', SFSI_PLUS_DOMAIN ); ?>
|
401 |
</label>
|
402 |
<div class="sfsi_plus_field">
|
403 |
<input type="text" class="small new-inp" name="sfsi_plus_form_button_text"
|
410 |
<div class="row_tab">
|
411 |
<div class="sfsi_plus_field">
|
412 |
<label class="sfsi_plus_same_width">
|
413 |
+
<?php _e( 'Font:', SFSI_PLUS_DOMAIN ); ?>
|
414 |
</label>
|
415 |
<?php sfsi_plus_get_font("sfsi_plus_form_button_font", $option9['sfsi_plus_form_button_font']); ?>
|
416 |
</div>
|
417 |
<div class="sfsi_plus_field">
|
418 |
<label>
|
419 |
+
<?php _e( 'Font style:', SFSI_PLUS_DOMAIN ); ?>
|
420 |
</label>
|
421 |
<?php sfsi_plus_get_fontstyle("sfsi_plus_form_button_fontstyle", $option9['sfsi_plus_form_button_fontstyle']); ?>
|
422 |
</div>
|
425 |
<div class="row_tab">
|
426 |
<div class="sfsi_plus_field">
|
427 |
<label class="sfsi_plus_same_width">
|
428 |
+
<?php _e( 'Font color', SFSI_PLUS_DOMAIN ); ?>
|
429 |
</label>
|
430 |
<input type="text" name="sfsi_plus_form_button_fontcolor" data-default-color="#b5b5b5" id="sfsi_plus_form_button_fontcolor" value="<?php echo ($option9['sfsi_plus_form_button_fontcolor']!='')
|
431 |
? $option9['sfsi_plus_form_button_fontcolor'] : '' ;
|
438 |
</div>
|
439 |
<div class="sfsi_plus_field">
|
440 |
<label>
|
441 |
+
<?php _e( 'Font size', SFSI_PLUS_DOMAIN ); ?>
|
442 |
</label>
|
443 |
<input type="text" class="small rec-inp" name="sfsi_plus_form_button_fontsize"
|
444 |
value="<?php echo ($option9['sfsi_plus_form_button_fontsize']!='')
|
445 |
? $option9['sfsi_plus_form_button_fontsize'] : '' ;?>"/>
|
446 |
<span class="pix">
|
447 |
+
<?php _e( 'pixels', SFSI_PLUS_DOMAIN ); ?>
|
448 |
</span>
|
449 |
</div>
|
450 |
</div>
|
452 |
<div class="row_tab">
|
453 |
<div class="sfsi_plus_field">
|
454 |
<label class="sfsi_plus_same_width">
|
455 |
+
<?php _e( 'Alignment:', SFSI_PLUS_DOMAIN ); ?>
|
456 |
</label>
|
457 |
<?php sfsi_plus_get_alignment("sfsi_plus_form_button_fontalign", $option9['sfsi_plus_form_button_fontalign']); ?>
|
458 |
</div>
|
461 |
<div class="row_tab">
|
462 |
<div class="sfsi_plus_field">
|
463 |
<label class="sfsi_plus_same_width"><b>
|
464 |
+
<?php _e( 'Button color:', SFSI_PLUS_DOMAIN ); ?>
|
465 |
</b></label>
|
466 |
<input type="text" name="sfsi_plus_form_button_background" data-default-color="#b5b5b5" id="sfsi_plus_form_button_background" value="<?php echo ($option9['sfsi_plus_form_button_background']!='')
|
467 |
? $option9['sfsi_plus_form_button_background'] : '' ;
|
485 |
<img src="<?php echo SFSI_PLUS_PLUGURL ?>images/ajax-loader.gif" class="loader-img" />
|
486 |
<?php $nonce = wp_create_nonce("update_plus_step9"); ?>
|
487 |
<a href="javascript:;" id="sfsi_plus_save9" title="Save" data-nonce="<?php echo $nonce;?>">
|
488 |
+
<?php _e( 'Save', SFSI_PLUS_DOMAIN ); ?>
|
489 |
</a>
|
490 |
</div>
|
491 |
<!-- END SAVE BUTTON SECTION -->
|
492 |
|
493 |
<a class="sfsiColbtn closeSec" href="javascript:;">
|
494 |
+
<?php _e( 'Collapse area', SFSI_PLUS_DOMAIN ); ?>
|
495 |
</a>
|
496 |
<label class="closeSec"></label>
|
497 |
|
522 |
<select name="<?php echo $name; ?>" id="<?php echo $name; ?>" class="select-same">
|
523 |
<option value="Arial, Helvetica, sans-serif"
|
524 |
<?php echo sfsi_plus_isSeletcted("Arial, Helvetica, sans-serif", $value) ?> >
|
525 |
+
Arial
|
526 |
</option>
|
527 |
<option value="Arial Black, Gadget, sans-serif"
|
528 |
<?php echo sfsi_plus_isSeletcted("Arial Black, Gadget, sans-serif", $value) ?> >
|
529 |
+
Arial Black
|
530 |
</option>
|
531 |
<option value="Calibri" <?php echo sfsi_plus_isSeletcted("Calibri", $value) ?> >
|
532 |
+
Calibri
|
533 |
</option>
|
534 |
<option value="Comic Sans MS" <?php echo sfsi_plus_isSeletcted("Comic Sans MS", $value) ?> >
|
535 |
+
Comic Sans MS
|
536 |
</option>
|
537 |
<option value="Courier New" <?php echo sfsi_plus_isSeletcted("Courier New", $value) ?> >
|
538 |
+
Courier New
|
539 |
</option>
|
540 |
<option value="Georgia" <?php echo sfsi_plus_isSeletcted("Georgia", $value) ?> >
|
541 |
+
Georgia
|
542 |
</option>
|
543 |
<option value="Helvetica,Arial,sans-serif"
|
544 |
<?php echo sfsi_plus_isSeletcted("Helvetica,Arial,sans-serif", $value) ?> >
|
545 |
+
Helvetica
|
546 |
</option>
|
547 |
<option value="Impact" <?php echo sfsi_plus_isSeletcted("Impact", $value) ?> >
|
548 |
+
Impact
|
549 |
</option>
|
550 |
<option value="Lucida Console" <?php echo sfsi_plus_isSeletcted("Lucida Console", $value) ?> >
|
551 |
+
Lucida Console
|
552 |
</option>
|
553 |
<option value="Tahoma,Geneva" <?php echo sfsi_plus_isSeletcted("Tahoma,Geneva", $value) ?> >
|
554 |
+
Tahoma
|
555 |
</option>
|
556 |
<option value="Times New Roman" <?php echo sfsi_plus_isSeletcted("Times New Roman", $value) ?> >
|
557 |
+
Times New Roman
|
558 |
</option>
|
559 |
<option value="Trebuchet MS" <?php echo sfsi_plus_isSeletcted("Trebuchet MS", $value) ?> >
|
560 |
+
Trebuchet MS
|
561 |
</option>
|
562 |
<option value="Verdana" <?php echo sfsi_plus_isSeletcted("Verdana", $value) ?> >
|
563 |
+
Verdana
|
564 |
</option>
|
565 |
</select>
|
566 |
<?php
|
570 |
?>
|
571 |
<select name="<?php echo $name; ?>" id="<?php echo $name; ?>" class="select-same">
|
572 |
<option value="normal" <?php echo sfsi_plus_isSeletcted("normal", $value) ?> >
|
573 |
+
Normal
|
574 |
</option>
|
575 |
<option value="inherit" <?php echo sfsi_plus_isSeletcted("inherit", $value) ?> >
|
576 |
+
Inherit
|
577 |
</option>
|
578 |
<option value="oblique" <?php echo sfsi_plus_isSeletcted("oblique", $value) ?> >
|
579 |
+
Oblique
|
580 |
</option>
|
581 |
<option value="italic" <?php echo sfsi_plus_isSeletcted("italic", $value) ?> >
|
582 |
+
Italic
|
583 |
</option>
|
584 |
<option value="bold" <?php echo sfsi_plus_isSeletcted("bold", $value) ?> >
|
585 |
+
Bold
|
586 |
</option>
|
587 |
</select>
|
588 |
<?php
|
592 |
?>
|
593 |
<select name="<?php echo $name; ?>" id="<?php echo $name; ?>" class="select-same">
|
594 |
<option value="left" <?php echo sfsi_plus_isSeletcted("left", $value) ?> >
|
595 |
+
<?php _e( 'Left Align', SFSI_PLUS_DOMAIN ); ?>
|
596 |
</option>
|
597 |
<option value="center" <?php echo sfsi_plus_isSeletcted("center", $value) ?> >
|
598 |
+
<?php _e( 'Centered', SFSI_PLUS_DOMAIN ); ?>
|
599 |
</option>
|
600 |
<option value="right" <?php echo sfsi_plus_isSeletcted("right", $value) ?> >
|
601 |
+
<?php _e( 'Right Align', SFSI_PLUS_DOMAIN ); ?>
|
602 |
</option>
|
603 |
</select>
|
604 |
<?php
|
610 |
<div class="form-overlay"></div>
|
611 |
<form method="post">
|
612 |
<h5 <?php if($hglht=="h5"){ echo 'class="sfsi_plus_highlight"';}?> >
|
613 |
+
<?php _e( 'Get new posts by email:', SFSI_PLUS_DOMAIN ); ?>
|
614 |
</h5>
|
615 |
<div class="sfsi_plus_subscription_form_field">
|
616 |
<input type="email" name="data[Widget][email]" placeholder="Enter your email" value=""
|
views/sfsi_options_view.php
CHANGED
@@ -7,10 +7,7 @@
|
|
7 |
<!-- javascript error loader -->
|
8 |
<div class="error" id="sfsi_onload_errors" style="margin-left: 60px;display: none;">
|
9 |
<p>
|
10 |
-
<?php _e(
|
11 |
-
'We found errors in your javascript which may cause the plugin to not work properly. Please fix the error:',
|
12 |
-
'ultimate-social-media-plus'
|
13 |
-
); ?>
|
14 |
</p><p id="sfsi_jerrors"></p>
|
15 |
</div>
|
16 |
<!-- END javascript error loader -->
|
@@ -52,15 +49,9 @@
|
|
52 |
</style>
|
53 |
<div class="sfsi_plus_show_notification" style="background-color: #38B54A; color: #fff; font-size: 18px;">
|
54 |
|
55 |
-
<?php _e(
|
56 |
-
'New: You can now also show a subscription form on your site, increasing sign-ups! (Question 8)',
|
57 |
-
'ultimate-social-media-plus'
|
58 |
-
); ?>
|
59 |
<p>
|
60 |
-
<?php _e(
|
61 |
-
'(If question 8 gets displayed in a funny way then please reload the page by pressing Control+F5(PC) or Command+R(Mac))',
|
62 |
-
'ultimate-social-media-plus'
|
63 |
-
); ?>
|
64 |
</p>
|
65 |
</div>
|
66 |
<?php } ?>
|
@@ -70,24 +61,16 @@
|
|
70 |
<!-- Top content area of plugin -->
|
71 |
<div class="main_contant">
|
72 |
<h1>
|
73 |
-
<?php _e( 'Welcome to the Ultimate Social Media Icons PLUS plugin!',
|
74 |
</h1>
|
75 |
<p>
|
76 |
-
<?php _e( 'This plugin is 100% FREE and will fulfill all your subscription/sharing/liking needs!',
|
77 |
</p>
|
78 |
<p>
|
79 |
-
<?php _e(
|
80 |
</p>
|
81 |
<p>
|
82 |
-
<?php _e( 'If you have questions, or ',
|
83 |
-
<b>
|
84 |
-
<?php _e( "something doesn't work as it should,", 'ultimate-social-media-plus' ); ?>
|
85 |
-
</b>
|
86 |
-
<?php _e( 'please', 'ultimate-social-media-plus' ); ?>
|
87 |
-
<a href="mailto:support@ultimatelysocial.com" title="support@ultimatelysocial.com" alt="support@ultimatelysocial.com" class="lit_txt">
|
88 |
-
<?php _e( 'get in touch with us', 'ultimate-social-media-plus' ); ?>
|
89 |
-
</a>,
|
90 |
-
<?php _e( 'we‘re happy to sort it out!', 'ultimate-social-media-plus' ); ?>
|
91 |
</p>
|
92 |
</div>
|
93 |
<!-- END Top content area of plugin -->
|
@@ -95,7 +78,7 @@
|
|
95 |
<!-- step 1 end here -->
|
96 |
<div id="accordion">
|
97 |
<h3><span>1</span>
|
98 |
-
<?php _e( 'Which icons do you want to show on your site?
|
99 |
</h3>
|
100 |
<!-- step 1 end here -->
|
101 |
<?php include(SFSI_PLUS_DOCROOT.'/views/sfsi_option_view1.php'); ?>
|
@@ -103,39 +86,39 @@
|
|
103 |
|
104 |
<!-- step 2 start here -->
|
105 |
<h3><span>2</span>
|
106 |
-
<?php _e( 'What do you want the icons to do?
|
107 |
</h3>
|
108 |
<?php include(SFSI_PLUS_DOCROOT.'/views/sfsi_option_view2.php'); ?>
|
109 |
<!-- step 2 END here -->
|
110 |
|
111 |
<!-- step new 3 start here -->
|
112 |
<h3><span>3</span>
|
113 |
-
<?php _e( 'Where shall they be displayed?
|
114 |
</h3>
|
115 |
<?php include(SFSI_PLUS_DOCROOT.'/views/sfsi_option_view8.php'); ?>
|
116 |
<!-- step new3 end here -->
|
117 |
</div>
|
118 |
<h2 class="optional">
|
119 |
-
<?php _e( 'Optional',
|
120 |
</h2>
|
121 |
<div id="accordion1">
|
122 |
<!-- step old 3 start here -->
|
123 |
<h3><span>4</span>
|
124 |
-
<?php _e( 'What design & animation do you want to give your icons?',
|
125 |
</h3>
|
126 |
<?php include(SFSI_PLUS_DOCROOT.'/views/sfsi_option_view3.php'); ?>
|
127 |
<!-- step old 3 END here -->
|
128 |
|
129 |
<!-- step old 4 Start here -->
|
130 |
<h3><span>5</span>
|
131 |
-
<?php _e( 'Do you want to display "counts" next to your main icons?',
|
132 |
</h3>
|
133 |
<?php include(SFSI_PLUS_DOCROOT.'/views/sfsi_option_view4.php'); ?>
|
134 |
<!-- step old 4 END here -->
|
135 |
|
136 |
<!-- step old 5 Start here -->
|
137 |
<h3><span>6</span>
|
138 |
-
<?php _e( 'Any other wishes for your main icons?',
|
139 |
</h3>
|
140 |
<?php include(SFSI_PLUS_DOCROOT.'/views/sfsi_option_view5.php'); ?>
|
141 |
<!-- step old 5 END here -->
|
@@ -147,14 +130,14 @@
|
|
147 |
|
148 |
<!-- step old 7 Start here -->
|
149 |
<h3><span>7</span>
|
150 |
-
<?php _e( 'Do you want to display a pop-up, asking people to subscribe?',
|
151 |
</h3>
|
152 |
<?php include(SFSI_PLUS_DOCROOT.'/views/sfsi_option_view7.php'); ?>
|
153 |
<!-- step old 7 END here -->
|
154 |
|
155 |
<!-- step old 8 Start here -->
|
156 |
<h3><span>8</span>
|
157 |
-
<?php _e( 'Do you want to show a subscription form (increases sign ups)?',
|
158 |
</h3>
|
159 |
<?php include(SFSI_PLUS_DOCROOT.'/views/sfsi_option_view9.php'); ?>
|
160 |
<!-- step old 8 END here -->
|
@@ -164,26 +147,22 @@
|
|
164 |
<div class="save_button">
|
165 |
<img src="<?php echo SFSI_PLUS_PLUGURL; ?>images/ajax-loader.gif" class="loader-img" />
|
166 |
<a href="javascript:;" id="save_plus_all_settings" title="Save All Settings">
|
167 |
-
<?php _e( '
|
168 |
</a>
|
169 |
</div>
|
170 |
<p class="red_txt errorMsg" style="display:none"> </p>
|
171 |
<p class="green_txt sucMsg" style="display:none"> </p>
|
172 |
<p style="margin-top: 30px;">
|
173 |
-
<?php _e( 'This plugin is 100% free. Please do us a BIG favor and give us a 5 star rating',
|
174 |
<a href="https://wordpress.org/support/view/plugin-reviews/ultimate-social-media-plus" target="_new">
|
175 |
-
<?php _e( 'here',
|
176 |
-
</a
|
177 |
-
|
178 |
-
<a href="mailto:support@ultimatelysocial.com">
|
179 |
-
<?php _e( 'get in touch with us', 'ultimate-social-media-plus' ); ?>
|
180 |
-
</a>
|
181 |
-
<?php _e( ', so that we can sort it out.Thank you!', 'ultimate-social-media-plus' ); ?>
|
182 |
</p>
|
183 |
<p class="bldtxtmsg">
|
184 |
-
<?php _e( 'Need top-notch Wordpress development work at a competitive price? Visit us at
|
185 |
<a href="http://www.ultimatelysocial.com">
|
186 |
-
|
187 |
</a>
|
188 |
</p>
|
189 |
</div>
|
7 |
<!-- javascript error loader -->
|
8 |
<div class="error" id="sfsi_onload_errors" style="margin-left: 60px;display: none;">
|
9 |
<p>
|
10 |
+
<?php _e('We found errors in your javascript which may cause the plugin to not work properly. Please fix the error:',SFSI_PLUS_DOMAIN ); ?>
|
|
|
|
|
|
|
11 |
</p><p id="sfsi_jerrors"></p>
|
12 |
</div>
|
13 |
<!-- END javascript error loader -->
|
49 |
</style>
|
50 |
<div class="sfsi_plus_show_notification" style="background-color: #38B54A; color: #fff; font-size: 18px;">
|
51 |
|
52 |
+
<?php _e( 'New: You can now also show a subscription form on your site, increasing sign-ups! (Question 8)', SFSI_PLUS_DOMAIN); ?>
|
|
|
|
|
|
|
53 |
<p>
|
54 |
+
(<?php _e('If question 8 gets displayed in a funny way then please reload the page by pressing Control+F5(PC) or Command+R(Mac)',SFSI_PLUS_DOMAIN); ?>)
|
|
|
|
|
|
|
55 |
</p>
|
56 |
</div>
|
57 |
<?php } ?>
|
61 |
<!-- Top content area of plugin -->
|
62 |
<div class="main_contant">
|
63 |
<h1>
|
64 |
+
<?php _e( 'Welcome to the Ultimate Social Media Icons PLUS plugin!', SFSI_PLUS_DOMAIN ); ?>
|
65 |
</h1>
|
66 |
<p>
|
67 |
+
<?php _e( 'This plugin is 100% FREE and will fulfill all your subscription/sharing/liking needs!', SFSI_PLUS_DOMAIN ); ?>
|
68 |
</p>
|
69 |
<p>
|
70 |
+
<?php _e( 'Simply answer the questions below (at least the first 3) by clicking on them - that`s it!', SFSI_PLUS_DOMAIN ); ?>
|
71 |
</p>
|
72 |
<p>
|
73 |
+
<?php _e( 'If you have questions, or <b>something doesn`t work as it should</b>, please <a href="mailto:support@ultimatelysocial.com" title="support@ultimatelysocial.com" alt="support@ultimatelysocial.com" class="lit_txt">get in touch with us</a>, we‘re happy to sort it out!', SFSI_PLUS_DOMAIN ); ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
74 |
</p>
|
75 |
</div>
|
76 |
<!-- END Top content area of plugin -->
|
78 |
<!-- step 1 end here -->
|
79 |
<div id="accordion">
|
80 |
<h3><span>1</span>
|
81 |
+
<?php _e( 'Which icons do you want to show on your site?', SFSI_PLUS_DOMAIN ); ?>
|
82 |
</h3>
|
83 |
<!-- step 1 end here -->
|
84 |
<?php include(SFSI_PLUS_DOCROOT.'/views/sfsi_option_view1.php'); ?>
|
86 |
|
87 |
<!-- step 2 start here -->
|
88 |
<h3><span>2</span>
|
89 |
+
<?php _e( 'What do you want the icons to do?', SFSI_PLUS_DOMAIN ); ?>
|
90 |
</h3>
|
91 |
<?php include(SFSI_PLUS_DOCROOT.'/views/sfsi_option_view2.php'); ?>
|
92 |
<!-- step 2 END here -->
|
93 |
|
94 |
<!-- step new 3 start here -->
|
95 |
<h3><span>3</span>
|
96 |
+
<?php _e( 'Where shall they be displayed?', SFSI_PLUS_DOMAIN ); ?>
|
97 |
</h3>
|
98 |
<?php include(SFSI_PLUS_DOCROOT.'/views/sfsi_option_view8.php'); ?>
|
99 |
<!-- step new3 end here -->
|
100 |
</div>
|
101 |
<h2 class="optional">
|
102 |
+
<?php _e( 'Optional', SFSI_PLUS_DOMAIN ); ?>
|
103 |
</h2>
|
104 |
<div id="accordion1">
|
105 |
<!-- step old 3 start here -->
|
106 |
<h3><span>4</span>
|
107 |
+
<?php _e( 'What design & animation do you want to give your icons?', SFSI_PLUS_DOMAIN ); ?>
|
108 |
</h3>
|
109 |
<?php include(SFSI_PLUS_DOCROOT.'/views/sfsi_option_view3.php'); ?>
|
110 |
<!-- step old 3 END here -->
|
111 |
|
112 |
<!-- step old 4 Start here -->
|
113 |
<h3><span>5</span>
|
114 |
+
<?php _e( 'Do you want to display "counts" next to your main icons?', SFSI_PLUS_DOMAIN ); ?>
|
115 |
</h3>
|
116 |
<?php include(SFSI_PLUS_DOCROOT.'/views/sfsi_option_view4.php'); ?>
|
117 |
<!-- step old 4 END here -->
|
118 |
|
119 |
<!-- step old 5 Start here -->
|
120 |
<h3><span>6</span>
|
121 |
+
<?php _e( 'Any other wishes for your main icons?', SFSI_PLUS_DOMAIN ); ?>
|
122 |
</h3>
|
123 |
<?php include(SFSI_PLUS_DOCROOT.'/views/sfsi_option_view5.php'); ?>
|
124 |
<!-- step old 5 END here -->
|
130 |
|
131 |
<!-- step old 7 Start here -->
|
132 |
<h3><span>7</span>
|
133 |
+
<?php _e( 'Do you want to display a pop-up, asking people to subscribe?', SFSI_PLUS_DOMAIN ); ?>
|
134 |
</h3>
|
135 |
<?php include(SFSI_PLUS_DOCROOT.'/views/sfsi_option_view7.php'); ?>
|
136 |
<!-- step old 7 END here -->
|
137 |
|
138 |
<!-- step old 8 Start here -->
|
139 |
<h3><span>8</span>
|
140 |
+
<?php _e( 'Do you want to show a subscription form (<b>increases sign ups</b>)?', SFSI_PLUS_DOMAIN ); ?>
|
141 |
</h3>
|
142 |
<?php include(SFSI_PLUS_DOCROOT.'/views/sfsi_option_view9.php'); ?>
|
143 |
<!-- step old 8 END here -->
|
147 |
<div class="save_button">
|
148 |
<img src="<?php echo SFSI_PLUS_PLUGURL; ?>images/ajax-loader.gif" class="loader-img" />
|
149 |
<a href="javascript:;" id="save_plus_all_settings" title="Save All Settings">
|
150 |
+
<?php _e( 'Save All Settings', SFSI_PLUS_DOMAIN ); ?>
|
151 |
</a>
|
152 |
</div>
|
153 |
<p class="red_txt errorMsg" style="display:none"> </p>
|
154 |
<p class="green_txt sucMsg" style="display:none"> </p>
|
155 |
<p style="margin-top: 30px;">
|
156 |
+
<?php _e( 'This plugin is 100% free. Please do us a BIG favor and give us a 5 star rating', SFSI_PLUS_DOMAIN ); ?>
|
157 |
<a href="https://wordpress.org/support/view/plugin-reviews/ultimate-social-media-plus" target="_new">
|
158 |
+
<?php _e( 'here', SFSI_PLUS_DOMAIN ); ?>
|
159 |
+
</a>.
|
160 |
+
<?php _e( 'If you`re not happy, please <a href="mailto:support@ultimatelysocial.com">get in touch with us</a>, so that we can sort it out.Thank you!', SFSI_PLUS_DOMAIN ); ?>
|
|
|
|
|
|
|
|
|
161 |
</p>
|
162 |
<p class="bldtxtmsg">
|
163 |
+
<?php _e( 'Need top-notch Wordpress development work at a competitive price? Visit us at', SFSI_PLUS_DOMAIN ); ?>
|
164 |
<a href="http://www.ultimatelysocial.com">
|
165 |
+
ultimatelysocial.com
|
166 |
</a>
|
167 |
</p>
|
168 |
</div>
|
views/sfsi_pop_content.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
|
3 |
-
$rss_readmore_text='Note: Also if you already offer a newsletter it makes sense to offer this option too, because it will get you more readers, as expained here.';
|
4 |
-
$ress_readmore_button='Ok, keep it active for the time being,I want to see how it works';
|
5 |
-
$rss_readmore_text2='Deactivate it';
|
6 |
|
7 |
define('rss_readmore', $rss_readmore_text);
|
8 |
define('ress_readmore_button', $ress_readmore_button);
|
@@ -14,7 +14,7 @@ define('rss_readmore_text2', $rss_readmore_text2);
|
|
14 |
<div class="pop_up_box sfsi_pop_up" >
|
15 |
<img src="<?php echo SFSI_PLUS_PLUGURL; ?>images/close.jpg" id="close_popup" class="sfsicloseBtn" />
|
16 |
<h4 id="readmore_text">
|
17 |
-
<?php
|
18 |
</h4>
|
19 |
</div>
|
20 |
</div>
|
@@ -28,29 +28,18 @@ define('rss_readmore_text2', $rss_readmore_text2);
|
|
28 |
<div class="sfsi_uploader">
|
29 |
<div class="sfsi_popupcntnr">
|
30 |
<h3>
|
31 |
-
<?php _e( 'Steps:',
|
32 |
</h3>
|
33 |
<ul class="flwstep">
|
34 |
<li>
|
35 |
-
<?php _e( '
|
36 |
-
<span> << </span>
|
37 |
-
<span>
|
38 |
-
<?php _e( 'Upload', 'ultimate-social-media-plus' ); ?>
|
39 |
-
</span>
|
40 |
-
<span> >> </span>
|
41 |
-
<?php _e( 'below', 'ultimate-social-media-plus' ); ?>
|
42 |
</li>
|
43 |
<li>
|
44 |
-
<?php _e( '
|
45 |
</li>
|
46 |
<li>
|
47 |
-
<?php _e( '
|
48 |
-
|
49 |
-
<span>
|
50 |
-
<?php _e( 'Insert into post ', 'ultimate-social-media-plus' ); ?>
|
51 |
-
</span>
|
52 |
-
<span> >> </span>
|
53 |
-
</li>
|
54 |
</ul>
|
55 |
<div class="upldbtn"><input name="" type="button" value="Upload" class="upload_butt" onclick="upload_image_icon(this)" /></div>
|
56 |
</div>
|
@@ -98,7 +87,7 @@ define('rss_readmore_text2', $rss_readmore_text2);
|
|
98 |
<div class="pop_up_box_ex sfsi_pop_up adPopWidth" >
|
99 |
<img src="<?php echo SFSI_PLUS_PLUGURL; ?>images/close.jpg" id="close_popup" class="sfsicloseBtn" />
|
100 |
<h4 id="readmore_text">
|
101 |
-
<?php _e( 'Move over the Facebook-icon…',
|
102 |
</h4>
|
103 |
|
104 |
<div class="adminTooltip" >
|
@@ -121,7 +110,9 @@ define('rss_readmore_text2', $rss_readmore_text2);
|
|
121 |
<div class="pop_up_box sfsi_pop_up adPopWidth" >
|
122 |
<img src="<?php echo SFSI_PLUS_PLUGURL; ?>images/close.jpg" id="close_popup" class="sfsicloseBtn" />
|
123 |
<h4 id="readmore_text">
|
124 |
-
<?php
|
|
|
|
|
125 |
</h4>
|
126 |
<div style="margin: 0px auto;">
|
127 |
<script type="text/javascript">
|
@@ -149,11 +140,13 @@ define('rss_readmore_text2', $rss_readmore_text2);
|
|
149 |
<div class="pop_up_box_ex sfsi_pop_up adPopWidth" >
|
150 |
<img src="<?php echo SFSI_PLUS_PLUGURL; ?>images/close.jpg" id="close_popup" class="sfsicloseBtn" />
|
151 |
<h4 id="readmore_text">
|
152 |
-
<?php _e( 'Move over the Twiiter-icon…',
|
153 |
</h4>
|
154 |
|
155 |
<div class="adminTooltip" >
|
156 |
-
<a href="javascript:"
|
|
|
|
|
157 |
<div class="sfsi_plus_tool_tip_2 sfsi_plus_tool_tip_2_inr sfsi_plus_twt_tool_bdr" style="width: 59px;margin-left: -48.5px;">
|
158 |
<span class="bot_arow bot_twt_arow"></span>
|
159 |
<div class="sfsi_plus_inside" >
|
@@ -174,7 +167,7 @@ define('rss_readmore_text2', $rss_readmore_text2);
|
|
174 |
<div class="pop_up_box_ex sfsi_pop_up adPopWidth" style="display: block;" >
|
175 |
<img src="<?php echo SFSI_PLUS_PLUGURL; ?>images/close.jpg" id="close_popup" class="sfsicloseBtn" />
|
176 |
<h4 id="readmore_text">
|
177 |
-
<?php _e( 'Move over the Google+ icon…',
|
178 |
</h4>
|
179 |
|
180 |
<div class="adminTooltip" >
|
@@ -200,7 +193,7 @@ define('rss_readmore_text2', $rss_readmore_text2);
|
|
200 |
<div class="pop_up_box_ex sfsi_pop_up adPopWidth" >
|
201 |
<img src="<?php echo SFSI_PLUS_PLUGURL; ?>images/close.jpg" id="close_popup" class="sfsicloseBtn" />
|
202 |
<h4 id="readmore_text">
|
203 |
-
<?php _e( 'Move over the YouTube-icon…',
|
204 |
</h4>
|
205 |
|
206 |
<div class="adminTooltip" >
|
@@ -223,11 +216,13 @@ $pin_url=($option2['sfsi_plus_pinterest_pageUrl']!='') ? $option2['sfsi_plus_pi
|
|
223 |
<div class="pop_up_box_ex sfsi_pop_up adPopWidth" >
|
224 |
<img src="<?php echo SFSI_PLUS_PLUGURL; ?>images/close.jpg" id="close_popup" class="sfsicloseBtn" />
|
225 |
<h4 id="readmore_text">
|
226 |
-
<?php _e( 'Move over the Pinterest-icon…
|
227 |
</h4>
|
228 |
|
229 |
<div class="adminTooltip" >
|
230 |
-
<a href="javascript:"
|
|
|
|
|
231 |
<div class="sfsi_plus_tool_tip_2 sfsi_plus_tool_tip_2_inr sfsi_plus_printst_tool_bdr" style=" width: 73px; margin-left: -55.5px;" >
|
232 |
<span class="bot_arow bot_pintst_arow"></span>
|
233 |
<div class="sfsi_plus_inside">
|
@@ -249,7 +244,7 @@ $pin_url=($option2['sfsi_plus_pinterest_pageUrl']!='') ? $option2['sfsi_plus_pi
|
|
249 |
<div class="pop_up_box_ex sfsi_pop_up adPopWidth" >
|
250 |
<img src="<?php echo SFSI_PLUS_PLUGURL; ?>images/close.jpg" id="close_popup" class="sfsicloseBtn" />
|
251 |
<h4 id="readmore_text">
|
252 |
-
<?php _e( 'Move over the LinkedIn-icon…',
|
253 |
</h4>
|
254 |
<div class="adminTooltip" >
|
255 |
<a href="javascript:"><img width="51" class="sfsi_wicon" src="<?php echo SFSI_PLUS_PLUGURL;?>images/linked_in.png" title="LinkedIn" alt="LinkedIn"/></a>
|
@@ -271,7 +266,7 @@ $pin_url=($option2['sfsi_plus_pinterest_pageUrl']!='') ? $option2['sfsi_plus_pi
|
|
271 |
<div class="pop_up_box sfsi_pop_up adPopWidth" >
|
272 |
<img src="<?php echo SFSI_PLUS_PLUGURL; ?>images/close.jpg" id="close_popup" class="sfsicloseBtn" />
|
273 |
<h4 id="readmore_text">
|
274 |
-
<?php
|
275 |
</h4>
|
276 |
<div style="float: right;opacity: 1;position: relative;right: 215px;top: 10px;width: 52px; text-align: center;" ><a alt="share" href="http://www.addthis.com/bookmark.php?v=250" effect="" class="addthis_button"><img width="51" class="sfsi_wicon" src="<?php echo SFSI_PLUS_PLUGURL; ?>images/share.png" title="share" alt="share" /></a>
|
277 |
</div>
|
@@ -285,24 +280,18 @@ $pin_url=($option2['sfsi_plus_pinterest_pageUrl']!='') ? $option2['sfsi_plus_pi
|
|
285 |
<div class="pop-overlay read-overlay demail-1" >
|
286 |
<div class="pop_up_box sfsi_pop_up" >
|
287 |
<h4>
|
288 |
-
<?php
|
289 |
-
<span class="mediam_txt">
|
290 |
-
<?php _e( 'more readers', 'ultimate-social-media-plus' ); ?>
|
291 |
-
</span>
|
292 |
-
<?php _e( ', as explained', 'ultimate-social-media-plus' ); ?>
|
293 |
<a href="http://www.specificfeeds.com/rss" target="_new" style="color:#5A6570;display: inline;text-decoration:underline">
|
294 |
-
<?php _e( 'here',
|
295 |
</a>.
|
296 |
</h4>
|
297 |
<div class="button">
|
298 |
<a href="javascript:;" class="hideemailpop" title="Ok, keep it active for the time being,I want to see how it works">
|
299 |
-
<?php _e( 'Ok, keep it active for the time being
|
300 |
-
<br />
|
301 |
-
<?php _e( 'I want to see how it works', 'ultimate-social-media-plus' ); ?>
|
302 |
</a>
|
303 |
</div>
|
304 |
<a href="javascript:;" id="deac_email2" title="Deactivate it">
|
305 |
-
<?php _e( 'Deactivate it',
|
306 |
</a>
|
307 |
</div>
|
308 |
</div>
|
@@ -310,16 +299,16 @@ $pin_url=($option2['sfsi_plus_pinterest_pageUrl']!='') ? $option2['sfsi_plus_pi
|
|
310 |
<div class="pop-overlay read-overlay demail-2" >
|
311 |
<div class="pop_up_box sfsi_pop_up" >
|
312 |
<h4 class="activate">
|
313 |
-
<?php _e( 'Ok, fine, however for using this plugin for FREE, please support us by activating a link back to our site:',
|
314 |
</h4>
|
315 |
<?php $nonce = wp_create_nonce("active_plusfooter");?>
|
316 |
<div class="button">
|
317 |
<a href="javascript:;" class="sfsiplus_activate_footer activate" title="Ok, activate link" data-nonce="<?php echo $nonce;?>">
|
318 |
-
<?php _e( 'Ok, activate link',
|
319 |
</a>
|
320 |
</div>
|
321 |
<a href="javascript:;" id="deac_email3" title="Don’t activate link">
|
322 |
-
<?php _e( 'Don’t activate link',
|
323 |
</a>
|
324 |
</div>
|
325 |
</div>
|
@@ -327,15 +316,15 @@ $pin_url=($option2['sfsi_plus_pinterest_pageUrl']!='') ? $option2['sfsi_plus_pi
|
|
327 |
<div class="pop-overlay read-overlay demail-3" >
|
328 |
<div class="pop_up_box sfsi_pop_up" >
|
329 |
<h4>
|
330 |
-
<?php _e( 'You’re a toughie. Last try: As a minimum, could you please review this plugin (with 5 stars)? It only takes a minute. Thank you!
|
331 |
</h4>
|
332 |
<div class="button">
|
333 |
<a href="https://wordpress.org/support/view/plugin-reviews/ultimate-social-media-plus" target="_new" class="hidePop activate" title="Ok, Review it" >
|
334 |
-
<?php _e( 'Ok, Review it',
|
335 |
</a>
|
336 |
</div>
|
337 |
<a href="javascript:;" class="hidePop" title="Don’t review and exit">
|
338 |
-
<?php _e( 'Don’t review and exit',
|
339 |
</a>
|
340 |
</div>
|
341 |
</div> <!-- END email deactivate pop-ups -->
|
@@ -347,34 +336,27 @@ $pin_url=($option2['sfsi_plus_pinterest_pageUrl']!='') ? $option2['sfsi_plus_pi
|
|
347 |
|
348 |
<div class="cstomskins_wrpr">
|
349 |
<h3>
|
350 |
-
<?php _e( 'Upload custom icons',
|
351 |
</h3>
|
352 |
<div class="custskinmsg">
|
353 |
-
<?php _e( 'Here you can upload custom icons which perform the same actions as the standard icons.',
|
354 |
<ul>
|
355 |
<li>
|
356 |
-
<?php _e( '
|
357 |
-
<span> << </span>
|
358 |
-
<span> <?php _e( 'Upload', 'ultimate-social-media-plus' ); ?> </span>
|
359 |
-
<span> >> </span>
|
360 |
-
<?php _e( 'below', 'ultimate-social-media-plus' ); ?>
|
361 |
</li>
|
362 |
<li>
|
363 |
-
<?php _e( '
|
364 |
</li>
|
365 |
<li>
|
366 |
-
<?php _e( '
|
367 |
-
|
368 |
-
<span> <?php _e( 'Insert into post', 'ultimate-social-media-plus' ); ?> </span>
|
369 |
-
<span> >> </span>
|
370 |
-
</li>
|
371 |
</ul>
|
372 |
</div>
|
373 |
|
374 |
<ul class="cstmskin_iconlist">
|
375 |
<li>
|
376 |
<div class="cstm_icnname">
|
377 |
-
|
378 |
</div>
|
379 |
<div class="cstmskins_btn">
|
380 |
<?php
|
@@ -396,7 +378,7 @@ $pin_url=($option2['sfsi_plus_pinterest_pageUrl']!='') ? $option2['sfsi_plus_pi
|
|
396 |
</li>
|
397 |
<li>
|
398 |
<div class="cstm_icnname">
|
399 |
-
|
400 |
</div>
|
401 |
<div class="cstmskins_btn">
|
402 |
<?php
|
@@ -418,7 +400,7 @@ $pin_url=($option2['sfsi_plus_pinterest_pageUrl']!='') ? $option2['sfsi_plus_pi
|
|
418 |
</li>
|
419 |
<li>
|
420 |
<div class="cstm_icnname">
|
421 |
-
|
422 |
</div>
|
423 |
<div class="cstmskins_btn">
|
424 |
<?php
|
@@ -440,7 +422,7 @@ $pin_url=($option2['sfsi_plus_pinterest_pageUrl']!='') ? $option2['sfsi_plus_pi
|
|
440 |
</li>
|
441 |
<li>
|
442 |
<div class="cstm_icnname">
|
443 |
-
|
444 |
</div>
|
445 |
<div class="cstmskins_btn">
|
446 |
<?php
|
@@ -462,7 +444,7 @@ $pin_url=($option2['sfsi_plus_pinterest_pageUrl']!='') ? $option2['sfsi_plus_pi
|
|
462 |
</li>
|
463 |
<li>
|
464 |
<div class="cstm_icnname">
|
465 |
-
|
466 |
</div>
|
467 |
<div class="cstmskins_btn">
|
468 |
<?php
|
@@ -484,7 +466,7 @@ $pin_url=($option2['sfsi_plus_pinterest_pageUrl']!='') ? $option2['sfsi_plus_pi
|
|
484 |
</li>
|
485 |
<li>
|
486 |
<div class="cstm_icnname">
|
487 |
-
|
488 |
</div>
|
489 |
<div class="cstmskins_btn">
|
490 |
<?php
|
@@ -506,7 +488,7 @@ $pin_url=($option2['sfsi_plus_pinterest_pageUrl']!='') ? $option2['sfsi_plus_pi
|
|
506 |
</li>
|
507 |
<li>
|
508 |
<div class="cstm_icnname">
|
509 |
-
|
510 |
</div>
|
511 |
<div class="cstmskins_btn">
|
512 |
<?php
|
@@ -528,7 +510,7 @@ $pin_url=($option2['sfsi_plus_pinterest_pageUrl']!='') ? $option2['sfsi_plus_pi
|
|
528 |
</li>
|
529 |
<li>
|
530 |
<div class="cstm_icnname">
|
531 |
-
|
532 |
</div>
|
533 |
<div class="cstmskins_btn">
|
534 |
<?php
|
@@ -550,7 +532,7 @@ $pin_url=($option2['sfsi_plus_pinterest_pageUrl']!='') ? $option2['sfsi_plus_pi
|
|
550 |
</li>
|
551 |
<li>
|
552 |
<div class="cstm_icnname">
|
553 |
-
|
554 |
</div>
|
555 |
<div class="cstmskins_btn">
|
556 |
<?php
|
@@ -572,7 +554,7 @@ $pin_url=($option2['sfsi_plus_pinterest_pageUrl']!='') ? $option2['sfsi_plus_pi
|
|
572 |
</li>
|
573 |
<li>
|
574 |
<div class="cstm_icnname">
|
575 |
-
|
576 |
</div>
|
577 |
<div class="cstmskins_btn">
|
578 |
<?php
|
@@ -596,7 +578,7 @@ $pin_url=($option2['sfsi_plus_pinterest_pageUrl']!='') ? $option2['sfsi_plus_pi
|
|
596 |
</ul>
|
597 |
<div class="cstmskins_sbmt">
|
598 |
<a href="javascript:" class="done_btn" onclick="SFSI_plus_done();">
|
599 |
-
<?php _e( "I'm done!",
|
600 |
</a>
|
601 |
</div>
|
602 |
|
1 |
<?php
|
2 |
|
3 |
+
$rss_readmore_text=__('Note: Also if you already offer a newsletter it makes sense to offer this option too, because it will get you more readers, as expained here.', SFSI_PLUS_DOMAIN );
|
4 |
+
$ress_readmore_button=__('Ok, keep it active for the time being,I want to see how it works', SFSI_PLUS_DOMAIN );
|
5 |
+
$rss_readmore_text2=__('Deactivate it', SFSI_PLUS_DOMAIN );
|
6 |
|
7 |
define('rss_readmore', $rss_readmore_text);
|
8 |
define('ress_readmore_button', $ress_readmore_button);
|
14 |
<div class="pop_up_box sfsi_pop_up" >
|
15 |
<img src="<?php echo SFSI_PLUS_PLUGURL; ?>images/close.jpg" id="close_popup" class="sfsicloseBtn" />
|
16 |
<h4 id="readmore_text">
|
17 |
+
Note: <?php echo __( "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum", SFSI_PLUS_DOMAIN ); ?>.
|
18 |
</h4>
|
19 |
</div>
|
20 |
</div>
|
28 |
<div class="sfsi_uploader">
|
29 |
<div class="sfsi_popupcntnr">
|
30 |
<h3>
|
31 |
+
<?php _e( 'Steps:', SFSI_PLUS_DOMAIN ); ?>
|
32 |
</h3>
|
33 |
<ul class="flwstep">
|
34 |
<li>
|
35 |
+
1. <?php _e( 'Click on << Upload >> below', SFSI_PLUS_DOMAIN ); ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
</li>
|
37 |
<li>
|
38 |
+
2. <?php _e( 'Upload the icon into the media gallery', SFSI_PLUS_DOMAIN ); ?>
|
39 |
</li>
|
40 |
<li>
|
41 |
+
3. <?php _e( 'Click on << Insert into post >> ', SFSI_PLUS_DOMAIN ); ?>
|
42 |
+
</li>
|
|
|
|
|
|
|
|
|
|
|
43 |
</ul>
|
44 |
<div class="upldbtn"><input name="" type="button" value="Upload" class="upload_butt" onclick="upload_image_icon(this)" /></div>
|
45 |
</div>
|
87 |
<div class="pop_up_box_ex sfsi_pop_up adPopWidth" >
|
88 |
<img src="<?php echo SFSI_PLUS_PLUGURL; ?>images/close.jpg" id="close_popup" class="sfsicloseBtn" />
|
89 |
<h4 id="readmore_text">
|
90 |
+
<?php _e( 'Move over the Facebook-icon…', SFSI_PLUS_DOMAIN ); ?>
|
91 |
</h4>
|
92 |
|
93 |
<div class="adminTooltip" >
|
110 |
<div class="pop_up_box sfsi_pop_up adPopWidth" >
|
111 |
<img src="<?php echo SFSI_PLUS_PLUGURL; ?>images/close.jpg" id="close_popup" class="sfsicloseBtn" />
|
112 |
<h4 id="readmore_text">
|
113 |
+
<?php
|
114 |
+
_e( 'Move over the “+ icon” to see the sharing options',SFSI_PLUS_DOMAIN );
|
115 |
+
?>
|
116 |
</h4>
|
117 |
<div style="margin: 0px auto;">
|
118 |
<script type="text/javascript">
|
140 |
<div class="pop_up_box_ex sfsi_pop_up adPopWidth" >
|
141 |
<img src="<?php echo SFSI_PLUS_PLUGURL; ?>images/close.jpg" id="close_popup" class="sfsicloseBtn" />
|
142 |
<h4 id="readmore_text">
|
143 |
+
<?php _e( 'Move over the Twiiter-icon…', SFSI_PLUS_DOMAIN ); ?>
|
144 |
</h4>
|
145 |
|
146 |
<div class="adminTooltip" >
|
147 |
+
<a href="javascript:">
|
148 |
+
<img width="51" class="sfsi_wicon" src="<?php echo SFSI_PLUS_PLUGURL; ?>images/twitter.png" title="Twitter" alt="Twitter" />
|
149 |
+
</a>
|
150 |
<div class="sfsi_plus_tool_tip_2 sfsi_plus_tool_tip_2_inr sfsi_plus_twt_tool_bdr" style="width: 59px;margin-left: -48.5px;">
|
151 |
<span class="bot_arow bot_twt_arow"></span>
|
152 |
<div class="sfsi_plus_inside" >
|
167 |
<div class="pop_up_box_ex sfsi_pop_up adPopWidth" style="display: block;" >
|
168 |
<img src="<?php echo SFSI_PLUS_PLUGURL; ?>images/close.jpg" id="close_popup" class="sfsicloseBtn" />
|
169 |
<h4 id="readmore_text">
|
170 |
+
<?php _e( 'Move over the Google+ icon…', SFSI_PLUS_DOMAIN ); ?>
|
171 |
</h4>
|
172 |
|
173 |
<div class="adminTooltip" >
|
193 |
<div class="pop_up_box_ex sfsi_pop_up adPopWidth" >
|
194 |
<img src="<?php echo SFSI_PLUS_PLUGURL; ?>images/close.jpg" id="close_popup" class="sfsicloseBtn" />
|
195 |
<h4 id="readmore_text">
|
196 |
+
<?php _e( 'Move over the YouTube-icon…', SFSI_PLUS_DOMAIN ); ?>
|
197 |
</h4>
|
198 |
|
199 |
<div class="adminTooltip" >
|
216 |
<div class="pop_up_box_ex sfsi_pop_up adPopWidth" >
|
217 |
<img src="<?php echo SFSI_PLUS_PLUGURL; ?>images/close.jpg" id="close_popup" class="sfsicloseBtn" />
|
218 |
<h4 id="readmore_text">
|
219 |
+
<?php _e( 'Move over the Pinterest-icon…', SFSI_PLUS_DOMAIN ); ?>
|
220 |
</h4>
|
221 |
|
222 |
<div class="adminTooltip" >
|
223 |
+
<a href="javascript:">
|
224 |
+
<img width="51" class="sfsi_wicon" src="<?php echo SFSI_PLUS_PLUGURL; ?>images/pinterest.png" title="pinterest" alt="pinterest" />
|
225 |
+
</a>
|
226 |
<div class="sfsi_plus_tool_tip_2 sfsi_plus_tool_tip_2_inr sfsi_plus_printst_tool_bdr" style=" width: 73px; margin-left: -55.5px;" >
|
227 |
<span class="bot_arow bot_pintst_arow"></span>
|
228 |
<div class="sfsi_plus_inside">
|
244 |
<div class="pop_up_box_ex sfsi_pop_up adPopWidth" >
|
245 |
<img src="<?php echo SFSI_PLUS_PLUGURL; ?>images/close.jpg" id="close_popup" class="sfsicloseBtn" />
|
246 |
<h4 id="readmore_text">
|
247 |
+
<?php _e( 'Move over the LinkedIn-icon…', SFSI_PLUS_DOMAIN ); ?>
|
248 |
</h4>
|
249 |
<div class="adminTooltip" >
|
250 |
<a href="javascript:"><img width="51" class="sfsi_wicon" src="<?php echo SFSI_PLUS_PLUGURL;?>images/linked_in.png" title="LinkedIn" alt="LinkedIn"/></a>
|
266 |
<div class="pop_up_box sfsi_pop_up adPopWidth" >
|
267 |
<img src="<?php echo SFSI_PLUS_PLUGURL; ?>images/close.jpg" id="close_popup" class="sfsicloseBtn" />
|
268 |
<h4 id="readmore_text">
|
269 |
+
<?php _e('Move over the “+ icon” to see the sharing options',SFSI_PLUS_DOMAIN);?>
|
270 |
</h4>
|
271 |
<div style="float: right;opacity: 1;position: relative;right: 215px;top: 10px;width: 52px; text-align: center;" ><a alt="share" href="http://www.addthis.com/bookmark.php?v=250" effect="" class="addthis_button"><img width="51" class="sfsi_wicon" src="<?php echo SFSI_PLUS_PLUGURL; ?>images/share.png" title="share" alt="share" /></a>
|
272 |
</div>
|
280 |
<div class="pop-overlay read-overlay demail-1" >
|
281 |
<div class="pop_up_box sfsi_pop_up" >
|
282 |
<h4>
|
283 |
+
Note: <?php _e('Also if you already offer a newsletter it makes sense to offer this option too, because it will get you <span class="mediam_txt">more readers</span> as explained', SFSI_PLUS_DOMAIN ); ?>
|
|
|
|
|
|
|
|
|
284 |
<a href="http://www.specificfeeds.com/rss" target="_new" style="color:#5A6570;display: inline;text-decoration:underline">
|
285 |
+
<?php _e( 'here', SFSI_PLUS_DOMAIN ); ?>
|
286 |
</a>.
|
287 |
</h4>
|
288 |
<div class="button">
|
289 |
<a href="javascript:;" class="hideemailpop" title="Ok, keep it active for the time being,I want to see how it works">
|
290 |
+
<?php _e( 'Ok, keep it active for the time being<br />,I want to see how it works', SFSI_PLUS_DOMAIN ); ?>
|
|
|
|
|
291 |
</a>
|
292 |
</div>
|
293 |
<a href="javascript:;" id="deac_email2" title="Deactivate it">
|
294 |
+
<?php _e( 'Deactivate it', SFSI_PLUS_DOMAIN ); ?>
|
295 |
</a>
|
296 |
</div>
|
297 |
</div>
|
299 |
<div class="pop-overlay read-overlay demail-2" >
|
300 |
<div class="pop_up_box sfsi_pop_up" >
|
301 |
<h4 class="activate">
|
302 |
+
<?php _e( 'Ok, fine, however for using this plugin for FREE, please support us by activating a link back to our site:', SFSI_PLUS_DOMAIN ); ?>
|
303 |
</h4>
|
304 |
<?php $nonce = wp_create_nonce("active_plusfooter");?>
|
305 |
<div class="button">
|
306 |
<a href="javascript:;" class="sfsiplus_activate_footer activate" title="Ok, activate link" data-nonce="<?php echo $nonce;?>">
|
307 |
+
<?php _e( 'Ok, activate link', SFSI_PLUS_DOMAIN ); ?>
|
308 |
</a>
|
309 |
</div>
|
310 |
<a href="javascript:;" id="deac_email3" title="Don’t activate link">
|
311 |
+
<?php _e( 'Don’t activate link', SFSI_PLUS_DOMAIN ); ?>
|
312 |
</a>
|
313 |
</div>
|
314 |
</div>
|
316 |
<div class="pop-overlay read-overlay demail-3" >
|
317 |
<div class="pop_up_box sfsi_pop_up" >
|
318 |
<h4>
|
319 |
+
<?php _e( 'You’re a toughie. Last try: As a minimum, could you please review this plugin (with 5 stars)? It only takes a minute. Thank you!', SFSI_PLUS_DOMAIN ); ?>
|
320 |
</h4>
|
321 |
<div class="button">
|
322 |
<a href="https://wordpress.org/support/view/plugin-reviews/ultimate-social-media-plus" target="_new" class="hidePop activate" title="Ok, Review it" >
|
323 |
+
<?php _e( 'Ok, Review it', SFSI_PLUS_DOMAIN ); ?>
|
324 |
</a>
|
325 |
</div>
|
326 |
<a href="javascript:;" class="hidePop" title="Don’t review and exit">
|
327 |
+
<?php _e( 'Don’t review and exit', SFSI_PLUS_DOMAIN ); ?>
|
328 |
</a>
|
329 |
</div>
|
330 |
</div> <!-- END email deactivate pop-ups -->
|
336 |
|
337 |
<div class="cstomskins_wrpr">
|
338 |
<h3>
|
339 |
+
<?php _e( 'Upload custom icons', SFSI_PLUS_DOMAIN ); ?>
|
340 |
</h3>
|
341 |
<div class="custskinmsg">
|
342 |
+
<?php _e( 'Here you can upload custom icons which perform the same actions as the standard icons.', SFSI_PLUS_DOMAIN ); ?>
|
343 |
<ul>
|
344 |
<li>
|
345 |
+
1. <?php _e( 'Click on << Upload >> below', SFSI_PLUS_DOMAIN ); ?>
|
|
|
|
|
|
|
|
|
346 |
</li>
|
347 |
<li>
|
348 |
+
2. <?php _e( 'Upload the icon into the media gallery', SFSI_PLUS_DOMAIN ); ?>
|
349 |
</li>
|
350 |
<li>
|
351 |
+
3. <?php _e( 'Click on << Insert into post >>', SFSI_PLUS_DOMAIN ); ?>
|
352 |
+
</li>
|
|
|
|
|
|
|
353 |
</ul>
|
354 |
</div>
|
355 |
|
356 |
<ul class="cstmskin_iconlist">
|
357 |
<li>
|
358 |
<div class="cstm_icnname">
|
359 |
+
RSS
|
360 |
</div>
|
361 |
<div class="cstmskins_btn">
|
362 |
<?php
|
378 |
</li>
|
379 |
<li>
|
380 |
<div class="cstm_icnname">
|
381 |
+
Email
|
382 |
</div>
|
383 |
<div class="cstmskins_btn">
|
384 |
<?php
|
400 |
</li>
|
401 |
<li>
|
402 |
<div class="cstm_icnname">
|
403 |
+
Facebook
|
404 |
</div>
|
405 |
<div class="cstmskins_btn">
|
406 |
<?php
|
422 |
</li>
|
423 |
<li>
|
424 |
<div class="cstm_icnname">
|
425 |
+
Twitter
|
426 |
</div>
|
427 |
<div class="cstmskins_btn">
|
428 |
<?php
|
444 |
</li>
|
445 |
<li>
|
446 |
<div class="cstm_icnname">
|
447 |
+
Google+
|
448 |
</div>
|
449 |
<div class="cstmskins_btn">
|
450 |
<?php
|
466 |
</li>
|
467 |
<li>
|
468 |
<div class="cstm_icnname">
|
469 |
+
Share
|
470 |
</div>
|
471 |
<div class="cstmskins_btn">
|
472 |
<?php
|
488 |
</li>
|
489 |
<li>
|
490 |
<div class="cstm_icnname">
|
491 |
+
Youtube
|
492 |
</div>
|
493 |
<div class="cstmskins_btn">
|
494 |
<?php
|
510 |
</li>
|
511 |
<li>
|
512 |
<div class="cstm_icnname">
|
513 |
+
Linkedin
|
514 |
</div>
|
515 |
<div class="cstmskins_btn">
|
516 |
<?php
|
532 |
</li>
|
533 |
<li>
|
534 |
<div class="cstm_icnname">
|
535 |
+
Pinterest
|
536 |
</div>
|
537 |
<div class="cstmskins_btn">
|
538 |
<?php
|
554 |
</li>
|
555 |
<li>
|
556 |
<div class="cstm_icnname">
|
557 |
+
Instagram
|
558 |
</div>
|
559 |
<div class="cstmskins_btn">
|
560 |
<?php
|
578 |
</ul>
|
579 |
<div class="cstmskins_sbmt">
|
580 |
<a href="javascript:" class="done_btn" onclick="SFSI_plus_done();">
|
581 |
+
<?php _e( "I'm done!", SFSI_PLUS_DOMAIN ); ?>
|
582 |
</a>
|
583 |
</div>
|
584 |
|