Version Description
Download this release
Release Info
Developer | joaoromao |
Plugin | Social Media Share Buttons |
Version | 2.5 |
Comparing to | |
See all releases |
Code changes from version 2.4.3 to 2.5
- css/getsocial-style.css +1 -1
- img/apps/image-sharing.png +0 -0
- img/woocommerce.png +0 -0
- init.php +42 -11
- js/plugin.js +32 -4
- lib/gs.php +25 -14
- readme.txt +275 -222
- screenshot-1.png +0 -0
- screenshot-10.png +0 -0
- screenshot-11.png +0 -0
- screenshot-2.png +0 -0
- screenshot-3.png +0 -0
- screenshot-4.png +0 -0
- screenshot-5.png +0 -0
- screenshot-6.png +0 -0
- screenshot-7.png +0 -0
- screenshot-8.png +0 -0
- screenshot-9.png +0 -0
- tmpl/apps.php +52 -19
- tmpl/header.php +6 -2
- wp-share-buttons-analytics-getsocial.php +30 -6
css/getsocial-style.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@-webkit-keyframes rotate-scale-in{0%{-webkit-transform:scale(0.2) rotate(360deg);opacity:0}80%{-webkit-transform:scale(1.1) rotate(0)}100%{-webkit-transform:scale(1);opacity:1}}@keyframes rotate-scale-in{0%{transform:scale(0.2) rotate(360deg);opacity:0}80%{transform:scale(1.1) rotate(0)}100%{transform:scale(1);opacity:1}}@-webkit-keyframes fade-in-down{0%{-webkit-transform:translateY(-30px);opacity:0}100%{-webkit-transform:translateY(0);opacity:1}}@keyframes fade-in-down{0%{transform:translateY(-30px);opacity:0}100%{transform:translateY(0);opacity:1}}@-webkit-keyframes fade-out-up{0%{-webkit-transform:translateY(0);opacity:1}100%{-webkit-transform:translateY(-30px);opacity:0}}@keyframes fade-out-up{0%{transform:translateY(0);opacity:1}100%{transform:translateY(-30px);opacity:0}}@-webkit-keyframes opacity-in{0%{opacity:0}100%{opacity:1}}@keyframes opacity-in{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes opacity-out{0%{opacity:1}100%{opacity:0}}@keyframes opacity-out{0%{opacity:1}100%{opacity:0}}#gs-master-wrapper html,#gs-master-wrapper body,#gs-master-wrapper div,#gs-master-wrapper span,#gs-master-wrapper applet,#gs-master-wrapper object,#gs-master-wrapper iframe,#gs-master-wrapper h1,#gs-master-wrapper h2,#gs-master-wrapper h3,#gs-master-wrapper h4,#gs-master-wrapper h5,#gs-master-wrapper h6,#gs-master-wrapper p,#gs-master-wrapper blockquote,#gs-master-wrapper pre,#gs-master-wrapper a,#gs-master-wrapper abbr,#gs-master-wrapper acronym,#gs-master-wrapper address,#gs-master-wrapper big,#gs-master-wrapper cite,#gs-master-wrapper code,#gs-master-wrapper del,#gs-master-wrapper dfn,#gs-master-wrapper em,#gs-master-wrapper img,#gs-master-wrapper ins,#gs-master-wrapper kbd,#gs-master-wrapper q,#gs-master-wrapper s,#gs-master-wrapper samp,#gs-master-wrapper small,#gs-master-wrapper strike,#gs-master-wrapper strong,#gs-master-wrapper sub,#gs-master-wrapper sup,#gs-master-wrapper tt,#gs-master-wrapper var,#gs-master-wrapper b,#gs-master-wrapper u,#gs-master-wrapper i,#gs-master-wrapper center,#gs-master-wrapper dl,#gs-master-wrapper dt,#gs-master-wrapper dd,#gs-master-wrapper ol,#gs-master-wrapper ul,#gs-master-wrapper li,#gs-master-wrapper fieldset,#gs-master-wrapper form,#gs-master-wrapper label,#gs-master-wrapper legend,#gs-master-wrapper table,#gs-master-wrapper caption,#gs-master-wrapper tbody,#gs-master-wrapper tfoot,#gs-master-wrapper thead,#gs-master-wrapper tr,#gs-master-wrapper th,#gs-master-wrapper td,#gs-master-wrapper article,#gs-master-wrapper aside,#gs-master-wrapper canvas,#gs-master-wrapper details,#gs-master-wrapper embed,#gs-master-wrapper figure,#gs-master-wrapper figcaption,#gs-master-wrapper footer,#gs-master-wrapper header,#gs-master-wrapper hgroup,#gs-master-wrapper menu,#gs-master-wrapper nav,#gs-master-wrapper output,#gs-master-wrapper ruby,#gs-master-wrapper section,#gs-master-wrapper summary,#gs-master-wrapper time,#gs-master-wrapper mark,#gs-master-wrapper audio,#gs-master-wrapper video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}#gs-master-wrapper article,#gs-master-wrapper aside,#gs-master-wrapper details,#gs-master-wrapper figcaption,#gs-master-wrapper figure,#gs-master-wrapper footer,#gs-master-wrapper header,#gs-master-wrapper hgroup,#gs-master-wrapper menu,#gs-master-wrapper nav,#gs-master-wrapper section{display:block}#gs-master-wrapper body{line-height:1}#gs-master-wrapper ol,#gs-master-wrapper ul{list-style:none}#gs-master-wrapper blockquote,#gs-master-wrapper q{quotes:none}#gs-master-wrapper blockquote:before,#gs-master-wrapper blockquote:after,#gs-master-wrapper q:before,#gs-master-wrapper q:after{content:"";content:none}#gs-master-wrapper table{border-collapse:collapse;border-spacing:0}#gs-master-wrapper a{text-decoration:none}#gs-master-wrapper header{width:100%;display:inline-block;z-index:4;margin-bottom:-3px}#gs-master-wrapper header #logo-wrapper{background:#2481b1;padding:16px 30px 15px;float:left;-webkit-transition:all 350ms cubic-bezier(0.19, 1, 0.22, 1);transition:all 350ms cubic-bezier(0.19, 1, 0.22, 1)}#gs-master-wrapper header #logo-wrapper:hover,#gs-master-wrapper header #logo-wrapper:focus{background:#2990c6}#gs-master-wrapper header #main-subnav{background:#339ed5;position:relative;z-index:4}#gs-master-wrapper header #main-subnav>div{padding-left:178px}#gs-master-wrapper header #main-subnav>div>ul{padding:0 12px}#gs-master-wrapper header #main-subnav>div>ul>li{font-size:14px;padding:14px 2px 15px;display:inline-block}#gs-master-wrapper header #main-subnav>div>ul>li a{color:#fff;padding:5px 10px 7px;display:inline-block;border-radius:4px}#gs-master-wrapper header #main-subnav>div>ul>li a,#gs-master-wrapper header #main-subnav>div>ul>li a *{-webkit-transition:all 200ms;transition:all 200ms}#gs-master-wrapper header #main-subnav>div>ul>li a:not([class*="plan-"]).active,#gs-master-wrapper header #main-subnav>div>ul>li a:not([class*="plan-"]):hover,#gs-master-wrapper header #main-subnav>div>ul>li a:not([class*="plan-"]):focus{background:#2990c6}#gs-master-wrapper header #main-subnav>div>ul>li a[class*="plan-"]{padding:4px 10px 6px;box-shadow:0 1px 4px rgba(0,0,0,0.2)}#gs-master-wrapper header #main-subnav>div>ul>li a>i.fa-angle-down{font-size:20px;color:#88c6e6;margin:-5px 0 -1px 3px;position:relative;bottom:-3px}#gs-master-wrapper header #main-subnav>div>ul>li a>i:not(.fa-angle-down){margin-right:4px;position:relative;bottom:-1px}#gs-master-wrapper header #main-subnav>div>ul>li#user-nav{padding-left:20px;float:right}#gs-master-wrapper header #main-subnav>div>ul>li.nav-submenu-link{position:relative}#gs-master-wrapper header #main-subnav>div>ul>li.nav-submenu-link:not(#user-nav){float:left}#gs-master-wrapper header #main-subnav>div>ul>li.nav-submenu-link .nav-submenu-wrapper{min-width:100%;position:absolute;top:100%;left:0;z-index:2;overflow:hidden;padding:0 5px 5px;margin:0 -5px;display:none;box-sizing:initial}#gs-master-wrapper header #main-subnav>div>ul>li.nav-submenu-link .nav-submenu{min-width:100%;background:#f3f3f3;padding:10px 8px;-webkit-transform:translate(0, -100%);-ms-transform:translate(0, -100%);transform:translate(0, -100%);-webkit-transition:all 350ms cubic-bezier(0.19, 1, 0.22, 1);transition:all 350ms cubic-bezier(0.19, 1, 0.22, 1);border-radius:0 0 4px 4px;box-shadow:0 1px 5px rgba(0,0,0,0.2),inset 0 9px 8px -10px rgba(0,0,0,0.5)}#gs-master-wrapper header #main-subnav>div>ul>li.nav-submenu-link .nav-submenu.active{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0)}#gs-master-wrapper header #main-subnav>div>ul>li.nav-submenu-link .nav-submenu a{width:100%;color:#606060;white-space:nowrap;padding:8px 10px;position:relative}#gs-master-wrapper header #main-subnav>div>ul>li.nav-submenu-link .nav-submenu a:hover,#gs-master-wrapper header #main-subnav>div>ul>li.nav-submenu-link .nav-submenu a:focus{background:#e6e6e6}#gs-master-wrapper header #main-subnav>div>ul>li.nav-submenu-link #api-key{color:#339ed5;background:#fff;padding:6px 15px;margin:0 10px -4px 0;overflow:hidden;border-radius:4px}#gs-master-wrapper header #main-subnav>div>ul>li.nav-submenu-link #api-key>span{width:78px;font-weight:bold;color:#fff;text-align:center;padding:6px 15px;margin:-6px 10px -6px -15px}#gs-master-wrapper header #main-subnav>div>ul>li.nav-submenu-link #api-key>span.idle{background:#2481b1}#gs-master-wrapper header #main-subnav>div>ul>li.nav-submenu-link #api-key>span.active{background:#8db13d;display:none}#gs-master-wrapper header #main-subnav>div>ul>li.nav-submenu-link #api-key:hover{box-shadow:0 1px 4px rgba(0,0,0,0.2)}#gs-master-wrapper header #main-subnav>div>ul>li.nav-submenu-link #api-key:hover>span.idle{display:none}#gs-master-wrapper header #main-subnav>div>ul>li.nav-submenu-link #api-key:hover>span.active{display:inline}#gs-master-wrapper .title-wrapper{background:#fff;text-align:center;border-bottom:1px solid #e9e9e9;padding:46px 0;position:relative;z-index:1}#gs-master-wrapper .title-wrapper h1{max-width:860px;font-family:"Raleway",sans-serif;color:#339ed5;line-height:35px;display:inline-block;margin:0 auto;padding:0}#gs-master-wrapper .title-wrapper h1>span{display:block}#gs-master-wrapper .title-wrapper h1+p{max-width:860px;margin:20px auto 0}#gs-master-wrapper .title-wrapper #dashboard-analytics{max-width:860px;margin:0 auto}#gs-master-wrapper .title-wrapper #dashboard-analytics .overlay{background:rgba(0,0,0,0.5);top:0;bottom:0;left:0;right:0}#gs-master-wrapper .title-wrapper #dashboard-analytics .overlay,#gs-master-wrapper .title-wrapper #dashboard-analytics .overlay span{position:absolute}#gs-master-wrapper .title-wrapper #dashboard-analytics .overlay span{font-weight:600;color:#fff;padding:8px 15px;white-space:nowrap;display:inline-block;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);border-radius:4px}#gs-master-wrapper .title-wrapper #dashboard-analytics>.overlay{z-index:1}#gs-master-wrapper .title-wrapper #dashboard-analytics .dashboard-tile{width:33.33333%;padding:0 17px;float:left}#gs-master-wrapper .title-wrapper #dashboard-analytics .dashboard-tile>div{height:127px;font-size:20px;font-weight:600;color:#fff;background:#339ed5;text-align:center;padding:14px 20px 55px 120px;overflow:hidden;position:relative;border-radius:4px}#gs-master-wrapper .title-wrapper #dashboard-analytics .dashboard-tile>div:before{width:80px;height:80px;font-family:"FontAwesome";font-size:80px;color:rgba(255,255,255,0.1);line-height:1;display:block;position:absolute;bottom:-10px;left:10px}#gs-master-wrapper .title-wrapper #dashboard-analytics .dashboard-tile>div.visits:before{content:""}#gs-master-wrapper .title-wrapper #dashboard-analytics .dashboard-tile>div.shares:before{content:""}#gs-master-wrapper .title-wrapper #dashboard-analytics .dashboard-tile>div.leads:before{content:""}#gs-master-wrapper .title-wrapper #dashboard-analytics .dashboard-tile>div>span{font-size:50px;font-weight:bold;margin-top:22px;display:block}#gs-master-wrapper .title-wrapper #dashboard-analytics .dashboard-tile>div>span.small{font-size:16px;font-weight:normal;margin-top:14px}#gs-master-wrapper .title-wrapper #dashboard-analytics .dashboard-tile>div>.tile-overlay,#gs-master-wrapper .title-wrapper #dashboard-analytics .dashboard-tile>div>.tile-overlay span{opacity:0;-webkit-transition:all 350ms cubic-bezier(0.19, 1, 0.22, 1);transition:all 350ms cubic-bezier(0.19, 1, 0.22, 1)}#gs-master-wrapper .title-wrapper #dashboard-analytics .dashboard-tile>div>.tile-overlay span{background:#339ed5;-webkit-transform:translate(-50%, -50%) scale(0.7);-ms-transform:translate(-50%, -50%) scale(0.7);transform:translate(-50%, -50%) scale(0.7)}#gs-master-wrapper .title-wrapper #dashboard-analytics .dashboard-tile>div>.tile-overlay:hover,#gs-master-wrapper .title-wrapper #dashboard-analytics .dashboard-tile>div>.tile-overlay:hover span{opacity:1}#gs-master-wrapper .title-wrapper #dashboard-analytics .dashboard-tile>div>.tile-overlay:hover span{-webkit-transform:translate(-50%, -50%) scale(1);-ms-transform:translate(-50%, -50%) scale(1);transform:translate(-50%, -50%) scale(1)}#gs-master-wrapper .title-wrapper .dashboard-info{color:#999;text-align:center;margin:20px 0 -10px}#gs-master-wrapper .title-wrapper .dashboard-info a{color:#339ed5;margin-left:20px}#gs-master-wrapper .title-wrapper .dashboard-info a:hover,#gs-master-wrapper .title-wrapper .dashboard-info a:focus{color:#2687b9}#gs-master-wrapper .gs-alert{font-size:16px;text-align:left;margin:40px 30px;padding:20px 0;position:relative;border-radius:4px}#gs-master-wrapper .gs-alert a{font-size:14px;color:#fff;-webkit-transition:all 200ms;transition:all 200ms}#gs-master-wrapper .gs-alert a.cta{font-size:16px;margin-top:-15px;position:absolute;right:0;top:50%}#gs-master-wrapper .gs-alert a.cta.pro{background:#e78834}#gs-master-wrapper .gs-alert a.cta.pro:hover{background:#d9731a}#gs-master-wrapper .gs-alert p{font-weight:600}#gs-master-wrapper .gs-alert p,#gs-master-wrapper .gs-alert p.alert-title{color:#fff}#gs-master-wrapper .gs-alert p.alert-title{font-weight:bold}#gs-master-wrapper .gs-alert p.alert-title>span{font-size:15px;color:#fff;padding:1px 10px 2px;margin:0 5px;border-radius:4px}#gs-master-wrapper .gs-alert p.alert-title>span.primary{background:#339ed5}#gs-master-wrapper .gs-alert p.alert-title>span.success{background:#85b023}#gs-master-wrapper .gs-alert p.alert-title>span.error{background:#d36c65}#gs-master-wrapper .gs-alert.cta{padding:20px 94px 20px 0;margin-bottom:0}#gs-master-wrapper .gs-alert.cta div[class^="gs-col-"]:first-of-type{padding-left:114px}#gs-master-wrapper .gs-alert.cta div[class^="gs-col-"]:first-of-type:before{font-family:"FontAwesome";font-size:64px;display:inline-block;position:absolute;top:50%;left:30px;margin-top:-32px}#gs-master-wrapper .gs-alert.cta div[class^="gs-col-"]:last-of-type .alert-code{width:100%;display:table}#gs-master-wrapper .gs-alert.cta div[class^="gs-col-"]:last-of-type .alert-code>*{display:table-cell}#gs-master-wrapper .gs-alert.cta div[class^="gs-col-"]:last-of-type .alert-code>*:last-child{vertical-align:middle}#gs-master-wrapper .gs-alert.cta div[class^="gs-col-"]:last-of-type .alert-code textarea.code{height:60px;overflow-y:scroll}#gs-master-wrapper .gs-alert.cta div[class^="gs-col-"]:last-of-type .alert-code>a{width:55px;height:100%;text-align:center;padding:10px 16px;border-radius:0 4px 4px 0;box-shadow:0 2px 4px rgba(0,0,0,0.15)}#gs-master-wrapper .gs-alert.cta div[class^="gs-col-"]:last-of-type .alert-code>a i{font-size:20px;margin-bottom:5px;display:block}#gs-master-wrapper .gs-alert.cta div[class^="gs-col-"]:last-of-type .alert-code>a:hover,#gs-master-wrapper .gs-alert.cta div[class^="gs-col-"]:last-of-type .alert-code>a:focus{box-shadow:0 2px 5px rgba(0,0,0,0.4)}#gs-master-wrapper .gs-alert.cta div[class^="gs-col-"] p{font-size:14px;line-height:15px}#gs-master-wrapper .gs-alert.cta div[class^="gs-col-"] p.alert-title{font-size:20px}#gs-master-wrapper .gs-alert.cta div[class^="gs-col-"] p.alert-title+p{margin-top:10px}#gs-master-wrapper .gs-alert.cta.plan-pro{background:#e78834}#gs-master-wrapper .gs-alert.cta.default{color:#606060;background:#fff;border:1px solid #e3e3e3}#gs-master-wrapper .gs-alert.cta.default p{color:#606060}#gs-master-wrapper .gs-alert.cta.default p.alert-title{color:#606060}#gs-master-wrapper .gs-alert.cta.default p.alert-title+p{color:#7f7f7f}#gs-master-wrapper .gs-alert.cta>a{position:absolute}#gs-master-wrapper .gs-alert.cta>a.close{width:34px;height:34px;font-size:20px;background:rgba(255,255,255,0.5);top:50%;right:30px;border-radius:100%;text-align:center;padding:7px 0 0;margin-top:-17px;border-radius:100%;-webkit-transition:all 500ms cubic-bezier(0.19, 1, 0.22, 1);transition:all 500ms cubic-bezier(0.19, 1, 0.22, 1)}#gs-master-wrapper .gs-alert.cta>a.close:hover{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}#gs-master-wrapper .gs-alert.cta>a.cta{right:94px}#gs-master-wrapper .gs-alert.cta.simple{padding-left:60px;padding-right:100px}#gs-master-wrapper .gs-alert.cta.simple>div[class*="col-"]{padding-right:0;padding-left:0;position:relative}#gs-master-wrapper .gs-alert.cta.simple>div[class*="col-"]:before{display:none}#gs-master-wrapper .gs-alert.primary{background:#339ed5}#gs-master-wrapper .gs-alert.primary a{background:#2278a4}#gs-master-wrapper .gs-alert.primary a.close{color:#339ed5}#gs-master-wrapper .gs-alert.primary a:hover,#gs-master-wrapper .gs-alert.primary a:focus{background:#1c6286}#gs-master-wrapper .gs-alert.primary.cta div[class^="gs-col-"]:first-of-type:before{color:#7fc2e5}#gs-master-wrapper .gs-alert.primary.cta div[class^="gs-col-"] p:not(.alert-title){color:#9dd0eb}#gs-master-wrapper .gs-alert.success{background:#85b023}#gs-master-wrapper .gs-alert.success a{background:#5b7918}#gs-master-wrapper .gs-alert.success a.close{color:#85b023}#gs-master-wrapper .gs-alert.success a:hover,#gs-master-wrapper .gs-alert.success a:focus{background:#455b12}#gs-master-wrapper .gs-alert.success.cta div[class^="gs-col-"]:first-of-type:before{color:#b2dd52}#gs-master-wrapper .gs-alert.success.cta div[class^="gs-col-"] p:not(.alert-title){color:#c0e370}#gs-master-wrapper .gs-alert.error{background:#d36c65}#gs-master-wrapper .gs-alert.error a{background:#bf3f37}#gs-master-wrapper .gs-alert.error a.close{color:#d36c65}#gs-master-wrapper .gs-alert.error a:hover,#gs-master-wrapper .gs-alert.error a:focus{background:#a3362f}#gs-master-wrapper .gs-alert.error.cta div[class^="gs-col-"]:first-of-type:before{color:#e7b0ac}#gs-master-wrapper .gs-alert.error.cta div[class^="gs-col-"] p:not(.alert-title){color:#efcbc8}#gs-master-wrapper .modal-wrapper{background:rgba(0,0,0,0.5);padding:0 30px;overflow:scroll;z-index:999999}#gs-master-wrapper .modal-wrapper,#gs-master-wrapper .modal-wrapper .modal-cover{position:fixed;top:0;right:0;bottom:0;left:0}#gs-master-wrapper .modal-wrapper .modal-cover{z-index:-1}#gs-master-wrapper .modal-wrapper .gs-modal{max-width:860px;background:#fff;padding:22px 30px;margin:100px auto 30px;opacity:0;border-radius:4px}#gs-master-wrapper .modal-wrapper .gs-modal.small{max-width:430px;padding:40px 30px}#gs-master-wrapper .modal-wrapper .gs-modal .modal-title{text-align:center;padding:46px 0 60px}#gs-master-wrapper .modal-wrapper .gs-modal .modal-title .title{font-size:40px;font-weight:300;padding-bottom:11px}#gs-master-wrapper .modal-wrapper .gs-modal .modal-title .title+p{max-width:400px;margin-left:auto;margin-right:auto;margin-top:10px}#gs-master-wrapper .modal-wrapper.hide{display:none}#gs-master-wrapper .modal-wrapper.active{display:block;-webkit-animation:opacity-in 300ms ease-in-out forwards;animation:opacity-in 300ms ease-in-out forwards}#gs-master-wrapper .modal-wrapper.active .gs-modal{-webkit-animation:fade-in-down 700ms cubic-bezier(0.19, 1, 0.22, 1) forwards;animation:fade-in-down 700ms cubic-bezier(0.19, 1, 0.22, 1) forwards}#gs-master-wrapper .modal-wrapper.rewind{-webkit-animation:opacity-out 300ms ease-in-out forwards;animation:opacity-out 300ms ease-in-out forwards}#gs-master-wrapper .modal-wrapper.rewind .gs-modal{-webkit-animation:fade-out-up 700ms cubic-bezier(0.19, 1, 0.22, 1) forwards;animation:fade-out-up 700ms cubic-bezier(0.19, 1, 0.22, 1) forwards}#gs-master-wrapper .gs-form{position:relative;display:block}#gs-master-wrapper .gs-form.account-info{-webkit-animation:fade-in-down 1s cubic-bezier(0.19, 1, 0.22, 1);animation:fade-in-down 1s cubic-bezier(0.19, 1, 0.22, 1)}#gs-master-wrapper .gs-form.account-info .form-content{background:#339ed5;border:none;border-radius:0 0 4px 4px}#gs-master-wrapper .gs-form.account-info .form-content,#gs-master-wrapper .gs-form.account-info .form-content .field-group:first-child .field-label{box-shadow:inset 0 8px 10px -10px rgba(0,0,0,0.5)}#gs-master-wrapper .gs-form.account-info .form-content .field-group:not(.field-alert) .field-label{color:#fff;background:#2687b9;padding:18px 0 20px 30px !important}#gs-master-wrapper .gs-form.account-info .form-content .field-group:not(.field-alert) .field-input{color:#fff;padding:15px 30px 20px}#gs-master-wrapper .gs-form.account-info .form-content .field-group:not(.field-alert)+.field-group{border-top-color:#66b6df}#gs-master-wrapper .gs-form.account-info ~ .alert{margin-top:0;border-radius:0 0 4px 4px;box-shadow:inset 0 8px 10px -10px rgba(0,0,0,0.5)}#gs-master-wrapper .gs-form p{font-size:14px;color:#999;line-height:15px;margin-bottom:4px}#gs-master-wrapper .gs-form label{font-size:18px;font-weight:600;cursor:auto}#gs-master-wrapper .gs-form label span{font-size:16px;font-weight:normal;color:#999}#gs-master-wrapper .gs-form input:not([type="submit"]):not([type="radio"]){width:100%;font-family:"Source Sans Pro",sans-serif;font-size:20px;color:#606060;background:#fff;border:1px solid #ccc;padding:3px 15px 5px;outline:none;border-radius:4px;-webkit-transition:all 200ms;transition:all 200ms}#gs-master-wrapper .gs-form input:not([type="submit"]):not([type="radio"]):hover{background:#f9f9f9}#gs-master-wrapper .gs-form input:not([type="submit"]):not([type="radio"]):focus{border-color:#339ed5;box-shadow:inset 0 0 3px #b2daef}#gs-master-wrapper .gs-form input:not([type="submit"]):not([type="radio"])::-webkit-input-placeholder{color:#ccc;font-style:italic}#gs-master-wrapper .gs-form input:not([type="submit"]):not([type="radio"]):-moz-placeholder{color:#ccc;font-style:italic}#gs-master-wrapper .gs-form input:not([type="submit"]):not([type="radio"])::-moz-placeholder{color:#ccc;font-style:italic}#gs-master-wrapper .gs-form input:not([type="submit"]):not([type="radio"]):-ms-input-placeholder{color:#ccc;font-style:italic}#gs-master-wrapper .gs-form input:not([type="submit"]):not([type="radio"])+p{margin-top:5px}#gs-master-wrapper .gs-form input[type="submit"],#gs-master-wrapper .gs-form button{width:auto;font-family:"Source Sans Pro",sans-serif;font-size:100%;margin-bottom:-9px;display:inline-block}#gs-master-wrapper .gs-form input[type="submit"]:hover,#gs-master-wrapper .gs-form button:hover{cursor:pointer}#gs-master-wrapper .gs-form .form-content+.form-content{margin-top:30px}#gs-master-wrapper .gs-form .form-content .field-clean{padding:25px 30px}#gs-master-wrapper .gs-form .form-content .field-clean+.field-clean,#gs-master-wrapper .gs-form .form-content .field-clean+.field-group{border-top:1px solid #eee}#gs-master-wrapper .gs-form .form-content .field-clean div[class^="col-"]:not(:first-child){padding-left:30px}#gs-master-wrapper .gs-form .form-content .field-clean label{margin-bottom:6px;display:block}#gs-master-wrapper .gs-form .form-content .field-group{padding-left:125px;position:relative}#gs-master-wrapper .gs-form .form-content .field-group>*{float:left}#gs-master-wrapper .gs-form .form-content .field-group:after{content:"";display:block;clear:both}#gs-master-wrapper .gs-form .form-content .field-group:first-child .field-label{border-radius:3px 0 0 0}#gs-master-wrapper .gs-form .form-content .field-group:last-child .field-label{border-radius:0 0 0 3px}#gs-master-wrapper .gs-form .form-content .field-group .field-label{width:125px;min-width:125px;height:100%;background:#f9f9f9;word-wrap:break-word;padding:45px 0 30px 30px;position:absolute;top:0;left:0}#gs-master-wrapper .gs-form .form-content .field-group .field-label label{display:block}#gs-master-wrapper .gs-form .form-content .field-group .field-label.no-desc{padding-top:25px}#gs-master-wrapper .gs-form .form-content .field-group .field-input{width:100%;padding:25px 30px 30px;position:relative}#gs-master-wrapper .gs-form .form-content .field-group .field-input p.api-key-value{font-size:20px;color:#606060;padding:8px 0 11px}#gs-master-wrapper .gs-form .form-content .field-group .field-input+.field-input{padding-top:0;margin-top:-6px}#gs-master-wrapper .gs-form .form-content .field-group+.field-group{border-top:1px solid #eee}#gs-master-wrapper .gs-form .form-button-group{text-align:center;padding:38px 0 20px}#gs-master-wrapper .gs-form .extra-notes{padding-top:15px}#gs-master-wrapper .gs-form .extra-notes .fa-asterisk{font-size:16px;color:#339ed5}#gs-master-wrapper .gs-form .checkbox-list{margin:10px 0}#gs-master-wrapper .gs-form .checkbox-list:first-child{margin-top:0}#gs-master-wrapper .gs-form .checkbox-list:last-child{margin-bottom:0}#gs-master-wrapper .gs-form .checkbox-list label:hover{cursor:pointer}#gs-master-wrapper .gs-form .checkbox-list input{margin-right:6px;position:relative;bottom:-2px}#gs-master-wrapper .form-content{background:#fff;border:1px solid #e1e1e1;overflow:hidden;border-radius:4px}#gs-master-wrapper .gs-button{height:auto;font-weight:600;color:#fff;line-height:16px;border:2px solid transparent;padding:4px 13px 6px;border-radius:4px;-webkit-transition:all 200ms;transition:all 200ms;box-shadow:none}#gs-master-wrapper .gs-button i{margin-right:4px}#gs-master-wrapper .gs-button.disabled{color:#aaa;background:#eee}#gs-master-wrapper .gs-button.trans{background:transparent}#gs-master-wrapper .gs-button.plan-pro{background:#e78834}#gs-master-wrapper .gs-button.plan-pro:hover{background:#d9731a}#gs-master-wrapper .gs-button.primary:not(.trans){background:#339ed5}#gs-master-wrapper .gs-button.primary.trans{color:#339ed5}#gs-master-wrapper .gs-button.primary.trans.border{border-color:#339ed5}#gs-master-wrapper .gs-button.success:not(.trans){background:#85b023}#gs-master-wrapper .gs-button.success.trans{color:#85b023}#gs-master-wrapper .gs-button.success.trans.border{border-color:#85b023}#gs-master-wrapper .gs-button.error:not(.trans){background:#d36c65}#gs-master-wrapper .gs-button.error.trans{color:#d36c65}#gs-master-wrapper .gs-button.error.trans.border{border-color:#d36c65}#gs-master-wrapper a.gs-button.primary:not(.trans):hover,#gs-master-wrapper a.gs-button.primary:not(.trans):focus,#gs-master-wrapper input.gs-button.primary:not(.trans):hover,#gs-master-wrapper input.gs-button.primary:not(.trans):focus,#gs-master-wrapper button.gs-button.primary:not(.trans):hover,#gs-master-wrapper button.gs-button.primary:not(.trans):focus{background:#2687b9}#gs-master-wrapper a.gs-button.primary.trans:hover,#gs-master-wrapper a.gs-button.primary.trans:focus,#gs-master-wrapper input.gs-button.primary.trans:hover,#gs-master-wrapper input.gs-button.primary.trans:focus,#gs-master-wrapper button.gs-button.primary.trans:hover,#gs-master-wrapper button.gs-button.primary.trans:focus{border-color:#339ed5}#gs-master-wrapper a.gs-button.success:not(.trans):hover,#gs-master-wrapper a.gs-button.success:not(.trans):focus,#gs-master-wrapper input.gs-button.success:not(.trans):hover,#gs-master-wrapper input.gs-button.success:not(.trans):focus,#gs-master-wrapper button.gs-button.success:not(.trans):hover,#gs-master-wrapper button.gs-button.success:not(.trans):focus{background:#6b8e1c}#gs-master-wrapper a.gs-button.success.trans:hover,#gs-master-wrapper a.gs-button.success.trans:focus,#gs-master-wrapper input.gs-button.success.trans:hover,#gs-master-wrapper input.gs-button.success.trans:focus,#gs-master-wrapper button.gs-button.success.trans:hover,#gs-master-wrapper button.gs-button.success.trans:focus{border-color:#85b023}#gs-master-wrapper a.gs-button.error:not(.trans):hover,#gs-master-wrapper a.gs-button.error:not(.trans):focus,#gs-master-wrapper input.gs-button.error:not(.trans):hover,#gs-master-wrapper input.gs-button.error:not(.trans):focus,#gs-master-wrapper button.gs-button.error:not(.trans):hover,#gs-master-wrapper button.gs-button.error:not(.trans):focus{background:#ca4e45}#gs-master-wrapper a.gs-button.error.trans:hover,#gs-master-wrapper a.gs-button.error.trans:focus,#gs-master-wrapper input.gs-button.error.trans:hover,#gs-master-wrapper input.gs-button.error.trans:focus,#gs-master-wrapper button.gs-button.error.trans:hover,#gs-master-wrapper button.gs-button.error.trans:focus{border-color:#d36c65}#gs-master-wrapper footer{text-align:center;overflow:hidden;padding:50px 0 70px}#gs-master-wrapper .app-grid{max-width:860px;margin:0 auto}#gs-master-wrapper .app-grid .app-link-wrapper{width:50%;padding:33px 30px;float:left;position:relative}#gs-master-wrapper .app-grid .app-link-wrapper:nth-child(odd){padding-left:17px}#gs-master-wrapper .app-grid .app-link-wrapper:nth-child(even){padding-right:17px}#gs-master-wrapper .app-grid .app-link-wrapper *{-webkit-transition:all 250ms cubic-bezier(0.185, 0.295, 0.325, 1);transition:all 250ms cubic-bezier(0.185, 0.295, 0.325, 1)}#gs-master-wrapper .app-grid .app-link-wrapper .app-badge{font-size:14px;font-weight:600;color:#fff;text-transform:uppercase;padding:20px 30px 8px;display:inline-block;position:absolute;top:-10px;right:-31px;z-index:3;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);box-shadow:0 8px 10px -10px rgba(0,0,0,0.5)}#gs-master-wrapper .app-grid .app-link-wrapper .app-badge.badge-primary{background:#339ed5;text-shadow:0 1px 0 rgba(32,114,155,0.5)}#gs-master-wrapper .app-grid .app-link-wrapper .app-badge.badge-success{background:#85b023;text-shadow:0 1px 0 rgba(85,112,22,0.5)}#gs-master-wrapper .app-grid .app-link-wrapper .app-badge.badge-error{background:#d36c65;text-shadow:0 1px 0 rgba(183,61,52,0.5)}#gs-master-wrapper .app-grid .app-link-wrapper .app-badge.badge-special{background:#f5bd25;text-shadow:0 1px 0 rgba(196,146,9,0.5)}#gs-master-wrapper .app-grid .app-link-wrapper .app-link-plan{font-size:15px;font-weight:600;color:#fff;text-transform:uppercase;text-align:right;padding:2px 30px;position:absolute;top:22px;left:50%;z-index:2;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);border-radius:100px}#gs-master-wrapper .app-grid .app-link-wrapper .app-link-plan>span{background:transparent;text-transform:none;text-shadow:none;opacity:0;padding:4px;position:absolute;top:0;left:25px}#gs-master-wrapper .app-grid .app-link-wrapper .app-link-plan>div{text-transform:none}#gs-master-wrapper .app-grid .app-link-wrapper .app-link-plan.plan-pro{background:#e78834;text-shadow:0 1px 0 rgba(185,98,22,0.5)}#gs-master-wrapper .app-grid .app-link-wrapper .app-link-plan.plan-pro:hover{background:#cf6e19;cursor:pointer}#gs-master-wrapper .app-grid .app-link-wrapper .app-status{width:50px;height:50px;background:#c4da94;border:4px solid #9bc048;margin-left:-25px;position:absolute;top:8px;left:50%;z-index:2;-webkit-animation:rotate-scale-in 750ms ease-in-out;animation:rotate-scale-in 750ms ease-in-out}#gs-master-wrapper .app-grid .app-link-wrapper .app-status i{font-size:26px;color:#fff;margin:-9px 0 0 -13px;position:absolute;top:50%;left:50%}#gs-master-wrapper .app-grid .app-link-wrapper .app-status,#gs-master-wrapper .app-grid .app-link-wrapper .app-status:before{border-radius:100%;-webkit-transition:all 350ms cubic-bezier(0.19, 1, 0.22, 1);transition:all 350ms cubic-bezier(0.19, 1, 0.22, 1)}#gs-master-wrapper .app-grid .app-link-wrapper .app-status:before{width:100%;height:100%;border:0 solid #9bc048;content:"";display:inline-block;position:absolute;top:0;left:0;box-sizing:border-box}#gs-master-wrapper .app-grid .app-link-wrapper .app-status:hover{cursor:pointer}#gs-master-wrapper .app-grid .app-link-wrapper .app-status:hover i{-webkit-transform:scale(1.25);-ms-transform:scale(1.25);transform:scale(1.25)}#gs-master-wrapper .app-grid .app-link-wrapper .app-status:hover:before{border-width:20px}#gs-master-wrapper .app-grid .app-link-wrapper .app-status>div{width:140px;text-align:center;top:50px;margin-left:-70px}#gs-master-wrapper .app-grid .app-link-wrapper .app-link{height:380px;background:#fff;text-align:center;padding:20px 30px 0;overflow:hidden;position:relative;border-radius:4px}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-info{background:#fff;border-top:1px solid #e3e3e3;padding-bottom:25px;margin-top:-55px;position:absolute;top:100%;left:30px;right:30px;z-index:1;-webkit-transform:translateY(-82px);-ms-transform:translateY(-82px);transform:translateY(-82px)}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-info p{color:#606060}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-info p.app-title{font-family:"Raleway",sans-serif;font-weight:800;font-size:22px;line-height:27px;text-align:center;padding:30px 0 20px}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-info p:not(.app-title){text-align:left;line-height:22px;opacity:0}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-image img{max-height:300px}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons{position:absolute;bottom:0;left:0;right:0;z-index:1}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons *{-webkit-transition:all 200ms;transition:all 200ms}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons .prompt,#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons a{color:#fff;padding:15px 20px}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons .prompt{background:#ca4e45}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons .prompt a{background:#842c26;border:1px solid transparent;padding:4px 25px 6px;margin:-5px 5px -6px;display:inline-block !important;border-radius:4px}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons .prompt a:hover{background:#9f352e}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons .prompt a.trans{background:transparent !important}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons .prompt a.trans:hover{border-color:#fff}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons a{font-weight:600;background:#8db13d}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons a i{margin-right:4px}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons a span{font-size:13px;color:#fff;background:#9fc24f;padding:2px 12px;position:absolute;top:50%;right:10px;margin-top:-11px;border-radius:100px}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons a span.tooltip>div{width:125px;margin-left:0;top:auto;bottom:30px;left:auto;right:0}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons a span.tooltip>div:before{border-width:8px 8px 0 8px;border-color:#000 transparent transparent transparent;top:auto;left:auto;bottom:-8px;right:26px;margin-left:0}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons a:hover,#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons a:focus{background:#759333}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons a:hover span,#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons a:focus span{background:#84a639}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons a.stop{background:#bbb}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons a.stop:hover,#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons a.stop:focus{background:#ca4e45}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons a.stop:hover span,#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons a.stop:focus span{background:#d26861}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons.app-type-simple a{display:block;border-radius:0 0 4px 4px}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons.app-type-double{margin-right:-2px}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons.app-type-double:after{content:"";display:block;clear:both}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons.app-type-double a{display:table-cell}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons.app-type-double a:first-child{width:100%;border-radius:0 0 0 4px}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons.app-type-double a:last-child{min-width:140px;border-radius:0 0 4px 0}#gs-master-wrapper .app-grid .app-link-wrapper:hover .app-link .app-image{-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}#gs-master-wrapper .app-grid .app-link-wrapper:hover .app-link .app-link-info{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);box-shadow:0 -10px 25px -15px rgba(0,0,0,0.2)}#gs-master-wrapper .app-grid .app-link-wrapper:hover .app-link .app-link-info p:not(.app-title){opacity:1}#gs-master-wrapper{font-family:"Source Sans Pro",sans-serif;font-size:16px;color:#606060;margin-left:-20px}#gs-master-wrapper *{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;box-sizing:border-box}#gs-master-wrapper.no-scroll{overflow:hidden}#gs-master-wrapper h1{font-family:"Raleway",sans-serif;font-size:30px;font-weight:800;color:#606060;text-align:center;padding:40px 0 50px}#gs-master-wrapper h1+p{margin-top:10px}#gs-master-wrapper strong{font-weight:700}#gs-master-wrapper p{line-height:18px}#gs-master-wrapper .gs-tooltip{position:relative}#gs-master-wrapper .gs-tooltip.plan-pro>div{background:#e47b1d}#gs-master-wrapper .gs-tooltip.plan-pro>div:before{border-color:transparent transparent #e47b1d transparent}#gs-master-wrapper .gs-tooltip>div{width:184px;font-size:13px;font-weight:normal;color:#fff;background:#000;text-align:left;line-height:15px;padding:10px 15px;position:absolute;top:30px;left:50%;margin-left:-92px;display:none;z-index:5;border-radius:4px;box-shadow:0 2px 7px rgba(0,0,0,0.4)}#gs-master-wrapper .gs-tooltip>div:before{width:0;height:0;border-style:solid;border-width:0 8px 8px 8px;border-color:transparent transparent #000 transparent;content:"";display:block;position:absolute;top:-8px;left:50%;margin-left:-8px}#gs-master-wrapper .gs-tooltip:hover>div{display:block}#gs-master-wrapper main{z-index:3;-webkit-transition:all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);transition:all 400ms cubic-bezier(0.645, 0.045, 0.355, 1)}#gs-master-wrapper main>div.gs-medium,#gs-master-wrapper main>div.gs-small{margin-left:auto !important;margin-right:auto !important}#gs-master-wrapper main>div.gs-medium{max-width:860px}#gs-master-wrapper main>div.gs-small{max-width:600px}#gs-master-wrapper i.fa{font-family:FontAwesome}#gs-master-wrapper i.fa-refresh.rotate{-webkit-transform-origin:50% 46%;-ms-transform-origin:50% 46%;transform-origin:50% 46%;-webkit-animation:rotate 1.5s linear infinite;animation:rotate 1.5s linear infinite}#gs-master-wrapper .gs-col-1{width:6.25%;position:relative;min-height:1px;padding-left:30px;padding-right:30px;float:left}#gs-master-wrapper .gs-col-2{width:12.5%;position:relative;min-height:1px;padding-left:30px;padding-right:30px;float:left}#gs-master-wrapper .gs-col-3{width:18.75%;position:relative;min-height:1px;padding-left:30px;padding-right:30px;float:left}#gs-master-wrapper .gs-col-4{width:25%;position:relative;min-height:1px;padding-left:30px;padding-right:30px;float:left}#gs-master-wrapper .gs-col-5{width:31.25%;position:relative;min-height:1px;padding-left:30px;padding-right:30px;float:left}#gs-master-wrapper .gs-col-6{width:37.5%;position:relative;min-height:1px;padding-left:30px;padding-right:30px;float:left}#gs-master-wrapper .gs-col-7{width:43.75%;position:relative;min-height:1px;padding-left:30px;padding-right:30px;float:left}#gs-master-wrapper .gs-col-8{width:50%;position:relative;min-height:1px;padding-left:30px;padding-right:30px;float:left}#gs-master-wrapper .gs-col-9{width:56.25%;position:relative;min-height:1px;padding-left:30px;padding-right:30px;float:left}#gs-master-wrapper .gs-col-10{width:62.5%;position:relative;min-height:1px;padding-left:30px;padding-right:30px;float:left}#gs-master-wrapper .gs-col-11{width:68.75%;position:relative;min-height:1px;padding-left:30px;padding-right:30px;float:left}#gs-master-wrapper .gs-col-12{width:75%;position:relative;min-height:1px;padding-left:30px;padding-right:30px;float:left}#gs-master-wrapper .gs-col-13{width:81.25%;position:relative;min-height:1px;padding-left:30px;padding-right:30px;float:left}#gs-master-wrapper .gs-col-14{width:87.5%;position:relative;min-height:1px;padding-left:30px;padding-right:30px;float:left}#gs-master-wrapper .gs-col-15{width:93.75%;position:relative;min-height:1px;padding-left:30px;padding-right:30px;float:left}#gs-master-wrapper .gs-col-16{width:100%;position:relative;min-height:1px;padding-left:30px;padding-right:30px;float:left}#gs-master-wrapper .gs-clearfix:after{content:"";display:block;clear:both}#gs-master-wrapper .loading-create{display:none}#gs-master-wrapper .loading-create.active{display:inline-block}#gs-master-wrapper .hidden{display:none}#gs-master-wrapper .gs-disabled{opacity:0.5;pointer-events:none}
|
1 |
+
@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@-webkit-keyframes rotate-scale-in{0%{-webkit-transform:scale(0.2) rotate(360deg);opacity:0}80%{-webkit-transform:scale(1.1) rotate(0)}100%{-webkit-transform:scale(1);opacity:1}}@keyframes rotate-scale-in{0%{transform:scale(0.2) rotate(360deg);opacity:0}80%{transform:scale(1.1) rotate(0)}100%{transform:scale(1);opacity:1}}@-webkit-keyframes fade-in-down{0%{-webkit-transform:translateY(-30px);opacity:0}100%{-webkit-transform:translateY(0);opacity:1}}@keyframes fade-in-down{0%{transform:translateY(-30px);opacity:0}100%{transform:translateY(0);opacity:1}}@-webkit-keyframes fade-out-up{0%{-webkit-transform:translateY(0);opacity:1}100%{-webkit-transform:translateY(-30px);opacity:0}}@keyframes fade-out-up{0%{transform:translateY(0);opacity:1}100%{transform:translateY(-30px);opacity:0}}@-webkit-keyframes opacity-in{0%{opacity:0}100%{opacity:1}}@keyframes opacity-in{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes opacity-out{0%{opacity:1}100%{opacity:0}}@keyframes opacity-out{0%{opacity:1}100%{opacity:0}}#gs-master-wrapper html,#gs-master-wrapper body,#gs-master-wrapper div,#gs-master-wrapper span,#gs-master-wrapper applet,#gs-master-wrapper object,#gs-master-wrapper iframe,#gs-master-wrapper h1,#gs-master-wrapper h2,#gs-master-wrapper h3,#gs-master-wrapper h4,#gs-master-wrapper h5,#gs-master-wrapper h6,#gs-master-wrapper p,#gs-master-wrapper blockquote,#gs-master-wrapper pre,#gs-master-wrapper a,#gs-master-wrapper abbr,#gs-master-wrapper acronym,#gs-master-wrapper address,#gs-master-wrapper big,#gs-master-wrapper cite,#gs-master-wrapper code,#gs-master-wrapper del,#gs-master-wrapper dfn,#gs-master-wrapper em,#gs-master-wrapper img,#gs-master-wrapper ins,#gs-master-wrapper kbd,#gs-master-wrapper q,#gs-master-wrapper s,#gs-master-wrapper samp,#gs-master-wrapper small,#gs-master-wrapper strike,#gs-master-wrapper strong,#gs-master-wrapper sub,#gs-master-wrapper sup,#gs-master-wrapper tt,#gs-master-wrapper var,#gs-master-wrapper b,#gs-master-wrapper u,#gs-master-wrapper i,#gs-master-wrapper center,#gs-master-wrapper dl,#gs-master-wrapper dt,#gs-master-wrapper dd,#gs-master-wrapper ol,#gs-master-wrapper ul,#gs-master-wrapper li,#gs-master-wrapper fieldset,#gs-master-wrapper form,#gs-master-wrapper label,#gs-master-wrapper legend,#gs-master-wrapper table,#gs-master-wrapper caption,#gs-master-wrapper tbody,#gs-master-wrapper tfoot,#gs-master-wrapper thead,#gs-master-wrapper tr,#gs-master-wrapper th,#gs-master-wrapper td,#gs-master-wrapper article,#gs-master-wrapper aside,#gs-master-wrapper canvas,#gs-master-wrapper details,#gs-master-wrapper embed,#gs-master-wrapper figure,#gs-master-wrapper figcaption,#gs-master-wrapper footer,#gs-master-wrapper header,#gs-master-wrapper hgroup,#gs-master-wrapper menu,#gs-master-wrapper nav,#gs-master-wrapper output,#gs-master-wrapper ruby,#gs-master-wrapper section,#gs-master-wrapper summary,#gs-master-wrapper time,#gs-master-wrapper mark,#gs-master-wrapper audio,#gs-master-wrapper video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}#gs-master-wrapper article,#gs-master-wrapper aside,#gs-master-wrapper details,#gs-master-wrapper figcaption,#gs-master-wrapper figure,#gs-master-wrapper footer,#gs-master-wrapper header,#gs-master-wrapper hgroup,#gs-master-wrapper menu,#gs-master-wrapper nav,#gs-master-wrapper section{display:block}#gs-master-wrapper body{line-height:1}#gs-master-wrapper ol,#gs-master-wrapper ul{list-style:none}#gs-master-wrapper blockquote,#gs-master-wrapper q{quotes:none}#gs-master-wrapper blockquote:before,#gs-master-wrapper blockquote:after,#gs-master-wrapper q:before,#gs-master-wrapper q:after{content:"";content:none}#gs-master-wrapper table{border-collapse:collapse;border-spacing:0}#gs-master-wrapper a{text-decoration:none}#gs-master-wrapper header{width:100%;display:inline-block;z-index:4;margin-bottom:-3px}#gs-master-wrapper header #logo-wrapper{background:#2481b1;padding:16px 30px 15px;float:left;-webkit-transition:all 350ms cubic-bezier(0.19, 1, 0.22, 1);transition:all 350ms cubic-bezier(0.19, 1, 0.22, 1)}#gs-master-wrapper header #logo-wrapper:hover,#gs-master-wrapper header #logo-wrapper:focus{background:#2990c6}#gs-master-wrapper header #main-subnav{background:#339ed5;position:relative;z-index:4}#gs-master-wrapper header #main-subnav>div{padding-left:178px}#gs-master-wrapper header #main-subnav>div>ul{padding:0 12px}#gs-master-wrapper header #main-subnav>div>ul>li{font-size:14px;padding:14px 2px 15px;display:inline-block}#gs-master-wrapper header #main-subnav>div>ul>li a{padding:5px 10px 7px;display:inline-block;border-radius:4px}#gs-master-wrapper header #main-subnav>div>ul>li a,#gs-master-wrapper header #main-subnav>div>ul>li a *{-webkit-transition:all 200ms;transition:all 200ms}#gs-master-wrapper header #main-subnav>div>ul>li a:not(.gs-cta){color:#fff}#gs-master-wrapper header #main-subnav>div>ul>li a:not(.gs-cta).active,#gs-master-wrapper header #main-subnav>div>ul>li a:not(.gs-cta):hover,#gs-master-wrapper header #main-subnav>div>ul>li a:not(.gs-cta):focus{background:#2990c6}#gs-master-wrapper header #main-subnav>div>ul>li a.gs-cta{padding:4px 10px 6px}#gs-master-wrapper header #main-subnav>div>ul>li a.gs-cta:not(.special):not(.trans),#gs-master-wrapper header #main-subnav>div>ul>li a.gs-cta.trans:hover,#gs-master-wrapper header #main-subnav>div>ul>li a.gs-cta.special:hover{box-shadow:0 1px 4px rgba(0,0,0,0.2)}#gs-master-wrapper header #main-subnav>div>ul>li a>i.fa-angle-down{font-size:20px;color:#88c6e6;margin:-5px 0 -1px 3px;position:relative;bottom:-3px}#gs-master-wrapper header #main-subnav>div>ul>li a>i:not(.fa-angle-down){margin-right:4px;position:relative;bottom:-1px}#gs-master-wrapper header #main-subnav>div>ul>li#user-nav{padding-left:20px;float:right}#gs-master-wrapper header #main-subnav>div>ul>li.nav-submenu-link{position:relative}#gs-master-wrapper header #main-subnav>div>ul>li.nav-submenu-link:not(#user-nav){float:left}#gs-master-wrapper header #main-subnav>div>ul>li.nav-submenu-link .nav-submenu-wrapper{min-width:100%;position:absolute;top:100%;left:0;z-index:2;overflow:hidden;padding:0 5px 5px;margin:0 -5px;display:none;box-sizing:initial}#gs-master-wrapper header #main-subnav>div>ul>li.nav-submenu-link .nav-submenu{min-width:100%;background:#f3f3f3;padding:10px 8px;-webkit-transform:translate(0, -100%);-ms-transform:translate(0, -100%);transform:translate(0, -100%);-webkit-transition:all 350ms cubic-bezier(0.19, 1, 0.22, 1);transition:all 350ms cubic-bezier(0.19, 1, 0.22, 1);border-radius:0 0 4px 4px;box-shadow:0 1px 5px rgba(0,0,0,0.2),inset 0 9px 8px -10px rgba(0,0,0,0.5)}#gs-master-wrapper header #main-subnav>div>ul>li.nav-submenu-link .nav-submenu.active{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0)}#gs-master-wrapper header #main-subnav>div>ul>li.nav-submenu-link .nav-submenu a{width:100%;color:#606060;white-space:nowrap;padding:8px 10px;position:relative}#gs-master-wrapper header #main-subnav>div>ul>li.nav-submenu-link .nav-submenu a:hover,#gs-master-wrapper header #main-subnav>div>ul>li.nav-submenu-link .nav-submenu a:focus{background:#e6e6e6}#gs-master-wrapper .title-wrapper{background:#fff;text-align:center;border-bottom:1px solid #e9e9e9;padding:46px 0;position:relative;z-index:1}#gs-master-wrapper .title-wrapper h1{max-width:860px;font-family:"Raleway",sans-serif;color:#339ed5;line-height:35px;display:inline-block;margin:0 auto;padding:0}#gs-master-wrapper .title-wrapper h1>span{display:block}#gs-master-wrapper .title-wrapper h1+p{max-width:860px;margin:20px auto 0}#gs-master-wrapper .title-wrapper #dashboard-analytics{max-width:860px;margin:0 auto}#gs-master-wrapper .title-wrapper #dashboard-analytics .overlay{background:rgba(0,0,0,0.5);top:0;bottom:0;left:0;right:0}#gs-master-wrapper .title-wrapper #dashboard-analytics .overlay,#gs-master-wrapper .title-wrapper #dashboard-analytics .overlay span{position:absolute}#gs-master-wrapper .title-wrapper #dashboard-analytics .overlay span{font-weight:600;color:#fff;padding:8px 15px;white-space:nowrap;display:inline-block;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);border-radius:4px}#gs-master-wrapper .title-wrapper #dashboard-analytics>.overlay{z-index:1}#gs-master-wrapper .title-wrapper #dashboard-analytics .dashboard-tile{width:33.33333%;padding:0 17px;float:left}#gs-master-wrapper .title-wrapper #dashboard-analytics .dashboard-tile>div{height:127px;font-size:20px;font-weight:600;color:#fff;background:#339ed5;text-align:center;padding:14px 20px 55px 120px;overflow:hidden;position:relative;border-radius:4px}#gs-master-wrapper .title-wrapper #dashboard-analytics .dashboard-tile>div:before{width:80px;height:80px;font-family:"FontAwesome";font-size:80px;color:rgba(255,255,255,0.1);line-height:1;display:block;position:absolute;bottom:-10px;left:10px}#gs-master-wrapper .title-wrapper #dashboard-analytics .dashboard-tile>div.visits:before{content:""}#gs-master-wrapper .title-wrapper #dashboard-analytics .dashboard-tile>div.shares:before{content:""}#gs-master-wrapper .title-wrapper #dashboard-analytics .dashboard-tile>div.leads:before{content:""}#gs-master-wrapper .title-wrapper #dashboard-analytics .dashboard-tile>div>span{font-size:50px;font-weight:bold;margin-top:22px;display:block}#gs-master-wrapper .title-wrapper #dashboard-analytics .dashboard-tile>div>span.small{font-size:16px;font-weight:normal;margin-top:14px}#gs-master-wrapper .title-wrapper #dashboard-analytics .dashboard-tile>div>.tile-overlay,#gs-master-wrapper .title-wrapper #dashboard-analytics .dashboard-tile>div>.tile-overlay span{opacity:0;-webkit-transition:all 350ms cubic-bezier(0.19, 1, 0.22, 1);transition:all 350ms cubic-bezier(0.19, 1, 0.22, 1)}#gs-master-wrapper .title-wrapper #dashboard-analytics .dashboard-tile>div>.tile-overlay span{background:#339ed5;-webkit-transform:translate(-50%, -50%) scale(0.7);-ms-transform:translate(-50%, -50%) scale(0.7);transform:translate(-50%, -50%) scale(0.7)}#gs-master-wrapper .title-wrapper #dashboard-analytics .dashboard-tile>div>.tile-overlay:hover,#gs-master-wrapper .title-wrapper #dashboard-analytics .dashboard-tile>div>.tile-overlay:hover span{opacity:1}#gs-master-wrapper .title-wrapper #dashboard-analytics .dashboard-tile>div>.tile-overlay:hover span{-webkit-transform:translate(-50%, -50%) scale(1);-ms-transform:translate(-50%, -50%) scale(1);transform:translate(-50%, -50%) scale(1)}#gs-master-wrapper .title-wrapper .dashboard-info{color:#999;text-align:center;margin:20px 0 -10px}#gs-master-wrapper .title-wrapper .dashboard-info a{color:#339ed5;margin-left:20px}#gs-master-wrapper .title-wrapper .dashboard-info a:hover,#gs-master-wrapper .title-wrapper .dashboard-info a:focus{color:#2687b9}#gs-master-wrapper .gs-alert{font-size:16px;text-align:left;margin:40px 30px;padding:20px 0;position:relative;border-radius:4px}#gs-master-wrapper .gs-alert a{font-size:14px;color:#fff;-webkit-transition:all 200ms;transition:all 200ms}#gs-master-wrapper .gs-alert a.cta{font-size:16px;margin-top:-15px;position:absolute;right:0;top:50%}#gs-master-wrapper .gs-alert a.cta.pro{background:#e78834}#gs-master-wrapper .gs-alert a.cta.pro:hover{background:#d9731a}#gs-master-wrapper .gs-alert p{font-weight:600}#gs-master-wrapper .gs-alert p,#gs-master-wrapper .gs-alert p.alert-title{color:#fff}#gs-master-wrapper .gs-alert p.alert-title{font-weight:bold}#gs-master-wrapper .gs-alert p.alert-title>span{font-size:15px;color:#fff;padding:1px 10px 2px;margin:0 5px;border-radius:4px}#gs-master-wrapper .gs-alert p.alert-title>span.primary{background:#339ed5}#gs-master-wrapper .gs-alert p.alert-title>span.success{background:#85b023}#gs-master-wrapper .gs-alert p.alert-title>span.error{background:#d36c65}#gs-master-wrapper .gs-alert.cta{padding:20px 94px 20px 0;margin-bottom:0}#gs-master-wrapper .gs-alert.cta div[class^="gs-col-"]:first-of-type{padding-left:114px}#gs-master-wrapper .gs-alert.cta div[class^="gs-col-"]:first-of-type:before{font-family:"FontAwesome";font-size:64px;display:inline-block;position:absolute;top:50%;left:30px;margin-top:-32px}#gs-master-wrapper .gs-alert.cta div[class^="gs-col-"]:last-of-type .alert-code{width:100%;display:table}#gs-master-wrapper .gs-alert.cta div[class^="gs-col-"]:last-of-type .alert-code>*{display:table-cell}#gs-master-wrapper .gs-alert.cta div[class^="gs-col-"]:last-of-type .alert-code>*:last-child{vertical-align:middle}#gs-master-wrapper .gs-alert.cta div[class^="gs-col-"]:last-of-type .alert-code textarea.code{height:60px;overflow-y:scroll}#gs-master-wrapper .gs-alert.cta div[class^="gs-col-"]:last-of-type .alert-code>a{width:55px;height:100%;text-align:center;padding:10px 16px;border-radius:0 4px 4px 0;box-shadow:0 2px 4px rgba(0,0,0,0.15)}#gs-master-wrapper .gs-alert.cta div[class^="gs-col-"]:last-of-type .alert-code>a i{font-size:20px;margin-bottom:5px;display:block}#gs-master-wrapper .gs-alert.cta div[class^="gs-col-"]:last-of-type .alert-code>a:hover,#gs-master-wrapper .gs-alert.cta div[class^="gs-col-"]:last-of-type .alert-code>a:focus{box-shadow:0 2px 5px rgba(0,0,0,0.4)}#gs-master-wrapper .gs-alert.cta div[class^="gs-col-"] p{font-size:14px;line-height:15px}#gs-master-wrapper .gs-alert.cta div[class^="gs-col-"] p.alert-title{font-size:20px}#gs-master-wrapper .gs-alert.cta div[class^="gs-col-"] p.alert-title+p{margin-top:10px}#gs-master-wrapper .gs-alert.cta.plan-pro{background:#e78834}#gs-master-wrapper .gs-alert.cta.default{color:#606060;background:#fff;border:1px solid #e3e3e3}#gs-master-wrapper .gs-alert.cta.default p{color:#606060}#gs-master-wrapper .gs-alert.cta.default p.alert-title{color:#606060}#gs-master-wrapper .gs-alert.cta.default p.alert-title+p{color:#7f7f7f}#gs-master-wrapper .gs-alert.cta.special{color:#fff;text-shadow:0 1px 0 rgba(0,0,0,0.15);background:#e6cc1d}#gs-master-wrapper .gs-alert.cta.special a.gs-button.special{background:#bba615}#gs-master-wrapper .gs-alert.cta.special a.gs-button.special:hover{background:#9b8911}#gs-master-wrapper .gs-alert.cta.special p{color:#fff}#gs-master-wrapper .gs-alert.cta.special p.alert-title{color:#fff}#gs-master-wrapper .gs-alert.cta.special p.alert-title+p{color:#b29e14}#gs-master-wrapper .gs-alert.cta.special>a.gs-close{color:#fff;background:transparent;text-shadow:none}#gs-master-wrapper .gs-alert.cta.special>a.gs-close:hover{color:#fff;background:#d2ba17}#gs-master-wrapper .gs-alert.cta>a{position:absolute}#gs-master-wrapper .gs-alert.cta>a.gs-close{width:34px;height:34px;font-size:20px;background:rgba(255,255,255,0.5);top:50%;right:15px;border-radius:100%;text-align:center;padding:7px 0 0;margin-top:-17px;border-radius:100%;-webkit-transition:all 500ms cubic-bezier(0.19, 1, 0.22, 1);transition:all 500ms cubic-bezier(0.19, 1, 0.22, 1)}#gs-master-wrapper .gs-alert.cta>a.gs-close:hover{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}#gs-master-wrapper .gs-alert.cta>a.cta{right:94px}#gs-master-wrapper .gs-alert.cta.simple{padding-left:60px;padding-right:60px}#gs-master-wrapper .gs-alert.cta.simple>div[class*="col-"]{padding-right:0;padding-left:0;position:relative}#gs-master-wrapper .gs-alert.cta.simple>div[class*="col-"]:before{display:none}#gs-master-wrapper .gs-alert.primary{background:#339ed5}#gs-master-wrapper .gs-alert.primary a{background:#2278a4}#gs-master-wrapper .gs-alert.primary a.close{color:#339ed5}#gs-master-wrapper .gs-alert.primary a:hover,#gs-master-wrapper .gs-alert.primary a:focus{background:#1c6286}#gs-master-wrapper .gs-alert.primary.cta div[class^="gs-col-"]:first-of-type:before{color:#7fc2e5}#gs-master-wrapper .gs-alert.primary.cta div[class^="gs-col-"] p:not(.alert-title){color:#9dd0eb}#gs-master-wrapper .gs-alert.success{background:#85b023}#gs-master-wrapper .gs-alert.success a{background:#5b7918}#gs-master-wrapper .gs-alert.success a.close{color:#85b023}#gs-master-wrapper .gs-alert.success a:hover,#gs-master-wrapper .gs-alert.success a:focus{background:#455b12}#gs-master-wrapper .gs-alert.success.cta div[class^="gs-col-"]:first-of-type:before{color:#b2dd52}#gs-master-wrapper .gs-alert.success.cta div[class^="gs-col-"] p:not(.alert-title){color:#c0e370}#gs-master-wrapper .gs-alert.error{background:#d36c65}#gs-master-wrapper .gs-alert.error a{background:#bf3f37}#gs-master-wrapper .gs-alert.error a.close{color:#d36c65}#gs-master-wrapper .gs-alert.error a:hover,#gs-master-wrapper .gs-alert.error a:focus{background:#a3362f}#gs-master-wrapper .gs-alert.error.cta div[class^="gs-col-"]:first-of-type:before{color:#e7b0ac}#gs-master-wrapper .gs-alert.error.cta div[class^="gs-col-"] p:not(.alert-title){color:#efcbc8}#gs-master-wrapper .modal-wrapper{background:rgba(0,0,0,0.5);padding:0 30px;overflow:scroll;z-index:999999}#gs-master-wrapper .modal-wrapper,#gs-master-wrapper .modal-wrapper .modal-cover{position:fixed;top:0;right:0;bottom:0;left:0}#gs-master-wrapper .modal-wrapper .modal-cover{z-index:-1}#gs-master-wrapper .modal-wrapper .gs-modal{max-width:860px;background:#fff;padding:22px 30px;margin:100px auto 30px;opacity:0;border-radius:4px}#gs-master-wrapper .modal-wrapper .gs-modal.small{max-width:430px;padding:40px 30px}#gs-master-wrapper .modal-wrapper .gs-modal .modal-title{text-align:center;padding:46px 0 60px}#gs-master-wrapper .modal-wrapper .gs-modal .modal-title .title{font-size:40px;font-weight:300;padding-bottom:11px}#gs-master-wrapper .modal-wrapper .gs-modal .modal-title .title+p{max-width:400px;margin-left:auto;margin-right:auto;margin-top:10px}#gs-master-wrapper .modal-wrapper.hide{display:none}#gs-master-wrapper .modal-wrapper.active{display:block;-webkit-animation:opacity-in 300ms ease-in-out forwards;animation:opacity-in 300ms ease-in-out forwards}#gs-master-wrapper .modal-wrapper.active .gs-modal{-webkit-animation:fade-in-down 700ms cubic-bezier(0.19, 1, 0.22, 1) forwards;animation:fade-in-down 700ms cubic-bezier(0.19, 1, 0.22, 1) forwards}#gs-master-wrapper .modal-wrapper.rewind{-webkit-animation:opacity-out 300ms ease-in-out forwards;animation:opacity-out 300ms ease-in-out forwards}#gs-master-wrapper .modal-wrapper.rewind .gs-modal{-webkit-animation:fade-out-up 700ms cubic-bezier(0.19, 1, 0.22, 1) forwards;animation:fade-out-up 700ms cubic-bezier(0.19, 1, 0.22, 1) forwards}#gs-master-wrapper .gs-form{position:relative;display:block}#gs-master-wrapper .gs-form.account-info{-webkit-animation:fade-in-down 1s cubic-bezier(0.19, 1, 0.22, 1);animation:fade-in-down 1s cubic-bezier(0.19, 1, 0.22, 1)}#gs-master-wrapper .gs-form.account-info .form-content{background:#339ed5;border:none;border-radius:0 0 4px 4px}#gs-master-wrapper .gs-form.account-info .form-content,#gs-master-wrapper .gs-form.account-info .form-content .field-group:first-child .field-label{box-shadow:inset 0 8px 10px -10px rgba(0,0,0,0.5)}#gs-master-wrapper .gs-form.account-info .form-content .field-group:not(.field-alert) .field-label{color:#fff;background:#2687b9;padding:18px 0 20px 30px !important}#gs-master-wrapper .gs-form.account-info .form-content .field-group:not(.field-alert) .field-input{color:#fff;padding:15px 30px 20px}#gs-master-wrapper .gs-form.account-info .form-content .field-group:not(.field-alert)+.field-group{border-top-color:#66b6df}#gs-master-wrapper .gs-form.account-info .form-content+.form-button-group{padding-top:50px}#gs-master-wrapper .gs-form.account-info ~ .alert{margin-top:0;border-radius:0 0 4px 4px;box-shadow:inset 0 8px 10px -10px rgba(0,0,0,0.5)}#gs-master-wrapper .gs-form p{font-size:14px;color:#999;line-height:15px;margin-bottom:4px}#gs-master-wrapper .gs-form label{font-size:18px;font-weight:600;cursor:auto}#gs-master-wrapper .gs-form label span{font-size:16px;font-weight:normal;color:#999}#gs-master-wrapper .gs-form input:not([type="submit"]):not([type="radio"]){width:100%;font-family:"Source Sans Pro",sans-serif;font-size:20px;color:#606060;background:#fff;border:1px solid #ccc;padding:3px 15px 5px;outline:none;border-radius:4px;-webkit-transition:all 200ms;transition:all 200ms}#gs-master-wrapper .gs-form input:not([type="submit"]):not([type="radio"]):hover{background:#f9f9f9}#gs-master-wrapper .gs-form input:not([type="submit"]):not([type="radio"]):focus{border-color:#339ed5;box-shadow:inset 0 0 3px #b2daef}#gs-master-wrapper .gs-form input:not([type="submit"]):not([type="radio"])::-webkit-input-placeholder{color:#ccc;font-style:italic}#gs-master-wrapper .gs-form input:not([type="submit"]):not([type="radio"]):-moz-placeholder{color:#ccc;font-style:italic}#gs-master-wrapper .gs-form input:not([type="submit"]):not([type="radio"])::-moz-placeholder{color:#ccc;font-style:italic}#gs-master-wrapper .gs-form input:not([type="submit"]):not([type="radio"]):-ms-input-placeholder{color:#ccc;font-style:italic}#gs-master-wrapper .gs-form input:not([type="submit"]):not([type="radio"])+p{margin-top:5px}#gs-master-wrapper .gs-form input[type="submit"],#gs-master-wrapper .gs-form button{width:auto;font-family:"Source Sans Pro",sans-serif;font-size:100%;margin-bottom:-9px;display:inline-block}#gs-master-wrapper .gs-form input[type="submit"]:hover,#gs-master-wrapper .gs-form button:hover{cursor:pointer}#gs-master-wrapper .gs-form .form-content+.form-content{margin-top:30px}#gs-master-wrapper .gs-form .form-content .field-clean{padding:25px 30px}#gs-master-wrapper .gs-form .form-content .field-clean+.field-clean,#gs-master-wrapper .gs-form .form-content .field-clean+.field-group{border-top:1px solid #eee}#gs-master-wrapper .gs-form .form-content .field-clean div[class^="col-"]:not(:first-child){padding-left:30px}#gs-master-wrapper .gs-form .form-content .field-clean label{margin-bottom:6px;display:block}#gs-master-wrapper .gs-form .form-content .field-group{padding-left:125px;position:relative}#gs-master-wrapper .gs-form .form-content .field-group>*{float:left}#gs-master-wrapper .gs-form .form-content .field-group:after{content:"";display:block;clear:both}#gs-master-wrapper .gs-form .form-content .field-group:first-child .field-label{border-radius:3px 0 0 0}#gs-master-wrapper .gs-form .form-content .field-group:last-child .field-label{border-radius:0 0 0 3px}#gs-master-wrapper .gs-form .form-content .field-group .field-label{width:125px;min-width:125px;height:100%;background:#f9f9f9;word-wrap:break-word;padding:45px 0 30px 30px;position:absolute;top:0;left:0}#gs-master-wrapper .gs-form .form-content .field-group .field-label label{display:block}#gs-master-wrapper .gs-form .form-content .field-group .field-label.no-desc{padding-top:25px}#gs-master-wrapper .gs-form .form-content .field-group .field-input{width:100%;padding:25px 30px 30px;position:relative}#gs-master-wrapper .gs-form .form-content .field-group .field-input p.api-key-value{font-size:20px;color:#606060;padding:8px 0 11px}#gs-master-wrapper .gs-form .form-content .field-group .field-input+.field-input{padding-top:0;margin-top:-6px}#gs-master-wrapper .gs-form .form-content .field-group+.field-group{border-top:1px solid #eee}#gs-master-wrapper .gs-form .form-button-group{text-align:center;padding:38px 0 20px}#gs-master-wrapper .gs-form .extra-notes{padding-top:15px}#gs-master-wrapper .gs-form .extra-notes .fa-asterisk{font-size:16px;color:#339ed5}#gs-master-wrapper .gs-form .checkbox-list{margin:10px 0}#gs-master-wrapper .gs-form .checkbox-list:first-child{margin-top:0}#gs-master-wrapper .gs-form .checkbox-list:last-child{margin-bottom:0}#gs-master-wrapper .gs-form .checkbox-list label:hover{cursor:pointer}#gs-master-wrapper .gs-form .checkbox-list input{margin-right:6px;position:relative;bottom:-2px}#gs-master-wrapper .form-content{background:#fff;border:1px solid #e1e1e1;overflow:hidden;border-radius:4px}#gs-master-wrapper .gs-button{height:auto;font-weight:600;color:#fff;line-height:16px;border:2px solid transparent;padding:4px 13px 6px;border-radius:4px;-webkit-transition:all 200ms;transition:all 200ms;box-shadow:none}#gs-master-wrapper .gs-button.gs-big{font-size:20px;padding:6px 15px 8px}#gs-master-wrapper .gs-button i{margin-right:4px}#gs-master-wrapper .gs-button.disabled{color:#aaa;background:#eee}#gs-master-wrapper .gs-button.trans{background:transparent}#gs-master-wrapper .gs-button.special:not(.trans){color:#fff;text-shadow:0 1px 0 rgba(0,0,0,0.15);background:#e6cc1d}#gs-master-wrapper .gs-button.special:not(.trans):hover{background:#bba615}#gs-master-wrapper .gs-button.special.trans{color:#fff}#gs-master-wrapper .gs-button.special.trans.border{border-color:#fff}#gs-master-wrapper .gs-button.special.trans:hover{color:#fff;text-shadow:0 1px 0 rgba(0,0,0,0.15);background:#e6cc1d;border-color:#e6cc1d}#gs-master-wrapper .gs-button.plan-pro:not(.trans){background:#e78834}#gs-master-wrapper .gs-button.plan-pro.trans{color:#fff}#gs-master-wrapper .gs-button.plan-pro.trans.border{border-color:#fff}#gs-master-wrapper .gs-button.plan-pro.trans:hover{background:#e78834;border-color:#e78834}#gs-master-wrapper .gs-button.plan-pro:hover{background:#d9731a}#gs-master-wrapper .gs-button.primary:not(.trans){background:#339ed5}#gs-master-wrapper .gs-button.primary.trans{color:#339ed5}#gs-master-wrapper .gs-button.primary.trans.border{border-color:#339ed5}#gs-master-wrapper .gs-button.success:not(.trans){background:#85b023}#gs-master-wrapper .gs-button.success.trans{color:#85b023}#gs-master-wrapper .gs-button.success.trans.border{border-color:#85b023}#gs-master-wrapper .gs-button.error:not(.trans){background:#d36c65}#gs-master-wrapper .gs-button.error.trans{color:#d36c65}#gs-master-wrapper .gs-button.error.trans.border{border-color:#d36c65}#gs-master-wrapper a.gs-button.primary:not(.trans):hover,#gs-master-wrapper a.gs-button.primary:not(.trans):focus,#gs-master-wrapper input.gs-button.primary:not(.trans):hover,#gs-master-wrapper input.gs-button.primary:not(.trans):focus,#gs-master-wrapper button.gs-button.primary:not(.trans):hover,#gs-master-wrapper button.gs-button.primary:not(.trans):focus{background:#2687b9}#gs-master-wrapper a.gs-button.primary.trans:hover,#gs-master-wrapper a.gs-button.primary.trans:focus,#gs-master-wrapper input.gs-button.primary.trans:hover,#gs-master-wrapper input.gs-button.primary.trans:focus,#gs-master-wrapper button.gs-button.primary.trans:hover,#gs-master-wrapper button.gs-button.primary.trans:focus{border-color:#339ed5}#gs-master-wrapper a.gs-button.success:not(.trans):hover,#gs-master-wrapper a.gs-button.success:not(.trans):focus,#gs-master-wrapper input.gs-button.success:not(.trans):hover,#gs-master-wrapper input.gs-button.success:not(.trans):focus,#gs-master-wrapper button.gs-button.success:not(.trans):hover,#gs-master-wrapper button.gs-button.success:not(.trans):focus{background:#6b8e1c}#gs-master-wrapper a.gs-button.success.trans:hover,#gs-master-wrapper a.gs-button.success.trans:focus,#gs-master-wrapper input.gs-button.success.trans:hover,#gs-master-wrapper input.gs-button.success.trans:focus,#gs-master-wrapper button.gs-button.success.trans:hover,#gs-master-wrapper button.gs-button.success.trans:focus{border-color:#85b023}#gs-master-wrapper a.gs-button.error:not(.trans):hover,#gs-master-wrapper a.gs-button.error:not(.trans):focus,#gs-master-wrapper input.gs-button.error:not(.trans):hover,#gs-master-wrapper input.gs-button.error:not(.trans):focus,#gs-master-wrapper button.gs-button.error:not(.trans):hover,#gs-master-wrapper button.gs-button.error:not(.trans):focus{background:#ca4e45}#gs-master-wrapper a.gs-button.error.trans:hover,#gs-master-wrapper a.gs-button.error.trans:focus,#gs-master-wrapper input.gs-button.error.trans:hover,#gs-master-wrapper input.gs-button.error.trans:focus,#gs-master-wrapper button.gs-button.error.trans:hover,#gs-master-wrapper button.gs-button.error.trans:focus{border-color:#d36c65}#gs-master-wrapper footer{text-align:center;overflow:hidden;padding:50px 0 70px}#gs-master-wrapper .app-grid{max-width:860px;margin:0 auto}#gs-master-wrapper .app-grid .app-link-wrapper{width:50%;padding:33px 25px;float:left;position:relative}#gs-master-wrapper .app-grid .app-link-wrapper:nth-child(odd){padding-left:0}#gs-master-wrapper .app-grid .app-link-wrapper:nth-child(even){padding-right:0}#gs-master-wrapper .app-grid .app-link-wrapper *{-webkit-transition:all 250ms cubic-bezier(0.185, 0.295, 0.325, 1);transition:all 250ms cubic-bezier(0.185, 0.295, 0.325, 1)}#gs-master-wrapper .app-grid .app-link-wrapper .app-badge{font-size:14px;font-weight:600;color:#fff;text-transform:uppercase;padding:20px 30px 8px;display:inline-block;position:absolute;top:-10px;right:-31px;z-index:3;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);box-shadow:0 8px 10px -10px rgba(0,0,0,0.5)}#gs-master-wrapper .app-grid .app-link-wrapper .app-badge.badge-special{background:#f5bd25;text-shadow:0 1px 0 rgba(196,146,9,0.5)}#gs-master-wrapper .app-grid .app-link-wrapper .app-link-plan{font-size:15px;font-weight:600;color:#fff;text-transform:uppercase;text-align:right;padding:2px 30px;position:absolute;top:22px;left:50%;z-index:2;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);border-radius:100px}#gs-master-wrapper .app-grid .app-link-wrapper .app-link-plan>span{background:transparent;text-transform:none;text-shadow:none;opacity:0;padding:4px;position:absolute;top:0;left:25px}#gs-master-wrapper .app-grid .app-link-wrapper .app-link-plan>div{text-transform:none}#gs-master-wrapper .app-grid .app-link-wrapper .app-link-plan.plan-pro{background:#e78834;text-shadow:0 1px 0 rgba(185,98,22,0.5)}#gs-master-wrapper .app-grid .app-link-wrapper .app-link-plan.plan-pro:hover{background:#cf6e19;cursor:pointer}#gs-master-wrapper .app-grid .app-link-wrapper .app-status{width:50px;height:50px;background:#c4da94;border:4px solid #9bc048;margin-left:-25px;position:absolute;top:8px;left:50%;z-index:2;-webkit-animation:rotate-scale-in 750ms ease-in-out;animation:rotate-scale-in 750ms ease-in-out}#gs-master-wrapper .app-grid .app-link-wrapper .app-status i{font-size:26px;color:#fff;margin:-9px 0 0 -13px;position:absolute;top:50%;left:50%}#gs-master-wrapper .app-grid .app-link-wrapper .app-status,#gs-master-wrapper .app-grid .app-link-wrapper .app-status:before{border-radius:100%;-webkit-transition:all 350ms cubic-bezier(0.19, 1, 0.22, 1);transition:all 350ms cubic-bezier(0.19, 1, 0.22, 1)}#gs-master-wrapper .app-grid .app-link-wrapper .app-status:before{width:100%;height:100%;border:0 solid #9bc048;content:"";display:inline-block;position:absolute;top:0;left:0;box-sizing:border-box}#gs-master-wrapper .app-grid .app-link-wrapper .app-status:hover{cursor:pointer}#gs-master-wrapper .app-grid .app-link-wrapper .app-status:hover i{-webkit-transform:scale(1.25);-ms-transform:scale(1.25);transform:scale(1.25)}#gs-master-wrapper .app-grid .app-link-wrapper .app-status:hover:before{border-width:20px}#gs-master-wrapper .app-grid .app-link-wrapper .app-status>div{width:140px;text-align:center;top:50px;margin-left:-70px}#gs-master-wrapper .app-grid .app-link-wrapper .app-link{height:380px;background:#fff;text-align:center;padding:20px 30px 0;overflow:hidden;position:relative;border-radius:4px}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-info{background:#fff;border-top:1px solid #e3e3e3;padding-bottom:25px;margin-top:-55px;position:absolute;top:100%;left:30px;right:30px;z-index:1;-webkit-transform:translateY(-82px);-ms-transform:translateY(-82px);transform:translateY(-82px)}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-info p{color:#606060}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-info p.app-title{font-family:"Raleway",sans-serif;font-weight:800;font-size:22px;line-height:27px;text-align:center;padding:30px 0 20px}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-info p:not(.app-title){text-align:left;line-height:22px;opacity:0}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-image img{max-height:300px}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons{position:absolute;bottom:0;left:0;right:0;z-index:1}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons *{-webkit-transition:all 200ms;transition:all 200ms}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons .prompt,#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons a{color:#fff;padding:15px 20px}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons .prompt{background:#ca4e45}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons .prompt a{background:#842c26;border:1px solid transparent;padding:4px 25px 6px;margin:-5px 5px -6px;display:inline-block !important;border-radius:4px}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons .prompt a:hover{background:#9f352e}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons .prompt a.trans{background:transparent !important}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons .prompt a.trans:hover{border-color:#fff}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons a{font-weight:600;background:#8db13d}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons a i{margin-right:4px}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons a span{font-weight:normal;position:absolute;top:50%;right:15px;margin-top:-8px}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons a span img{width:35px}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons a span.gs-tooltip>div{width:125px;margin-left:0;top:auto;bottom:30px;left:auto;right:-8px}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons a span.gs-tooltip>div:before{border-width:8px 8px 0 8px;border-color:#000 transparent transparent transparent;top:auto;left:auto;bottom:-8px;right:17px;margin-left:0}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons a:hover,#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons a:focus{background:#759333}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons a.stop{background:#bbb}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons a.stop:hover,#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons a.stop:focus{background:#ca4e45}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons a.stop:hover span,#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons a.stop:focus span{background:#d26861}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons.app-type-simple a{display:block;border-radius:0 0 4px 4px}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons.app-type-double{margin-right:-2px;display:table}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons.app-type-double:after{content:"";display:block;clear:both}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons.app-type-double a{display:table-cell}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons.app-type-double a:first-child{width:100%;border-radius:0 0 0 4px}#gs-master-wrapper .app-grid .app-link-wrapper .app-link .app-link-buttons.app-type-double a:last-child{min-width:140px;border-radius:0 0 4px 0}#gs-master-wrapper .app-grid .app-link-wrapper:hover .app-link .app-image{-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}#gs-master-wrapper .app-grid .app-link-wrapper:hover .app-link .app-link-info{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);box-shadow:0 -10px 25px -15px rgba(0,0,0,0.2)}#gs-master-wrapper .app-grid .app-link-wrapper:hover .app-link .app-link-info p:not(.app-title){opacity:1}#gs-master-wrapper .app-grid .app-link-wrapper:hover .app-link .app-link-buttons a span img{-webkit-transform:scale(1.15);-ms-transform:scale(1.15);transform:scale(1.15)}#gs-master-wrapper{font-family:"Source Sans Pro",sans-serif;font-size:16px;color:#606060;margin-left:-20px}#gs-master-wrapper *{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;box-sizing:border-box}#gs-master-wrapper.no-scroll{overflow:hidden}#gs-master-wrapper h1{font-family:"Raleway",sans-serif;font-size:30px;font-weight:800;color:#606060;text-align:center;padding:40px 0 50px}#gs-master-wrapper h1+p{margin-top:10px}#gs-master-wrapper strong{font-weight:700}#gs-master-wrapper p{line-height:18px}#gs-master-wrapper .gs-tooltip{position:relative}#gs-master-wrapper .gs-tooltip.plan-pro>div{background:#e47b1d}#gs-master-wrapper .gs-tooltip.plan-pro>div:before{border-color:transparent transparent #e47b1d transparent}#gs-master-wrapper .gs-tooltip>div{width:184px;font-size:13px;font-weight:normal;color:#fff;background:#000;text-align:left;line-height:15px;padding:10px 15px;position:absolute;top:30px;left:50%;margin-left:-92px;display:none;z-index:5;border-radius:4px;box-shadow:0 2px 7px rgba(0,0,0,0.4)}#gs-master-wrapper .gs-tooltip>div:before{width:0;height:0;border-style:solid;border-width:0 8px 8px 8px;border-color:transparent transparent #000 transparent;content:"";display:block;position:absolute;top:-8px;left:50%;margin-left:-8px}#gs-master-wrapper .gs-tooltip:hover>div{display:block}#gs-master-wrapper main{z-index:3;-webkit-transition:all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);transition:all 400ms cubic-bezier(0.645, 0.045, 0.355, 1)}#gs-master-wrapper main>div.gs-medium,#gs-master-wrapper main>div.gs-small{margin-left:auto !important;margin-right:auto !important}#gs-master-wrapper main>div.gs-medium{max-width:800px}#gs-master-wrapper main>div.gs-small{max-width:600px}#gs-master-wrapper i.fa{font-family:FontAwesome}#gs-master-wrapper .gs-col-1{width:6.25%;position:relative;min-height:1px;padding-left:30px;padding-right:30px;float:left}#gs-master-wrapper .gs-col-2{width:12.5%;position:relative;min-height:1px;padding-left:30px;padding-right:30px;float:left}#gs-master-wrapper .gs-col-3{width:18.75%;position:relative;min-height:1px;padding-left:30px;padding-right:30px;float:left}#gs-master-wrapper .gs-col-4{width:25%;position:relative;min-height:1px;padding-left:30px;padding-right:30px;float:left}#gs-master-wrapper .gs-col-5{width:31.25%;position:relative;min-height:1px;padding-left:30px;padding-right:30px;float:left}#gs-master-wrapper .gs-col-6{width:37.5%;position:relative;min-height:1px;padding-left:30px;padding-right:30px;float:left}#gs-master-wrapper .gs-col-7{width:43.75%;position:relative;min-height:1px;padding-left:30px;padding-right:30px;float:left}#gs-master-wrapper .gs-col-8{width:50%;position:relative;min-height:1px;padding-left:30px;padding-right:30px;float:left}#gs-master-wrapper .gs-col-9{width:56.25%;position:relative;min-height:1px;padding-left:30px;padding-right:30px;float:left}#gs-master-wrapper .gs-col-10{width:62.5%;position:relative;min-height:1px;padding-left:30px;padding-right:30px;float:left}#gs-master-wrapper .gs-col-11{width:68.75%;position:relative;min-height:1px;padding-left:30px;padding-right:30px;float:left}#gs-master-wrapper .gs-col-12{width:75%;position:relative;min-height:1px;padding-left:30px;padding-right:30px;float:left}#gs-master-wrapper .gs-col-13{width:81.25%;position:relative;min-height:1px;padding-left:30px;padding-right:30px;float:left}#gs-master-wrapper .gs-col-14{width:87.5%;position:relative;min-height:1px;padding-left:30px;padding-right:30px;float:left}#gs-master-wrapper .gs-col-15{width:93.75%;position:relative;min-height:1px;padding-left:30px;padding-right:30px;float:left}#gs-master-wrapper .gs-col-16{width:100%;position:relative;min-height:1px;padding-left:30px;padding-right:30px;float:left}#gs-master-wrapper .gs-clearfix:after{content:"";display:block;clear:both}#gs-master-wrapper .loading-create{display:none}#gs-master-wrapper .loading-create.active{display:inline}#gs-master-wrapper .hidden{display:none}#gs-master-wrapper .gs-disabled{opacity:0.5;pointer-events:none}
|
img/apps/image-sharing.png
ADDED
Binary file
|
img/woocommerce.png
ADDED
Binary file
|
init.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
|
4 |
<?php include('tmpl/alerts.php'); ?>
|
5 |
|
6 |
-
<main>
|
7 |
|
8 |
<?php if( isset($_GET['settings-updated']) && $_GET['settings-updated'] == true): ?>
|
9 |
|
@@ -17,8 +17,8 @@
|
|
17 |
|
18 |
<?php if(get_option('gs-api-key') == ''): ?>
|
19 |
<div class="title-wrapper">
|
20 |
-
<h1>Welcome and thanks for downloading <span>GetSocial’s Share Buttons
|
21 |
-
<p>To get started click on the button below to automatically
|
22 |
</div>
|
23 |
|
24 |
<div class="account-info gs-form gs-small">
|
@@ -41,9 +41,9 @@
|
|
41 |
</div>
|
42 |
</div>
|
43 |
<div class="form-button-group">
|
44 |
-
<a href="<?php echo $GS->gs_account() ?>/api/v1/sites/create?source=wordpress&email=<?php echo get_option('admin_email') ?>&url=<?php echo get_option('siteurl') ?>" class="gs-button success create-gs-account">
|
45 |
-
<span class="loading-create gs-button success trans border">
|
46 |
-
<i class="fa fa-refresh rotate"></i>
|
47 |
</span>
|
48 |
</div>
|
49 |
</div>
|
@@ -83,12 +83,11 @@
|
|
83 |
|
84 |
<?php if( !isset($_GET['tab']) ): ?>
|
85 |
|
86 |
-
<?php if(!$GS->is_pro()): ?>
|
87 |
<div class="gs-alert cta default gs-clearfix simple">
|
88 |
<div class="gs-col-16">
|
89 |
-
<p class="alert-title"
|
90 |
-
<
|
91 |
-
<a href="<?php echo $GS->gs_account() ?>/sites/gs-wordpress/billing/select_tier?api_key=<?php echo $GS->api_key ?>&source=wordpress" target="_blank" class="gs-button cta pro">Upgrade to PRO @ <strong>6$ / month</strong></a>
|
92 |
</div>
|
93 |
<!-- <a href="javascript:void(0)" class="close"><i class="fa fa-times"></i></a> -->
|
94 |
</div>
|
@@ -149,7 +148,10 @@
|
|
149 |
<label for="">Where to display</label>
|
150 |
</div>
|
151 |
<div class="field-input">
|
152 |
-
<p>
|
|
|
|
|
|
|
153 |
<div class="checkbox-list">
|
154 |
<label><input type="radio" name="gs-place" value="place-posts" <?php echo (get_option('gs-place') == 'place-posts') ? 'checked' : '' ?> />Only Posts</label>
|
155 |
</div>
|
@@ -159,6 +161,9 @@
|
|
159 |
<div class="checkbox-list">
|
160 |
<label><input type="radio" name="gs-place" value="place-all" <?php echo (get_option('gs-place') == 'place-all' || get_option('gs-place') == null) ? 'checked' : '' ?>/>Pages & Posts</label>
|
161 |
</div>
|
|
|
|
|
|
|
162 |
</div>
|
163 |
</div>
|
164 |
</div>
|
@@ -171,3 +176,29 @@
|
|
171 |
<div class="modal-cover modal-close"></div>
|
172 |
</div>
|
173 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
|
4 |
<?php include('tmpl/alerts.php'); ?>
|
5 |
|
6 |
+
<main data-href="<?php echo $GS->api_url ?>sites/<?php echo get_option('gs-api-key') ?>">
|
7 |
|
8 |
<?php if( isset($_GET['settings-updated']) && $_GET['settings-updated'] == true): ?>
|
9 |
|
17 |
|
18 |
<?php if(get_option('gs-api-key') == ''): ?>
|
19 |
<div class="title-wrapper">
|
20 |
+
<h1>Welcome and thanks for downloading <span>GetSocial’s Share Buttons & Social Media App Store</span></h1>
|
21 |
+
<p>To get started click on the button below to automatically activate your GetSocial account.</strong></p>
|
22 |
</div>
|
23 |
|
24 |
<div class="account-info gs-form gs-small">
|
41 |
</div>
|
42 |
</div>
|
43 |
<div class="form-button-group">
|
44 |
+
<a href="<?php echo $GS->gs_account() ?>/api/v1/sites/create?source=wordpress&email=<?php echo get_option('admin_email') ?>&url=<?php echo get_option('siteurl') ?>" class="gs-button gs-big success create-gs-account"><i class="fa fa-check"></i> Activate your account</a>
|
45 |
+
<span class="loading-create gs-button success trans border gs-big">
|
46 |
+
<i class="fa fa-refresh rotate"></i> Activating Account...
|
47 |
</span>
|
48 |
</div>
|
49 |
</div>
|
83 |
|
84 |
<?php if( !isset($_GET['tab']) ): ?>
|
85 |
|
86 |
+
<?php if(!$GS->is_pro() && get_option('gs-alert-msg')): ?>
|
87 |
<div class="gs-alert cta default gs-clearfix simple">
|
88 |
<div class="gs-col-16">
|
89 |
+
<p class="alert-title"><?php echo get_option('gs-alert-msg') ?></p>
|
90 |
+
<a href="<?php echo $GS->gs_account() ?>/sites/gs-wordpress/billing/select_tier?api_key=<?php echo $GS->api_key ?>&source=wordpress<?php echo get_option('gs-alert-utm') ?>" target="_blank" class="gs-button cta pro"><?php echo get_option('gs-alert-cta') ?></a>
|
|
|
91 |
</div>
|
92 |
<!-- <a href="javascript:void(0)" class="close"><i class="fa fa-times"></i></a> -->
|
93 |
</div>
|
148 |
<label for="">Where to display</label>
|
149 |
</div>
|
150 |
<div class="field-input">
|
151 |
+
<p>
|
152 |
+
Choose where to have your apps displayed. <strong>For now this is limited to Horizontal Bars</strong>
|
153 |
+
</p>
|
154 |
+
|
155 |
<div class="checkbox-list">
|
156 |
<label><input type="radio" name="gs-place" value="place-posts" <?php echo (get_option('gs-place') == 'place-posts') ? 'checked' : '' ?> />Only Posts</label>
|
157 |
</div>
|
161 |
<div class="checkbox-list">
|
162 |
<label><input type="radio" name="gs-place" value="place-all" <?php echo (get_option('gs-place') == 'place-all' || get_option('gs-place') == null) ? 'checked' : '' ?>/>Pages & Posts</label>
|
163 |
</div>
|
164 |
+
<div class="checkbox-list">
|
165 |
+
<label><input type="radio" name="gs-place" value="only-shortcodes" <?php echo (get_option('gs-place') == 'only-shortcodes') ? 'checked' : '' ?> />None. I will use shortcodes.</label>
|
166 |
+
</div>
|
167 |
</div>
|
168 |
</div>
|
169 |
</div>
|
176 |
<div class="modal-cover modal-close"></div>
|
177 |
</div>
|
178 |
</div>
|
179 |
+
|
180 |
+
<script>
|
181 |
+
// Include the UserVoice JavaScript SDK (only needed once on a page)
|
182 |
+
UserVoice=window.UserVoice||[];(function(){var uv=document.createElement('script');uv.type='text/javascript';uv.async=true;uv.src='//widget.uservoice.com/hizF2VOh3oNKSWQxuKYjg.js';var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(uv,s)})();
|
183 |
+
|
184 |
+
// Set colors
|
185 |
+
UserVoice.push(['set', {
|
186 |
+
accent_color: '#448dd6',
|
187 |
+
trigger_color: 'white',
|
188 |
+
trigger_background_color: '#e2753a'
|
189 |
+
}]);
|
190 |
+
|
191 |
+
// Identify the user and pass traits
|
192 |
+
// To enable, replace sample data with actual user traits and uncomment the line
|
193 |
+
UserVoice.push(['identify', {
|
194 |
+
email: '<?php echo get_option('admin_email') ?>'
|
195 |
+
}]);
|
196 |
+
|
197 |
+
// Add default trigger to the bottom-right corner of the window:
|
198 |
+
UserVoice.push(['addTrigger', { trigger_position: 'bottom-right' }]);
|
199 |
+
|
200 |
+
UserVoice.push(['addTrigger', '#support']);
|
201 |
+
|
202 |
+
// Autoprompt for Satisfaction and SmartVote (only displayed under certain conditions)
|
203 |
+
// UserVoice.push(['autoprompt', {}]);
|
204 |
+
</script>
|
js/plugin.js
CHANGED
@@ -8,7 +8,23 @@ function forceUpdate(event){
|
|
8 |
};
|
9 |
|
10 |
// since 2.8 ajaxurl is always defined in the admin header and points to admin-ajax.php
|
11 |
-
jQuery.post(ajaxurl, data, function(response) { console.log('getsocial.io updated')});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
}
|
13 |
|
14 |
var getsocial_window;
|
@@ -21,10 +37,12 @@ jQuery('.getsocial-tab').on('click', function(e){
|
|
21 |
e.preventDefault();
|
22 |
$this = jQuery(this);
|
23 |
|
24 |
-
|
|
|
|
|
25 |
|
26 |
// setInterval('checkForUpdate()', 10000);
|
27 |
-
setInterval('
|
28 |
})
|
29 |
|
30 |
function handleMessage(event){
|
@@ -70,7 +88,6 @@ jQuery(function($){
|
|
70 |
jQuery('.loading-create').addClass('active');
|
71 |
|
72 |
jQuery.post(jQuery(this).attr('href'), { source: 'wordpress' }, function(data){
|
73 |
-
console.log(data);
|
74 |
if(data.errors != undefined){
|
75 |
jQuery('.loading-create').removeClass('active');
|
76 |
jQuery('.account-info').hide();
|
@@ -110,6 +127,16 @@ jQuery(function($){
|
|
110 |
}
|
111 |
});
|
112 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
113 |
if (!window.addEventListener){
|
114 |
window.attachEvent('onmessage', handleMessage);
|
115 |
} else {
|
@@ -184,4 +211,5 @@ jQuery(function($){
|
|
184 |
});
|
185 |
}
|
186 |
|
|
|
187 |
});
|
8 |
};
|
9 |
|
10 |
// since 2.8 ajaxurl is always defined in the admin header and points to admin-ajax.php
|
11 |
+
jQuery.post(ajaxurl, data, function(response) { console.log('getsocial.io updated');});
|
12 |
+
}
|
13 |
+
|
14 |
+
function forceUpdateWithValues(){
|
15 |
+
jQuery.get(jQuery('main').attr('data-href'), {}, function(response){
|
16 |
+
var data = {
|
17 |
+
'action': 'gs_update_with_values',
|
18 |
+
'response': response
|
19 |
+
};
|
20 |
+
|
21 |
+
// since 2.8 ajaxurl is always defined in the admin header and points to admin-ajax.php
|
22 |
+
jQuery.post(ajaxurl, data , function(response) {
|
23 |
+
console.log('getsocial.io updated');
|
24 |
+
});
|
25 |
+
});
|
26 |
+
|
27 |
+
|
28 |
}
|
29 |
|
30 |
var getsocial_window;
|
37 |
e.preventDefault();
|
38 |
$this = jQuery(this);
|
39 |
|
40 |
+
if(!$this.hasClass('only-activate')){
|
41 |
+
getsocial_window = window.open($this.attr('href'));
|
42 |
+
}
|
43 |
|
44 |
// setInterval('checkForUpdate()', 10000);
|
45 |
+
setInterval('forceUpdateWithValues()', 5000);
|
46 |
})
|
47 |
|
48 |
function handleMessage(event){
|
88 |
jQuery('.loading-create').addClass('active');
|
89 |
|
90 |
jQuery.post(jQuery(this).attr('href'), { source: 'wordpress' }, function(data){
|
|
|
91 |
if(data.errors != undefined){
|
92 |
jQuery('.loading-create').removeClass('active');
|
93 |
jQuery('.account-info').hide();
|
127 |
}
|
128 |
});
|
129 |
|
130 |
+
jQuery(document).on('click', '.only-activate', function(e){
|
131 |
+
e.preventDefault();
|
132 |
+
|
133 |
+
$.post($(this).attr('href'), function(data){
|
134 |
+
window.location = window.location.href+'&update=1'
|
135 |
+
});
|
136 |
+
|
137 |
+
return false;
|
138 |
+
});
|
139 |
+
|
140 |
if (!window.addEventListener){
|
141 |
window.attachEvent('onmessage', handleMessage);
|
142 |
} else {
|
211 |
});
|
212 |
}
|
213 |
|
214 |
+
forceUpdateWithValues();
|
215 |
});
|
lib/gs.php
CHANGED
@@ -3,12 +3,12 @@
|
|
3 |
class GS {
|
4 |
private $gs_url = "https://api.at.getsocial.io";
|
5 |
private $gs_url_api = "//api.at.getsocial.io";
|
6 |
-
private $gs_account = "
|
7 |
-
|
8 |
// private $gs_url = "//localhost:3001";
|
9 |
// private $gs_account = "http://localhost:3000/";
|
10 |
// private $gs_url_api = "http://localhost:3001";
|
11 |
-
//
|
12 |
|
13 |
function __construct($api_key, $identifier, $lang){
|
14 |
$this->api_key = $api_key;
|
@@ -16,7 +16,6 @@ class GS {
|
|
16 |
$this->lang = $lang == null ? 'en' : $lang;
|
17 |
}
|
18 |
|
19 |
-
|
20 |
private function api($path) {
|
21 |
try {
|
22 |
$r = wp_remote_get($this->api_url.$path, array( 'sslverify' => false ));
|
@@ -47,17 +46,27 @@ class GS {
|
|
47 |
endif;
|
48 |
}
|
49 |
|
50 |
-
function refreshSite(){
|
51 |
-
$
|
|
|
|
|
|
|
|
|
|
|
52 |
if($site != null):
|
53 |
$this->save($site);
|
54 |
endif;
|
55 |
}
|
56 |
|
57 |
function save($site_info){
|
58 |
-
update_option('gs-identifier', $site_info
|
59 |
-
update_option('gs-pro', $site_info
|
60 |
-
update_option('gs-apps', json_encode($site_info
|
|
|
|
|
|
|
|
|
|
|
61 |
}
|
62 |
|
63 |
function apps($app_name){
|
@@ -77,7 +86,7 @@ class GS {
|
|
77 |
function is_active($app_name){
|
78 |
$app = $this->apps($app_name);
|
79 |
|
80 |
-
return (!empty($app) ? $app['active'] : false);
|
81 |
}
|
82 |
|
83 |
function prop($app_name, $prop){
|
@@ -91,9 +100,9 @@ class GS {
|
|
91 |
var GETSOCIAL_ID = "$this->identifier";
|
92 |
var GETSOCIAL_LANG = "$this->lang";
|
93 |
(function() {
|
94 |
-
var po = document.createElement(
|
95 |
-
po.src =
|
96 |
-
var s = document.getElementsByTagName(
|
97 |
})();
|
98 |
</script>
|
99 |
EOF;
|
@@ -101,7 +110,7 @@ EOF;
|
|
101 |
}
|
102 |
|
103 |
|
104 |
-
function getCode($app_name){
|
105 |
switch ($app_name) {
|
106 |
case 'sharing_bar':
|
107 |
return '<div class="getsocial gs-inline-group"></div>';
|
@@ -111,6 +120,8 @@ EOF;
|
|
111 |
return '<div class="getsocial gs-custom-actions"></div>';
|
112 |
case 'social_bar_big_counter':
|
113 |
return '<div class="getsocial gs-inline-group gs-big-counter"></div>';
|
|
|
|
|
114 |
default:
|
115 |
return '';
|
116 |
}
|
3 |
class GS {
|
4 |
private $gs_url = "https://api.at.getsocial.io";
|
5 |
private $gs_url_api = "//api.at.getsocial.io";
|
6 |
+
private $gs_account = "https://getsocial.io/";
|
7 |
+
public $api_url = "https://getsocial.io/api/v1/";
|
8 |
// private $gs_url = "//localhost:3001";
|
9 |
// private $gs_account = "http://localhost:3000/";
|
10 |
// private $gs_url_api = "http://localhost:3001";
|
11 |
+
// public $api_url = "http://localhost:3000/api/v1/";
|
12 |
|
13 |
function __construct($api_key, $identifier, $lang){
|
14 |
$this->api_key = $api_key;
|
16 |
$this->lang = $lang == null ? 'en' : $lang;
|
17 |
}
|
18 |
|
|
|
19 |
private function api($path) {
|
20 |
try {
|
21 |
$r = wp_remote_get($this->api_url.$path, array( 'sslverify' => false ));
|
46 |
endif;
|
47 |
}
|
48 |
|
49 |
+
function refreshSite($data = null){
|
50 |
+
if($data == null){
|
51 |
+
$site = (array) $this->getSite();
|
52 |
+
} else {
|
53 |
+
$site = $data;
|
54 |
+
}
|
55 |
+
|
56 |
if($site != null):
|
57 |
$this->save($site);
|
58 |
endif;
|
59 |
}
|
60 |
|
61 |
function save($site_info){
|
62 |
+
update_option('gs-identifier', $site_info['identifier']);
|
63 |
+
update_option('gs-pro', $site_info['pro']);
|
64 |
+
update_option('gs-apps', json_encode($site_info['gs_apps']));
|
65 |
+
update_option('gs-ask-review', $site_info['ask_review']);
|
66 |
+
|
67 |
+
update_option('gs-alert-msg', $site_info['alert_msg']);
|
68 |
+
update_option('gs-alert-utm', $site_info['alert_utm']);
|
69 |
+
update_option('gs-alert-cta', $site_info['alert_cta']);
|
70 |
}
|
71 |
|
72 |
function apps($app_name){
|
86 |
function is_active($app_name){
|
87 |
$app = $this->apps($app_name);
|
88 |
|
89 |
+
return (!empty($app) ? $app['active'] == 'true' : false);
|
90 |
}
|
91 |
|
92 |
function prop($app_name, $prop){
|
100 |
var GETSOCIAL_ID = "$this->identifier";
|
101 |
var GETSOCIAL_LANG = "$this->lang";
|
102 |
(function() {
|
103 |
+
var po = document.createElement("script"); po.type = "text/javascript"; po.async = true;
|
104 |
+
po.src = "$this->gs_url_api/widget/v1/gs_async.js?id="+GETSOCIAL_ID;
|
105 |
+
var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(po, s);
|
106 |
})();
|
107 |
</script>
|
108 |
EOF;
|
110 |
}
|
111 |
|
112 |
|
113 |
+
function getCode($app_name, $price = null, $currency = null){
|
114 |
switch ($app_name) {
|
115 |
case 'sharing_bar':
|
116 |
return '<div class="getsocial gs-inline-group"></div>';
|
120 |
return '<div class="getsocial gs-custom-actions"></div>';
|
121 |
case 'social_bar_big_counter':
|
122 |
return '<div class="getsocial gs-inline-group gs-big-counter"></div>';
|
123 |
+
case 'price_alert':
|
124 |
+
return '<div class="getsocial gs-price-alert" data-price="'.$price.'" data-currency="'.$currency.'"></div>';
|
125 |
default:
|
126 |
return '';
|
127 |
}
|
readme.txt
CHANGED
@@ -1,222 +1,275 @@
|
|
1 |
-
=== Share Buttons by GetSocial.io ===
|
2 |
-
Contributors: GetSocial.io,
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
License:
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
* **
|
34 |
-
|
35 |
-
* **
|
36 |
-
|
37 |
-
* **
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
*
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
*
|
56 |
-
|
57 |
-
|
58 |
-
|
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 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
**
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
**
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
**
|
168 |
-
|
169 |
-
-
|
170 |
-
|
171 |
-
**
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
**
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
-
**
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
-
|
211 |
-
|
212 |
-
**
|
213 |
-
|
214 |
-
-
|
215 |
-
|
216 |
-
**
|
217 |
-
|
218 |
-
-
|
219 |
-
|
220 |
-
**
|
221 |
-
|
222 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
=== Share Buttons by GetSocial.io ===
|
2 |
+
Contributors: GetSocial.io, joaoromao
|
3 |
+
|
4 |
+
Tags: addthis, addtoany, artiss social share , big counter, bookmark, button, e-commerce, ecommerce share buttons, count shares, facebook, floating social share, getsocial, getsocial share, google, google plus, hupso share buttons, like button, linkedin share, lockerz, mobile shares, mobile sharing, mobile web shares, pin, pin button, pinterest share, plugin, plugin shares, plugin sharing, plus 1, post, posts, really simple share, reddit, reddit share button, sexybookmarks, sexybookmarks share, share, share bar, share button, share button bookmarks, share buttons, share counter, share links, shareaholic, shareaholic share bar, sharedaddy, sharethis, sharethis share bar, sharing, sharing bar, sharing button, sharing buttons, sharing widget, sidebar, slick social share buttons, sociable share plugin, social, social analytics, social bookmarking sharing, social bookmarks shares, social button, social buttons, social media buttons, social media icons, social media bar, social media, social media widget, social metrics, social share, social share bar, social share buttons for wordpress, social share widget, social sharing, socialize, socialize this, social widgets, stats, social plugins, stumbleupon, tilt social share widget , total shares, trackable social share icons, tumblr, tweet button, tweet share, twitter, woocommerce, woocommerce shares, price alert, price comparison, check price changes, follow price, price button, hello bar, top bar, welcome bar, subscribe bar, email bar, email popup, get emails, increase subscribers, flat design, flat buttons, flat icons, flat sharing buttons, social flat, social sharing flat, whatsapp, weibo, baidu, vk, renren, buffer, facebook send, hacker news, odnoklassniki, pdf, print, p3, performance, image sharing, image shares, share buttons on images
|
5 |
+
|
6 |
+
Requires at least: 3.0
|
7 |
+
Tested up to: 4.2.2
|
8 |
+
Stable tag: 2.5
|
9 |
+
License: GPLv2 or later
|
10 |
+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
+
|
12 |
+
Grow web & mobile shares with Facebook, Twitter, Pinterest & WhatsApp share tools. Welcome bar + Image Sharing. FREE & quick support.
|
13 |
+
|
14 |
+
== Description ==
|
15 |
+
|
16 |
+
**Share Buttons by GetSocial.io** is a one stop shop for all social media needs. 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.
|
17 |
+
|
18 |
+
Our apps include trackable sharing buttons, welcome & subscribe bars, conversion tracking, copy paste share tracking and more. You can find more info about our product <a href="http://getsocial.io/?utm_source=wordpress_plugin">here</a>. This app store is organized in 4 different product verticals:
|
19 |
+
|
20 |
+
* **Social Sharing Tools**: You'll find 5 apps focused on improving, optimizing and streamlining the number of shares made on your website. A/B test the placement of your share buttons and increase your referral traffic coming from social networks. Track dark social sharing and enable mobile sharing to your mobile users.
|
21 |
+
|
22 |
+
* **Conversion Tools**: Social media is fantastic if you are able to measure it. Track how your share buttons are driving your conversions. Add conversion pixels easily, no code required, to signups and purchases.
|
23 |
+
|
24 |
+
* **Engagement Apps**: Drive your visitors to a particular page with our welcome bar feature or get their email with our subscribe bar feature. Optimize your email marketing efforts in a affordable way.
|
25 |
+
|
26 |
+
* **eCommerce specific**: Allow your customers to follow the price of your products, generating more returning traffic with increase purchase intent.
|
27 |
+
|
28 |
+
|
29 |
+
In this plugin, you'll find the following features:
|
30 |
+
|
31 |
+
<h4>Social Sharing Tools</h4>
|
32 |
+
|
33 |
+
* **Social media shares bar**: Add our horizontal and vertical social shares bar and get free social media tracking of the shares made on your website. This social media widget will help your users to do more social shares of your content. Social sharing is a vital piece to increase your website’s traffic.
|
34 |
+
|
35 |
+
* **Image Sharing**: For visually rich websites having the ability to share each image individually is paramount. The image sharing feature allows you to increase shares from images on your website. This works particularly well for rich-media social networks such as Pinterest or Tumblr.
|
36 |
+
|
37 |
+
* **Copy Paste Share tracking**: Tracking social media in alternative methods such as SMS, Chat or Copy & Paste URL (Dark Social) will allow you to effectively measure social media ROI. Understand how many shares are being made without using social sharing buttons. Get share information on shares made through copy & paste, facebook messenger and other chat applications, email and twitter clients.
|
38 |
+
|
39 |
+
* **Free Social Sharing Analytics**: All our social sharing plugins contribute for your understanding on how social sharing is driving you traffic and conversions. From social share buttons to conversion tracking, your social shares monitoring will be available in simple yet comprehensive dashboards. Share buttons don’t have to be just counters. Here you’ll find a way to have insights on the shares made on your website.
|
40 |
+
|
41 |
+
* **Custom Sharing Actions**: Sometimes we need to say more than a simple 'Like'. Here you'll find more than 50 custom stories such as Awesome, Wish or Love. Allow your customers to share your content in a unique and personalized way through custom sharing buttons.
|
42 |
+
|
43 |
+
* **Total Shares Counter**: Our total shares counter allows you to aggregate shares per post or page. Offer your visitors a fantastic way to see that a content is becoming viral and increase social sharing in that location.
|
44 |
+
|
45 |
+
* **Mobile Web Sharing**: Mobile sharing doesn't have to be a terrible experience. Create beautiful interfaces for your mobile users to share their thoughts about your content. Sharing in mobile has actually a higher sharing rate than on desktop. Allow your users to share your content to facebook, twitter, linkedin, tumblr, google+, whatsapp and others easily on their smartphones. Smartphone sharing is smart.
|
46 |
+
|
47 |
+
<h4>Conversion Tools</h4>
|
48 |
+
|
49 |
+
* **Conversion Tracking**: Understand how social sharing is driving your conversions. Analyze results per user, per post or per social network. Social sharing definitely contributes to your website and your share analytics shall prove just that
|
50 |
+
|
51 |
+
<h4>Engagement Apps</h4>
|
52 |
+
|
53 |
+
* **Welcome Bar**: Easily lead your visitors to a specific link. Great to generate conversions, engage with promotions and increase traffic. Increase your conversion rates and improve your funnel with this hello bar like feature. Track conversions coming from this top bar for Wordpress.
|
54 |
+
|
55 |
+
* **Subscriber Bar**: 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. Improve engagement, conversion and even sales with this easy to install, no code required feature.
|
56 |
+
|
57 |
+
<h4>eCommerce specific </h4>
|
58 |
+
|
59 |
+
* **WooCommerce Integrated**: GetSocial integrates seamlessly with eCommerce. Streamline your social share activities for your eCommerce store without handling a single line of code. Improve conversion rates, traffic and shares to your online shop.
|
60 |
+
|
61 |
+
* **Price Alert**: Allow your customers to track a product's price. By having your visitors receiving an email every time a price changes, you'll have a great way to increase conversion rate, returning traffic and sales to your online commerce website.
|
62 |
+
|
63 |
+
<h4>Free Apps & Paid Apps:</h4> Most of our apps are free (and we intent it to keep it that way) but we do have some paid features as well. Our <strong>Pro Plan</strong> gives you access to all paid features and costs <u>$9/month</u> or <u>$90/year</u>. Join hundreds of other paid users.
|
64 |
+
|
65 |
+
<h4>List of Free Apps:</h4>
|
66 |
+
- Horizontal Sharing Bar
|
67 |
+
- Native Sharing Bar
|
68 |
+
- Floating Sharing Bar
|
69 |
+
- Address Bar Tracking
|
70 |
+
- Conversion Tracking
|
71 |
+
- Welcome Bar
|
72 |
+
- Custom Facebook Shares
|
73 |
+
|
74 |
+
<h4>List of Paid Apps:</h4>
|
75 |
+
- Mobile Web Sharing Bar
|
76 |
+
- Image Sharing
|
77 |
+
- Big Total Shares Horizontal
|
78 |
+
- Big Total Shares Floating
|
79 |
+
- Subscribe Bar
|
80 |
+
- Price Alert
|
81 |
+
|
82 |
+
Also, there's a tutorial on how to install this plugin in your Wordpress Account: <a href="http://blog.getsocial.io/add-social-sharing-buttons-wordpress/?utm_source=wordpress_plugin">How to add free Social Share Buttons on WordPress</a>
|
83 |
+
|
84 |
+
<h4>These are the short codes available:</h4>
|
85 |
+
|
86 |
+
* Sharing Bar
|
87 |
+
|
88 |
+
`[getsocial app="sharing_bar"]`
|
89 |
+
|
90 |
+
* Native Bar
|
91 |
+
|
92 |
+
`[getsocial app="native_bar"]`
|
93 |
+
|
94 |
+
* Custom Actions
|
95 |
+
|
96 |
+
`[getsocial app="custom_actions"]`
|
97 |
+
|
98 |
+
* Big Total Shares Horizontal
|
99 |
+
|
100 |
+
`[getsocial app="social_bar_big_counter"]`
|
101 |
+
|
102 |
+
== Installation ==
|
103 |
+
|
104 |
+
For an automatic installation through WordPress:
|
105 |
+
|
106 |
+
1. Go to the "Plugins" menu in your left sidebar, and click "Add New" link.
|
107 |
+
2. Search for 'Share Buttons & Analytics by GetSocial'
|
108 |
+
3. Click 'Install Now' and activate the plugin
|
109 |
+
4. On the left bar a menu item 'GetSocial' will appear.
|
110 |
+
|
111 |
+
For a manual installation:
|
112 |
+
|
113 |
+
1. Extract 'WP-Share-Buttons-Analytics-getsocial.zip' into your WordPress plugins folder.
|
114 |
+
2. Activate the plugin through the 'Plugins' menu in WordPress.
|
115 |
+
3. On the left bar a menu item "GetSocial" will appear.
|
116 |
+
|
117 |
+
== Frequently Asked Questions ==
|
118 |
+
|
119 |
+
**What is GetSocial?**
|
120 |
+
|
121 |
+
GetSocial is a software as a service that helps websites owners understand how social sharing drives their traffic and conversions. We provide a social media app store for all your needs, from awareness to conversion.
|
122 |
+
|
123 |
+
**How do I install GetSocial?**
|
124 |
+
|
125 |
+
We've made our best to make the installation process as seamless as it can be. If you created an account through our website, you'll be asked to place a bit of code on your website, just like Google Analytics or any other similar service. If you are familiar with it, you can use Google Tag Manager for easily do this. After installing our snippet of code, you'll have access to some 1-click install apps on our app store. If you’re using our Wordpress social sharing plugin good news: no code is required. Install all the apps with a click on our app store.
|
126 |
+
|
127 |
+
**What if I don’t know how to handle code?**
|
128 |
+
|
129 |
+
If you're not comfortable around code and if we've failed to help you with our tutorials, we strongly recommend using one of our plugins. We've developed a social sharing plugin focused on content, specifically on Wordpress websites which you can download at: <a href="http://goo.gl/bdgOLN”></a>. We have also developed a social sharing plugin for eCommerce websites using Shopify as their platform. You can get our app here: <a href="http://goo.gl/4R82PS”></a>.
|
130 |
+
|
131 |
+
**Do you have a visit limit for my website?**
|
132 |
+
|
133 |
+
Yes. The plans above (Free, Pro, Premium) are available for websites with less then 1 million visits per month. A visit is the period time a user is actively engaged on areas of your website where our share buttons are available. If your traffic is above 1M per month please request a quote from us. Pricing goes from 9$/month ( Pro Plan ) to 99$/month ( Premium Plan ).
|
134 |
+
|
135 |
+
**What is included in the free plan?**
|
136 |
+
|
137 |
+
The free plan has a set of social media tools that can help you increase your traffic and conversions. You'll have access to our social sharing bars (horizontal, floating and native) and also to dark social sharing tracking. You can also create your own conversions to see how social is driving your business. Included in the free package is also our basic social analytics panel. This will give you a brief understanding on how many visits and shares you have. We then analyze how many visits (leads) those shares generated. You can also see the top 3 users, posts and social networks.
|
138 |
+
|
139 |
+
**What is different about GetSocial to other plugins and tools?**
|
140 |
+
|
141 |
+
From the feedback we've been receiving from our thousands of users, people join GetSocial for its design, easy installation and in-depth analytics. Our easy to user interface allows you to install our social media tools with no code required in just seconds, it's that easy. You also gain a simple to read dashboard with social analytics about your website.
|
142 |
+
|
143 |
+
**What is the Address Bar Tracking?**
|
144 |
+
|
145 |
+
If you imagine the last times you shared something, it's probable that you haven't done so by clicking on a share button. If you're sharing a video to a friend or sending a link via email, you're sharing something and normally that doesn't get measured. What happens is that you'll have these people being identified as 'direct' traffic to your website. They're not. The Address Bar feature allows you to track dark social sharing, which is sharing via alternative methods such as Copy&Paste, chats and link sharing in general.
|
146 |
+
|
147 |
+
**What's the difference between Basic Social Analytics & Advanced Social Analytics?**
|
148 |
+
|
149 |
+
In the Free and Pro plans you have access to a basic set of analytics. Like mentioned in the question 'What is included in the free plan?' we provide you with an overview of your sharing activity, namely top 3 users, posts and social networks. By subscribing the Premium plan, you'll have access to more thoroguh stats about your users, posts and networks. You'll be able to understand which of your users are sharing and how those shares are generating traffic and conversions to your website. You'll also be able to know which posts/articles are trending and being most shared.
|
150 |
+
|
151 |
+
**What is the difference between the Free Plan and the Pro Plan?**
|
152 |
+
|
153 |
+
The Free and Pro plans differ in the access to certain features. By subscribing to our Pro Plan you'll be able to (1) use our Custom Actions feature. Custom actions allow you to provide alternative sharing methods to your readers. These actions can be 'Love', 'Dislike', 'Agree' or any of the 50+ actions we have arranged for your website. Secondly, you'll be able to include beautifully designed social sharing buttons for your mobile readers. This allows them to have a great reading experience while providing them the ability to share the content they love. Thirdly, all GetSocial branding becomes optional and you're free to remove it from your sharing bars.
|
154 |
+
|
155 |
+
**What is the difference between the Free/Pro Plan and the Premium Plan?**
|
156 |
+
|
157 |
+
The Pro and Premium plans differ in the access to certain features and also in the depth of our analytics section. Premium users are able to track their users in an identified way. This means that instead of knowing that someone made 50 shares, they know Mark has performed those 50 shares. Premium users also get access to a GetSocial tool that allows them to track their competitors' sharing performance. An usage example would be a newspaper trying to know which pieces of content are trending in their country/industry, in real time.
|
158 |
+
|
159 |
+
**How do I upgrade and pay for GetSocial?**
|
160 |
+
|
161 |
+
In your billing area you have a 'Select a plan' menu where you can easily upgrade your plan.Paying for GetSocial is as simple as introducing a valid credit card in your billing area.
|
162 |
+
|
163 |
+
**Do I need to sign a long-term contract?**
|
164 |
+
|
165 |
+
Absolutely not! There are no contracts. Pay monthly, cancel anytime. There are no initiation fees, cancellation costs, license fees or any other charges. If you no longer wish to use GetSocial, you can cancel at any time. At that point, your paid subscription will last until the end of the current monthly billing cycle.
|
166 |
+
|
167 |
+
**Is there someone I can talk about GetSocial?**
|
168 |
+
|
169 |
+
Sure, we’re always here to help. You can contact us at support@getsocial.io or use the help widget on the bottom-right corner of this page.
|
170 |
+
|
171 |
+
**Can I hide GetSocial in specific posts / pages?**
|
172 |
+
|
173 |
+
Yes you can! When you edit your post/page in the right sidebar you have an option to hide the social horizontal bars ( this does not include the mobile bar ).
|
174 |
+
|
175 |
+
**What apps are included in your free plan?**
|
176 |
+
|
177 |
+
In the free plan you'll have access to the following features, for free: Horizontal Sharing Bar, Native Sharing Bar, Floating Sharing Bar, Address Bar Tracking, Conversion Tracking, and Welcome Bar.
|
178 |
+
|
179 |
+
**What apps are included in your PRO(paid) plan?**
|
180 |
+
|
181 |
+
In the PRO plan you'll have access to the following features, for $9/month or $90/year: Custom Sharing Actions, Mobile Web Sharing Bar, Big Total Shares Horizontal, Big Total Shares Floating, Subscribe Bar, and Price Alert.
|
182 |
+
|
183 |
+
Have more doubts? You can go to <a href="http://feedback.getsocial.io">GetSocial Help Page</a> or <a mailto="support@getsocial.io">contact us</a>. We will try to be as fast as possible.
|
184 |
+
|
185 |
+
== Screenshots ==
|
186 |
+
|
187 |
+
1. GetSocial for Wordpress
|
188 |
+
2. Our Plugin's dashboard
|
189 |
+
3. Our available button designs
|
190 |
+
4. Horizontal and Floating Sharing Bar
|
191 |
+
5. Big Social Counter Bar
|
192 |
+
6. Mobile Sharing Bar
|
193 |
+
7. Welcome and Subscribe Bar
|
194 |
+
8. Native Social Sharing Bar
|
195 |
+
9. Analytics for your Social Bars
|
196 |
+
|
197 |
+
== Changelog ==
|
198 |
+
|
199 |
+
**2.5**
|
200 |
+
|
201 |
+
- Added Price Alert and Address Tracking apps
|
202 |
+
|
203 |
+
**2.4.3**
|
204 |
+
|
205 |
+
- Bug fix for pages containing posts. The social bars appear in each of the posts ( eg: FAQ pages ) and didn't work correctly
|
206 |
+
|
207 |
+
**2.4.2**
|
208 |
+
|
209 |
+
- Setting to select if buttons appear on pages or/and pages
|
210 |
+
- Deactivate app from Wordpress plugin
|
211 |
+
|
212 |
+
**2.4.1**
|
213 |
+
|
214 |
+
- Easy way to add social bars to pages and possibility to hide it.
|
215 |
+
|
216 |
+
**2.4**
|
217 |
+
|
218 |
+
- New Plugin UI.
|
219 |
+
|
220 |
+
**2.3**
|
221 |
+
|
222 |
+
- Added Subscriber Bar App.
|
223 |
+
|
224 |
+
**2.2**
|
225 |
+
|
226 |
+
- Added Welcome Bar App.
|
227 |
+
|
228 |
+
**2.1**
|
229 |
+
|
230 |
+
- Added Big Total Shares Floating and Horizontal new apps.
|
231 |
+
|
232 |
+
**2.0.1**
|
233 |
+
|
234 |
+
- Added Short codes
|
235 |
+
|
236 |
+
**2.0.0**
|
237 |
+
|
238 |
+
- New Social Apps
|
239 |
+
- Old template removed
|
240 |
+
- New Universal Template
|
241 |
+
|
242 |
+
**1.1.3**
|
243 |
+
|
244 |
+
- Bug Fixes
|
245 |
+
|
246 |
+
**1.1.2**
|
247 |
+
|
248 |
+
- UX fixes
|
249 |
+
|
250 |
+
**1.1.1**
|
251 |
+
|
252 |
+
- Bug fixes
|
253 |
+
- App Custom actions added
|
254 |
+
|
255 |
+
**1.1**
|
256 |
+
|
257 |
+
- Create account without leaving the plugin
|
258 |
+
- Add Floating Sharing Bar
|
259 |
+
- Basic Analytics available
|
260 |
+
|
261 |
+
**1.0.1**
|
262 |
+
|
263 |
+
- Some bugs solved.
|
264 |
+
|
265 |
+
**1.0.0**
|
266 |
+
|
267 |
+
- First stable version released.
|
268 |
+
|
269 |
+
**0.0.2**
|
270 |
+
|
271 |
+
- This version fixes a bug that prevented the use of the plugin. Please Upgrade.
|
272 |
+
|
273 |
+
**0.0.1**
|
274 |
+
|
275 |
+
- First release
|
screenshot-1.png
CHANGED
Binary file
|
screenshot-10.png
DELETED
Binary file
|
screenshot-11.png
DELETED
Binary file
|
screenshot-2.png
CHANGED
Binary file
|
screenshot-3.png
CHANGED
Binary file
|
screenshot-4.png
CHANGED
Binary file
|
screenshot-5.png
CHANGED
Binary file
|
screenshot-6.png
CHANGED
Binary file
|
screenshot-7.png
CHANGED
Binary file
|
screenshot-8.png
CHANGED
Binary file
|
screenshot-9.png
CHANGED
Binary file
|
tmpl/apps.php
CHANGED
@@ -1,9 +1,8 @@
|
|
1 |
-
<h1>Install your apps
|
2 |
|
3 |
<div class="app-grid gs-clearfix">
|
4 |
<?php
|
5 |
$apps = array(
|
6 |
-
|
7 |
'Horizontal Sharing Bar' => array(
|
8 |
'file' => 'sharing-bar',
|
9 |
'active' => $GS->is_active('sharing_bar'),
|
@@ -23,12 +22,20 @@
|
|
23 |
'href' => $GS->gs_account().'/sites/gs-wordpress/floating_bar/new?api_key='.$GS->api_key.'&source=wordpress',
|
24 |
"desc" => "Use one of our templates or design your own floating sharing bar. Customize size, shape & placement and pick from 15 social networks."
|
25 |
),
|
26 |
-
'
|
27 |
-
'file' => '
|
28 |
-
'active' => $GS->is_active('
|
29 |
-
'href' => $GS->gs_account().'/sites/gs-wordpress/big_counter_sharing_bar/new?api_key='.$GS->api_key.'&source=wordpress',
|
30 |
'pro' => true,
|
31 |
-
'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
),
|
33 |
'Native Sharing Bar' => array(
|
34 |
'file' => 'native-bar',
|
@@ -36,13 +43,6 @@
|
|
36 |
'href' => $GS->gs_account().'/sites/gs-wordpress/native_bar/new?api_key='.$GS->api_key.'&source=wordpress',
|
37 |
'desc' => "It doesn't get much more classic than this. Your native sharing buttons with tracking abilities. Great for those who want to keep it real."
|
38 |
),
|
39 |
-
'Big Total Shares Floating' => array(
|
40 |
-
'file' => 'floating-bar-big-counter',
|
41 |
-
'active' => $GS->is_active('floating_bar_big_counter'),
|
42 |
-
'href' => $GS->gs_account().'/sites/gs-wordpress/big_counter_floating_bar/new?api_key='.$GS->api_key.'&source=wordpress',
|
43 |
-
'pro' => true,
|
44 |
-
'desc' => "Increase engagement by showing the total number of shares in a big counter on top of your floating share bar."
|
45 |
-
),
|
46 |
'Welcome Bar' => array(
|
47 |
'file' => 'welcome-bar',
|
48 |
'active' => $GS->is_active('welcome_bar'),
|
@@ -56,6 +56,20 @@
|
|
56 |
'href' => $GS->gs_account().'/sites/gs-wordpress/subscribe_bars/new?api_key='.$GS->api_key.'&source=wordpress',
|
57 |
"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."
|
58 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
'Custom Sharing Actions' => array(
|
60 |
'file' => 'custom-actions',
|
61 |
'active' => $GS->is_active('custom_actions'),
|
@@ -63,6 +77,14 @@
|
|
63 |
'href' => $GS->gs_account().'/sites/gs-wordpress/elements/new?api_key='.$GS->api_key.'&source=wordpress',
|
64 |
'desc' => "Sometimes we need to say more than a simple 'Like'. Here you'll find more than 50 custom stories such as Awesome, Wish or Love."
|
65 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
);
|
67 |
|
68 |
foreach($apps as $app => $settings):
|
@@ -83,7 +105,9 @@
|
|
83 |
<?php endif; ?>
|
84 |
|
85 |
<div class="app-link">
|
86 |
-
|
|
|
|
|
87 |
<div class="app-image">
|
88 |
<img src="<?php echo plugins_url( '../img/apps/'.$settings['file'].'.png', __FILE__ ) ?>" alt="">
|
89 |
</div>
|
@@ -91,10 +115,19 @@
|
|
91 |
<p class="app-title"><?php echo $app ?></p>
|
92 |
<p><?php echo $settings['desc'] ?></p>
|
93 |
</div>
|
94 |
-
<div class="app-link-buttons app-type-<?php echo ($settings['active']) ? 'double' : 'simple' ?>">
|
95 |
-
|
96 |
-
<?php echo ($settings['
|
97 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
98 |
<?php if($settings['active']): ?>
|
99 |
<a href="#" class="stop deactivate" data-disable-app="<?php echo $GS->api_url('sites/disable/'.get_option('gs-api-key').'/'.$settings['file']) ?>">
|
100 |
Deactivate
|
1 |
+
<h1>Install your apps below</h1>
|
2 |
|
3 |
<div class="app-grid gs-clearfix">
|
4 |
<?php
|
5 |
$apps = array(
|
|
|
6 |
'Horizontal Sharing Bar' => array(
|
7 |
'file' => 'sharing-bar',
|
8 |
'active' => $GS->is_active('sharing_bar'),
|
22 |
'href' => $GS->gs_account().'/sites/gs-wordpress/floating_bar/new?api_key='.$GS->api_key.'&source=wordpress',
|
23 |
"desc" => "Use one of our templates or design your own floating sharing bar. Customize size, shape & placement and pick from 15 social networks."
|
24 |
),
|
25 |
+
'Image Sharing' => array(
|
26 |
+
'file' => 'image-sharing',
|
27 |
+
'active' => $GS->is_active('image_sharing'),
|
|
|
28 |
'pro' => true,
|
29 |
+
'href' => $GS->gs_account().'/sites/gs-wordpress/image_sharing/new?api_key='.$GS->api_key.'&source=wordpress',
|
30 |
+
"desc" => "Increase shares on images on your website. Great for media-based websites."
|
31 |
+
),
|
32 |
+
'Copy Paste Share Tracking' => array(
|
33 |
+
'file' => 'address-tracker',
|
34 |
+
'active' => $GS->is_active('address_tracking'),
|
35 |
+
'only_activate' => true,
|
36 |
+
'new' => true,
|
37 |
+
'href' => $GS->api_url('sites/activate/'.get_option('gs-api-key').'/address-tracker'),
|
38 |
+
"desc" => "Don't lose track of shares made through copying and pasting an URL on the address bar to social networks, email or other platforms."
|
39 |
),
|
40 |
'Native Sharing Bar' => array(
|
41 |
'file' => 'native-bar',
|
43 |
'href' => $GS->gs_account().'/sites/gs-wordpress/native_bar/new?api_key='.$GS->api_key.'&source=wordpress',
|
44 |
'desc' => "It doesn't get much more classic than this. Your native sharing buttons with tracking abilities. Great for those who want to keep it real."
|
45 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
'Welcome Bar' => array(
|
47 |
'file' => 'welcome-bar',
|
48 |
'active' => $GS->is_active('welcome_bar'),
|
56 |
'href' => $GS->gs_account().'/sites/gs-wordpress/subscribe_bars/new?api_key='.$GS->api_key.'&source=wordpress',
|
57 |
"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."
|
58 |
),
|
59 |
+
'Big Total Shares Horizontal' => array(
|
60 |
+
'file' => 'social-bar-big-counter',
|
61 |
+
'active' => $GS->is_active('social_bar_big_counter'),
|
62 |
+
'href' => $GS->gs_account().'/sites/gs-wordpress/big_counter_sharing_bar/new?api_key='.$GS->api_key.'&source=wordpress',
|
63 |
+
'pro' => true,
|
64 |
+
'desc' => "Increase engagement by showing the total number of shares in a big counter on the left of your horizontal share bar."
|
65 |
+
),
|
66 |
+
'Big Total Shares Floating' => array(
|
67 |
+
'file' => 'floating-bar-big-counter',
|
68 |
+
'active' => $GS->is_active('floating_bar_big_counter'),
|
69 |
+
'href' => $GS->gs_account().'/sites/gs-wordpress/big_counter_floating_bar/new?api_key='.$GS->api_key.'&source=wordpress',
|
70 |
+
'pro' => true,
|
71 |
+
'desc' => "Increase engagement by showing the total number of shares in a big counter on top of your floating share bar."
|
72 |
+
),
|
73 |
'Custom Sharing Actions' => array(
|
74 |
'file' => 'custom-actions',
|
75 |
'active' => $GS->is_active('custom_actions'),
|
77 |
'href' => $GS->gs_account().'/sites/gs-wordpress/elements/new?api_key='.$GS->api_key.'&source=wordpress',
|
78 |
'desc' => "Sometimes we need to say more than a simple 'Like'. Here you'll find more than 50 custom stories such as Awesome, Wish or Love."
|
79 |
),
|
80 |
+
'Price Alert' => array(
|
81 |
+
'file' => 'price-alert',
|
82 |
+
'active' => $GS->is_active('price_alert'),
|
83 |
+
'new' => true,
|
84 |
+
'pro' => true,
|
85 |
+
'href' => $GS->gs_account().'/sites/gs-wordpress/price_alerts/new?api_key='.$GS->api_key.'&source=wordpress',
|
86 |
+
'desc' => "Allow your visitors to get notified when a price drop occurs on a product they want to purchase. Increase sales and fight cart abandonment."
|
87 |
+
),
|
88 |
);
|
89 |
|
90 |
foreach($apps as $app => $settings):
|
105 |
<?php endif; ?>
|
106 |
|
107 |
<div class="app-link">
|
108 |
+
<?php if(isset($settings['new'])): ?>
|
109 |
+
<div class="app-badge badge-special">New</div>
|
110 |
+
<?php endif; ?>
|
111 |
<div class="app-image">
|
112 |
<img src="<?php echo plugins_url( '../img/apps/'.$settings['file'].'.png', __FILE__ ) ?>" alt="">
|
113 |
</div>
|
115 |
<p class="app-title"><?php echo $app ?></p>
|
116 |
<p><?php echo $settings['desc'] ?></p>
|
117 |
</div>
|
118 |
+
<div class="app-link-buttons app-type-<?php echo ($settings['active'] && !isset($settings['only_activate'])) ? 'double' : 'simple' ?>">
|
119 |
+
<?php if(!isset($settings['only_activate']) || ( isset($settings['only_activate']) && !$settings['active'] )): ?>
|
120 |
+
<a href="<?php echo $settings['href'] ?>" target="<?php echo ($settings['only_activate'] ? '' : '_blank') ?>" class="getsocial-tab <?php echo ($settings['only_activate'] ? 'only-activate' : '') ?>">
|
121 |
+
<?php echo ($settings['active']) ? 'Edit App' : 'Install App' ?>
|
122 |
+
|
123 |
+
<?php if($app == 'Price Alert' && !$settings['active']): ?>
|
124 |
+
<span class="gs-tooltip">
|
125 |
+
<img src="<?php echo plugins_url('../img/woocommerce.png', __FILE__ ) ?>" alt="WooCommerce">
|
126 |
+
<div>This App requires WooCommerce to be installed</div>
|
127 |
+
</span>
|
128 |
+
<?php endif; ?>
|
129 |
+
</a>
|
130 |
+
<?php endif; ?>
|
131 |
<?php if($settings['active']): ?>
|
132 |
<a href="#" class="stop deactivate" data-disable-app="<?php echo $GS->api_url('sites/disable/'.get_option('gs-api-key').'/'.$settings['file']) ?>">
|
133 |
Deactivate
|
tmpl/header.php
CHANGED
@@ -14,7 +14,7 @@ $GS = new GS( get_option('gs-api-key'),
|
|
14 |
|
15 |
$site_info = $GS->refreshSite();
|
16 |
|
17 |
-
wp_register_style( 'getsocial-style', plugins_url('../css/getsocial-style.css', __FILE__) );
|
18 |
wp_enqueue_style( 'getsocial-style' );
|
19 |
|
20 |
wp_register_script( 'plugin', plugins_url('../js/plugin.js', __FILE__) );
|
@@ -65,7 +65,7 @@ wp_enqueue_script( 'plugin' );
|
|
65 |
<div class="nav-submenu-wrapper">
|
66 |
<ul class="nav-submenu">
|
67 |
<li>
|
68 |
-
<a href="
|
69 |
</li>
|
70 |
<li>
|
71 |
<a href="http://feedback.getsocial.io/" target="_blank"><i class="fa fa-life-bouy"></i> Documentation</a>
|
@@ -73,8 +73,12 @@ wp_enqueue_script( 'plugin' );
|
|
73 |
</ul>
|
74 |
</div>
|
75 |
</li>
|
|
|
76 |
<?php if(get_option('gs-api-key') != '' && !$GS->is_pro()): ?>
|
77 |
<li id="user-nav" class="nav-submenu-link">
|
|
|
|
|
|
|
78 |
<a href="<?php echo $GS->gs_account() ?>/sites/gs-wordpress/billing/select_tier?api_key=<?php echo $GS->api_key ?>&source=wordpress" target="_blank" class="gs-button plan-pro">Upgrade to PRO</a>
|
79 |
</li>
|
80 |
<?php endif; ?>
|
14 |
|
15 |
$site_info = $GS->refreshSite();
|
16 |
|
17 |
+
wp_register_style( 'getsocial-style', plugins_url('../css/getsocial-style.css?v=2.6', __FILE__) );
|
18 |
wp_enqueue_style( 'getsocial-style' );
|
19 |
|
20 |
wp_register_script( 'plugin', plugins_url('../js/plugin.js', __FILE__) );
|
65 |
<div class="nav-submenu-wrapper">
|
66 |
<ul class="nav-submenu">
|
67 |
<li>
|
68 |
+
<a href="#" id="support">Email Support</a>
|
69 |
</li>
|
70 |
<li>
|
71 |
<a href="http://feedback.getsocial.io/" target="_blank"><i class="fa fa-life-bouy"></i> Documentation</a>
|
73 |
</ul>
|
74 |
</div>
|
75 |
</li>
|
76 |
+
|
77 |
<?php if(get_option('gs-api-key') != '' && !$GS->is_pro()): ?>
|
78 |
<li id="user-nav" class="nav-submenu-link">
|
79 |
+
<?php if(get_option('gs-ask-review')): ?>
|
80 |
+
<a href="https://wordpress.org/support/view/plugin-reviews/wp-share-buttons-analytics-by-getsocial" target="_blank" class="gs-cta gs-button trans special">Support us with a 5 <i class="fa fa-star"></i> Review!</a>
|
81 |
+
<?php endif; ?>
|
82 |
<a href="<?php echo $GS->gs_account() ?>/sites/gs-wordpress/billing/select_tier?api_key=<?php echo $GS->api_key ?>&source=wordpress" target="_blank" class="gs-button plan-pro">Upgrade to PRO</a>
|
83 |
</li>
|
84 |
<?php endif; ?>
|
wp-share-buttons-analytics-getsocial.php
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
/**
|
3 |
* Plugin Name: Share Buttons by GetSocial.io
|
4 |
* Plugin URI: http://getsocial.io
|
5 |
-
* Description: Share
|
6 |
-
* Version: 2.
|
7 |
* Author: Getsocial, S.A.
|
8 |
* Author URI: http://getsocial.io
|
9 |
* License: GPL2
|
@@ -28,6 +28,7 @@ function slug_path($s) {
|
|
28 |
}
|
29 |
|
30 |
add_action( 'wp_ajax_gs_update', 'update_getsocial' );
|
|
|
31 |
|
32 |
function update_getsocial() {
|
33 |
global $wpdb; // this is how you get access to the database
|
@@ -38,6 +39,17 @@ function update_getsocial() {
|
|
38 |
wp_die(); // this is required to terminate immediately and return a proper response
|
39 |
}
|
40 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
function register_gs_settings(){
|
42 |
register_setting( 'getsocial-gs-settings' , 'gs-api-key' );
|
43 |
register_setting( 'getsocial-gs-settings' , 'gs-place' );
|
@@ -121,6 +133,8 @@ function add_buttons_to_content($content, $woocomerce, $wooposition = null){
|
|
121 |
$condition = is_single();
|
122 |
elseif ($places == 'place-pages'):
|
123 |
$condition = is_page();
|
|
|
|
|
124 |
endif;
|
125 |
|
126 |
if ( $condition ):
|
@@ -129,6 +143,7 @@ function add_buttons_to_content($content, $woocomerce, $wooposition = null){
|
|
129 |
$groups_active = $GS->is_active('sharing_bar');
|
130 |
$native_active = $GS->is_active('native_bar');
|
131 |
$custom_active = $GS->is_active('custom_actions');
|
|
|
132 |
$big_counter_bar_active = $GS->is_active('social_bar_big_counter');
|
133 |
//
|
134 |
$before_content = "";
|
@@ -154,6 +169,18 @@ function add_buttons_to_content($content, $woocomerce, $wooposition = null){
|
|
154 |
endif;
|
155 |
endif;
|
156 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
157 |
if($custom_active):
|
158 |
$custom = $GS->getCode('custom_actions');
|
159 |
|
@@ -210,16 +237,13 @@ add_shortcode( 'getsocial', 'gs_bars_shortcode' );
|
|
210 |
function gs_bars_shortcode($atts) {
|
211 |
$GS = get_gs();
|
212 |
// if no type defined
|
213 |
-
if(array_key_exists('app',$atts)){
|
214 |
return $GS->getCode($atts['app']);
|
215 |
} else {
|
216 |
return "";
|
217 |
}
|
218 |
-
|
219 |
-
|
220 |
}
|
221 |
|
222 |
-
|
223 |
/**
|
224 |
* Adds a box to the main column on the Post and Page edit screens.
|
225 |
*/
|
2 |
/**
|
3 |
* Plugin Name: Share Buttons 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: 2.5
|
7 |
* Author: Getsocial, S.A.
|
8 |
* Author URI: http://getsocial.io
|
9 |
* License: GPL2
|
28 |
}
|
29 |
|
30 |
add_action( 'wp_ajax_gs_update', 'update_getsocial' );
|
31 |
+
add_action( 'wp_ajax_gs_update_with_values', 'update_getsocial_with_values' );
|
32 |
|
33 |
function update_getsocial() {
|
34 |
global $wpdb; // this is how you get access to the database
|
39 |
wp_die(); // this is required to terminate immediately and return a proper response
|
40 |
}
|
41 |
|
42 |
+
function update_getsocial_with_values() {
|
43 |
+
global $wpdb; // this is how you get access to the database
|
44 |
+
|
45 |
+
$GS = get_gs();
|
46 |
+
|
47 |
+
$GS->refreshSite($_POST['response']);
|
48 |
+
|
49 |
+
wp_die(); // this is required to terminate immediately and return a proper response
|
50 |
+
}
|
51 |
+
|
52 |
+
|
53 |
function register_gs_settings(){
|
54 |
register_setting( 'getsocial-gs-settings' , 'gs-api-key' );
|
55 |
register_setting( 'getsocial-gs-settings' , 'gs-place' );
|
133 |
$condition = is_single();
|
134 |
elseif ($places == 'place-pages'):
|
135 |
$condition = is_page();
|
136 |
+
elseif ($places == 'only-shortcodes'):
|
137 |
+
$condition = false;
|
138 |
endif;
|
139 |
|
140 |
if ( $condition ):
|
143 |
$groups_active = $GS->is_active('sharing_bar');
|
144 |
$native_active = $GS->is_active('native_bar');
|
145 |
$custom_active = $GS->is_active('custom_actions');
|
146 |
+
$price_alert_active = $GS->is_active('price_alert');
|
147 |
$big_counter_bar_active = $GS->is_active('social_bar_big_counter');
|
148 |
//
|
149 |
$before_content = "";
|
169 |
endif;
|
170 |
endif;
|
171 |
|
172 |
+
if($price_alert_active && $wooposition):
|
173 |
+
|
174 |
+
$product = new WC_Product( get_the_ID() );
|
175 |
+
$price = $product->price;
|
176 |
+
|
177 |
+
$price_alert_button = $GS->getCode('price_alert', $price, get_woocommerce_currency_symbol());
|
178 |
+
|
179 |
+
$position = $wooposition;
|
180 |
+
|
181 |
+
$after_content = $price_alert_button;
|
182 |
+
endif;
|
183 |
+
|
184 |
if($custom_active):
|
185 |
$custom = $GS->getCode('custom_actions');
|
186 |
|
237 |
function gs_bars_shortcode($atts) {
|
238 |
$GS = get_gs();
|
239 |
// if no type defined
|
240 |
+
if(array_key_exists('app',$atts) && (is_single() || is_page())){
|
241 |
return $GS->getCode($atts['app']);
|
242 |
} else {
|
243 |
return "";
|
244 |
}
|
|
|
|
|
245 |
}
|
246 |
|
|
|
247 |
/**
|
248 |
* Adds a box to the main column on the Post and Page edit screens.
|
249 |
*/
|