Social Media Share Buttons - Version 2.6

Version Description

Download this release

Release Info

Developer joaoromao
Plugin Icon 128x128 Social Media Share Buttons
Version 2.6
Comparing to
See all releases

Code changes from version 2.5 to 2.6

css/getsocial-style.css CHANGED
@@ -1 +1,2 @@
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}
 
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:17px 30px 16px;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 .app-link-wrapper{width:33.3333%;padding:33px 15px;float:left;position:relative}#gs-master-wrapper .app-grid .app-link-wrapper:nth-child(3n-2){padding-left:30px}#gs-master-wrapper .app-grid .app-link-wrapper:nth-child(3n){padding-right:30px}#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;width:100%}#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}
2
+ /*# sourceMappingURL=getsocial-style.css.map */
init.php CHANGED
@@ -103,10 +103,7 @@
103
 
104
  <?php endif; ?>
105
 
106
- <div class="gs-medium">
107
- <?php include('tmpl/apps.php') ?>
108
- </div>
109
-
110
 
111
  <?php else: ?>
112
 
@@ -145,11 +142,11 @@
145
  </div>
146
  <div class="field-group">
147
  <div class="field-label">
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">
@@ -166,6 +163,29 @@
166
  </div>
167
  </div>
168
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
169
  </div>
170
  <div class="form-button-group">
171
  <input type="submit" value="Save Settings" class="gs-button success">
103
 
104
  <?php endif; ?>
105
 
106
+ <?php include('tmpl/apps.php') ?>
 
 
 
107
 
108
  <?php else: ?>
109
 
142
  </div>
143
  <div class="field-group">
144
  <div class="field-label">
145
+ <label for="">Where to display sharing bars</label>
146
  </div>
147
  <div class="field-input">
148
  <p>
149
+ Choose where to have your apps displayed. <strong>For now this is limited to Horizontal Sharing Bars</strong>
150
  </p>
151
 
152
  <div class="checkbox-list">
163
  </div>
164
  </div>
165
  </div>
166
+ <div class="field-group">
167
+ <div class="field-label">
168
+ <label for="">Where to display follow bar</label>
169
+ </div>
170
+ <div class="field-input">
171
+ <p>
172
+ Choose where to have your apps displayed.
173
+ </p>
174
+
175
+ <div class="checkbox-list">
176
+ <label><input type="radio" name="gs-place-follow" value="place-posts" <?php echo (get_option('gs-place-follow') == 'place-posts') ? 'checked' : '' ?> />Only Posts</label>
177
+ </div>
178
+ <div class="checkbox-list">
179
+ <label><input type="radio" name="gs-place-follow" value="place-pages" <?php echo (get_option('gs-place-follow') == 'place-pages') ? 'checked' : '' ?>/>Only Pages</label>
180
+ </div>
181
+ <div class="checkbox-list">
182
+ <label><input type="radio" name="gs-place-follow" value="place-all" <?php echo (get_option('gs-place-follow') == 'place-all' || get_option('gs-place-follow') == null) ? 'checked' : '' ?>/>Pages & Posts</label>
183
+ </div>
184
+ <div class="checkbox-list">
185
+ <label><input type="radio" name="gs-place-follow" value="only-shortcodes" <?php echo (get_option('gs-place-follow') == 'only-shortcodes') ? 'checked' : '' ?> />None. I will use shortcodes.</label>
186
+ </div>
187
+ </div>
188
+ </div>
189
  </div>
190
  <div class="form-button-group">
191
  <input type="submit" value="Save Settings" class="gs-button success">
lib/gs.php CHANGED
@@ -34,6 +34,10 @@ class GS {
34
  }
35
  }
36
 
 
 
 
 
37
  function api_url($path){
38
  return $this->api_url.$path;
39
  }
@@ -120,6 +124,8 @@ EOF;
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:
34
  }
35
  }
36
 
37
+ function utms($app){
38
+ return '&amp;utm_source=wordpress-user&amp;utm_medium=plugin&amp;utm_term='.get_option('siteurl').'&amp;utm_content='.$app.'&amp;utm_campaign=Wordpress%20Plugin';
39
+ }
40
+
41
  function api_url($path){
42
  return $this->api_url.$path;
43
  }
124
  return '<div class="getsocial gs-custom-actions"></div>';
125
  case 'social_bar_big_counter':
126
  return '<div class="getsocial gs-inline-group gs-big-counter"></div>';
