Version Description
Download this release
Release Info
Developer | joaoromao |
Plugin | Social Media Share Buttons |
Version | 4.1 |
Comparing to | |
See all releases |
Code changes from version 4.0.4 to 4.1
- css/getsocial-style.css +94 -85
- img/getsocial-app-logo.png +0 -0
- js/create_popover.js +4 -4
- lib/gs.php +5 -5
- lib/onboarding_popup.php +6 -6
- readme.txt +58 -54
- tmpl/apps_config.php +2 -24
- tmpl/footer.php +3 -3
- tmpl/header.php +1 -1
- wp-share-buttons-analytics-getsocial.php +1 -1
css/getsocial-style.css
CHANGED
@@ -406,20 +406,25 @@ header {
|
|
406 |
display: inline-block;
|
407 |
}
|
408 |
header #logo-wrapper {
|
409 |
-
background: #
|
410 |
-
padding:
|
411 |
float: left;
|
412 |
}
|
|
|
|
|
|
|
|
|
|
|
413 |
header #logo-wrapper:hover,
|
414 |
header #logo-wrapper:focus {
|
415 |
-
background: #
|
416 |
}
|
417 |
header #logo-wrapper:active {
|
418 |
-
background: #
|
419 |
}
|
420 |
header #main-nav {
|
421 |
width: 100%;
|
422 |
-
background: #
|
423 |
position: fixed;
|
424 |
top: 0;
|
425 |
left: 0;
|
@@ -445,14 +450,14 @@ header #main-nav nav > ul > li a {
|
|
445 |
}
|
446 |
header #main-nav nav > ul > li a:hover,
|
447 |
header #main-nav nav > ul > li a:focus {
|
448 |
-
background: #
|
449 |
}
|
450 |
header #main-nav nav > ul > li a:active {
|
451 |
-
background: #
|
452 |
}
|
453 |
header #main-nav nav > ul > li a > i.fa-angle-down {
|
454 |
font-size: 20px;
|
455 |
-
color: #
|
456 |
margin: -5px 0 -1px 3px;
|
457 |
position: relative;
|
458 |
bottom: -3px;
|
@@ -463,7 +468,7 @@ header #main-nav nav > ul > li a > i:not(.fa-angle-down) {
|
|
463 |
bottom: -1px;
|
464 |
}
|
465 |
header #main-nav nav > ul > li a.plan-one {
|
466 |
-
background: #
|
467 |
}
|
468 |
header #main-nav nav > ul > li a.plan-one:hover,
|
469 |
header #main-nav nav > ul > li a.plan-one:focus {
|
@@ -626,7 +631,7 @@ header #main-nav nav > ul > li.submenu-link .submenu a[class*="badge-"] > span {
|
|
626 |
border-radius: 4px;
|
627 |
}
|
628 |
header #main-nav nav > ul > li.submenu-link .submenu a[class*="badge-"].badge-plan-one > span {
|
629 |
-
background: #
|
630 |
}
|
631 |
header #main-nav nav > ul > li.submenu-link .submenu a[class*="badge-"].badge-plan-two > span {
|
632 |
background: #f29809;
|
@@ -719,7 +724,7 @@ header #main-nav nav > ul > li#store-nav li.tier-counter .badge > span:first-chi
|
|
719 |
border-radius: 4px;
|
720 |
}
|
721 |
header #main-nav nav > ul > li#store-nav li.tier-counter .badge > span.one {
|
722 |
-
background: #
|
723 |
}
|
724 |
header #main-nav nav > ul > li#store-nav li.tier-counter .badge > span.two {
|
725 |
background: #f29809;
|
@@ -1124,10 +1129,10 @@ header #main-nav nav > ul > li#store-nav #site-collection > li:not(.tier-counter
|
|
1124 |
}
|
1125 |
.alert-block.inline {
|
1126 |
max-width: 800px;
|
1127 |
-
color: #
|
1128 |
border-left-width: 90px;
|
1129 |
border-left-style: solid;
|
1130 |
-
border-left-color: #
|
1131 |
text-align: left;
|
1132 |
padding-right: 30px;
|
1133 |
margin: 0 auto 30px;
|
@@ -1164,13 +1169,13 @@ header #main-nav nav > ul > li#store-nav #site-collection > li:not(.tier-counter
|
|
1164 |
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.13);
|
1165 |
}
|
1166 |
.alert-block.gs-primary {
|
1167 |
-
background: #
|
1168 |
}
|
1169 |
.alert-block.gs-primary.inline {
|
1170 |
border-left-color: #2687b9;
|
1171 |
}
|
1172 |
.alert-block.gs-primary .alert-info:before {
|
1173 |
-
content: "
|
1174 |
color: rgba(255, 255, 255, 0.5);
|
1175 |
}
|
1176 |
.alert-block.gs-primary .alert-info a {
|
@@ -1190,28 +1195,28 @@ header #main-nav nav > ul > li#store-nav #site-collection > li:not(.tier-counter
|
|
1190 |
}
|
1191 |
.alert-block.default-gs-primary .alert-info:before {
|
1192 |
content: " ";
|
1193 |
-
color: #
|
1194 |
}
|
1195 |
.alert-block.default-gs-primary .alert-info a {
|
1196 |
-
background: #
|
1197 |
}
|
1198 |
.alert-block.default-gs-primary .alert-info a:hover {
|
1199 |
background: #2481b1;
|
1200 |
}
|
1201 |
.alert-block.default-gs-primary p {
|
1202 |
-
color: #
|
1203 |
}
|
1204 |
.alert-block.default-gs-primary p:not(.alert-title) {
|
1205 |
color: #5db2de;
|
1206 |
}
|
1207 |
.alert-block.gs-success {
|
1208 |
-
background: #
|
1209 |
}
|
1210 |
.alert-block.gs-success.inline {
|
1211 |
-
border-left-color: #
|
1212 |
}
|
1213 |
.alert-block.gs-success .alert-info:before {
|
1214 |
-
content: "
|
1215 |
color: rgba(255, 255, 255, 0.5);
|
1216 |
}
|
1217 |
.alert-block.gs-success .alert-info a {
|
@@ -1230,17 +1235,17 @@ header #main-nav nav > ul > li#store-nav #site-collection > li:not(.tier-counter
|
|
1230 |
border-bottom: 1px solid #c9e785;
|
1231 |
}
|
1232 |
.alert-block.default-gs-success .alert-info:before {
|
1233 |
-
content: "
|
1234 |
-
color: #
|
1235 |
}
|
1236 |
.alert-block.default-gs-success .alert-info a {
|
1237 |
-
background: #
|
1238 |
}
|
1239 |
.alert-block.default-gs-success .alert-info a:hover {
|
1240 |
background: #65851b;
|
1241 |
}
|
1242 |
.alert-block.default-gs-success p {
|
1243 |
-
color: #
|
1244 |
}
|
1245 |
.alert-block.default-gs-success p:not(.alert-title) {
|
1246 |
color: #a3d630;
|
@@ -1543,7 +1548,7 @@ header #main-nav nav > ul > li#store-nav #site-collection > li:not(.tier-counter
|
|
1543 |
margin-bottom: 15px;
|
1544 |
}
|
1545 |
.modal-wrapper .gs-modal .text-block p span {
|
1546 |
-
color: #
|
1547 |
}
|
1548 |
.modal-wrapper .gs-modal .status-icon {
|
1549 |
width: 70px;
|
@@ -1699,7 +1704,7 @@ div.gs-form h3 {
|
|
1699 |
}
|
1700 |
form h4,
|
1701 |
div.gs-form h4 {
|
1702 |
-
color: #
|
1703 |
margin-bottom: 10px;
|
1704 |
}
|
1705 |
form p,
|
@@ -1744,7 +1749,7 @@ div.gs-form label.step {
|
|
1744 |
font-size: 25px;
|
1745 |
font-weight: 600;
|
1746 |
color: #fff;
|
1747 |
-
background: #
|
1748 |
text-align: center;
|
1749 |
padding-top: 3px;
|
1750 |
display: inline-block;
|
@@ -1762,7 +1767,7 @@ form label.required:before,
|
|
1762 |
div.gs-form label.required:before {
|
1763 |
font-family: "FontAwesome";
|
1764 |
font-size: 10px;
|
1765 |
-
color: #
|
1766 |
content: " ";
|
1767 |
display: inline-block;
|
1768 |
position: absolute;
|
@@ -1801,7 +1806,7 @@ form textarea:focus,
|
|
1801 |
div.gs-form input:not([type="submit"]):focus,
|
1802 |
div.gs-form select:focus,
|
1803 |
div.gs-form textarea:focus {
|
1804 |
-
border-color: #
|
1805 |
box-shadow: inset 0 0 3px #b2daef;
|
1806 |
}
|
1807 |
form input:not([type="submit"])::-webkit-input-placeholder,
|
@@ -2061,7 +2066,7 @@ form .form-content .field-group .field-input .input-wrap ul.chosen-choices .sear
|
|
2061 |
div.gs-form .form-content .field-group .field-input .input-wrap ul.chosen-choices .search-choice {
|
2062 |
font-size: 16px;
|
2063 |
color: #fff;
|
2064 |
-
background: #
|
2065 |
border: none;
|
2066 |
padding: 7px 26px 7px 11px;
|
2067 |
box-shadow: none;
|
@@ -2107,7 +2112,7 @@ div.gs-form .form-content .field-group .field-input .tutorial-steps li:before {
|
|
2107 |
font-size: 16px;
|
2108 |
font-weight: bold;
|
2109 |
color: #fff;
|
2110 |
-
background: #
|
2111 |
content: counter(step-counter);
|
2112 |
padding: 1px 6px 3px;
|
2113 |
position: absolute;
|
@@ -2179,20 +2184,20 @@ div.gs-form .form-content .field-group .field-input .input-alert-message:before
|
|
2179 |
}
|
2180 |
form .form-content .field-group .field-input .input-alert-message.gs-primary,
|
2181 |
div.gs-form .form-content .field-group .field-input .input-alert-message.gs-primary {
|
2182 |
-
color: #
|
2183 |
}
|
2184 |
form .form-content .field-group .field-input .input-alert-message.gs-primary:before,
|
2185 |
div.gs-form .form-content .field-group .field-input .input-alert-message.gs-primary:before {
|
2186 |
-
background: #
|
2187 |
content: " ";
|
2188 |
}
|
2189 |
form .form-content .field-group .field-input .input-alert-message.gs-success,
|
2190 |
div.gs-form .form-content .field-group .field-input .input-alert-message.gs-success {
|
2191 |
-
color: #
|
2192 |
}
|
2193 |
form .form-content .field-group .field-input .input-alert-message.gs-success:before,
|
2194 |
div.gs-form .form-content .field-group .field-input .input-alert-message.gs-success:before {
|
2195 |
-
background: #
|
2196 |
content: " ";
|
2197 |
}
|
2198 |
form .form-content .field-group .field-input .input-alert-message.gs-error,
|
@@ -2252,12 +2257,12 @@ div.gs-form .form-content .field-group .field-note.alert-note a.gs-button {
|
|
2252 |
}
|
2253 |
form .form-content .field-group .field-note.alert-note.gs-primary,
|
2254 |
div.gs-form .form-content .field-group .field-note.alert-note.gs-primary {
|
2255 |
-
color: #
|
2256 |
background: #dceef8;
|
2257 |
}
|
2258 |
form .form-content .field-group .field-note.alert-note.gs-success,
|
2259 |
div.gs-form .form-content .field-group .field-note.alert-note.gs-success {
|
2260 |
-
color: #
|
2261 |
background: #dcefb0;
|
2262 |
}
|
2263 |
form .form-content .field-group .field-note.alert-note.gs-error,
|
@@ -2600,7 +2605,7 @@ form .form-content .field-grid.field-grid-table .field-label a,
|
|
2600 |
div.gs-form .form-content .field-grid.field-grid-table .field-label a {
|
2601 |
font-size: 16px;
|
2602 |
font-weight: 600;
|
2603 |
-
color: #
|
2604 |
}
|
2605 |
form .form-content .field-grid.field-grid-table .field-label a:hover,
|
2606 |
form .form-content .field-grid.field-grid-table .field-label a:focus,
|
@@ -2637,11 +2642,11 @@ div.gs-form .form-button-group .form-button-status p {
|
|
2637 |
}
|
2638 |
form .form-button-group .form-button-status .gs-primary + p,
|
2639 |
div.gs-form .form-button-group .form-button-status .gs-primary + p {
|
2640 |
-
color: #
|
2641 |
}
|
2642 |
form .form-button-group .form-button-status .gs-success + p,
|
2643 |
div.gs-form .form-button-group .form-button-status .gs-success + p {
|
2644 |
-
color: #
|
2645 |
}
|
2646 |
form .form-button-group .form-button-status .gs-error + p,
|
2647 |
div.gs-form .form-button-group .form-button-status .gs-error + p {
|
@@ -2671,7 +2676,7 @@ div.gs-form .extra-notes {
|
|
2671 |
form .extra-notes .fa-asterisk,
|
2672 |
div.gs-form .extra-notes .fa-asterisk {
|
2673 |
font-size: 16px;
|
2674 |
-
color: #
|
2675 |
}
|
2676 |
.edit_exclusion + .edit_exclusion,
|
2677 |
.new_exclusion {
|
@@ -2726,7 +2731,7 @@ div.gs-form .extra-notes .fa-asterisk {
|
|
2726 |
color: #606060;
|
2727 |
}
|
2728 |
.gs-button.dark:hover {
|
2729 |
-
color: #
|
2730 |
}
|
2731 |
.gs-button.grey {
|
2732 |
color: #606060;
|
@@ -2811,8 +2816,8 @@ div.gs-form .extra-notes .fa-asterisk {
|
|
2811 |
}
|
2812 |
.gs-button.dropdown.filled {
|
2813 |
color: #fff;
|
2814 |
-
background: #
|
2815 |
-
border-color: #
|
2816 |
}
|
2817 |
.gs-button.dropdown.filled i {
|
2818 |
color: #88c6e6;
|
@@ -2823,7 +2828,7 @@ div.gs-form .extra-notes .fa-asterisk {
|
|
2823 |
}
|
2824 |
.gs-button.dropdown.active {
|
2825 |
color: #606060;
|
2826 |
-
border-color: #
|
2827 |
box-shadow: inset 0 0 3px #b2daef;
|
2828 |
}
|
2829 |
.gs-button.dropdown.active i {
|
@@ -2851,37 +2856,37 @@ div.gs-form .extra-notes .fa-asterisk {
|
|
2851 |
transition: all 200ms;
|
2852 |
}
|
2853 |
.gs-button.pricing-plan.plan-one {
|
2854 |
-
background: #
|
2855 |
}
|
2856 |
.gs-button.pricing-plan.plan-two {
|
2857 |
-
background: #
|
2858 |
}
|
2859 |
.gs-button.pricing-plan.plan-three {
|
2860 |
-
background: #
|
2861 |
}
|
2862 |
.gs-button.pricing-plan.plan-four {
|
2863 |
-
background: #
|
2864 |
}
|
2865 |
.gs-button.gs-primary:not(.trans) {
|
2866 |
-
background: #
|
2867 |
}
|
2868 |
.gs-button.gs-primary.trans {
|
2869 |
-
color: #
|
2870 |
}
|
2871 |
.gs-button.gs-primary.trans.border {
|
2872 |
-
border-color: #
|
2873 |
}
|
2874 |
.gs-button.gs-success:not(.trans) {
|
2875 |
-
background: #
|
2876 |
}
|
2877 |
.gs-button.gs-success:hover:not(.trans) {
|
2878 |
color: #FFFFFF;
|
2879 |
}
|
2880 |
.gs-button.gs-success.trans {
|
2881 |
-
color: #
|
2882 |
}
|
2883 |
.gs-button.gs-success.trans.border {
|
2884 |
-
border-color: #
|
2885 |
}
|
2886 |
.gs-button.gs-error:not(.trans) {
|
2887 |
background: #d36c65;
|
@@ -2923,7 +2928,7 @@ button.gs-button.dark {
|
|
2923 |
a.gs-button.dark:hover,
|
2924 |
input.gs-button.dark:hover,
|
2925 |
button.gs-button.dark:hover {
|
2926 |
-
color: #
|
2927 |
}
|
2928 |
a.gs-button.pricing-plan.plan-one:hover,
|
2929 |
input.gs-button.pricing-plan.plan-one:hover,
|
@@ -2953,17 +2958,17 @@ button.gs-button.gs-primary:not(.trans):hover {
|
|
2953 |
a.gs-button.gs-primary.trans:hover,
|
2954 |
input.gs-button.gs-primary.trans:hover,
|
2955 |
button.gs-button.gs-primary.trans:hover {
|
2956 |
-
border-color: #
|
2957 |
}
|
2958 |
a.gs-button.gs-success:not(.trans):hover,
|
2959 |
input.gs-button.gs-success:not(.trans):hover,
|
2960 |
button.gs-button.gs-success:not(.trans):hover {
|
2961 |
-
background: #
|
2962 |
}
|
2963 |
a.gs-button.gs-success.trans:hover,
|
2964 |
input.gs-button.gs-success.trans:hover,
|
2965 |
button.gs-button.gs-success.trans:hover {
|
2966 |
-
border-color: #
|
2967 |
}
|
2968 |
a.gs-button.gs-error:not(.trans):hover,
|
2969 |
input.gs-button.gs-error:not(.trans):hover,
|
@@ -3005,10 +3010,10 @@ button.gs-button.gs-error.trans:hover {
|
|
3005 |
transform: translate(-32px, 0);
|
3006 |
}
|
3007 |
.checkbox input:checked + .checkbox-btn.gs-primary {
|
3008 |
-
background: #
|
3009 |
}
|
3010 |
.checkbox input:checked + .checkbox-btn.gs-success {
|
3011 |
-
background: #
|
3012 |
}
|
3013 |
.checkbox input:checked + .checkbox-btn.gs-error {
|
3014 |
background: #d36c65;
|
@@ -3027,7 +3032,7 @@ button.gs-button.gs-error.trans:hover {
|
|
3027 |
}
|
3028 |
.checkbox input:hover:checked + .checkbox-btn.gs-success,
|
3029 |
.checkbox input:focus:checked + .checkbox-btn.gs-success {
|
3030 |
-
background: #
|
3031 |
}
|
3032 |
.checkbox input:hover:checked + .checkbox-btn.gs-error,
|
3033 |
.checkbox input:focus:checked + .checkbox-btn.gs-error {
|
@@ -3184,13 +3189,13 @@ button.gs-button.gs-error.trans:hover {
|
|
3184 |
.toggle a.active {
|
3185 |
font-weight: 600;
|
3186 |
color: #fff !important;
|
3187 |
-
background: #
|
3188 |
pointer-events: none;
|
3189 |
cursor: default !important;
|
3190 |
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
|
3191 |
}
|
3192 |
.toggle a:hover {
|
3193 |
-
color: #
|
3194 |
}
|
3195 |
.gs-button-big {
|
3196 |
font-size: 20px;
|
@@ -3233,7 +3238,7 @@ button.gs-button.gs-error.trans:hover {
|
|
3233 |
bottom: -2px;
|
3234 |
}
|
3235 |
.gs-button-big.primary {
|
3236 |
-
background: #
|
3237 |
}
|
3238 |
.gs-button-big.primary:hover {
|
3239 |
background: #2687b9;
|
@@ -3251,7 +3256,7 @@ button.gs-button.gs-error.trans:hover {
|
|
3251 |
color: #fff;
|
3252 |
}
|
3253 |
.gs-button-big.pricing-plan:not(.trans).plan-one {
|
3254 |
-
background: #
|
3255 |
}
|
3256 |
.gs-button-big.pricing-plan:not(.trans).plan-one:hover {
|
3257 |
background: #2481b1;
|
@@ -3278,14 +3283,14 @@ button.gs-button.gs-error.trans:hover {
|
|
3278 |
background: #fff;
|
3279 |
}
|
3280 |
.gs-button-big.pricing-plan.trans.plan-one {
|
3281 |
-
color: #
|
3282 |
}
|
3283 |
.gs-button-big.pricing-plan.trans.plan-one.border {
|
3284 |
-
border: 1px solid #
|
3285 |
}
|
3286 |
.gs-button-big.pricing-plan.trans.plan-one:hover {
|
3287 |
color: #fff;
|
3288 |
-
background: #
|
3289 |
}
|
3290 |
.gs-button-big.pricing-plan.trans.plan-two {
|
3291 |
color: #f29809;
|
@@ -3365,7 +3370,7 @@ button.gs-button.gs-error.trans:hover {
|
|
3365 |
padding: 20px 30px;
|
3366 |
}
|
3367 |
.form .form-content .field-group.field-alert.gs-primary {
|
3368 |
-
background: #
|
3369 |
}
|
3370 |
.form .form-content .field-group.field-alert.gs-primary .field-label {
|
3371 |
color: #7fc2e5;
|
@@ -3375,7 +3380,7 @@ button.gs-button.gs-error.trans:hover {
|
|
3375 |
content: " ";
|
3376 |
}
|
3377 |
.form .form-content .field-group.field-alert.gs-success {
|
3378 |
-
background: #
|
3379 |
}
|
3380 |
.form .form-content .field-group.field-alert.gs-success .field-label {
|
3381 |
color: #b2dd52;
|
@@ -3398,7 +3403,7 @@ button.gs-button.gs-error.trans:hover {
|
|
3398 |
background: #fff;
|
3399 |
}
|
3400 |
.form .form-content .field-group.field-alert.white .field-label {
|
3401 |
-
color: #
|
3402 |
background: #f1f8fc;
|
3403 |
}
|
3404 |
.form .form-content .field-group.field-alert.white .field-label:before {
|
@@ -3406,7 +3411,7 @@ button.gs-button.gs-error.trans:hover {
|
|
3406 |
}
|
3407 |
.form .form-content .field-group.field-alert.white .field-input p,
|
3408 |
.form .form-content .field-group.field-alert.white .field-input p.alert-title {
|
3409 |
-
color: #
|
3410 |
}
|
3411 |
.large + div .content-wrapper .options-details:first-child {
|
3412 |
margin-top: -33px;
|
@@ -3606,12 +3611,12 @@ button.gs-button.gs-error.trans:hover {
|
|
3606 |
}
|
3607 |
.table-block table tbody tr.help:hover td .feature-label,
|
3608 |
.table-block table tbody tr.help.active td .feature-label {
|
3609 |
-
color: #
|
3610 |
background: #f9f9f9;
|
3611 |
}
|
3612 |
.table-block table tbody tr.help:hover td .feature-label:before,
|
3613 |
.table-block table tbody tr.help.active td .feature-label:before {
|
3614 |
-
color: #
|
3615 |
}
|
3616 |
.table-block table tbody tr.help:hover td:not(:first-child) i,
|
3617 |
.table-block table tbody tr.help.active td:not(:first-child) i {
|
@@ -3812,7 +3817,7 @@ footer #backToTop span {
|
|
3812 |
}
|
3813 |
footer #backToTop:hover {
|
3814 |
color: #fff;
|
3815 |
-
background: #
|
3816 |
-webkit-transform: translate(0, -20px);
|
3817 |
-ms-transform: translate(0, -20px);
|
3818 |
transform: translate(0, -20px);
|
@@ -4034,7 +4039,7 @@ footer #backToTop:hover span {
|
|
4034 |
box-shadow: none;
|
4035 |
}
|
4036 |
.app-grid .app-link-wrapper .app-badge.plan-one {
|
4037 |
-
background: #
|
4038 |
}
|
4039 |
.app-grid .app-link-wrapper .app-badge.plan-two {
|
4040 |
background: #f29809;
|
@@ -4125,7 +4130,7 @@ footer #backToTop:hover span {
|
|
4125 |
font-weight: 800;
|
4126 |
font-size: 30px;
|
4127 |
color: #fff;
|
4128 |
-
background: rgba(
|
4129 |
text-align: center;
|
4130 |
position: absolute;
|
4131 |
top: 0;
|
@@ -4190,7 +4195,7 @@ footer #backToTop:hover span {
|
|
4190 |
}
|
4191 |
.app-grid .app-link-wrapper .app-link .app-link-buttons a.gs-primary:hover {
|
4192 |
color: #fff;
|
4193 |
-
background: #
|
4194 |
}
|
4195 |
.app-grid .app-link-wrapper .app-link .app-link-buttons a.disable {
|
4196 |
color: #ccc;
|
@@ -4200,7 +4205,7 @@ footer #backToTop:hover span {
|
|
4200 |
color: #d36c65;
|
4201 |
}
|
4202 |
.app-grid .app-link-wrapper .app-link .app-link-buttons a .gs-tooltip {
|
4203 |
-
background: #
|
4204 |
padding: 9px 8px 5px;
|
4205 |
margin-left: 10px;
|
4206 |
position: absolute;
|
@@ -4472,7 +4477,7 @@ h1.app-grid-titles.filter-on span.filter-nocode {
|
|
4472 |
color: #8db13d;
|
4473 |
}
|
4474 |
h1.app-grid-titles.filter-on span.filter-primary {
|
4475 |
-
color: #
|
4476 |
}
|
4477 |
h1.app-grid-titles span.gs-tooltip > div {
|
4478 |
font-family: "Source Sans Pro", sans-serif;
|
@@ -5215,7 +5220,7 @@ header #main-nav nav > ul > li:not(.right-link) {
|
|
5215 |
position: relative;
|
5216 |
}
|
5217 |
.app-grid .app-link-wrapper .app-link .app-link-buttons a .gs-tooltip {
|
5218 |
-
background: #
|
5219 |
padding: 9px 8px 5px;
|
5220 |
margin-left: 10px;
|
5221 |
position: absolute;
|
@@ -5281,7 +5286,7 @@ header #main-nav nav > ul > li:not(.right-link) {
|
|
5281 |
color: #606060;
|
5282 |
}
|
5283 |
.gs-form .checkbox-list input:checked + span {
|
5284 |
-
color:
|
5285 |
}
|
5286 |
.gs-form.gs-small {
|
5287 |
max-width: 600px;
|
@@ -5348,4 +5353,8 @@ footer a:focus {
|
|
5348 |
color: rgba(255, 255, 255, 0.5);
|
5349 |
font-family: "FontAwesome";
|
5350 |
padding-right: 10px;
|
5351 |
-
}
|
|
|
|
|
|
|
|
406 |
display: inline-block;
|
407 |
}
|
408 |
header #logo-wrapper {
|
409 |
+
background: #262533;
|
410 |
+
padding: 19px 20px;
|
411 |
float: left;
|
412 |
}
|
413 |
+
|
414 |
+
header #logo-wrapper img {
|
415 |
+
width: 100px;
|
416 |
+
}
|
417 |
+
|
418 |
header #logo-wrapper:hover,
|
419 |
header #logo-wrapper:focus {
|
420 |
+
background: #1b1a24;
|
421 |
}
|
422 |
header #logo-wrapper:active {
|
423 |
+
background: #17161e;
|
424 |
}
|
425 |
header #main-nav {
|
426 |
width: 100%;
|
427 |
+
background: #262533;
|
428 |
position: fixed;
|
429 |
top: 0;
|
430 |
left: 0;
|
450 |
}
|
451 |
header #main-nav nav > ul > li a:hover,
|
452 |
header #main-nav nav > ul > li a:focus {
|
453 |
+
background: #1d1c27;
|
454 |
}
|
455 |
header #main-nav nav > ul > li a:active {
|
456 |
+
background: #17161e;
|
457 |
}
|
458 |
header #main-nav nav > ul > li a > i.fa-angle-down {
|
459 |
font-size: 20px;
|
460 |
+
color: #f7f7f9;
|
461 |
margin: -5px 0 -1px 3px;
|
462 |
position: relative;
|
463 |
bottom: -3px;
|
468 |
bottom: -1px;
|
469 |
}
|
470 |
header #main-nav nav > ul > li a.plan-one {
|
471 |
+
background: #02b6b3;
|
472 |
}
|
473 |
header #main-nav nav > ul > li a.plan-one:hover,
|
474 |
header #main-nav nav > ul > li a.plan-one:focus {
|
631 |
border-radius: 4px;
|
632 |
}
|
633 |
header #main-nav nav > ul > li.submenu-link .submenu a[class*="badge-"].badge-plan-one > span {
|
634 |
+
background: #02b6b3;
|
635 |
}
|
636 |
header #main-nav nav > ul > li.submenu-link .submenu a[class*="badge-"].badge-plan-two > span {
|
637 |
background: #f29809;
|
724 |
border-radius: 4px;
|
725 |
}
|
726 |
header #main-nav nav > ul > li#store-nav li.tier-counter .badge > span.one {
|
727 |
+
background: #02b6b3;
|
728 |
}
|
729 |
header #main-nav nav > ul > li#store-nav li.tier-counter .badge > span.two {
|
730 |
background: #f29809;
|
1129 |
}
|
1130 |
.alert-block.inline {
|
1131 |
max-width: 800px;
|
1132 |
+
color: #02b6b3;
|
1133 |
border-left-width: 90px;
|
1134 |
border-left-style: solid;
|
1135 |
+
border-left-color: #02b6b3;
|
1136 |
text-align: left;
|
1137 |
padding-right: 30px;
|
1138 |
margin: 0 auto 30px;
|
1169 |
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.13);
|
1170 |
}
|
1171 |
.alert-block.gs-primary {
|
1172 |
+
background: #02b6b3;
|
1173 |
}
|
1174 |
.alert-block.gs-primary.inline {
|
1175 |
border-left-color: #2687b9;
|
1176 |
}
|
1177 |
.alert-block.gs-primary .alert-info:before {
|
1178 |
+
content: "\f00c";
|
1179 |
color: rgba(255, 255, 255, 0.5);
|
1180 |
}
|
1181 |
.alert-block.gs-primary .alert-info a {
|
1195 |
}
|
1196 |
.alert-block.default-gs-primary .alert-info:before {
|
1197 |
content: " ";
|
1198 |
+
color: #02b6b3;
|
1199 |
}
|
1200 |
.alert-block.default-gs-primary .alert-info a {
|
1201 |
+
background: #02b6b3;
|
1202 |
}
|
1203 |
.alert-block.default-gs-primary .alert-info a:hover {
|
1204 |
background: #2481b1;
|
1205 |
}
|
1206 |
.alert-block.default-gs-primary p {
|
1207 |
+
color: #02b6b3;
|
1208 |
}
|
1209 |
.alert-block.default-gs-primary p:not(.alert-title) {
|
1210 |
color: #5db2de;
|
1211 |
}
|
1212 |
.alert-block.gs-success {
|
1213 |
+
background: #02b6b3;
|
1214 |
}
|
1215 |
.alert-block.gs-success.inline {
|
1216 |
+
border-left-color: #029d9a;
|
1217 |
}
|
1218 |
.alert-block.gs-success .alert-info:before {
|
1219 |
+
content: "\f058";
|
1220 |
color: rgba(255, 255, 255, 0.5);
|
1221 |
}
|
1222 |
.alert-block.gs-success .alert-info a {
|
1235 |
border-bottom: 1px solid #c9e785;
|
1236 |
}
|
1237 |
.alert-block.default-gs-success .alert-info:before {
|
1238 |
+
content: "\f058";
|
1239 |
+
color: #02b6b3;
|
1240 |
}
|
1241 |
.alert-block.default-gs-success .alert-info a {
|
1242 |
+
background: #02b6b3;
|
1243 |
}
|
1244 |
.alert-block.default-gs-success .alert-info a:hover {
|
1245 |
background: #65851b;
|
1246 |
}
|
1247 |
.alert-block.default-gs-success p {
|
1248 |
+
color: #02b6b3;
|
1249 |
}
|
1250 |
.alert-block.default-gs-success p:not(.alert-title) {
|
1251 |
color: #a3d630;
|
1548 |
margin-bottom: 15px;
|
1549 |
}
|
1550 |
.modal-wrapper .gs-modal .text-block p span {
|
1551 |
+
color: #02b6b3;
|
1552 |
}
|
1553 |
.modal-wrapper .gs-modal .status-icon {
|
1554 |
width: 70px;
|
1704 |
}
|
1705 |
form h4,
|
1706 |
div.gs-form h4 {
|
1707 |
+
color: #02b6b3;
|
1708 |
margin-bottom: 10px;
|
1709 |
}
|
1710 |
form p,
|
1749 |
font-size: 25px;
|
1750 |
font-weight: 600;
|
1751 |
color: #fff;
|
1752 |
+
background: #02b6b3;
|
1753 |
text-align: center;
|
1754 |
padding-top: 3px;
|
1755 |
display: inline-block;
|
1767 |
div.gs-form label.required:before {
|
1768 |
font-family: "FontAwesome";
|
1769 |
font-size: 10px;
|
1770 |
+
color: #02b6b3;
|
1771 |
content: " ";
|
1772 |
display: inline-block;
|
1773 |
position: absolute;
|
1806 |
div.gs-form input:not([type="submit"]):focus,
|
1807 |
div.gs-form select:focus,
|
1808 |
div.gs-form textarea:focus {
|
1809 |
+
border-color: #02b6b3;
|
1810 |
box-shadow: inset 0 0 3px #b2daef;
|
1811 |
}
|
1812 |
form input:not([type="submit"])::-webkit-input-placeholder,
|
2066 |
div.gs-form .form-content .field-group .field-input .input-wrap ul.chosen-choices .search-choice {
|
2067 |
font-size: 16px;
|
2068 |
color: #fff;
|
2069 |
+
background: #02b6b3;
|
2070 |
border: none;
|
2071 |
padding: 7px 26px 7px 11px;
|
2072 |
box-shadow: none;
|
2112 |
font-size: 16px;
|
2113 |
font-weight: bold;
|
2114 |
color: #fff;
|
2115 |
+
background: #02b6b3;
|
2116 |
content: counter(step-counter);
|
2117 |
padding: 1px 6px 3px;
|
2118 |
position: absolute;
|
2184 |
}
|
2185 |
form .form-content .field-group .field-input .input-alert-message.gs-primary,
|
2186 |
div.gs-form .form-content .field-group .field-input .input-alert-message.gs-primary {
|
2187 |
+
color: #02b6b3;
|
2188 |
}
|
2189 |
form .form-content .field-group .field-input .input-alert-message.gs-primary:before,
|
2190 |
div.gs-form .form-content .field-group .field-input .input-alert-message.gs-primary:before {
|
2191 |
+
background: #02b6b3;
|
2192 |
content: " ";
|
2193 |
}
|
2194 |
form .form-content .field-group .field-input .input-alert-message.gs-success,
|
2195 |
div.gs-form .form-content .field-group .field-input .input-alert-message.gs-success {
|
2196 |
+
color: #02b6b3;
|
2197 |
}
|
2198 |
form .form-content .field-group .field-input .input-alert-message.gs-success:before,
|
2199 |
div.gs-form .form-content .field-group .field-input .input-alert-message.gs-success:before {
|
2200 |
+
background: #02b6b3;
|
2201 |
content: " ";
|
2202 |
}
|
2203 |
form .form-content .field-group .field-input .input-alert-message.gs-error,
|
2257 |
}
|
2258 |
form .form-content .field-group .field-note.alert-note.gs-primary,
|
2259 |
div.gs-form .form-content .field-group .field-note.alert-note.gs-primary {
|
2260 |
+
color: #02b6b3;
|
2261 |
background: #dceef8;
|
2262 |
}
|
2263 |
form .form-content .field-group .field-note.alert-note.gs-success,
|
2264 |
div.gs-form .form-content .field-group .field-note.alert-note.gs-success {
|
2265 |
+
color: #02b6b3;
|
2266 |
background: #dcefb0;
|
2267 |
}
|
2268 |
form .form-content .field-group .field-note.alert-note.gs-error,
|
2605 |
div.gs-form .form-content .field-grid.field-grid-table .field-label a {
|
2606 |
font-size: 16px;
|
2607 |
font-weight: 600;
|
2608 |
+
color: #02b6b3;
|
2609 |
}
|
2610 |
form .form-content .field-grid.field-grid-table .field-label a:hover,
|
2611 |
form .form-content .field-grid.field-grid-table .field-label a:focus,
|
2642 |
}
|
2643 |
form .form-button-group .form-button-status .gs-primary + p,
|
2644 |
div.gs-form .form-button-group .form-button-status .gs-primary + p {
|
2645 |
+
color: #02b6b3;
|
2646 |
}
|
2647 |
form .form-button-group .form-button-status .gs-success + p,
|
2648 |
div.gs-form .form-button-group .form-button-status .gs-success + p {
|
2649 |
+
color: #02b6b3;
|
2650 |
}
|
2651 |
form .form-button-group .form-button-status .gs-error + p,
|
2652 |
div.gs-form .form-button-group .form-button-status .gs-error + p {
|
2676 |
form .extra-notes .fa-asterisk,
|
2677 |
div.gs-form .extra-notes .fa-asterisk {
|
2678 |
font-size: 16px;
|
2679 |
+
color: #02b6b3;
|
2680 |
}
|
2681 |
.edit_exclusion + .edit_exclusion,
|
2682 |
.new_exclusion {
|
2731 |
color: #606060;
|
2732 |
}
|
2733 |
.gs-button.dark:hover {
|
2734 |
+
color: #02b6b3;
|
2735 |
}
|
2736 |
.gs-button.grey {
|
2737 |
color: #606060;
|
2816 |
}
|
2817 |
.gs-button.dropdown.filled {
|
2818 |
color: #fff;
|
2819 |
+
background: #02b6b3;
|
2820 |
+
border-color: #02b6b3;
|
2821 |
}
|
2822 |
.gs-button.dropdown.filled i {
|
2823 |
color: #88c6e6;
|
2828 |
}
|
2829 |
.gs-button.dropdown.active {
|
2830 |
color: #606060;
|
2831 |
+
border-color: #02b6b3;
|
2832 |
box-shadow: inset 0 0 3px #b2daef;
|
2833 |
}
|
2834 |
.gs-button.dropdown.active i {
|
2856 |
transition: all 200ms;
|
2857 |
}
|
2858 |
.gs-button.pricing-plan.plan-one {
|
2859 |
+
background: #02b6b3, #f29809, #dd5a7c, #9a58e6;
|
2860 |
}
|
2861 |
.gs-button.pricing-plan.plan-two {
|
2862 |
+
background: #02b6b3, #f29809, #dd5a7c, #9a58e6;
|
2863 |
}
|
2864 |
.gs-button.pricing-plan.plan-three {
|
2865 |
+
background: #02b6b3, #f29809, #dd5a7c, #9a58e6;
|
2866 |
}
|
2867 |
.gs-button.pricing-plan.plan-four {
|
2868 |
+
background: #02b6b3, #f29809, #dd5a7c, #9a58e6;
|
2869 |
}
|
2870 |
.gs-button.gs-primary:not(.trans) {
|
2871 |
+
background: #02b6b3;
|
2872 |
}
|
2873 |
.gs-button.gs-primary.trans {
|
2874 |
+
color: #02b6b3;
|
2875 |
}
|
2876 |
.gs-button.gs-primary.trans.border {
|
2877 |
+
border-color: #02b6b3;
|
2878 |
}
|
2879 |
.gs-button.gs-success:not(.trans) {
|
2880 |
+
background: #02b6b3;
|
2881 |
}
|
2882 |
.gs-button.gs-success:hover:not(.trans) {
|
2883 |
color: #FFFFFF;
|
2884 |
}
|
2885 |
.gs-button.gs-success.trans {
|
2886 |
+
color: #02b6b3;
|
2887 |
}
|
2888 |
.gs-button.gs-success.trans.border {
|
2889 |
+
border-color: #02b6b3;
|
2890 |
}
|
2891 |
.gs-button.gs-error:not(.trans) {
|
2892 |
background: #d36c65;
|
2928 |
a.gs-button.dark:hover,
|
2929 |
input.gs-button.dark:hover,
|
2930 |
button.gs-button.dark:hover {
|
2931 |
+
color: #02b6b3;
|
2932 |
}
|
2933 |
a.gs-button.pricing-plan.plan-one:hover,
|
2934 |
input.gs-button.pricing-plan.plan-one:hover,
|
2958 |
a.gs-button.gs-primary.trans:hover,
|
2959 |
input.gs-button.gs-primary.trans:hover,
|
2960 |
button.gs-button.gs-primary.trans:hover {
|
2961 |
+
border-color: #02b6b3;
|
2962 |
}
|
2963 |
a.gs-button.gs-success:not(.trans):hover,
|
2964 |
input.gs-button.gs-success:not(.trans):hover,
|
2965 |
button.gs-button.gs-success:not(.trans):hover {
|
2966 |
+
background: #029d9a;
|
2967 |
}
|
2968 |
a.gs-button.gs-success.trans:hover,
|
2969 |
input.gs-button.gs-success.trans:hover,
|
2970 |
button.gs-button.gs-success.trans:hover {
|
2971 |
+
border-color: #02b6b3;
|
2972 |
}
|
2973 |
a.gs-button.gs-error:not(.trans):hover,
|
2974 |
input.gs-button.gs-error:not(.trans):hover,
|
3010 |
transform: translate(-32px, 0);
|
3011 |
}
|
3012 |
.checkbox input:checked + .checkbox-btn.gs-primary {
|
3013 |
+
background: #02b6b3;
|
3014 |
}
|
3015 |
.checkbox input:checked + .checkbox-btn.gs-success {
|
3016 |
+
background: #02b6b3;
|
3017 |
}
|
3018 |
.checkbox input:checked + .checkbox-btn.gs-error {
|
3019 |
background: #d36c65;
|
3032 |
}
|
3033 |
.checkbox input:hover:checked + .checkbox-btn.gs-success,
|
3034 |
.checkbox input:focus:checked + .checkbox-btn.gs-success {
|
3035 |
+
background: #029d9a;
|
3036 |
}
|
3037 |
.checkbox input:hover:checked + .checkbox-btn.gs-error,
|
3038 |
.checkbox input:focus:checked + .checkbox-btn.gs-error {
|
3189 |
.toggle a.active {
|
3190 |
font-weight: 600;
|
3191 |
color: #fff !important;
|
3192 |
+
background: #02b6b3;
|
3193 |
pointer-events: none;
|
3194 |
cursor: default !important;
|
3195 |
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
|
3196 |
}
|
3197 |
.toggle a:hover {
|
3198 |
+
color: #02b6b3;
|
3199 |
}
|
3200 |
.gs-button-big {
|
3201 |
font-size: 20px;
|
3238 |
bottom: -2px;
|
3239 |
}
|
3240 |
.gs-button-big.primary {
|
3241 |
+
background: #02b6b3;
|
3242 |
}
|
3243 |
.gs-button-big.primary:hover {
|
3244 |
background: #2687b9;
|
3256 |
color: #fff;
|
3257 |
}
|
3258 |
.gs-button-big.pricing-plan:not(.trans).plan-one {
|
3259 |
+
background: #02b6b3;
|
3260 |
}
|
3261 |
.gs-button-big.pricing-plan:not(.trans).plan-one:hover {
|
3262 |
background: #2481b1;
|
3283 |
background: #fff;
|
3284 |
}
|
3285 |
.gs-button-big.pricing-plan.trans.plan-one {
|
3286 |
+
color: #02b6b3;
|
3287 |
}
|
3288 |
.gs-button-big.pricing-plan.trans.plan-one.border {
|
3289 |
+
border: 1px solid #02b6b3;
|
3290 |
}
|
3291 |
.gs-button-big.pricing-plan.trans.plan-one:hover {
|
3292 |
color: #fff;
|
3293 |
+
background: #02b6b3;
|
3294 |
}
|
3295 |
.gs-button-big.pricing-plan.trans.plan-two {
|
3296 |
color: #f29809;
|
3370 |
padding: 20px 30px;
|
3371 |
}
|
3372 |
.form .form-content .field-group.field-alert.gs-primary {
|
3373 |
+
background: #02b6b3;
|
3374 |
}
|
3375 |
.form .form-content .field-group.field-alert.gs-primary .field-label {
|
3376 |
color: #7fc2e5;
|
3380 |
content: " ";
|
3381 |
}
|
3382 |
.form .form-content .field-group.field-alert.gs-success {
|
3383 |
+
background: #02b6b3;
|
3384 |
}
|
3385 |
.form .form-content .field-group.field-alert.gs-success .field-label {
|
3386 |
color: #b2dd52;
|
3403 |
background: #fff;
|
3404 |
}
|
3405 |
.form .form-content .field-group.field-alert.white .field-label {
|
3406 |
+
color: #02b6b3;
|
3407 |
background: #f1f8fc;
|
3408 |
}
|
3409 |
.form .form-content .field-group.field-alert.white .field-label:before {
|
3411 |
}
|
3412 |
.form .form-content .field-group.field-alert.white .field-input p,
|
3413 |
.form .form-content .field-group.field-alert.white .field-input p.alert-title {
|
3414 |
+
color: #02b6b3;
|
3415 |
}
|
3416 |
.large + div .content-wrapper .options-details:first-child {
|
3417 |
margin-top: -33px;
|
3611 |
}
|
3612 |
.table-block table tbody tr.help:hover td .feature-label,
|
3613 |
.table-block table tbody tr.help.active td .feature-label {
|
3614 |
+
color: #02b6b3;
|
3615 |
background: #f9f9f9;
|
3616 |
}
|
3617 |
.table-block table tbody tr.help:hover td .feature-label:before,
|
3618 |
.table-block table tbody tr.help.active td .feature-label:before {
|
3619 |
+
color: #02b6b3;
|
3620 |
}
|
3621 |
.table-block table tbody tr.help:hover td:not(:first-child) i,
|
3622 |
.table-block table tbody tr.help.active td:not(:first-child) i {
|
3817 |
}
|
3818 |
footer #backToTop:hover {
|
3819 |
color: #fff;
|
3820 |
+
background: #02b6b3;
|
3821 |
-webkit-transform: translate(0, -20px);
|
3822 |
-ms-transform: translate(0, -20px);
|
3823 |
transform: translate(0, -20px);
|
4039 |
box-shadow: none;
|
4040 |
}
|
4041 |
.app-grid .app-link-wrapper .app-badge.plan-one {
|
4042 |
+
background: #02b6b3;
|
4043 |
}
|
4044 |
.app-grid .app-link-wrapper .app-badge.plan-two {
|
4045 |
background: #f29809;
|
4130 |
font-weight: 800;
|
4131 |
font-size: 30px;
|
4132 |
color: #fff;
|
4133 |
+
background: rgba(120, 101, 158, 0.9);
|
4134 |
text-align: center;
|
4135 |
position: absolute;
|
4136 |
top: 0;
|
4195 |
}
|
4196 |
.app-grid .app-link-wrapper .app-link .app-link-buttons a.gs-primary:hover {
|
4197 |
color: #fff;
|
4198 |
+
background: #02b6b3;
|
4199 |
}
|
4200 |
.app-grid .app-link-wrapper .app-link .app-link-buttons a.disable {
|
4201 |
color: #ccc;
|
4205 |
color: #d36c65;
|
4206 |
}
|
4207 |
.app-grid .app-link-wrapper .app-link .app-link-buttons a .gs-tooltip {
|
4208 |
+
background: #02b6b3;
|
4209 |
padding: 9px 8px 5px;
|
4210 |
margin-left: 10px;
|
4211 |
position: absolute;
|
4477 |
color: #8db13d;
|
4478 |
}
|
4479 |
h1.app-grid-titles.filter-on span.filter-primary {
|
4480 |
+
color: #02b6b3;
|
4481 |
}
|
4482 |
h1.app-grid-titles span.gs-tooltip > div {
|
4483 |
font-family: "Source Sans Pro", sans-serif;
|
5220 |
position: relative;
|
5221 |
}
|
5222 |
.app-grid .app-link-wrapper .app-link .app-link-buttons a .gs-tooltip {
|
5223 |
+
background: #02b6b3;
|
5224 |
padding: 9px 8px 5px;
|
5225 |
margin-left: 10px;
|
5226 |
position: absolute;
|
5286 |
color: #606060;
|
5287 |
}
|
5288 |
.gs-form .checkbox-list input:checked + span {
|
5289 |
+
color: ;
|
5290 |
}
|
5291 |
.gs-form.gs-small {
|
5292 |
max-width: 600px;
|
5353 |
color: rgba(255, 255, 255, 0.5);
|
5354 |
font-family: "FontAwesome";
|
5355 |
padding-right: 10px;
|
5356 |
+
}
|
5357 |
+
|
5358 |
+
input[type=radio][name=gs-place]:checked:before, input[type=radio][name=gs-place-follow]:checked:before {
|
5359 |
+
background-color: #02b6b3;
|
5360 |
+
}
|
img/getsocial-app-logo.png
CHANGED
Binary file
|
js/create_popover.js
CHANGED
@@ -24,17 +24,17 @@ jQuery( document ).ready(function($) {
|
|
24 |
}
|
25 |
|
26 |
function viewable() {
|
27 |
-
|
28 |
jQuery("#toplevel_page_wp-share-buttons-analytics-by-getsocial-init").each(function(i, el) {
|
29 |
-
|
30 |
var el = jQuery(el);
|
31 |
-
|
32 |
if (isScrolledIntoView(el)) {
|
33 |
jQuery("#getsocial-onboarding-popup").removeClass("gs-menu-hidden");
|
34 |
} else {
|
35 |
jQuery("#getsocial-onboarding-popup").addClass("gs-menu-hidden");
|
36 |
}
|
37 |
-
});
|
38 |
}
|
39 |
|
40 |
jQuery(window).scroll(function() {
|
24 |
}
|
25 |
|
26 |
function viewable() {
|
27 |
+
|
28 |
jQuery("#toplevel_page_wp-share-buttons-analytics-by-getsocial-init").each(function(i, el) {
|
29 |
+
|
30 |
var el = jQuery(el);
|
31 |
+
|
32 |
if (isScrolledIntoView(el)) {
|
33 |
jQuery("#getsocial-onboarding-popup").removeClass("gs-menu-hidden");
|
34 |
} else {
|
35 |
jQuery("#getsocial-onboarding-popup").addClass("gs-menu-hidden");
|
36 |
}
|
37 |
+
});
|
38 |
}
|
39 |
|
40 |
jQuery(window).scroll(function() {
|
lib/gs.php
CHANGED
@@ -2,11 +2,11 @@
|
|
2 |
|
3 |
class GS {
|
4 |
|
5 |
-
public $plugin_version = "4.
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
|
11 |
function __construct($api_key, $identifier, $lang) {
|
12 |
$this->api_key = $api_key;
|
2 |
|
3 |
class GS {
|
4 |
|
5 |
+
public $plugin_version = "4.1";
|
6 |
+
private $gs_url = "https://api.at.getsocial.io";
|
7 |
+
private $gs_account = "https://getsocial.io";
|
8 |
+
private $gs_url_api = "//api.at.getsocial.io";
|
9 |
+
public $api_url = "https://getsocial.io/api/v1/";
|
10 |
|
11 |
function __construct($api_key, $identifier, $lang) {
|
12 |
$this->api_key = $api_key;
|
lib/onboarding_popup.php
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
$parse_uri = explode( 'wp-content', $_SERVER['SCRIPT_FILENAME'] );
|
4 |
require_once( $parse_uri[0] . 'wp-load.php' );
|
5 |
$plugin_url = admin_url() . '?page=wp-share-buttons-analytics-by-getsocial%2Finit.php';
|
@@ -51,7 +51,7 @@ $plugin_url = admin_url() . '?page=wp-share-buttons-analytics-by-getsocial%2Fini
|
|
51 |
font-size: 16px;
|
52 |
font-weight: 600;
|
53 |
color: #fff;
|
54 |
-
background: #
|
55 |
text-align: center;
|
56 |
border-radius: 4px 4px 0 0;
|
57 |
padding: 12px 25px;
|
@@ -78,7 +78,7 @@ $plugin_url = admin_url() . '?page=wp-share-buttons-analytics-by-getsocial%2Fini
|
|
78 |
}
|
79 |
.gs-sidebar-tooltip a:not(.gs-close-tooltip){
|
80 |
color: #fff !important;
|
81 |
-
background: #
|
82 |
margin-right: 8px;
|
83 |
}
|
84 |
.gs-sidebar-tooltip a:not(.gs-close-tooltip):hover, .gs-sidebar-tooltip a:not(.gs-close-tooltip):focus{
|
@@ -106,11 +106,11 @@ $plugin_url = admin_url() . '?page=wp-share-buttons-analytics-by-getsocial%2Fini
|
|
106 |
</style>
|
107 |
</head>
|
108 |
<body>
|
109 |
-
<div id="getsocial-onboarding-popup" class="gs-sidebar-tooltip">
|
110 |
<div class="gs-sidebar-tooltip-title">Welcome to GetSocial!</div>
|
111 |
<p>Thanks for installing <strong>GetSocial.io</strong>, the plugin that grows your traffic, shares and subscribers on WordPress.</p>
|
112 |
<p>Here’s a quick video on how to install and use GetSocial:</p>
|
113 |
-
|
114 |
<div class="gs-sidebar-tooltip-video">
|
115 |
<iframe src="https://www.youtube.com/embed/wDZvmwHk6FA" frameborder="0" allowfullscreen></iframe>
|
116 |
</div>
|
1 |
+
<?php
|
2 |
+
|
3 |
$parse_uri = explode( 'wp-content', $_SERVER['SCRIPT_FILENAME'] );
|
4 |
require_once( $parse_uri[0] . 'wp-load.php' );
|
5 |
$plugin_url = admin_url() . '?page=wp-share-buttons-analytics-by-getsocial%2Finit.php';
|
51 |
font-size: 16px;
|
52 |
font-weight: 600;
|
53 |
color: #fff;
|
54 |
+
background: #02b6b3;
|
55 |
text-align: center;
|
56 |
border-radius: 4px 4px 0 0;
|
57 |
padding: 12px 25px;
|
78 |
}
|
79 |
.gs-sidebar-tooltip a:not(.gs-close-tooltip){
|
80 |
color: #fff !important;
|
81 |
+
background: #02b6b3;
|
82 |
margin-right: 8px;
|
83 |
}
|
84 |
.gs-sidebar-tooltip a:not(.gs-close-tooltip):hover, .gs-sidebar-tooltip a:not(.gs-close-tooltip):focus{
|
106 |
</style>
|
107 |
</head>
|
108 |
<body>
|
109 |
+
<div id="getsocial-onboarding-popup" class="gs-sidebar-tooltip">
|
110 |
<div class="gs-sidebar-tooltip-title">Welcome to GetSocial!</div>
|
111 |
<p>Thanks for installing <strong>GetSocial.io</strong>, the plugin that grows your traffic, shares and subscribers on WordPress.</p>
|
112 |
<p>Here’s a quick video on how to install and use GetSocial:</p>
|
113 |
+
|
114 |
<div class="gs-sidebar-tooltip-video">
|
115 |
<iframe src="https://www.youtube.com/embed/wDZvmwHk6FA" frameborder="0" allowfullscreen></iframe>
|
116 |
</div>
|
readme.txt
CHANGED
@@ -1,58 +1,58 @@
|
|
1 |
-
=== Social
|
2 |
-
Contributors: GetSocial.io, joaoromao
|
3 |
-
Tags: share buttons, social
|
4 |
Requires at least: 3.0
|
5 |
-
Tested up to: 4.9.
|
6 |
-
Stable tag: 4.
|
7 |
|
8 |
-
Share Buttons
|
9 |
|
10 |
== Description ==
|
11 |
|
12 |
-
**
|
13 |
|
14 |
-
|
15 |
|
16 |
-
With GetSocial you get **
|
17 |
|
18 |
-
<a href="https://getsocial.io/?utm_source=plugin_listings&utm_medium=wordpress&utm_campaign=app_listing">GetSocial.io</a> provides you with a social plugin that will help you have the upper hand in the super competitive world of social media. We have 18 tools that require no code to install.
|
19 |
|
20 |
<h4>Why our users recommend us:</h4>
|
21 |
-
- Fantastic design
|
22 |
-
- Easy to install and use (no code needed)
|
23 |
- Doesn’t impact page loading speed
|
24 |
- World-class support
|
25 |
- Real-time social analytics
|
26 |
- We don't sell your data to third-party services
|
27 |
|
28 |
-
**Used by companies like Adobe, Sky Media,
|
29 |
|
30 |
> *“GetSocial’s team has been incredibly helpful during and after we implemented their platform on our website. They are always collecting feedback and improving their product based on our needs.”* - **Giselle Abramovich, Senior and Strategic editor, CMO.com by Adobe**
|
31 |
|
32 |
> *“GetSocial made our lives easier with Social Sharing Analytics and boosted client's confidence in our services. GetSocial has a subscription model tailor-made for agencies that provides flexibility at a great price.”* - **Harish Kumar, Director of Web and Apps Services, Position2**
|
33 |
|
34 |
-
<h3>Here’s a list of our features, divided by categories:</h3>
|
35 |
|
36 |
-
<h4>Analytics and Automation</h4>
|
37 |
|
38 |
-
- **Real-Time Analytics**: Our analytics lets you understand, in real-time, how much social traffic each network is driving to your website and identify the best content to feature and promote on social media.
|
39 |
- **Virality Alerts**: Know when the pages of your website are getting viral.
|
40 |
-
- **Dark Social
|
41 |
- **Virality Score**: Always know the pages that generate the most organic traffic.
|
42 |
-
- **Social Automation**:
|
43 |
|
44 |
|
45 |
-
<h4>
|
46 |
|
47 |
-
* **Horizontal Follow + Floating Share
|
48 |
|
49 |
-
* **Native Sharing
|
50 |
|
51 |
-
* **Mobile Share
|
52 |
|
53 |
-
* **Floating and Horizontal Total
|
54 |
|
55 |
-
* **Image
|
56 |
|
57 |
|
58 |
<h4>Smart Pop-ups</h4><br>
|
@@ -65,7 +65,7 @@ With GetSocial you get **social share buttons** to increase your reach and boost
|
|
65 |
|
66 |
<h4>Tracking and Integrations</h4><br>
|
67 |
|
68 |
-
* **Copy & Paste Share Tracking:** <a href="https://econsultancy.com/blog/67529-the-rise-of-dark-social-everything-you-need-to-know/">More than 60% of shares can’t be tracked by regular analytics platforms.</a> With this feature, you’ll know when your visitors share through SMS, Email, Messaging Apps (WhatsApp, Messenger, iMessage, etc.) or via Copy & Pasting Links (Dark Social), allowing you to learn the real Return on Investment for your content and which channels are contributing the most for your traffic.
|
69 |
|
70 |
* **Google Analytics Integration:** Merge the data obtain by GetSocial with the powerful Google Analytics so you can track your conversions from when someone clicks a friend’s share to the moment a purchase or objective is met.
|
71 |
|
@@ -90,9 +90,9 @@ For a manual installation:
|
|
90 |
|
91 |
**What is GetSocial?**
|
92 |
|
93 |
-
GetSocial is a Social Tools and Analytics platform that helps websites increase their traffic, shares, followers and conversions. It can be easily installed on a WordPress website without requiring code.
|
94 |
|
95 |
-
There are a total of 18 apps across 4 categories:
|
96 |
|
97 |
**How do I install GetSocial?**
|
98 |
|
@@ -100,7 +100,7 @@ Through our WordPress Plugin, all apps are available code free, which means you'
|
|
100 |
|
101 |
**What support options do you provide?**
|
102 |
|
103 |
-
|
104 |
|
105 |
**Is there someone I can talk about GetSocial?**
|
106 |
|
@@ -110,15 +110,15 @@ Sure, we’re always here to help. You can contact us at support@getsocial.io or
|
|
110 |
|
111 |
<h4>These are the short codes available:</h4>
|
112 |
|
113 |
-
*
|
114 |
|
115 |
* Follow Bar: [getsocial app=“follow_bar”]
|
116 |
|
117 |
-
* Native Bar: [getsocial app="native_bar"]
|
118 |
|
119 |
-
* Big Total
|
120 |
|
121 |
-
* Reaction Buttons: [getsocial app="reaction_buttons"]
|
122 |
|
123 |
**What is the difference between the Tools Plan and the Expand Plans?**
|
124 |
|
@@ -126,15 +126,15 @@ The Tools plan is focused on providing professional share buttons to your websit
|
|
126 |
|
127 |
|
128 |
<h4>List of Features</h4>
|
129 |
-
- Horizontal & FLoating Share
|
130 |
- Hello Buddy, the intelligent popup
|
131 |
-
- Native
|
132 |
- Welcome Bar
|
133 |
- Horizontal & Floating Follow Bar
|
134 |
-
- Reaction Buttons
|
135 |
-
- Mobile Share & Follow Bar
|
136 |
-
- Image Sharing
|
137 |
-
- Total
|
138 |
- Copy Paste Share Tracking
|
139 |
- Google Analytics Integration
|
140 |
- Subscriber Bar (List Builder)
|
@@ -146,7 +146,7 @@ The Tools plan is focused on providing professional share buttons to your websit
|
|
146 |
|
147 |
We do. Depending on the plan you selected, your website will be subject to a specific visits limit.
|
148 |
|
149 |
-
**Tools Plan:** The Pro plan makes all the tools available and has a limit of 50,000 visits per month and costs $9 per month or $99 per year. After reaching this limit we'll charge $5 for every 50,000 new visits. You can opt-out from the extra-visits packages on the Site Options area. If you do, we'll stop serving our apps once the limit is reached.
|
150 |
|
151 |
**Standard Plan:** The Standard plan is the first of our plans with social analytics. It has a limit of 500,000 visits/month and costs $185 per month. This plan is great for small websites that want to invest on social media and content.
|
152 |
|
@@ -211,7 +211,7 @@ GetSocial services or applications subscriptions, advertising or any other kind
|
|
211 |
|
212 |
**Is there a free plan?**
|
213 |
|
214 |
-
No, there is not.
|
215 |
|
216 |
== Screenshots ==
|
217 |
|
@@ -226,6 +226,10 @@ No, there is not.
|
|
226 |
9. Analytics for your Social Bars
|
227 |
|
228 |
== Changelog ==
|
|
|
|
|
|
|
|
|
229 |
**4.0.4**
|
230 |
|
231 |
- Changes for the new GetSocial Pricing Plans
|
@@ -319,8 +323,8 @@ No, there is not.
|
|
319 |
- Added multi-share bar feature, allowing for independent share bars in the same page
|
320 |
- Added a new uninstall hook
|
321 |
- Added new networks: yummly, flickr, rss
|
322 |
-
- Improved Pinterest Sharing (Pin All Images)
|
323 |
-
- Improved Image Sharing
|
324 |
|
325 |
**2.7.2**
|
326 |
|
@@ -329,7 +333,7 @@ No, there is not.
|
|
329 |
|
330 |
**2.7.1**
|
331 |
|
332 |
-
- Added new pricing
|
333 |
|
334 |
**2.7**
|
335 |
|
@@ -337,7 +341,7 @@ No, there is not.
|
|
337 |
|
338 |
**2.6**
|
339 |
|
340 |
-
- Added Image Sharing app, performance apps, bug fixes and Google Analytics Integration
|
341 |
|
342 |
**2.5**
|
343 |
|
@@ -345,40 +349,40 @@ No, there is not.
|
|
345 |
|
346 |
**2.4.3**
|
347 |
|
348 |
-
- Bug fix for pages containing posts. The
|
349 |
|
350 |
**2.4.2**
|
351 |
|
352 |
-
- Setting to select if buttons appear on pages or/and pages
|
353 |
- Deactivate app from Wordpress plugin
|
354 |
|
355 |
**2.4.1**
|
356 |
|
357 |
-
- Easy way to add
|
358 |
|
359 |
**2.4**
|
360 |
|
361 |
-
- New Plugin UI.
|
362 |
|
363 |
**2.3**
|
364 |
|
365 |
-
- Added Subscriber Bar App.
|
366 |
|
367 |
**2.2**
|
368 |
|
369 |
-
- Added Welcome Bar App.
|
370 |
|
371 |
**2.1**
|
372 |
|
373 |
-
- Added Big Total
|
374 |
|
375 |
**2.0.1**
|
376 |
|
377 |
-
- Added Short codes
|
378 |
|
379 |
**2.0.0**
|
380 |
|
381 |
-
- New Social Apps
|
382 |
- Old template removed
|
383 |
- New Universal Template
|
384 |
|
@@ -398,7 +402,7 @@ No, there is not.
|
|
398 |
**1.1**
|
399 |
|
400 |
- Create account without leaving the plugin
|
401 |
-
- Add Floating
|
402 |
- Basic Analytics available
|
403 |
|
404 |
**1.0.1**
|
1 |
+
=== Share Buttons, Social Sharing & Analytics WordPress Plugin - GetSocial.io ===
|
2 |
+
Contributors: sharebuttons, socialsharing, socialshare, socialbuttons, socialtools, socialanalytics, GetSocial.io, joaoromao
|
3 |
+
Tags: share buttons, social sharing, social analytics, share, social media, social, sharing, analytics, button, facebook share, facebook button, like button, tweet button, twitter share, pinterest share, pin button, floating buttons, share, share button, share links, shareaholic, sharethis, social media, social bookmarking, social buttons, social plugin, social share buttons, mobile share bar, mobile sharing, top bar, welcome bar, hello bar, follow buttons, instagram, youtube, increase followers, increase shares, increase traffic, copy paste shares, google analytics integration, yummly, flickr, rss, mailchimp, popup, list builder, infusion soft, bitly, exit intent, time on page, automatic popup, fly-in, exit popup, popup builder, share popup, wordpress popup, subscribe popup, popup on exit, reaction buttons, reactions, reaction bar, virality alerts, alerts, dark social, scheduling, scheduler, automatic social media, automation, automatic facebook, addthis, addtoany, shortener, url shortener, link shortener
|
4 |
Requires at least: 3.0
|
5 |
+
Tested up to: 4.9.6
|
6 |
+
Stable tag: 4.1
|
7 |
|
8 |
+
Share Buttons and Analytics. Easy WordPress Social Sharing for 30+ social networks.
|
9 |
|
10 |
== Description ==
|
11 |
|
12 |
+
** Share Buttons, Social Sharing & Analytics WordPress Plugin by <a href="https://getsocial.io/?utm_source=plugin_listings&utm_medium=wordpress&utm_campaign=app_listing">GetSocial.io</a> is a set a Social Tools that help you increase traffic, increase social shares and conversions.**
|
13 |
|
14 |
+
Social Media is very important to increase traffic on your website and Social Sharing is a very good organic way to achieve that. Our WordPress Share Plugin helps you get traffic from Social Media and our users love it: **<a href="https://wordpress.org/support/view/plugin-reviews/wp-share-buttons-analytics-by-getsocial?filter=5">Just look at what they are saying about us.</a>**
|
15 |
|
16 |
+
With GetSocial you get **Share Buttons** to increase your reach and boost your traffic, pop-ups to engage with your visitors, subscriber bars to generate leads and in-depth social analytics to understand which of your pages is really performing best. Used by +200k websites & Fortune 500 companies. **No coding skills required!**
|
17 |
|
18 |
+
<a href="https://getsocial.io/?utm_source=plugin_listings&utm_medium=wordpress&utm_campaign=app_listing">GetSocial.io</a> provides you with a social sharing plugin that will help you have the upper hand in the super competitive world of social media. We have 18 tools that require no code to install.
|
19 |
|
20 |
<h4>Why our users recommend us:</h4>
|
21 |
+
- Fantastic design of Share Buttons
|
22 |
+
- Easy to install and use Social Sharing (no code needed)
|
23 |
- Doesn’t impact page loading speed
|
24 |
- World-class support
|
25 |
- Real-time social analytics
|
26 |
- We don't sell your data to third-party services
|
27 |
|
28 |
+
**Used by companies like Adobe, ATT, Sky Media, MTV & Vodafone**
|
29 |
|
30 |
> *“GetSocial’s team has been incredibly helpful during and after we implemented their platform on our website. They are always collecting feedback and improving their product based on our needs.”* - **Giselle Abramovich, Senior and Strategic editor, CMO.com by Adobe**
|
31 |
|
32 |
> *“GetSocial made our lives easier with Social Sharing Analytics and boosted client's confidence in our services. GetSocial has a subscription model tailor-made for agencies that provides flexibility at a great price.”* - **Harish Kumar, Director of Web and Apps Services, Position2**
|
33 |
|
34 |
+
<h3>Here’s a list of our share features, divided by categories:</h3>
|
35 |
|
36 |
+
<h4>Social Analytics and Social Automation (Post Scheduling)</h4>
|
37 |
|
38 |
+
- **Real-Time Social Analytics**: Our social analytics lets you understand, in real-time, how much social traffic each network is driving to your website and identify the best content to feature and promote on social media.
|
39 |
- **Virality Alerts**: Know when the pages of your website are getting viral.
|
40 |
+
- **Dark Social Sharing**: Track 80% of the social sharing that Google Analytics doesn’t know about.
|
41 |
- **Virality Score**: Always know the pages that generate the most organic traffic.
|
42 |
+
- **Social Automation**: Schedule automatically posts on Facebook. We’ll always select the posts that will generate the most traffic.
|
43 |
|
44 |
|
45 |
+
<h4>Share Buttons and Social Sharing</h4><br>
|
46 |
|
47 |
+
* **Horizontal Follow + Floating Share Buttons:** Give your website the best looking sharing buttons on all your favorite social media networks. The best way to increase your social media traffic and social media followers.
|
48 |
|
49 |
+
* **Native Social Sharing Buttons + Reaction Buttons:** Do you love the classics? Or are you all about the brand-new? Either way, you can add the original share buttons, like, tweet and pin it buttons or let your users express themselves with reaction buttons!
|
50 |
|
51 |
+
* **Mobile Share Buttons:** Made exclusively for users using mobile devices, the mobile bars are our best performing social tools, providing 2 to 3 times more social shares than the desktop versions! Includes Mobile-only share buttons such as WhatsApp, Telegram, Snapchat, Kik, and Viber.
|
52 |
|
53 |
+
* **Floating and Horizontal Total Share Buttons:** If you want to leverage on your content’s success, there’s no better way than showing off how many social shares your pages have.
|
54 |
|
55 |
+
* **Image Share Buttons**: Do you have a website with great pictures? Our Image Share Buttons gives your visitors the ability to share your images with their friends and followers.
|
56 |
|
57 |
|
58 |
<h4>Smart Pop-ups</h4><br>
|
65 |
|
66 |
<h4>Tracking and Integrations</h4><br>
|
67 |
|
68 |
+
* **Copy & Paste Share Tracking:** <a href="https://econsultancy.com/blog/67529-the-rise-of-dark-social-everything-you-need-to-know/">More than 60% of social shares can’t be tracked by regular social analytics platforms.</a> With this feature, you’ll know when your visitors share through SMS, Email, Messaging Apps (WhatsApp, Messenger, iMessage, etc.) or via Copy & Pasting Links (Dark Social), allowing you to learn the real Return on Investment for your content and which channels are contributing the most for your traffic.
|
69 |
|
70 |
* **Google Analytics Integration:** Merge the data obtain by GetSocial with the powerful Google Analytics so you can track your conversions from when someone clicks a friend’s share to the moment a purchase or objective is met.
|
71 |
|
90 |
|
91 |
**What is GetSocial?**
|
92 |
|
93 |
+
WordPress Share Buttons, Social Sharing & Analytics Plugin by GetSocial is a Social Tools and Analytics platform that helps websites increase their traffic, social shares, followers and conversions. It can be easily installed on a WordPress website without requiring code.
|
94 |
|
95 |
+
There are a total of 18 apps across 4 categories: Share Buttons, Tracking, Pop-ups and Integrations.
|
96 |
|
97 |
**How do I install GetSocial?**
|
98 |
|
100 |
|
101 |
**What support options do you provide?**
|
102 |
|
103 |
+
Our customers receive priority support and we strive to answer all tickets as soon as we can. Why do we prioritize support? Because we're a small company. When you reach out to us, you talk to people who've built GetSocial. Being a small team means that we can't fix all problems at once. However, we always strive to respond to every inquiry as soon as possible.
|
104 |
|
105 |
**Is there someone I can talk about GetSocial?**
|
106 |
|
110 |
|
111 |
<h4>These are the short codes available:</h4>
|
112 |
|
113 |
+
* Share Buttons Bar: [getsocial app="sharing_bar"]
|
114 |
|
115 |
* Follow Bar: [getsocial app=“follow_bar”]
|
116 |
|
117 |
+
* Native Share Buttons Bar: [getsocial app="native_bar"]
|
118 |
|
119 |
+
* Big Total Share Buttons Horizontal: [getsocial app="social_bar_big_counter"]
|
120 |
|
121 |
+
* Reaction Share Buttons: [getsocial app="reaction_buttons"]
|
122 |
|
123 |
**What is the difference between the Tools Plan and the Expand Plans?**
|
124 |
|
126 |
|
127 |
|
128 |
<h4>List of Features</h4>
|
129 |
+
- Horizontal & FLoating Share Buttons
|
130 |
- Hello Buddy, the intelligent popup
|
131 |
+
- Native Share Buttons Bar
|
132 |
- Welcome Bar
|
133 |
- Horizontal & Floating Follow Bar
|
134 |
+
- Reaction Share Buttons
|
135 |
+
- Mobile Social Share & Follow Bar
|
136 |
+
- Image Social Sharing
|
137 |
+
- Total Share Buttons Horizontal & Floating
|
138 |
- Copy Paste Share Tracking
|
139 |
- Google Analytics Integration
|
140 |
- Subscriber Bar (List Builder)
|
146 |
|
147 |
We do. Depending on the plan you selected, your website will be subject to a specific visits limit.
|
148 |
|
149 |
+
**Tools Plan:** The Pro/Tools plan makes all the tools available and has a limit of 50,000 visits per month and costs $9 per month or $99 per year. After reaching this limit we'll charge $5 for every 50,000 new visits. You can opt-out from the extra-visits packages on the Site Options area. If you do, we'll stop serving our apps once the limit is reached.
|
150 |
|
151 |
**Standard Plan:** The Standard plan is the first of our plans with social analytics. It has a limit of 500,000 visits/month and costs $185 per month. This plan is great for small websites that want to invest on social media and content.
|
152 |
|
211 |
|
212 |
**Is there a free plan?**
|
213 |
|
214 |
+
No, there is not. However, there is a free trial to try free share buttons for 14 days.
|
215 |
|
216 |
== Screenshots ==
|
217 |
|
226 |
9. Analytics for your Social Bars
|
227 |
|
228 |
== Changelog ==
|
229 |
+
**4.1**
|
230 |
+
- Merge Big Counter Bars with Default Sharing Bars
|
231 |
+
- Change plugin to fit new GetSocial colors
|
232 |
+
|
233 |
**4.0.4**
|
234 |
|
235 |
- Changes for the new GetSocial Pricing Plans
|
323 |
- Added multi-share bar feature, allowing for independent share bars in the same page
|
324 |
- Added a new uninstall hook
|
325 |
- Added new networks: yummly, flickr, rss
|
326 |
+
- Improved Pinterest Social Sharing (Pin All Images)
|
327 |
+
- Improved Image Social Sharing
|
328 |
|
329 |
**2.7.2**
|
330 |
|
333 |
|
334 |
**2.7.1**
|
335 |
|
336 |
+
- Added new pricing for Social Media Suie
|
337 |
|
338 |
**2.7**
|
339 |
|
341 |
|
342 |
**2.6**
|
343 |
|
344 |
+
- Added Image Social Sharing app, performance apps, bug fixes and Google Analytics Integration
|
345 |
|
346 |
**2.5**
|
347 |
|
349 |
|
350 |
**2.4.3**
|
351 |
|
352 |
+
- Bug fix for pages containing posts. The sharing buttons bars appear in each of the posts ( eg: FAQ pages ) and didn't work correctly
|
353 |
|
354 |
**2.4.2**
|
355 |
|
356 |
+
- Setting to select if share buttons appear on pages or/and pages
|
357 |
- Deactivate app from Wordpress plugin
|
358 |
|
359 |
**2.4.1**
|
360 |
|
361 |
+
- Easy way to add share buttons bars to pages and possibility to hide it.
|
362 |
|
363 |
**2.4**
|
364 |
|
365 |
+
- New Plugin UI for easier Social Sharing.
|
366 |
|
367 |
**2.3**
|
368 |
|
369 |
+
- Added Subscriber Bar App to Social Tools.
|
370 |
|
371 |
**2.2**
|
372 |
|
373 |
+
- Added Welcome Bar App to Social Media toolkit.
|
374 |
|
375 |
**2.1**
|
376 |
|
377 |
+
- Added Big Total Share Buttons Floating and Horizontal new apps.
|
378 |
|
379 |
**2.0.1**
|
380 |
|
381 |
+
- Added Short codes for Social Sharing
|
382 |
|
383 |
**2.0.0**
|
384 |
|
385 |
+
- New Social Media Apps
|
386 |
- Old template removed
|
387 |
- New Universal Template
|
388 |
|
402 |
**1.1**
|
403 |
|
404 |
- Create account without leaving the plugin
|
405 |
+
- Add Floating Share BUttons Bar
|
406 |
- Basic Analytics available
|
407 |
|
408 |
**1.0.1**
|
tmpl/apps_config.php
CHANGED
@@ -18,7 +18,7 @@
|
|
18 |
'category' => 'sharing',
|
19 |
'new' => false,
|
20 |
'plan' => 'two',
|
21 |
-
'active' => $GS->is_active('floating_bar'),
|
22 |
'only_activate' => false,
|
23 |
'href' => $GS->gs_account() . '/sites/gs-wordpress/floating_bar/new?api_key=' . $GS->api_key . '&source=wordpress' . $GS->utms('floating-bar'),
|
24 |
"desc" => "Use one of our templates or design your own floating sharing bar. Customize size, shape & placement and pick from 15 social networks."
|
@@ -28,7 +28,7 @@
|
|
28 |
'category' => 'sharing',
|
29 |
'new' => false,
|
30 |
'plan' => 'two',
|
31 |
-
'active' => $GS->is_active('sharing_bar'),
|
32 |
'only_activate' => false,
|
33 |
'href' => $GS->gs_account() . '/sites/gs-wordpress/groups/new?api_key=' . $GS->api_key . '&source=wordpress' . $GS->utms('sharing-bar'),
|
34 |
'desc' => "Use one of our templates or design your own social sharing bar. Customize size, shape & colour and pick from 15 social networks."
|
@@ -143,26 +143,6 @@
|
|
143 |
'href' => $GS->gs_account() . '/sites/gs-wordpress/subscribe_bars/new?api_key=' . $GS->api_key . '&source=wordpress' . $GS->utms('subscriber-bar'),
|
144 |
"desc" => "Easily capture emails from your visitors by providing them with an engaging top bar. Export data to your favorite CRM or e-Mail marketing software."
|
145 |
),
|
146 |
-
'Big Total Shares Horizontal' => array(
|
147 |
-
'file' => 'social-bar-big-counter',
|
148 |
-
'category' => 'sharing',
|
149 |
-
'new' => false,
|
150 |
-
'plan' => 'two',
|
151 |
-
'active' => $GS->is_active('social_bar_big_counter'),
|
152 |
-
'only_activate' => false,
|
153 |
-
'href' => $GS->gs_account() . '/sites/gs-wordpress/big_counter_sharing_bar/new?api_key=' . $GS->api_key . '&source=wordpress' . $GS->utms('social-bar-big-counter'),
|
154 |
-
'desc' => "Increase engagement by showing the total number of shares in a big counter on the left of your horizontal share bar."
|
155 |
-
),
|
156 |
-
'Big Total Shares Floating' => array(
|
157 |
-
'file' => 'floating-bar-big-counter',
|
158 |
-
'category' => 'sharing',
|
159 |
-
'new' => false,
|
160 |
-
'plan' => 'two',
|
161 |
-
'active' => $GS->is_active('floating_bar_big_counter'),
|
162 |
-
'only_activate' => false,
|
163 |
-
'href' => $GS->gs_account() . '/sites/gs-wordpress/big_counter_floating_bar/new?api_key=' . $GS->api_key . '&source=wordpress' . $GS->utms('floating-bar-big-counter'),
|
164 |
-
'desc' => "Increase engagement by showing the total number of shares in a big counter on top of your floating share bar."
|
165 |
-
),
|
166 |
'Google Analytics' => array(
|
167 |
'file' => 'ga_integration',
|
168 |
'category' => 'integrations',
|
@@ -193,14 +173,12 @@
|
|
193 |
function plan_class($plan_id) {
|
194 |
global $plan_class;
|
195 |
global $plans;
|
196 |
-
// return $plan_class[$plan_id - 1];
|
197 |
return array_search($plan_id, $plans);
|
198 |
}
|
199 |
|
200 |
function plan_name($plan_id) {
|
201 |
global $plan_name;
|
202 |
global $plans;
|
203 |
-
// return $plan_name[$plan_id - 1];
|
204 |
return array_search($plan_id, $plans);
|
205 |
}
|
206 |
|
18 |
'category' => 'sharing',
|
19 |
'new' => false,
|
20 |
'plan' => 'two',
|
21 |
+
'active' => $GS->is_active('floating_bar') || $GS->is_active('floating_bar_big_counter'),
|
22 |
'only_activate' => false,
|
23 |
'href' => $GS->gs_account() . '/sites/gs-wordpress/floating_bar/new?api_key=' . $GS->api_key . '&source=wordpress' . $GS->utms('floating-bar'),
|
24 |
"desc" => "Use one of our templates or design your own floating sharing bar. Customize size, shape & placement and pick from 15 social networks."
|
28 |
'category' => 'sharing',
|
29 |
'new' => false,
|
30 |
'plan' => 'two',
|
31 |
+
'active' => $GS->is_active('sharing_bar') || $GS->is_active('social_bar_big_counter'),
|
32 |
'only_activate' => false,
|
33 |
'href' => $GS->gs_account() . '/sites/gs-wordpress/groups/new?api_key=' . $GS->api_key . '&source=wordpress' . $GS->utms('sharing-bar'),
|
34 |
'desc' => "Use one of our templates or design your own social sharing bar. Customize size, shape & colour and pick from 15 social networks."
|
143 |
'href' => $GS->gs_account() . '/sites/gs-wordpress/subscribe_bars/new?api_key=' . $GS->api_key . '&source=wordpress' . $GS->utms('subscriber-bar'),
|
144 |
"desc" => "Easily capture emails from your visitors by providing them with an engaging top bar. Export data to your favorite CRM or e-Mail marketing software."
|
145 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
146 |
'Google Analytics' => array(
|
147 |
'file' => 'ga_integration',
|
148 |
'category' => 'integrations',
|
173 |
function plan_class($plan_id) {
|
174 |
global $plan_class;
|
175 |
global $plans;
|
|
|
176 |
return array_search($plan_id, $plans);
|
177 |
}
|
178 |
|
179 |
function plan_name($plan_id) {
|
180 |
global $plan_name;
|
181 |
global $plans;
|
|
|
182 |
return array_search($plan_id, $plans);
|
183 |
}
|
184 |
|
tmpl/footer.php
CHANGED
@@ -29,9 +29,9 @@
|
|
29 |
<p class="title" style="padding-bottom: 10px;">Thank you!</p>
|
30 |
</div>
|
31 |
<p class="alert-block" style="text-align: left; padding-bottom: 0">
|
32 |
-
We’re thrilled you chose <a style="color:#
|
33 |
-
<div style="padding: 20px 10px; background: #
|
34 |
</p>
|
35 |
</div>
|
36 |
<div class="modal-cover modal-close"></div>
|
37 |
-
</div>
|
29 |
<p class="title" style="padding-bottom: 10px;">Thank you!</p>
|
30 |
</div>
|
31 |
<p class="alert-block" style="text-align: left; padding-bottom: 0">
|
32 |
+
We’re thrilled you chose <a style="color:#02b6b3" target="_blank" href="http://getsocial.io/">Social Sharing, Smart Popup & Share Buttons by GetSocial.io</a> to increase your traffic, shares and subscribers on WordPress.<br><br><strong>We honestly hope the plugin is working out for you and your website.</strong><br><br>
|
33 |
+
<div style="padding: 20px 10px; background: #02b6b3; color: #fff; border-radius: 4px; margin-top: 10px;">If you like the plugin, please consider supporting us through a <a style="color:#fff; font-weight: bold; text-decoration: underline;" target="_blank" href="https://wordpress.org/support/view/plugin-reviews/wp-share-buttons-analytics-by-getsocial?filter=5#postform">positive review on WordPress.org</a>.</div>
|
34 |
</p>
|
35 |
</div>
|
36 |
<div class="modal-cover modal-close"></div>
|
37 |
+
</div>
|
tmpl/header.php
CHANGED
@@ -15,7 +15,7 @@ wp_register_style('getsocial-style', plugins_url('../css/getsocial-style.css?v=2
|
|
15 |
wp_enqueue_style('getsocial-style');
|
16 |
|
17 |
wp_register_script('gs-plugin', plugins_url('../js/plugin.js', __FILE__));
|
18 |
-
wp_localize_script('gs-plugin', 'getsocial_is_installed', get_option('gs-api-key') );
|
19 |
wp_enqueue_script('gs-plugin');
|
20 |
|
21 |
?>
|
15 |
wp_enqueue_style('getsocial-style');
|
16 |
|
17 |
wp_register_script('gs-plugin', plugins_url('../js/plugin.js', __FILE__));
|
18 |
+
wp_localize_script('gs-plugin', 'getsocial_is_installed', get_option('gs-api-key') == '' ? null : get_option('gs-api-key'));
|
19 |
wp_enqueue_script('gs-plugin');
|
20 |
|
21 |
?>
|
wp-share-buttons-analytics-getsocial.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Share Buttons & tools to grow traffic by GetSocial.io
|
4 |
* Plugin URI: http://getsocial.io
|
5 |
* Description: Share Buttons by GetSocial.io is a freemium WordPress plugin that enables you to track social shares on Wordpress. Provide beautiful wordpress sharing buttons, track how many shares were made in each post and see how much traffic, conversions and shares each post generated. Optimize your SEO and increase social shares with GetSocial.io.
|
6 |
-
* Version: 4.
|
7 |
* Author: Getsocial, S.A.
|
8 |
* Author URI: http://getsocial.io
|
9 |
* License: GPL2
|
3 |
* Plugin Name: Share Buttons & tools to grow traffic by GetSocial.io
|
4 |
* Plugin URI: http://getsocial.io
|
5 |
* Description: Share Buttons by GetSocial.io is a freemium WordPress plugin that enables you to track social shares on Wordpress. Provide beautiful wordpress sharing buttons, track how many shares were made in each post and see how much traffic, conversions and shares each post generated. Optimize your SEO and increase social shares with GetSocial.io.
|
6 |
+
* Version: 4.1
|
7 |
* Author: Getsocial, S.A.
|
8 |
* Author URI: http://getsocial.io
|
9 |
* License: GPL2
|