Version Description
Download this release
Release Info
Developer | joaoromao |
Plugin | Social Media Share Buttons |
Version | 2.3 |
Comparing to | |
See all releases |
Code changes from version 2.2 to 2.3
- css/getsocial-style.css +35 -0
- images/subscriber-bar.png +0 -0
- init.php +1 -6
- readme.txt +89 -46
- screenshot-1.png +0 -0
- screenshot-10.png +0 -0
- screenshot-11.png +0 -0
- screenshot-2.png +0 -0
- screenshot-3.png +0 -0
- screenshot-4.png +0 -0
- screenshot-5.png +0 -0
- screenshot-6.png +0 -0
- screenshot-7.png +0 -0
- screenshot-8.png +0 -0
- screenshot-9.png +0 -0
- tmpl/apps.php +14 -3
- tmpl/basic_stats.php +1 -0
- tmpl/header.php +1 -3
- wp-share-buttons-analytics-getsocial.php +1 -1
css/getsocial-style.css
CHANGED
@@ -499,6 +499,7 @@ i.fa {
|
|
499 |
.btn {
|
500 |
padding: 5px 10px;
|
501 |
border-radius: 3px;
|
|
|
502 |
}
|
503 |
|
504 |
.btn.btn-default {
|
@@ -514,12 +515,46 @@ i.fa {
|
|
514 |
.btn.btn-pro {
|
515 |
background: #e78834;
|
516 |
color: white;
|
|
|
|
|
|
|
|
|
517 |
}
|
518 |
|
519 |
.btn.btn-pro:hover {
|
520 |
background: #E07415;
|
521 |
}
|
522 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
523 |
.loading-create {
|
524 |
display: none;
|
525 |
}
|
499 |
.btn {
|
500 |
padding: 5px 10px;
|
501 |
border-radius: 3px;
|
502 |
+
text-decoration: none;
|
503 |
}
|
504 |
|
505 |
.btn.btn-default {
|
515 |
.btn.btn-pro {
|
516 |
background: #e78834;
|
517 |
color: white;
|
518 |
+
padding: 10px 20px;
|
519 |
+
font-size: 14px;
|
520 |
+
float: right;
|
521 |
+
margin-top: -5px;
|
522 |
}
|
523 |
|
524 |
.btn.btn-pro:hover {
|
525 |
background: #E07415;
|
526 |
}
|
527 |
|
528 |
+
.upgrade {
|
529 |
+
text-align: left;
|
530 |
+
padding: 10px;
|
531 |
+
margin-bottom: 20px;
|
532 |
+
min-height: 30px;
|
533 |
+
background: white;
|
534 |
+
}
|
535 |
+
|
536 |
+
.promocode {
|
537 |
+
display: inline-block;
|
538 |
+
margin-left: 20px;
|
539 |
+
font-size: 12px;
|
540 |
+
position: relative;
|
541 |
+
text-align: center;
|
542 |
+
padding: 5px 10px;
|
543 |
+
margin-right: 10px;
|
544 |
+
}
|
545 |
+
|
546 |
+
.promocode span {
|
547 |
+
padding: 2px 6px;
|
548 |
+
margin: 0 3px;
|
549 |
+
color: white;
|
550 |
+
font-size: 14px;
|
551 |
+
background: rgb(67, 174, 67);
|
552 |
+
}
|
553 |
+
|
554 |
+
.promocode small {
|
555 |
+
font-size: 11px !important;
|
556 |
+
}
|
557 |
+
|
558 |
.loading-create {
|
559 |
display: none;
|
560 |
}
|
images/subscriber-bar.png
ADDED
Binary file
|
init.php
CHANGED
@@ -16,11 +16,6 @@
|
|
16 |
<h1>Welcome and thanks for downloading GetSocial’s Share Buttons with Analytics.</h1>
|
17 |
<p>To get started click on the button below to automatically create a GetSocial account.</strong></p>
|
18 |
|
19 |
-
<p class="example">
|
20 |
-
<span>A few seconds away from this...</span><br/>
|
21 |
-
<img src="<?php echo plugins_url( '/images/big_total_horizontal.png', __FILE__ ) ?>" alt="">
|
22 |
-
</p>
|
23 |
-
|
24 |
<div class="info gs-clearfix">
|
25 |
<dl class="gs-clearfix">
|
26 |
<dt>URL</dt>
|
@@ -32,7 +27,7 @@
|
|
32 |
|
33 |
<p class="create-account">
|
34 |
<a href="<?php echo $GS->gs_account() ?>/api/v1/sites/create?source=wordpress&email=<?php echo get_option('admin_email') ?>&url=<?php echo get_option('siteurl') ?>" class="button button-primary create-gs-account">
|
35 |
-
Create your
|
36 |
</a>
|
37 |
|
38 |
<span class="loading-create">
|
16 |
<h1>Welcome and thanks for downloading GetSocial’s Share Buttons with Analytics.</h1>
|
17 |
<p>To get started click on the button below to automatically create a GetSocial account.</strong></p>
|
18 |
|
|
|
|
|
|
|
|
|
|
|
19 |
<div class="info gs-clearfix">
|
20 |
<dl class="gs-clearfix">
|
21 |
<dt>URL</dt>
|
27 |
|
28 |
<p class="create-account">
|
29 |
<a href="<?php echo $GS->gs_account() ?>/api/v1/sites/create?source=wordpress&email=<?php echo get_option('admin_email') ?>&url=<?php echo get_option('siteurl') ?>" class="button button-primary create-gs-account">
|
30 |
+
Create your account
|
31 |
</a>
|
32 |
|
33 |
<span class="loading-create">
|
readme.txt
CHANGED
@@ -1,39 +1,44 @@
|
|
1 |
=== Share Buttons by GetSocial.io ===
|
2 |
-
Contributors: joaoromao
|
|
|
3 |
Donate link:
|
4 |
-
Tags: share
|
|
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 4.1
|
7 |
-
Stable tag: 2.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
-
Share buttons
|
12 |
|
13 |
-
==
|
14 |
|
15 |
-
|
16 |
-
We have added the Big Total Sharing buttons and increased the range of social networks your users can share to.
|
17 |
|
18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
|
20 |
-
**
|
21 |
|
22 |
-
|
23 |
|
24 |
-
|
25 |
|
26 |
-
|
27 |
|
28 |
-
* **
|
29 |
-
* **Dark social media tracking**: Tracking social media in alternative methods such as SMS, Chat or Copy & Paste URL will allow you to effectively measure social media ROI.
|
30 |
-
* **Free Social Media Analytics**: All our social sharing plugins contribute for your undertanding on how social sharing is driving you traffic and conversions. From social share buttons to conversion tracking, your social media monitoring will be available in simple yet comprehensive dashboards.
|
31 |
-
* **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.
|
32 |
-
* **Welcome Bar**: Easily lead your visitors to a specific link. Great to generate conversions, engage with promotions and increase traffic.
|
33 |
-
* **Conversion Tracking**: Understand how social sharing is driving your conversions. Analyze results per user, per post or per social network.
|
34 |
-
* **Mobile Web Sharing**: Mobile sharing doesn't have to be a terrible experinece. Create beautiful interfaces for your mobile users to share their thoughts about your content.
|
35 |
|
36 |
-
|
|
|
|
|
|
|
|
|
37 |
|
38 |
These are the shortcodes available:
|
39 |
|
@@ -58,61 +63,99 @@ These are the shortcodes available:
|
|
58 |
For an automatic installation through WordPress:
|
59 |
|
60 |
1. Go to the "Plugins" menu in your left sidebar, and click "Add New" link.
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
|
65 |
For a manual installation:
|
66 |
|
67 |
1. Extract 'WP-Share-Buttons-Analytics-getsocial.zip' into your WordPress plugins folder.
|
68 |
-
|
69 |
-
|
70 |
|
71 |
== Frequently Asked Questions ==
|
72 |
|
73 |
-
**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
74 |
|
75 |
-
|
76 |
|
77 |
-
**
|
78 |
|
79 |
-
|
80 |
|
81 |
-
**What is
|
82 |
|
83 |
-
|
84 |
|
85 |
-
**
|
86 |
|
87 |
-
|
88 |
|
89 |
-
**What is
|
90 |
|
91 |
-
|
92 |
|
93 |
-
**
|
94 |
|
95 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
96 |
|
97 |
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.
|
98 |
|
99 |
== Screenshots ==
|
100 |
|
101 |
-
1. Our
|
102 |
-
2.
|
103 |
-
3.
|
104 |
-
4.
|
105 |
-
5.
|
|
|
|
|
|
|
|
|
|
|
|
|
106 |
|
107 |
== Changelog ==
|
108 |
|
|
|
|
|
|
|
|
|
109 |
**2.2**
|
110 |
|
111 |
-
- Added Welcome Bar App
|
112 |
|
113 |
**2.1**
|
114 |
|
115 |
-
- Added Big Total Shares Floating and Horizontal new apps
|
116 |
|
117 |
**2.0.1**
|
118 |
|
@@ -153,8 +196,8 @@ Have more doubts? You can go to <a href="http://feedback.getsocial.io">Getsocial
|
|
153 |
|
154 |
**0.0.2**
|
155 |
|
156 |
-
|
157 |
|
158 |
**0.0.1**
|
159 |
|
160 |
-
|
1 |
=== Share Buttons by GetSocial.io ===
|
2 |
+
Contributors: GetSocial.io, joaoromao
|
3 |
+
|
4 |
Donate link:
|
5 |
+
Tags: addthis share, addtoany share, artiss social share , big counter, bookmark share, bookmarking shares, button, e-commerce sharing, ecommerce share buttons, facebook, facebook like, facebook like button, facebook share, facebook share buttons, facebook social plugins, facebook social widgets, floating social share, getsocial, getsocial share, google, google plus, google plus one, google share, google share button, hupso share buttons, like button, linkedin share, lockerz share button, mobile shares, mobile sharing, mobile web shares, pin, pin button, pin it share button, pin share button, pinterest shares, plugin, plugin shares, plugin sharing, plus 1, plus one, 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, social media widget, social metrics, social share, social share bar , social share buttons for wordpress , social share widget , social sharing, socialize share buttons, socialize this sharing buttons, stats, stumbleupon share, tilt social share widget , total shares, trackable social share icons, tumblr share button, tweet button, tweet share, twitter, woocommerce share buttons, woocommerce shares
|
6 |
+
|
7 |
Requires at least: 3.0
|
8 |
Tested up to: 4.1
|
9 |
+
Stable tag: 2.3
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
13 |
+
Share buttons for Wordpress. Includes Mobile and Total Shares. Increase traffic and shares to Facebook, Twitter, Google, Pinterest, WhatsApp and more.
|
14 |
|
15 |
+
== Description ==
|
16 |
|
17 |
+
**Share Buttons by GetSocial.io** is a free 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.
|
|
|
18 |
|
19 |
+
GetSocial.io is the social media app store for all your needs: **from awareness to conversion**. You can find more info about our product <a href="http://getsocial.io/?utm_source=wordpress_plugin">here</a>. In this plugin, you will find the following features:
|
20 |
+
|
21 |
+
<h4>Social Sharing Features</h4>
|
22 |
+
|
23 |
+
* **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 website traffic.
|
24 |
+
|
25 |
+
* **Dark social media shares tracking**: Tracking social media in alternative methods such as SMS, Chat or Copy & Paste URL 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.
|
26 |
|
27 |
+
* **Free Social Sharing Analytics**: All our social sharing plugins contribute for your undertanding 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.
|
28 |
|
29 |
+
* **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.
|
30 |
|
31 |
+
* **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.
|
32 |
|
33 |
+
* **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.
|
34 |
|
35 |
+
* **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
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
|
37 |
+
* **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.
|
38 |
+
|
39 |
+
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 Sharing Buttons on WordPress</a>
|
40 |
+
|
41 |
+
<h4>Want to add it to Pages?</h4>
|
42 |
|
43 |
These are the shortcodes available:
|
44 |
|
63 |
For an automatic installation through WordPress:
|
64 |
|
65 |
1. Go to the "Plugins" menu in your left sidebar, and click "Add New" link.
|
66 |
+
2. Search for 'Share Buttons & Analytics by GetSocial'
|
67 |
+
3. Click 'Install Now' and activate the plugin
|
68 |
+
4. On the left bar a menu item 'GetSocial' will appear.
|
69 |
|
70 |
For a manual installation:
|
71 |
|
72 |
1. Extract 'WP-Share-Buttons-Analytics-getsocial.zip' into your WordPress plugins folder.
|
73 |
+
2. Activate the plugin through the 'Plugins' menu in WordPress.
|
74 |
+
3. On the left bar a menu item "GetSocial" will appear.
|
75 |
|
76 |
== Frequently Asked Questions ==
|
77 |
|
78 |
+
**What is GetSocial?**
|
79 |
+
|
80 |
+
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.
|
81 |
+
|
82 |
+
**How do I install GetSocial?**
|
83 |
+
|
84 |
+
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.
|
85 |
+
|
86 |
+
**What if I don’t know how to handle code?**
|
87 |
|
88 |
+
If you're not confortable 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>.
|
89 |
|
90 |
+
**Do you have a visit limit for my website?**
|
91 |
|
92 |
+
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 ).
|
93 |
|
94 |
+
**What is included in the free plan?**
|
95 |
|
96 |
+
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 ananlyze how many visits (leads) those shares generated. You can also see the top 3 users, posts and social networks.
|
97 |
|
98 |
+
**What is different about GetSocial to other plugins and tools?**
|
99 |
|
100 |
+
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.
|
101 |
|
102 |
+
**What is the Address Bar Tracking?**
|
103 |
|
104 |
+
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.
|
105 |
|
106 |
+
**What's the difference between Basic Social Analytics & Advanced Social Analytics?**
|
107 |
|
108 |
+
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.
|
109 |
+
|
110 |
+
**What is the difference between the Free Plan and the Pro Plan?**
|
111 |
+
|
112 |
+
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.
|
113 |
+
|
114 |
+
**What is the difference between the Free/Pro Plan and the Premium Plan?**
|
115 |
+
|
116 |
+
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 perfomance. An usage example would be a newspaper trying to know which pieces of content are trending in their country/industry, in real time.
|
117 |
+
|
118 |
+
**How do I upgrade and pay for GetSocial?**
|
119 |
+
|
120 |
+
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.
|
121 |
+
|
122 |
+
**Do I need to sign a long-term contract?**
|
123 |
+
|
124 |
+
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.
|
125 |
+
|
126 |
+
**Is there someone I can talk about GetSocial?**
|
127 |
+
|
128 |
+
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.
|
129 |
|
130 |
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.
|
131 |
|
132 |
== Screenshots ==
|
133 |
|
134 |
+
1. Our plugin in the repository
|
135 |
+
2. Our app store after the plugin is installed
|
136 |
+
3. Custom Actions
|
137 |
+
4. Horizontal Share Buttons
|
138 |
+
5. Classic Share Bar
|
139 |
+
6. Floating Share Bar
|
140 |
+
7. Mobile Sharing Bar
|
141 |
+
8. Big Total Shares
|
142 |
+
9. Floating Total Shares
|
143 |
+
10. Welcome Top Bar
|
144 |
+
11. Subscribe Top Bar
|
145 |
|
146 |
== Changelog ==
|
147 |
|
148 |
+
**2.3**
|
149 |
+
|
150 |
+
- Added Subscriber Bar App
|
151 |
+
|
152 |
**2.2**
|
153 |
|
154 |
+
- Added Welcome Bar App
|
155 |
|
156 |
**2.1**
|
157 |
|
158 |
+
- Added Big Total Shares Floating and Horizontal new apps
|
159 |
|
160 |
**2.0.1**
|
161 |
|
196 |
|
197 |
**0.0.2**
|
198 |
|
199 |
+
- This version fixes a bug that prevented the use of the plugin. Please Upgrade.
|
200 |
|
201 |
**0.0.1**
|
202 |
|
203 |
+
- First release
|
screenshot-1.png
CHANGED
Binary file
|
screenshot-10.png
ADDED
Binary file
|
screenshot-11.png
ADDED
Binary file
|
screenshot-2.png
CHANGED
Binary file
|
screenshot-3.png
CHANGED
Binary file
|
screenshot-4.png
CHANGED
Binary file
|
screenshot-5.png
CHANGED
Binary file
|
screenshot-6.png
ADDED
Binary file
|
screenshot-7.png
ADDED
Binary file
|
screenshot-8.png
ADDED
Binary file
|
screenshot-9.png
ADDED
Binary file
|
tmpl/apps.php
CHANGED
@@ -1,12 +1,16 @@
|
|
1 |
|
2 |
<h2>
|
3 |
<i class="fa fa-list"></i>Apps
|
4 |
-
|
5 |
-
<a href="<?php echo $GS->gs_account() ?>/sites/gs-wordpress/billing/select_tier?api_key=<?= $GS->api_key ?>&source=wordpress" target="_blank" class="btn btn-pro">Upgrade to Pro</a>
|
6 |
-
<?php endif; ?>
|
7 |
</h2>
|
8 |
<div class="sub-wrap">
|
9 |
<div class="app-list">
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
<?php
|
11 |
$apps = array(
|
12 |
'Custom Sharing Actions' => array(
|
@@ -61,6 +65,13 @@
|
|
61 |
'href' => $GS->gs_account().'/sites/gs-wordpress/welcome_bars/new?api_key='.$GS->api_key.'&source=wordpress',
|
62 |
"desc" => "Easily lead your visitors to a specific link. Great to generate conversions, engage with promotions and increase traffic. No code needed."
|
63 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
);
|
65 |
|
66 |
foreach($apps as $app => $settings):
|
1 |
|
2 |
<h2>
|
3 |
<i class="fa fa-list"></i>Apps
|
4 |
+
|
|
|
|
|
5 |
</h2>
|
6 |
<div class="sub-wrap">
|
7 |
<div class="app-list">
|
8 |
+
<?php if(!$GS->is_pro()): ?>
|
9 |
+
<div class="upgrade">
|
10 |
+
<a href="<?php echo $GS->gs_account() ?>/sites/gs-wordpress/billing/select_tier?api_key=<?= $GS->api_key ?>&source=wordpress" target="_blank" class="btn btn-pro">Upgrade to <b>Pro</b> @ <b>9$</b> / month</a>
|
11 |
+
</div>
|
12 |
+
<?php endif; ?>
|
13 |
+
|
14 |
<?php
|
15 |
$apps = array(
|
16 |
'Custom Sharing Actions' => array(
|
65 |
'href' => $GS->gs_account().'/sites/gs-wordpress/welcome_bars/new?api_key='.$GS->api_key.'&source=wordpress',
|
66 |
"desc" => "Easily lead your visitors to a specific link. Great to generate conversions, engage with promotions and increase traffic. No code needed."
|
67 |
),
|
68 |
+
'Subscriber Bar' => array(
|
69 |
+
'file' => 'subscriber-bar',
|
70 |
+
'active' => $GS->is_active('subscriber_bar'),
|
71 |
+
'pro' => true,
|
72 |
+
'href' => $GS->gs_account().'/sites/gs-wordpress/subscribe_bars/new?api_key='.$GS->api_key.'&source=wordpress',
|
73 |
+
"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."
|
74 |
+
),
|
75 |
);
|
76 |
|
77 |
foreach($apps as $app => $settings):
|
tmpl/basic_stats.php
CHANGED
@@ -5,6 +5,7 @@
|
|
5 |
<small>from <strong><?php echo $from ?></strong> to <strong><?php echo $to ?></strong></small>
|
6 |
<a href="<?php echo $GS->gs_account().'/sites/gs-wordpress/analytics/dashboard?api_key='.$GS->api_key.'&source=wordpress' ?>" target="_blank" class="btn btn-default"><i class="fa fa-area-chart"></i>Detailed Stats</a>
|
7 |
</h2>
|
|
|
8 |
<div class="sub-wrap">
|
9 |
<div class="graphs gs-clearfix" data-graph-api="<?php echo $GS->api_url('sites/analytics/'.get_option('gs-api-key')) ?>">
|
10 |
<div class="graph">
|
5 |
<small>from <strong><?php echo $from ?></strong> to <strong><?php echo $to ?></strong></small>
|
6 |
<a href="<?php echo $GS->gs_account().'/sites/gs-wordpress/analytics/dashboard?api_key='.$GS->api_key.'&source=wordpress' ?>" target="_blank" class="btn btn-default"><i class="fa fa-area-chart"></i>Detailed Stats</a>
|
7 |
</h2>
|
8 |
+
|
9 |
<div class="sub-wrap">
|
10 |
<div class="graphs gs-clearfix" data-graph-api="<?php echo $GS->api_url('sites/analytics/'.get_option('gs-api-key')) ?>">
|
11 |
<div class="graph">
|
tmpl/header.php
CHANGED
@@ -18,10 +18,8 @@ wp_register_style( 'getsocial-style', plugins_url('../css/getsocial-style.css',
|
|
18 |
|
19 |
wp_enqueue_style( 'getsocial-style' );
|
20 |
|
21 |
-
wp_register_script( 'builder', plugins_url('../js/builder.js', __FILE__) );
|
22 |
wp_register_script( 'plugin', plugins_url('../js/plugin.js', __FILE__) );
|
23 |
|
24 |
-
wp_enqueue_script( 'builder' );
|
25 |
wp_enqueue_script( 'plugin' );
|
26 |
|
27 |
?>
|
@@ -51,7 +49,7 @@ wp_enqueue_script( 'plugin' );
|
|
51 |
<div class="wrap">
|
52 |
<a href="admin.php?page=<?php echo slug_path('init.php') ?>" class="<?php echo !isset($_GET['tab']) ? 'active' : '' ?>"><i class="fa fa-home"></i>Home</a>
|
53 |
<a href="admin.php?page=<?php echo slug_path('init.php&tab=settings') ?>" class="<?php echo ($_GET['tab'] == 'settings') ? 'active' : '' ?>"><i class="fa fa-cog"></i>Settings</a>
|
54 |
-
<a href="mailto:support@getsocial.io"><i class="fa fa-question-circle"></i>Can we help you?</a>
|
55 |
</div>
|
56 |
</div>
|
57 |
<?php endif; ?>
|
18 |
|
19 |
wp_enqueue_style( 'getsocial-style' );
|
20 |
|
|
|
21 |
wp_register_script( 'plugin', plugins_url('../js/plugin.js', __FILE__) );
|
22 |
|
|
|
23 |
wp_enqueue_script( 'plugin' );
|
24 |
|
25 |
?>
|
49 |
<div class="wrap">
|
50 |
<a href="admin.php?page=<?php echo slug_path('init.php') ?>" class="<?php echo !isset($_GET['tab']) ? 'active' : '' ?>"><i class="fa fa-home"></i>Home</a>
|
51 |
<a href="admin.php?page=<?php echo slug_path('init.php&tab=settings') ?>" class="<?php echo ($_GET['tab'] == 'settings') ? 'active' : '' ?>"><i class="fa fa-cog"></i>Settings</a>
|
52 |
+
<a href="mailto:support@getsocial.io?subject=GetSocial.io Wordpress Plugin Support"><i class="fa fa-question-circle"></i>Can we help you?</a>
|
53 |
</div>
|
54 |
</div>
|
55 |
<?php endif; ?>
|
wp-share-buttons-analytics-getsocial.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Share Buttons & Mobile Sharing by GetSocial.io
|
4 |
* Plugin URI: http://getsocial.io
|
5 |
* Description: Share buttons for Wordpress and Mobile. Increase traffic from Facebook, Twitter, Google+, Pinterest and others. No code required.
|
6 |
-
* Version: 2.
|
7 |
* Author: Getsocial, S.A.
|
8 |
* Author URI: http://getsocial.io
|
9 |
* License: GPL2
|
3 |
* Plugin Name: Share Buttons & Mobile Sharing by GetSocial.io
|
4 |
* Plugin URI: http://getsocial.io
|
5 |
* Description: Share buttons for Wordpress and Mobile. Increase traffic from Facebook, Twitter, Google+, Pinterest and others. No code required.
|
6 |
+
* Version: 2.3
|
7 |
* Author: Getsocial, S.A.
|
8 |
* Author URI: http://getsocial.io
|
9 |
* License: GPL2
|