127
+ case 'follow_bar':
128
+ return '<div class="getsocial gs-inline-group gs-follow"></div>';
129
  case 'price_alert':
130
  return '<div class="getsocial gs-price-alert" data-price="'.$price.'" data-currency="'.$currency.'"></div>';
131
  default:
readme.txt CHANGED
@@ -1,58 +1,63 @@
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
 
@@ -60,45 +65,11 @@ In this plugin, you'll find the following features:
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:
@@ -118,69 +89,141 @@ For a manual installation:
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
 
@@ -196,6 +239,10 @@ Have more doubts? You can go to <a href="http://feedback.getsocial.io">GetSocial
196
 
197
  == Changelog ==
198
 
 
 
 
 
199
  **2.5**
200
 
201
  - Added Price Alert and Address Tracking apps
1
+ === Share Buttons & tools to grow traffic by GetSocial.io ===
2
  Contributors: GetSocial.io, joaoromao
3
 
4
+ Tags: addthis, addtoany, analytics, button, facebook share, facebook button, like button, tweet button, twitter share, pinterest share, pin button, floating buttons, share, share button, share buttons, share links, shareaholic, sharethis, sharing, social, social analytics, social media, social bookmarking, social buttons, social media, social plugin, social share, social share buttons, social sharing, mobile share bar, mobile sharing, top bar, welcome bar, hello bar
5
 
6
  Requires at least: 3.0
7
  Tested up to: 4.2.2
8
+ Stable tag: 2.6
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
12
+ All in one plugin with tools to grow your traffic, shares and conversions. Includes mobile bar (paid) & more. Support is FREE & Quick
13
 
14
  == Description ==
15
 
16
+ **Share Buttons by GetSocial.io** is a WordPress all in one toolkit to help you grow your shares, traffic and conversions. Track social shares and see how much traffic & conversions each post generated. Optimize your SEO and increase social shares with GetSocial. It is a freemium plugin so there are some free apps and some paid apps.
17
+
18
+ **ANNOUNCEMENT:** Our newest app (Follow Buttons with mobile follow included) and our new powerful social analytics module are coming very soon! Stay tuned!
19
 
20
+ Our apps include native & customizable share buttons, welcome & subscribe bars, conversion tracking, copy paste share tracking and much 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 5 different categories:
21
 
22
+ * **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 (copy paste) and enable mobile sharing to your mobile users.
23
 
24
+ * **Conversion Tools**: Social media is fantastic if you are able to measure it. Track how your share buttons are driving your conversions. Add conversion moments easily, no code required, to signups and purchases.
25
 
26
  * **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.
27
 
28
  * **eCommerce specific**: Allow your customers to follow the price of your products, generating more returning traffic with increase purchase intent.
29
 
30
+ * **Integrations**: To use with you favorite software. Currently we offer the integration with Google Analytics.
31
 
32
+ In this plugin, you'll find these categories:
33
 
34
  <h4>Social Sharing Tools</h4>
35
 
36
  * **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.
37
 
38
+ * **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, Tumblr & others.
 
 
39
 
40
  * **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.
41
 
42
+ * **Custom Facebook Shares**: 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 way through custom facebook shares.
43
 
44
  * **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.
45
 
46
+ * **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, Pinterest, google+, WhatsApp and others easily on their smartphones. Smartphone sharing is smart.
47
+
48
+ * **Social Bar Customization**: After upgrading to our PRO plan, you’ll be able to edit your share bar’s shape, color and personalized twitter handle. Great for that extra touch.
49
 
50
+ <h4>Tracking Tools</h4>
51
 
52
+ * **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.
53
+
54
+ * **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 management tools.
55
 
56
+ <h4>Engagement Tools</h4>
57
 
58
+ * **Welcome Bar**: Easily redirect your visitors to a specific link. Generate conversions, engage with promotions and increase traffic with this hello bar like feature. Track conversions coming from this top bar for Wordpress.
59
 
60
+ * **Subscriber Bar (List Builder)**: 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.
61
 
62
  <h4>eCommerce specific </h4>
63
 
65
 
66
  * **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.
67
 
 
68
 
69
+ <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 **Pro Plan** gives you access to all paid features and costs <u>$9/month</u> or <u>$90/year</u> (big discount). Join hundreds of other paid users.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
70
 
71
  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>
72
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
73
  == Installation ==
74
 
75
  For an automatic installation through WordPress:
89
 
