WordPress Social Tools, Related Posts, Monetization – Shareaholic - Version 7.6.0.2

Version Description

  • New Monetization section added to the App Manager! Configure your monetization settings from one place, including Promoted Content, Affiliate Links App, etc.
  • Introducing Promoted Content
Download this release

Release Info

Developer shareaholic
Plugin Icon 128x128 WordPress Social Tools, Related Posts, Monetization – Shareaholic
Version 7.6.0.2
Comparing to
See all releases

Code changes from version 7.6.0.1 to 7.6.0.2

admin.php CHANGED
@@ -439,8 +439,9 @@ class ShareaholicAdmin {
439
  Mary Anne<br />
440
  Happiness Specialist<br />
441
  <a href='http://support.shareaholic.com'>support.shareaholic.com</a><br /><br />
442
- <img width='200' height='36' src='https://shareaholic.com/assets/layouts/shareaholic-logo.png' alt='Shareaholic' title='Shareaholic'>";
443
-
 
444
  $headers = "From: Shareaholic <hello@shareaholic.com>\r\n";
445
  $headers.= "Reply-To: Mary Anne <hello@shareaholic.com>\r\n";
446
  $headers.= "X-Mailer: PHP/" . phpversion() . "\r\n";
439
  Mary Anne<br />
440
  Happiness Specialist<br />
441
  <a href='http://support.shareaholic.com'>support.shareaholic.com</a><br /><br />
442
+ <img width='200' height='36' src='https://shareaholic.com/assets/layouts/shareaholic-logo.png' alt='Shareaholic' title='Shareaholic'><br />
443
+ <p style='font-size:12px;color:#C3C2C2;'>This is an automated e-mail sent by your WordPress CMS directly to the website admin</p>";
444
+
445
  $headers = "From: Shareaholic <hello@shareaholic.com>\r\n";
446
  $headers.= "Reply-To: Mary Anne <hello@shareaholic.com>\r\n";
447
  $headers.= "X-Mailer: PHP/" . phpversion() . "\r\n";
assets/css/main.css CHANGED
@@ -468,6 +468,12 @@ i.icon.icon-recommendations {
468
  height: 16px;
469
  }
470
 
 
 
 
 
 
 
471
  i.icon.icon-analytics {
472
  background-position: 0 -32px;
473
  width: 16px;
468
  height: 16px;
469
  }
470
 
471
+ i.icon.icon-affiliate {
472
+ background-position: 0 -160px;
473
+ width: 16px;
474
+ height: 16px;
475
+ }
476
+
477
  i.icon.icon-analytics {
478
  background-position: 0 -32px;
479
  width: 16px;
assets/img/shareaholic_com_sprite.png CHANGED
Binary file
assets/js/main.js CHANGED
@@ -11,7 +11,7 @@
11
  button = this;
12
  e.preventDefault();
13
  url = click_object.url(this);
14
- if (click_object.selector == '#general_settings') {
15
  window.open(url);
16
  return false;
17
  } else {
@@ -63,6 +63,14 @@
63
  }
64
  },
65
 
 
 
 
 
 
 
 
 
66
  'general_settings': {
67
  selector: '#general_settings',
68
  url: function(button) {
@@ -168,6 +176,7 @@
168
  Shareaholic.disable_buttons();
169
 
170
  Shareaholic.bind_button_clicks(Shareaholic.click_objects['app_settings']);
 
171
  Shareaholic.bind_button_clicks(Shareaholic.click_objects['general_settings']);
172
  Shareaholic.bind_button_clicks(Shareaholic.click_objects['app_wide_settings']);
173
  if (Shareaholic.click_objects['unverified_general_settings']) {
11
  button = this;
12
  e.preventDefault();
13
  url = click_object.url(this);
14
+ if (click_object.selector == '#general_settings' || click_object.selector == '#affiliate_settings') {
15
  window.open(url);
16
  return false;
17
  } else {
63
  }
64
  },
65
 
66
+ 'affiliate_settings': {
67
+ selector: '#affiliate_settings',
68
+ url: function(button) {
69
+ return first_part_of_url + 'websites/edit/'
70
+ + '?verification_key=' + verification_key;
71
+ }
72
+ },
73
+
74
  'general_settings': {
75
  selector: '#general_settings',
76
  url: function(button) {
176
  Shareaholic.disable_buttons();
177
 
178
  Shareaholic.bind_button_clicks(Shareaholic.click_objects['app_settings']);
179
+ Shareaholic.bind_button_clicks(Shareaholic.click_objects['affiliate_settings']);
180
  Shareaholic.bind_button_clicks(Shareaholic.click_objects['general_settings']);
181
  Shareaholic.bind_button_clicks(Shareaholic.click_objects['app_wide_settings']);
182
  if (Shareaholic.click_objects['unverified_general_settings']) {
readme.txt CHANGED
@@ -1,50 +1,66 @@
1
- === Shareaholic | share buttons & related posts ===
2
  Contributors: shareaholic
3
- Tags: sexybookmarks, shareaholic, shareholic, facebook, twitter, linkedin, URL Shortener, bitly, tinyurl, Goo.gl, Google+1, Google Analytics, Google Plus, Google, Instapaper, Wish List, Digg, Gmail, Google Bookmarks, Translate, Tumblr, AIM, Yahoo Messenger, Delicious, StumbleUpon, mister wong, evernote, add this, addtoany, share this, sharethis, share and follow, share and enjoy, sharing is sexy, sharing is caring, yahoo, reddit, hackernews, tweet button, twitter button, fark, buffer, myspace, orkut, netlog, hubspot, weheartit, printfriendly, yammer, wanelo, pinterest, google translate, bookmarks, social, email button, social share, socialize, sociable, sharebar, bookmark button, share button, social bookmarking, bookmarks menu, bookmarking, share, seo, analytics, stats, sharing, facebook like, facebook recommend, WPMU, mutisite, sumome, shortcode, yaarp, yarpp, nrelate, outbrain, linkwithin, related content, related posts, related, popular posts, popular, thumbnails, recommendations
4
  Requires at least: 3.0
5
  Tested up to: 4.0
6
- Stable tag: 7.6.0.1
7
 
8
- Adds an attractive social bookmarking menu and related content widget to your posts, pages, index, or any combination of the three.
9
 
10
  == Description ==
11
 
12
- Three powerful apps to amplify your content and create conversations, across the web. Shareaholic has proven time and time again to be an extremely useful and successful tool in getting your readers to actually **discover** and **submit your articles** to numerous social bookmarking sites.
13
 
14
  = Recent Updates =
 
 
 
15
  * [Post-Share Follow Buttons](https://blog.shareaholic.com/post-share-follow-buttons/)
16
  * [Floating Share Buttons](https://blog.shareaholic.com/floating-share-buttons/)
17
- * [Shareable Images](https://blog.shareaholic.com/image-share-buttons/) (share buttons for images)
18
- * Recommendations & Related Content - Increases engagement and time on site by highlighting relevant content that may not otherwise be discovered from across your site.
19
- * Social Analytics - Provides you with important actionable metrics including insights into how your content is performing, who's sharing it, and through which channels.
20
- * Full support for Facebook, Twitter, Google Plus, Pinterest, etc
21
- * Share Counters for Twitter, Facebook, LinkedIn, etc
22
- * Official support for Google's URL shortener (goo.gl) and Google Analytics
23
  * Localized in 15+ languages
24
  * Related Content support for post keywords specified in "All in One SEO Pack", "WordPress SEO by Yoast", etc plugins
25
 
26
  = Share Buttons =
27
 
28
- Our aim was to stray away from the "in the box" thinking behind most social bookmarking plugins, and add a little flair that would entice your readers, rather than deterring them with microscopic icons that get lost in pages heavy laden with content.
 
 
 
 
29
 
30
  [Share Buttons](https://shareaholic.com/publishers/sharing/) (demo)
31
 
32
- = Recommendations / Related Content =
33
 
34
- Increase pageviews and engagement by highlighting relevant content from across your site to your readers who would not otherwise encounter them. Shareaholic is not just yet another related posts content plugin. It involves a simple installation that's easy to update and tweak. You'll be using well-engineered and optimized code that won't slow or block your pages from loading. You can choose between several themes to match your site's design and customize every pixel if you'd like. Optimized for mobile devices like the iPhone, iPod touch, iPad, Android mobile phones, and more!
 
 
 
 
35
 
36
  = Social Analytics =
37
 
38
- Shareaholic reports all of your important actionable social media metrics including popular pages on your website, referral channels, and who are making referrals and spreading your webpages on the internet on your behalf bringing you back more traffic and new visitors.
39
 
40
- = Fast & Secure =
41
 
42
- We use industry best practices to make our code as fast and unobtrusive as possible, meaning - for example - that the performance impact is comparable to adding Google Analytics to your site. Because all of the processing and collection runs on our servers and not yours, it doesn't cause any additional load on your hosting account. In addition, our JavaScript is hosted on Amazon's CDN to make fetching it as blazing fast and reliable as possible. In fact, it's one of the fastest proven analytics system, hosted or not hosted, that you can use.
 
 
 
 
43
 
44
- Shareaholic is used and trusted by hundreds of thousands of websites like yours and touches almost 300 million people each month. Designed and built with all the love in the world in Boston, Massachusetts.
45
 
46
- Note: The analytics portion of Shareaholic may use trusted 3rd party services like Google Analytics and AppNexus to enhance its data.
47
 
 
 
 
 
 
48
 
49
  [Support](http://support.shareaholic.com/) | [Privacy](https://shareaholic.com/privacy/) | [Terms](https://shareaholic.com/terms/) | [API](https://shareaholic.com/api/) | [Social Analytics](https://shareaholic.com/publishers/analytics/)
50
 
@@ -159,6 +175,10 @@ Please see here: [Usage & Installation Instructions](http://support.shareaholic.
159
 
160
  == Changelog ==
161
 
 
 
 
 
162
  = 7.6.0.1 =
163
  * Universal metabox options support
164
  * [Bugfix](https://wordpress.org/support/topic/page-of-error-404-does-not-work-with-version-7600): 404 page fix
@@ -1144,6 +1164,10 @@ Please see here: [Usage & Installation Instructions](http://support.shareaholic.
1144
 
1145
  == Upgrade Notice ==
1146
 
 
 
 
 
1147
  = 7.6.0.1 =
1148
 
1149
  Bug fixes
1
+ === Shareaholic | share buttons, related posts, social analytics & more ===
2
  Contributors: shareaholic
3
+ Tags: sexybookmarks, shareaholic, shareholic, facebook, twitter, linkedin, URL Shortener, bitly, tinyurl, Goo.gl, Google+1, Google Analytics, Google Plus, Google, Instapaper, Wish List, Digg, Gmail, Google Bookmarks, Translate, Tumblr, AIM, Yahoo Messenger, Delicious, StumbleUpon, mister wong, evernote, add this, addtoany, share this, sharethis, share and follow, share and enjoy, sharing is sexy, sharing is caring, yahoo, reddit, hackernews, houzz, yummly, tweet button, twitter button, fark, buffer, myspace, orkut, netlog, hubspot, weheartit, printfriendly, yammer, wanelo, pinterest, google translate, bookmarks, social, email button, social share, socialize, sociable, sharebar, bookmark button, share button, social bookmarking, bookmarks menu, bookmarking, share, seo, analytics, stats, sharing, facebook like, facebook recommend, WPMU, mutisite, sumome, shortcode, yaarp, yarpp, nrelate, outbrain, linkwithin, related content, related posts, related, popular posts, popular, thumbnails, recommendations
4
  Requires at least: 3.0
5
  Tested up to: 4.0
6
+ Stable tag: 7.6.0.2
7
 
8
+ The easiest, most effective way to grow your website traffic, effectively engage your audience, monetize, and gain insights for free.
9
 
10
  == Description ==
11
 
12
+ Shareaholic is an **all-in-one content amplification and monetization platform**, that includes related content recommendations, promoted content, social sharing, following, site monetization apps such as affiliate linking, and social analytics. This module makes it a snap for any website big or small — to engage and grow their traffic, market their content, gain insights, and monetize their traffic, all from one powerful but easy-to-use dashboard.
13
 
14
  = Recent Updates =
15
+
16
+ * [Promoted Content](http://support.shareaholic.com/hc/en-us/articles/202657036)
17
+ * [Affiliate Linking](http://support.shareaholic.com/hc/en-us/articles/202938373-How-does-the-Affiliate-Links-app-work-) - earn revenue from your existing product links with zero additional effort
18
  * [Post-Share Follow Buttons](https://blog.shareaholic.com/post-share-follow-buttons/)
19
  * [Floating Share Buttons](https://blog.shareaholic.com/floating-share-buttons/)
20
+ * [Shareable Images](https://blog.shareaholic.com/image-share-buttons/) (Pinterest "pin it" button for images)
21
+ * Bonus: [EU / UK Cookie Compliance Banner App](https://blog.shareaholic.com/cookie-consent-banner-app/)
 
 
 
 
22
  * Localized in 15+ languages
23
  * Related Content support for post keywords specified in "All in One SEO Pack", "WordPress SEO by Yoast", etc plugins
24
 
25
  = Share Buttons =
26
 
27
+ Make it 1-click easy for your visitors to share your content with their friends with Shareaholic's award winning Share Buttons.
28
+
29
+ * Full support for Facebook, Twitter, Pinterest, Google Plus, etc
30
+ * Share Counters for Twitter, Facebook, LinkedIn, Pinterest, Buffer, Google Plus, etc
31
+ * Official support for Google's URL shortener (goo.gl) and Google Analytics
32
 
33
  [Share Buttons](https://shareaholic.com/publishers/sharing/) (demo)
34
 
35
+ = Related Content =
36
 
37
+ Increases pageviews, engagement and time on site by highlighting relevant content that may not otherwise be discovered from across your site. Shareaholic is not just yet another related posts content plugin. It involves a simple installation that's easy to update and tweak. You'll be using well-engineered and optimized code that won't slow or block your pages from loading. You can choose between several themes to match your site's design and customize every pixel if you'd like. Optimized for mobile devices like the iPhone, iPod touch, iPad, Android mobile phones, and more!
38
+
39
+ = Follow Buttons =
40
+
41
+ Helps you get more followers to grow your social influence on Facebook, Twitter, Pinterest, Instagram and many other social networks.
42
 
43
  = Social Analytics =
44
 
45
+ Provides you with important actionable metrics including insights into popular pages on your website, referral channels, and who are making referrals and spreading your webpages on the internet on your behalf bringing you back more traffic and new visitors.
46
 
47
+ = Additional features =
48
 
49
+ * **100% Customizable** - Choose from several themes to match your site’s design or personalize your own to create a custom look.
50
+ * **Mobile Optimized** - Responsive and retina display friendly. Shareaholic will work and look great on all mobile devices and tablets.
51
+ * **Built for Scale** - It doesn't matter if your website generates 1 view or 100 million. Shareaholic scales to any size and will work just as well.
52
+ * **Generate Revenue** - Make money with minimal effort while retaining full control at all times.
53
+ * **Fast & Secure** - We use industry best practices to make our code as fast and unobtrusive as possible, meaning - for example - that the performance impact is comparable to adding Google Analytics to your site. Because all of the processing and collection runs on our servers and not yours, it doesn't cause any additional load on your hosting account. In addition, our JavaScript is hosted on Amazon's CDN to make fetching it as blazing fast and reliable as possible. In fact, it's one of the fastest proven analytics system, hosted or not hosted, that you can use.
54
 
55
+ = You're in Great Company =
56
 
57
+ Shareaholic is used and trusted by hundreds of thousands of websites like yours and touches over 400 million people each month. Designed and built with all the love in the world in Boston, Massachusetts.
58
 
59
+ = Support =
60
+
61
+ Need help? Visit our [Support Center](http://support.shareaholic.com/). Rest easy knowing real people are ready to help you. Everyone on our Customer Care team is an experienced Shareaholic user.
62
+
63
+ Note: The analytics portion of Shareaholic may use trusted 3rd party services like Google Analytics and AppNexus to enhance its data.
64
 
65
  [Support](http://support.shareaholic.com/) | [Privacy](https://shareaholic.com/privacy/) | [Terms](https://shareaholic.com/terms/) | [API](https://shareaholic.com/api/) | [Social Analytics](https://shareaholic.com/publishers/analytics/)
66
 
175
 
176
  == Changelog ==
177
 
178
+ = 7.6.0.2 =
179
+ * New Monetization section added to the App Manager! Configure your monetization settings from one place, including Promoted Content, Affiliate Links App, etc.
180
+ * Introducing [Promoted Content](http://support.shareaholic.com/hc/en-us/articles/202657036)
181
+
182
  = 7.6.0.1 =
183
  * Universal metabox options support
184
  * [Bugfix](https://wordpress.org/support/topic/page-of-error-404-does-not-work-with-version-7600): 404 page fix
1164
 
1165
  == Upgrade Notice ==
1166
 
1167
+ = 7.6.0.2 =
1168
+
1169
+ New Monetization section added to the App Manager! Configure your monetization settings from one place, including Promoted Content, Affiliate Links App, etc.
1170
+
1171
  = 7.6.0.1 =
1172
 
1173
  Bug fixes
shareaholic.php CHANGED
@@ -3,14 +3,14 @@
3
  * The main file!
4
  *
5
  * @package shareaholic
6
- * @version 7.6.0.1
7
  */
8
 
9
  /*
10
  Plugin Name: Shareaholic | share buttons, analytics, related content
11
  Plugin URI: https://shareaholic.com/publishers/
12
  Description: Whether you want to get people sharing, grow your fans, make money, or know who's reading your content, Shareaholic will help you get it done. See <a href="admin.php?page=shareaholic-settings">configuration panel</a> for more settings.
13
- Version: 7.6.0.1
14
  Author: Shareaholic
15
  Author URI: https://shareaholic.com
16
  Text Domain: shareaholic
@@ -63,7 +63,7 @@ if (!class_exists('Shareaholic')) {
63
  const CM_API_URL = 'https://cm-web.shareaholic.com'; // uses static IPs for firewall whitelisting
64
  const REC_API_URL = 'http://recommendations.shareaholic.com';
65
 
66
- const VERSION = '7.6.0.1';
67
 
68
  /**
69
  * Starts off as false so that ::get_instance() returns
3
  * The main file!
4
  *
5
  * @package shareaholic
6
+ * @version 7.6.0.2
7
  */
8
 
9
  /*
10
  Plugin Name: Shareaholic | share buttons, analytics, related content
11
  Plugin URI: https://shareaholic.com/publishers/
12
  Description: Whether you want to get people sharing, grow your fans, make money, or know who's reading your content, Shareaholic will help you get it done. See <a href="admin.php?page=shareaholic-settings">configuration panel</a> for more settings.
13
+ Version: 7.6.0.2
14
  Author: Shareaholic
15
  Author URI: https://shareaholic.com
16
  Text Domain: shareaholic
63
  const CM_API_URL = 'https://cm-web.shareaholic.com'; // uses static IPs for firewall whitelisting
64
  const REC_API_URL = 'http://recommendations.shareaholic.com';
65
 
66
+ const VERSION = '7.6.0.2';
67
 
68
  /**
69
  * Starts off as false so that ::get_instance() returns
templates/settings.php CHANGED
@@ -22,8 +22,8 @@ window.verification_key = '<?php echo $settings['verification_key'] ?>'
22
  <fieldset class="app" style="line-height:18px;"><?php echo sprintf(__('First time here? Read %sUnderstanding the new Shareaholic for WordPress interface and configuration settings.%s', 'shareaholic'), '<a href="https://blog.shareaholic.com/shareaholic-wordpress-v75/" target="_blank">','</a>'); ?> <?php echo sprintf(__('If you are upgrading from an earlier version of Shareaholic for WordPress and need help, have a question or have a bug to report, please %slet us know%s.', 'shareaholic'), '<a href="#" onclick="SnapEngage.startLink();">','</a>'); ?>
23
  </fieldset>
24
 
25
- <fieldset class="app"><legend><h2><i class="icon icon-recommendations"></i><?php echo sprintf(__('Related Content', 'shareaholic')); ?></h2></legend>
26
- <span class="helper"><i class="icon-star"></i> <?php echo sprintf(__('Pick where you want Related Content to be displayed. Click "Customize" to customize look & feel, themes, block lists, etc.', 'shareaholic')); ?></span>
27
  <?php foreach(array('post', 'page', 'index', 'category') as $page_type) { ?>
28
  <?php foreach(array('below') as $position) { ?>
29
  <?php if (isset($settings['location_name_ids']['recommendations']["{$page_type}_{$position}_content"])) { ?>
@@ -49,7 +49,7 @@ window.verification_key = '<?php echo $settings['verification_key'] ?>'
49
 
50
  <div class='fieldset-footer'>
51
  <span class="helper_secondary"><i class="icon-star"></i> Re-crawl your content, exclude certain pages from being recommended, etc.</span>
52
- <button class='app_wide_settings btn' data-href='recommendations/edit'><?php _e('Edit Related Content Settings', 'shareaholic'); ?></button>
53
  <div class='app-status'>
54
  &nbsp;&nbsp;&nbsp;&nbsp;<strong><?php echo sprintf(__('Status:', 'shareaholic')); ?></strong>
55
  <?php
@@ -95,6 +95,13 @@ window.verification_key = '<?php echo $settings['verification_key'] ?>'
95
  <button class='app_wide_settings btn' data-href='share_buttons/edit'><?php _e('Edit Share Button Settings', 'shareaholic'); ?></button>
96
  </div>
97
  </fieldset>
 
 
 
 
 
 
 
98
  </div>
99
 
100
  <div class="row" style="padding-top:20px; padding-bottom:35px; clear:both;">
22
  <fieldset class="app" style="line-height:18px;"><?php echo sprintf(__('First time here? Read %sUnderstanding the new Shareaholic for WordPress interface and configuration settings.%s', 'shareaholic'), '<a href="https://blog.shareaholic.com/shareaholic-wordpress-v75/" target="_blank">','</a>'); ?> <?php echo sprintf(__('If you are upgrading from an earlier version of Shareaholic for WordPress and need help, have a question or have a bug to report, please %slet us know%s.', 'shareaholic'), '<a href="#" onclick="SnapEngage.startLink();">','</a>'); ?>
23
  </fieldset>
24
 
25
+ <fieldset class="app"><legend><h2><i class="icon icon-recommendations"></i><?php echo sprintf(__('Related & Promoted Content', 'shareaholic')); ?></h2></legend>
26
+ <span class="helper"><i class="icon-star"></i> <?php echo sprintf(__('Pick where you want the app to be displayed. Click "Customize" to customize look & feel, themes, block lists, etc.', 'shareaholic')); ?></span>
27
  <?php foreach(array('post', 'page', 'index', 'category') as $page_type) { ?>
28
  <?php foreach(array('below') as $position) { ?>
29
  <?php if (isset($settings['location_name_ids']['recommendations']["{$page_type}_{$position}_content"])) { ?>
49
 
50
  <div class='fieldset-footer'>
51
  <span class="helper_secondary"><i class="icon-star"></i> Re-crawl your content, exclude certain pages from being recommended, etc.</span>
52
+ <button class='app_wide_settings btn' data-href='recommendations/edit'><?php _e('Edit Related & Promoted Content Settings', 'shareaholic'); ?></button>
53
  <div class='app-status'>
54
  &nbsp;&nbsp;&nbsp;&nbsp;<strong><?php echo sprintf(__('Status:', 'shareaholic')); ?></strong>
55
  <?php
95
  <button class='app_wide_settings btn' data-href='share_buttons/edit'><?php _e('Edit Share Button Settings', 'shareaholic'); ?></button>
96
  </div>
97
  </fieldset>
98
+
99
+ <fieldset class="app"><legend><h2><i class="icon icon-affiliate"></i><?php echo sprintf(__('Monetization', 'shareaholic')); ?></h2></legend>
100
+ <span class="helper"><i class="icon-star"></i> <?php echo sprintf(__('Configure your monetization settings from one place, including Promoted Content, Affiliate Links App, etc.', 'shareaholic')); ?></span>
101
+
102
+ <button class='app_wide_settings btn' data-href='monetizations/edit'><?php _e('Edit Monetization Settings', 'shareaholic'); ?></button>
103
+
104
+ </fieldset>
105
  </div>
106
 
107
  <div class="row" style="padding-top:20px; padding-bottom:35px; clear:both;">
templates/verify_api_key_js.php CHANGED
@@ -26,7 +26,7 @@ Shareaholic.click_objects['unverified_general_settings'] = {
26
  + encodeURIComponent(
27
  Shareaholic.click_objects['general_settings'].url(button)
28
  );
29
- return url;
30
  },
31
  callback: function(button) {
32
  Shareaholic.click_objects['general_settings'].callback(button);
26
  + encodeURIComponent(
27
  Shareaholic.click_objects['general_settings'].url(button)
28
  );
29
+ return Shareaholic.click_objects['general_settings'].url(button);
30
  },
31
  callback: function(button) {
32
  Shareaholic.click_objects['general_settings'].callback(button);
templates/why_to_sign_up.php CHANGED
@@ -1,12 +1,15 @@
1
  <div class="signuppromo unit size1of5">
2
- <p class="promoh1"><?php echo sprintf(__('Sign up for a FREE Shareaholic account to unlock more features.', 'shareaholic')); ?></p>
3
  <ul>
4
- <li><?php echo sprintf(__('Get the Floated Share Buttons app', 'shareaholic')); ?></li>
5
- <li><?php echo sprintf(__('Monetize your site, plus lots more!', 'shareaholic')); ?></li>
 
 
 
6
  </ul>
7
- <button data-href='edit' id='general_settings' class="btn btn-large btn-success"><?php echo sprintf(__('Unlock more features, for free', 'shareaholic')); ?></button>
8
 
9
- <p class="signuppromo_note"><?php echo sprintf(__("Click the button above to sign up or log in to your free Shareaholic account. It takes just seconds to sign up and it's free!", 'shareaholic')); ?></p>
10
  </div>
11
 
12
  <div class="help_links unit size1of5">
1
  <div class="signuppromo unit size1of5">
2
+ <p class="promoh1"><?php echo sprintf(__('Gain access to more features with a FREE Shareaholic account:', 'shareaholic')); ?></p>
3
  <ul>
4
+ <li><?php echo sprintf(__('Floating Share buttons', 'shareaholic')); ?></li>
5
+ <li><?php echo sprintf(__('Follow buttons', 'shareaholic')); ?></li>
6
+ <li><?php echo sprintf(__('Revenue Generating Apps', 'shareaholic')); ?></li>
7
+ <li><?php echo sprintf(__('Social Analytics, plus lots more!', 'shareaholic')); ?></li>
8
+
9
  </ul>
10
+ <button data-href='edit' id='general_settings' class="btn btn-large btn-success"><?php echo sprintf(__('Configure additional features &#8594;', 'shareaholic')); ?></button>
11
 
12
+ <p class="signuppromo_note"><?php echo sprintf(__("Already have a Shareaholic account? Click the button above to log in.", 'shareaholic')); ?></p>
13
  </div>
14
 
15
  <div class="help_links unit size1of5">