90
  **What is GetSocial?**
91
 
92
+ GetSocial is a software that helps websites increase their traffic, shares and conversions. It is a set of apps that a user can easily install in her website.
93
+
94
+ There are a total of 15 apps across 5 categories: Sharing, Tracking, Engagement, eCommerce and Integration apps.
95
 
96
  **How do I install GetSocial?**
97
 
98
+ 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.
99
+
100
+ 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.
101
+
102
+ If you're using WordPress download our plugin at <a href='http://goo.gl/bdgOLN'>http://goo.gl/bdgOLN</a>.
103
 
104
  **What if I don’t know how to handle code?**
105
 
106
+ 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.
107
 
108
+ We've developed a social sharing plugin focused on content, specifically on **Wordpress** websites which you can download at: <a class='link_only' href='http://goo.gl/bdgOLN'>http://goo.gl/bdgOLN</a>.
109
 
110
+ **Do you provide free support? How much does it cost?**
111
+
112
+ GetSocial provides **FREE and quick support** for all its users, free or paid. We give priority to PRO user requests but all tickets get answered. Our support is not outsourced and it is provided by everyone in the team, from the CEO to the designer. We try to get back at you, during business days, in less than 24 hours (although we are quite fast answering every ticket).
113
 
114
  **What is included in the free plan?**
115
 
116
+ 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.
117
 
118
+ 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. Please notice that some of the abovementioned features have some customization options which are reserved to our PRO users. These include: color, shape & twitter handle.
119
+
120
+ **Are there any short codes available?**
121
+
122
+ <h4>These are the short codes available:</h4>
123
 
124
+ * Sharing Bar
125
 
126
+ `[getsocial app="sharing_bar"]`
127
 
128
+ * Native Bar
129
 
130
+ `[getsocial app="native_bar"]`
131
 
132
+ * Custom Facebook Shares
133
+
134
+ `[getsocial app="custom_actions"]`
135
+
136
+ * Big Total Shares Horizontal
137
+
138
+ `[getsocial app="social_bar_big_counter"]`
139
 
140
  **What is the difference between the Free Plan and the Pro Plan?**
141
 
142
+ The Free and Pro plans differ in the access to certain features. GetSocial PRO users have higher visit limits and priority in support. Within the product, there are some customizations and features that they also have unique access to.
143
+
144
+ <h4>List of Free Apps:</h4>
145
+ - Horizontal Sharing Bar
146
+ - Native Sharing Bar
147
+ - Floating Sharing Bar
148
+ - Address Bar Tracking
149
+ - Conversion Tracking
150
+ - Welcome Bar
151
+ - Custom Facebook Shares
152
+ - Google Analytics Integration
153
+
154
+ <h4>List of Paid Apps:</h4>
155
+ - Mobile Share Bar
156
+ - Image Sharing
157
+ - Big Total Shares Horizontal & Floating
158
+ - Subscribe Bar
159
+ - Price Alert
160
+ - Extended Customization (Shape, Color, Twitter handle in several apps)
161
+
162
+ **Do you have a visit limit for my website?**
163
+
164
+ Yes. As every new website that registers with GetSocial is also a new cost for us, we must regulate the number of visitors for the websites who use us. However, visits limits change according to your plan.
165
+
166
+
167
+ **FREE Plan:** If you're using our free plan, your limit is 50,000 visits per month. Once you reach this limit you'll be notified via email. If you don't upgrade to our PRO plan, we'll stop the service to your website. This means that all the apps you have installed will become inactive.
168
+
169
+ **PRO Plan:** Our customers have a higher limit and can get up to 1,000,000 visits per month. If you reach this limit as a PRO user you'll be also notified but we won't stop serving our apps into your website. However, we'll add a second subscription to your account. Every extra million visits costs $9/month. See more information about our traffic packages here.
170
+ **How much does the PRO version cost?**
171
 
172
+ Our pricing is very transparent. We sell **monthly and annual subscriptions** of our product. If you choose monthly, you'll be charged $9 per month. If you choose annual, you'll be charged $90 per year.
173
 
174
+ **How much will I pay in the PRO plan with 5 million visits?**
175
+
176
+ We sell our extra visits traffic packages at an extra $9/month per million visits. In this case, your PRO plan gives you the first million visits so you'll only need to buy 4 extra traffic packages. Your subscription cost will be $9 (PRO) + 4x $9 (visits), so $45/month.
177
+
178
+ **What is different about GetSocial to other plugins and tools?**
179
+
180
+ 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.
181
 
182
  **How do I upgrade and pay for GetSocial?**
183
 
184
+ Upgrading your GetSocial account is quick and easy. On your account, you'll find multiple times our 'Upgrade to PRO' call to action buttons.
185
 
186
+ Clicking on one of these buttons will guide you to our pricing page. Here, you'll be able to perceive the benefits of subscribing to our pro plan.
187
 
188
+ After you have decided which plan you want to subscribe to (we recommend the Annual plan as it provides with 2 months free as discount), you just need to click on upgrade and provide your billing details.
189
 
190
+ **What is the Copy Paste Share Tracking?**
191
+
192
+ 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.
193
+
194
+ 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.
195
+
196
+ **How can I edit color, shape and twitter handle?**
197
 
198
+ Editing color, shape and twitter handle is a customization available only to our PRO users. By activating it, all these configurations become available, improving your conversions, awareness & reach.The features where you can edit these configurations are:
199
+
200
+ - Horizontal Shares Bar
201
+ - Floating Shares Bar
202
+ - Total Shares Bar (Horizontal + Floating)
203
+ - Mobile Share Bar
204
+ - Image Sharing
205
+
206
+ **What is the Copy Paste Share Tracking?**
207
+
208
+ 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.
209
+
210
+ 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.
211
 
212
  **Can I hide GetSocial in specific posts / pages?**
213
 
214
+ 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 ). There’s an article on our knowledge base about this: <a href="http://feedback.getsocial.io/knowledgebase/articles/566541-can-i-exclude-apps-from-specific-pages">Can I exclude apps from specific pages?</a>
215
 
216
+ **Do I need to sign a long-term contract?**
217
 
218
+ 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.
219
+
220
+ **What is your refund policy?**
221
 
222
+ GetSocial services or applications subscriptions, advertising or any other kind of service are non-refundable and GetSocial is not obligated to provide the User a refund at any time. We may, at our discretion, provide credits toward future services or applications subscription, advertising, or any other kind of service charges on a case-by-case basis.
223
 
224
+ **Is there someone I can talk about GetSocial?**
225
 
226
+ 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 the plugin page.
227
 
228
  == Screenshots ==
229
 
239
 
240
  == Changelog ==
241
 
242
+ **2.6**
243
+
244
+ - Added Image Sharing app, performance apps, bug fixes and Google Analytics Integration
245
+
246
  **2.5**
247
 
248
  - Added Price Alert and Address Tracking apps
screenshot-3.png CHANGED
Binary file
screenshot-5.png CHANGED
Binary file
screenshot-6.png CHANGED
Binary file
screenshot-7.png CHANGED
Binary file
tmpl/apps.php CHANGED
@@ -6,83 +6,102 @@
6
  'Horizontal Sharing Bar' => array(
7
  'file' => 'sharing-bar',
8
  'active' => $GS->is_active('sharing_bar'),
9
- 'href' => $GS->gs_account().'/sites/gs-wordpress/groups/new?api_key='.$GS->api_key.'&amp;source=wordpress',
10
  'desc' => "Use one of our templates or design your own social sharing bar. Customize size, shape & colour and pick from 15 social networks."
11
  ),
12
  'Mobile Sharing Bar' => array(
13
  'file' => 'mobile-bar',
14
  'active' => $GS->is_active('mobile_bar'),
15
  'pro' => true,
16
- 'href' => $GS->gs_account().'/sites/gs-wordpress/mobile_bar/new?api_key='.$GS->api_key.'&amp;source=wordpress',
17
  "desc" => "Mobile Web is one of the fastest growing platform both in traffic and shares. Don't miss out on the opportunity to boost your traffic with our slick mobile web sharing interface. No code needed."
18
  ),
19
  'Floating Sharing Bar' => array(
20
  'file' => 'floating-bar',
21
  'active' => $GS->is_active('floating_bar'),
22
- 'href' => $GS->gs_account().'/sites/gs-wordpress/floating_bar/new?api_key='.$GS->api_key.'&amp;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.'&amp;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',
42
  'active' => $GS->is_active('native_bar'),
43
- 'href' => $GS->gs_account().'/sites/gs-wordpress/native_bar/new?api_key='.$GS->api_key.'&amp;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'),
49
- 'href' => $GS->gs_account().'/sites/gs-wordpress/welcome_bars/new?api_key='.$GS->api_key.'&amp;source=wordpress',
50
  "desc" => "Easily lead your visitors to a specific link. Great to generate conversions, engage with promotions and increase traffic. No code needed."
51
  ),
52
  'Subscriber Bar' => array(
53
  'file' => 'subscriber-bar',
54
  'active' => $GS->is_active('subscriber_bar'),
55
  'pro' => true,
56
- 'href' => $GS->gs_account().'/sites/gs-wordpress/subscribe_bars/new?api_key='.$GS->api_key.'&amp;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.'&amp;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.'&amp;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'),
76
- 'pro' => true,
77
- 'href' => $GS->gs_account().'/sites/gs-wordpress/elements/new?api_key='.$GS->api_key.'&amp;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.'&amp;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
  );
6
  'Horizontal Sharing Bar' => array(
7
  'file' => 'sharing-bar',
8
  'active' => $GS->is_active('sharing_bar'),
9
+ 'href' => $GS->gs_account().'/sites/gs-wordpress/groups/new?api_key='.$GS->api_key.'&amp;source=wordpress'.$GS->utms('sharing-bar'),
10
  'desc' => "Use one of our templates or design your own social sharing bar. Customize size, shape & colour and pick from 15 social networks."
11
  ),
12
  'Mobile Sharing Bar' => array(
13
  'file' => 'mobile-bar',
14
  'active' => $GS->is_active('mobile_bar'),
15
  'pro' => true,
16
+ 'href' => $GS->gs_account().'/sites/gs-wordpress/mobile_bar/new?api_key='.$GS->api_key.'&amp;source=wordpress'.$GS->utms('mobile-bar'),
17
  "desc" => "Mobile Web is one of the fastest growing platform both in traffic and shares. Don't miss out on the opportunity to boost your traffic with our slick mobile web sharing interface. No code needed."
18
  ),
19
  'Floating Sharing Bar' => array(
20
  'file' => 'floating-bar',
21
  'active' => $GS->is_active('floating_bar'),
22
+ 'href' => $GS->gs_account().'/sites/gs-wordpress/floating_bar/new?api_key='.$GS->api_key.'&amp;source=wordpress'.$GS->utms('floating-bar'),
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.'&amp;source=wordpress'.$GS->utms('image-sharing'),
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
  'href' => $GS->api_url('sites/activate/'.get_option('gs-api-key').'/address-tracker'),
37
  "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."
38
  ),
39
  'Native Sharing Bar' => array(
40
  'file' => 'native-bar',
41
  'active' => $GS->is_active('native_bar'),
42
+ 'href' => $GS->gs_account().'/sites/gs-wordpress/native_bar/new?api_key='.$GS->api_key.'&amp;source=wordpress'.$GS->utms('native-bar'),
43
  '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."
44
  ),
45
+ 'Horizontal Follow Bar' => array(
46
+ 'file' => 'follow-bar',
47
+ 'new' => true,
48
+ 'active' => $GS->is_active('follow_bar'),
49
+ 'href' => $GS->gs_account().'/sites/gs-wordpress/follow_bar/new?api_key='.$GS->api_key.'&amp;source=wordpress'.$GS->utms('follow-bar'),
50
+ 'desc' => "Grow your follower base in Facebook, Twitter, Pinterest and more with these beautiful free follow buttons."
51
+ ),
52
+ 'Floating Follow Bar' => array(
53
+ 'file' => 'floating-follow-bar',
54
+ 'new' => true,
55
+ 'active' => $GS->is_active('floating_follow_bar'),
56
+ 'href' => $GS->gs_account().'/sites/gs-wordpress/follow_floating_bar/new?api_key='.$GS->api_key.'&amp;source=wordpress'.$GS->utms('floating-follow-bar'),
57
+ 'desc' => "Grow your follower base in Facebook, Twitter, Pinterest and more with these beautiful free follow buttons."
58
+ ),
59
+ 'Mobile Follow Bar' => array(
60
+ 'file' => 'mobile-follow-bar',
61
+ 'pro' => true,
62
+ 'new' => true,
63
+ 'active' => $GS->is_active('mobile_follow_bar'),
64
+ 'href' => $GS->gs_account().'/sites/gs-wordpress/follow_mobile_bar/new?api_key='.$GS->api_key.'&amp;source=wordpress'.$GS->utms('mobile-follow-bar'),
65
+ 'desc' => "Don't miss out on the opportunity to convert mobile visitors into brand followers with our mobile follow buttons."
66
+ ),
67
  'Welcome Bar' => array(
68
  'file' => 'welcome-bar',
69
  'active' => $GS->is_active('welcome_bar'),
70
+ 'href' => $GS->gs_account().'/sites/gs-wordpress/welcome_bars/new?api_key='.$GS->api_key.'&amp;source=wordpress'.$GS->utms('welcome-bar'),
71
  "desc" => "Easily lead your visitors to a specific link. Great to generate conversions, engage with promotions and increase traffic. No code needed."
72
  ),
73
  'Subscriber Bar' => array(
74
  'file' => 'subscriber-bar',
75
  'active' => $GS->is_active('subscriber_bar'),
76
  'pro' => true,
77
+ 'href' => $GS->gs_account().'/sites/gs-wordpress/subscribe_bars/new?api_key='.$GS->api_key.'&amp;source=wordpress'.$GS->utms('subscriber-bar'),
78
  "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."
79
  ),
80
  'Big Total Shares Horizontal' => array(
81
  'file' => 'social-bar-big-counter',
82
  'active' => $GS->is_active('social_bar_big_counter'),
83
+ 'href' => $GS->gs_account().'/sites/gs-wordpress/big_counter_sharing_bar/new?api_key='.$GS->api_key.'&amp;source=wordpress'.$GS->utms('social-bar-big-counter'),
84
  'pro' => true,
85
  'desc' => "Increase engagement by showing the total number of shares in a big counter on the left of your horizontal share bar."
86
  ),
87
  'Big Total Shares Floating' => array(
88
  'file' => 'floating-bar-big-counter',
89
  'active' => $GS->is_active('floating_bar_big_counter'),
90
+ 'href' => $GS->gs_account().'/sites/gs-wordpress/big_counter_floating_bar/new?api_key='.$GS->api_key.'&amp;source=wordpress'.$GS->utms('floating-bar-big-counter'),
91
  'pro' => true,
92
  'desc' => "Increase engagement by showing the total number of shares in a big counter on top of your floating share bar."
93
  ),
94
  'Custom Sharing Actions' => array(
95
  'file' => 'custom-actions',
96
  'active' => $GS->is_active('custom_actions'),
97
+ 'href' => $GS->gs_account().'/sites/gs-wordpress/elements/new?api_key='.$GS->api_key.'&amp;source=wordpress'.$GS->utms('custom-actions'),
 
98
  '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."
99
  ),
100
  'Price Alert' => array(
101
  'file' => 'price-alert',
102
  'active' => $GS->is_active('price_alert'),
 
103
  'pro' => true,
104
+ 'href' => $GS->gs_account().'/sites/gs-wordpress/price_alerts/new?api_key='.$GS->api_key.'&amp;source=wordpress'.$GS->utms('price-alert'),
105
  '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."
106
  ),
107
  );
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?v=2.6', __FILE__) );
18
  wp_enqueue_style( 'getsocial-style' );
19
 
20
  wp_register_script( 'plugin', plugins_url('../js/plugin.js', __FILE__) );
@@ -75,13 +75,13 @@ wp_enqueue_script( 'plugin' );
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 ?>&amp;source=wordpress" target="_blank" class="gs-button plan-pro">Upgrade to PRO</a>
83
- </li>
84
- <?php endif; ?>
85
  </ul>
86
  </div>
87
  </div>
14
 
15
  $site_info = $GS->refreshSite();
16
 
17
+ wp_register_style( 'getsocial-style', plugins_url('../css/getsocial-style.css?v=2.6.1', __FILE__) );
18
  wp_enqueue_style( 'getsocial-style' );
19
 
20
  wp_register_script( 'plugin', plugins_url('../js/plugin.js', __FILE__) );
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 ?>&amp;source=wordpress<?php echo $GS->utms('pro_header') ?>" target="_blank" class="gs-button plan-pro">Upgrade to PRO</a>
83
+ </li>
84
+ <?php endif; ?>
85
  </ul>
86
  </div>
87
  </div>
wp-share-buttons-analytics-getsocial.php CHANGED
@@ -1,9 +1,9 @@
1
  <?php
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
@@ -53,6 +53,7 @@ function update_getsocial_with_values() {
53
  function register_gs_settings(){
54
  register_setting( 'getsocial-gs-settings' , 'gs-api-key' );
55
  register_setting( 'getsocial-gs-settings' , 'gs-place' );
 
56
  // register_setting( 'getsocial-gs-settings' , 'gs-buttons-position' );
57
  register_setting( 'getsocial-gs-settings' , 'gs-lang' );
58
 
@@ -137,99 +138,128 @@ function add_buttons_to_content($content, $woocomerce, $wooposition = null){
137
  $condition = false;
138
  endif;
139
 
140
- if ( $condition ):
141
- $GS = get_gs();
142
 
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 = "";
150
- $after_content = "";
151
 
152
- $custom_content = $content;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
153
 
154
- //
155
- if(!is_feed() && !is_home()):
156
- // if(!is_home()):
157
 
158
- if($groups_active):
159
- $groups = $GS->getCode('sharing_bar');
 
160
 
161
- $position = ($wooposition != null ? $wooposition : $GS->prop('sharing_bar', 'position'));
 
162
 
163
- if($position == 'bottom' || $position == 'both'):
164
- $after_content = $groups;
165
- endif;
166
 
167
- if ( $position == 'top' || $position == 'both' ):
168
- $before_content = $groups.'<br/>';
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
 
187
- $position = ($wooposition != null ? $wooposition : $GS->prop('custom_actions', 'position'));
188
 
189
- if($position == 'bottom' || $position == 'both'):
190
- $after_content = $after_content.$custom;
191
- endif;
192
 
193
- if ( $position == 'top' || $position == 'both' ):
194
- $before_content = $before_content.$custom.'<br/>';
195
- endif;
196
  endif;
 
197
 
198
- if($big_counter_bar_active):
199
- $big_counter = $GS->getCode('social_bar_big_counter');
200
 
201
- $position = ($wooposition != null ? $wooposition : $GS->prop('social_bar_big_counter', 'position'));
202
 
203
- if($position == 'bottom' || $position == 'both'):
204
- $after_content = $after_content.$big_counter;
205
- endif;
206
 
207
- if ( $position == 'top' || $position == 'both' ):
208
- $before_content = $before_content.$big_counter.'<br/>';
209
- endif;
210
  endif;
 
211
 
212
- if($native_active):
213
- $native = $GS->getCode('native_bar');
214
 
215
- $position = ($wooposition != null ? $wooposition : $GS->prop('native_bar', 'position'));
216
 
217
- if($position == 'bottom' || $position == 'both'):
218
- $after_content = $after_content.$native;
219
- endif;
220
 
221
- if ( $position == 'top' || $position == 'both' ):
222
- $before_content = $before_content.$native.'<br/>';
223
- endif;
224
  endif;
 
225
 
226
- $custom_content = $before_content.$custom_content.$after_content;
227
- endif;
228
 
229
- return $custom_content;
230
- else:
231
- return $content;
232
- endif;
233
  }
234
 
235
  add_shortcode( 'getsocial', 'gs_bars_shortcode' );
1
  <?php
2
  /**
3
+ * Plugin Name: Share Buttons & tools to grow traffic by GetSocial.io
4
  * Plugin URI: http://getsocial.io
5
  * Description: Share Buttons by GetSocial.io is a freemium WordPress plugin that enables you to track social shares on Wordpress. Provide beautiful wordpress sharing buttons, track how many shares were made in each post and see how much traffic, conversions and shares each post generated. Optimize your SEO and increase social shares with GetSocial.io.
6
+ * Version: 2.6
7
  * Author: Getsocial, S.A.
8
  * Author URI: http://getsocial.io
9
  * License: GPL2
53
  function register_gs_settings(){
54
  register_setting( 'getsocial-gs-settings' , 'gs-api-key' );
55
  register_setting( 'getsocial-gs-settings' , 'gs-place' );
56
+ register_setting( 'getsocial-gs-settings' , 'gs-place-follow' );
57
  // register_setting( 'getsocial-gs-settings' , 'gs-buttons-position' );
58
  register_setting( 'getsocial-gs-settings' , 'gs-lang' );
59
 
138
  $condition = false;
139
  endif;
140
 
141
+ $places_follow = get_option('gs-place-follow');
 
142
 
143
+ $condition_follow = true;
 
 
 
 
 
 
 
144
 
145
+ if($places_follow == null || $places_follow == 'place-all'):
146
+ $condition_follow = (is_single() || is_page());
147
+ elseif ($places_follow == 'place-posts'):
148
+ $condition_follow = is_single();
149
+ elseif ($places_follow == 'place-pages'):
150
+ $condition_follow = is_page();
151
+ elseif ($places_follow == 'only-shortcodes'):
152
+ $condition_follow = false;
153
+ endif;
154
+
155
+ // if ( $condition ):
156
+ $GS = get_gs();
157
+
158
+ $groups_active = $GS->is_active('sharing_bar');
159
+ $native_active = $GS->is_active('native_bar');
160
+ $custom_active = $GS->is_active('custom_actions');
161
+ $price_alert_active = $GS->is_active('price_alert');
162
+ $big_counter_bar_active = $GS->is_active('social_bar_big_counter');
163
+ $follow_bar_active = $GS->is_active('follow_bar');
164
+ //
165
+ $before_content = "";
166
+ $after_content = "";
167
 
168
+ $custom_content = $content;
 
 
169
 
170
+ //
171
+ if(!is_feed() && !is_home()):
172
+ // if(!is_home()):
173
 
174
+ if($groups_active && $condition):
175
+ $groups = $GS->getCode('sharing_bar');
176
 
177
+ $position = ($wooposition != null ? $wooposition : $GS->prop('sharing_bar', 'position'));
 
 
178
 
179
+ if($position == 'bottom' || $position == 'both'):
180
+ $after_content = $groups;
 
181
  endif;
182
 
183
+ if ( $position == 'top' || $position == 'both' ):
184
+ $before_content = $groups.'<br/>';
185
+ endif;
186
+ endif;
187
+
188
+ if($price_alert_active && $wooposition && $condition):
189
+
190
+ $product = new WC_Product( get_the_ID() );
191
+ $price = $product->price;
192
+
193
+ $price_alert_button = $GS->getCode('price_alert', $price, get_woocommerce_currency_symbol());
194
 
195
+ $position = $wooposition;
 
196
 
197
+ $after_content = $price_alert_button;
198
+ endif;
199
 
200
+ if($custom_active && $condition):
201
+ $custom = $GS->getCode('custom_actions');
202
 
203
+ $position = ($wooposition != null ? $wooposition : $GS->prop('custom_actions', 'position'));
204
+
205
+ if($position == 'bottom' || $position == 'both'):
206
+ $after_content = $after_content.$custom;
207
+ endif;
208
+
209
+ if ( $position == 'top' || $position == 'both' ):
210
+ $before_content = $before_content.$custom.'<br/>';
211
  endif;
212
+ endif;
213
 
214
+ if($big_counter_bar_active && $condition):
215
+ $big_counter = $GS->getCode('social_bar_big_counter');
216
 
217
+ $position = ($wooposition != null ? $wooposition : $GS->prop('social_bar_big_counter', 'position'));
218
 
219
+ if($position == 'bottom' || $position == 'both'):
220
+ $after_content = $after_content.$big_counter;
221
+ endif;
222
 
223
+ if ( $position == 'top' || $position == 'both' ):
224
+ $before_content = $before_content.$big_counter.'<br/>';
 
225
  endif;
226
+ endif;
227
 
228
+ if($follow_bar_active && $condition_follow):
229
+ $follow_bar = $GS->getCode('follow_bar');
230
 
231
+ $position = ($wooposition != null ? $wooposition : $GS->prop('follow_bar', 'position'));
232
 
233
+ if($position == 'bottom' || $position == 'both'):
234
+ $after_content = $after_content.$follow_bar;
235
+ endif;
236
 
237
+ if ( $position == 'top' || $position == 'both' ):
238
+ $before_content = $before_content.$follow_bar.'<br/>';
 
239
  endif;
240
+ endif;
241
 
242
+ if($native_active && $condition):
243
+ $native = $GS->getCode('native_bar');
244
 
245
+ $position = ($wooposition != null ? $wooposition : $GS->prop('native_bar', 'position'));
246
 
247
+ if($position == 'bottom' || $position == 'both'):
248
+ $after_content = $after_content.$native;
249
+ endif;
250
 
251
+ if ( $position == 'top' || $position == 'both' ):
252
+ $before_content = $before_content.$native.'<br/>';
 
253
  endif;
254
+ endif;
255
 
256
+ $custom_content = $before_content.$custom_content.$after_content;
257
+ endif;
258
 
259
+ return $custom_content;
260
+ // else:
261
+ // return $content;
262
+ // endif;
263
  }
264
 
265
  add_shortcode( 'getsocial', 'gs_bars_shortcode' );