Version Description
We update the Shareaholic plugin regularly to make it better for you. Update to the latest version for all available features and improvements. Thank you for using Shareaholic!
Download this release
Release Info
Developer | shareaholic |
Plugin | WordPress Social Tools, Related Posts, Monetization – Shareaholic |
Version | 9.7.5 |
Comparing to | |
See all releases |
Code changes from version 9.7.4 to 9.7.5
- languages/shareaholic.pot +4 -4
- public.php +12 -0
- readme.txt +17 -16
- shareaholic.php +5 -5
languages/shareaholic.pot
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
# Copyright (C) 2022 Shareaholic
|
2 |
-
# This file is distributed under the same license as the Shareaholic - Grow and Engage Your Audience plugin.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Shareaholic - Grow and Engage Your Audience 9.7.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/shareaholic\n"
|
7 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
8 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
@@ -15,7 +15,7 @@ msgstr ""
|
|
15 |
"X-Domain: shareaholic\n"
|
16 |
|
17 |
#. Plugin Name of the plugin
|
18 |
-
msgid "Shareaholic - Grow and Engage Your Audience"
|
19 |
msgstr ""
|
20 |
|
21 |
#. Plugin URI of the plugin
|
@@ -23,7 +23,7 @@ msgid "https://www.shareaholic.com/website-tools/"
|
|
23 |
msgstr ""
|
24 |
|
25 |
#. Description of the plugin
|
26 |
-
msgid "Shareaholic
|
27 |
msgstr ""
|
28 |
|
29 |
#. Author of the plugin
|
1 |
# Copyright (C) 2022 Shareaholic
|
2 |
+
# This file is distributed under the same license as the Shareaholic - Easily Grow and Engage Your Audience plugin.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Shareaholic - Easily Grow and Engage Your Audience 9.7.5\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/shareaholic\n"
|
7 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
8 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15 |
"X-Domain: shareaholic\n"
|
16 |
|
17 |
#. Plugin Name of the plugin
|
18 |
+
msgid "Shareaholic - Easily Grow and Engage Your Audience"
|
19 |
msgstr ""
|
20 |
|
21 |
#. Plugin URI of the plugin
|
23 |
msgstr ""
|
24 |
|
25 |
#. Description of the plugin
|
26 |
+
msgid "Shareaholic's official WordPress plugin allows you to add Award-Winning and Professional Social Share Buttons, Related Posts, Content Analytics, Ad Monetization, and more to your website."
|
27 |
msgstr ""
|
28 |
|
29 |
#. Author of the plugin
|
public.php
CHANGED
@@ -620,7 +620,19 @@ class ShareaholicPublic {
|
|
620 |
* @return debug info in JSON
|
621 |
*/
|
622 |
public static function debug_info() {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
623 |
|
|
|
624 |
if ( ShareaholicUtilities::get_option( 'disable_debug_info' ) == 'on' ) {
|
625 |
exit;
|
626 |
}
|
620 |
* @return debug info in JSON
|
621 |
*/
|
622 |
public static function debug_info() {
|
623 |
+
|
624 |
+
// Input Params
|
625 |
+
$get_verification_key = isset( $_GET['verification_key'] ) ? strtolower( $_GET['verification_key'] ) : null;
|
626 |
+
|
627 |
+
// Check for valid secret verification key.
|
628 |
+
if (!( $get_verification_key == ShareaholicUtilities::get_option( 'verification_key' ) )) {
|
629 |
+
// If no verification key, check for valid WP auth.
|
630 |
+
if (!current_user_can( 'publish_posts' )) {
|
631 |
+
exit;
|
632 |
+
}
|
633 |
+
}
|
634 |
|
635 |
+
// Check admin controlled feature flag
|
636 |
if ( ShareaholicUtilities::get_option( 'disable_debug_info' ) == 'on' ) {
|
637 |
exit;
|
638 |
}
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
===
|
2 |
Contributors: shareaholic
|
3 |
Tags: social, social sharing, google analytics, pinterest, twitter, share buttons, content, woocommerce, typepad, amazon, analytics, arto, baidu, bitly, blogger, buffer, cookie compliance, cookie consent, delicious, digg, diigo, disqus, email button, evernote, facebook, facebook sharing, fancy, fark, feedly, flipboard, floated share buttons, floating share buttons, follow buttons, GDPR, gmail, google bookmarks, google classroom, hootsuite, houzz, instagram, instagram sharing, instapaper, kik, kindle, line, linkedin, livejournal, meneame, mix, mixi, TikTok, odnoklassniki, box.net, onenote, pinboard.in, pinterest, pinterest sharing, parler, plurk, pocket, printfriendly, recommendations, reddit, sexybookmarks, share buttons, share image, shareaholic, shareholic, sms, social bookmarking, social media, social plugin, social share buttons, spotify, stumbleupon, stumpedia, symphony, tinyurl, tumblr, twitter, viadeo, vk, wanelo, wechat, weheartit, weibo, whatsapp, wykop, xing, yahoo, yammer, ycombinator, hacker news, youtube, yummly, zillow
|
4 |
Requires at least: 3.7
|
5 |
Tested up to: 5.9
|
6 |
Requires PHP: 5.3
|
7 |
-
Stable tag: 9.7.
|
8 |
|
9 |
Boost Audience Engagement with Award Winning Speed Optimized Social Tools: Share Buttons, Related Posts, Monetization & Google Analytics.
|
10 |
|
@@ -33,7 +33,7 @@ Make it easy for your visitors to share social content with their friends with S
|
|
33 |
|
34 |
* Official Share Counters and Share Buttons for Facebook, Pinterest, and more
|
35 |
* [Official integration](https://support.shareaholic.com/hc/en-us/articles/205181045-) with Google Analytics
|
36 |
-
* Full support for: WhatsApp, Facebook share sharing, Twitter sharing, Pinterest sharing, Instagram sharing,
|
37 |
* Supports theme features such as HTML5 & XHTML, widgets, plugins, infinite scroll, post formats, and mobile optimization
|
38 |
* Supported URL Shorteners: Bitly (including custom tracking), J.mp, TinyURL, Shr.lc
|
39 |
* Vector share buttons & follow buttons (SVG icons)
|
@@ -54,8 +54,8 @@ To take advantage of this privacy feature, enable "Share Count Proxy" under Adva
|
|
54 |
|
55 |
= Share Buttons for Images =
|
56 |
|
57 |
-
* Automatically add Pinterest
|
58 |
-
* Includes integrated share buttons for Facebook, Twitter, LinkedIn,
|
59 |
|
60 |
[Share Buttons for Images](https://www.shareaholic.com/website-tools/social-share-buttons/) demo
|
61 |
|
@@ -89,7 +89,7 @@ To take advantage of this privacy feature, enable "Share Count Proxy" under Adva
|
|
89 |
= Social Follow Buttons =
|
90 |
|
91 |
* Grow your social following and page views with our easily customizable social plugin and tools for adding social follow buttons directly to your page.
|
92 |
-
* Supported services include: Facebook, Twitter, Instagram, YouTube, LinkedIn ,Spotify
|
93 |
* Learn more about [Follow Buttons](https://www.shareaholic.com/website-tools/social-follow-buttons)
|
94 |
|
95 |
= GDPR Cookie Notice =
|
@@ -126,11 +126,11 @@ To take advantage of this privacy feature, enable "Share Count Proxy" under Adva
|
|
126 |
|
127 |
= You're in Great Company =
|
128 |
|
129 |
-
Shareaholic is used and trusted by hundreds of thousands of websites like yours and touches over
|
130 |
|
131 |
Note: The analytics portion of Shareaholic may use trusted 3rd party services like Google Analytics and AppNexus to enhance its data.
|
132 |
|
133 |
-
[Contact Support](https://support.shareaholic.com/) | [Terms](https://www.shareaholic.com/terms/) | [APIs](https://www.shareaholic.com/
|
134 |
|
135 |
== Special Thanks & Credits ==
|
136 |
|
@@ -171,20 +171,18 @@ The Shareaholic Plugin Admin UI itself is currently localized in the following l
|
|
171 |
|
172 |
== Social Platform Integrations ==
|
173 |
|
174 |
-
* Social Follow Buttons: Facebook follow buttons, Twitter follow buttons, Instagram follow buttons, YouTube follow buttons, LinkedIn, Spotify,
|
175 |
|
176 |
* Social Share Buttons: [Facebook](https://www.shareaholic.com/website-tools/social-share-buttons/facebook), [LinkedIn](https://www.shareaholic.com/website-tools/social-share-buttons/linkedin), [Pinterest](https://www.shareaholic.com/website-tools/social-share-buttons/pinterest), [Reddit](https://www.shareaholic.com/website-tools/social-share-buttons/reddit), Skype share buttons, SMS share button, StumbleUpon share buttons, Tumblr, Twitter, Telegram, Mix, Amazon Kindle share buttons, Amazon share buttons, Amazon Wish List, AOL Mail, Arto, Baidu, Bit.ly, Blogger Post, Box, Buffer, Delicious, Digg, Diigo, Diigolet, Email This, Evernote, Facebook Send, Fancy, Fark, Flipboard share buttons, GMail share buttons, Google Bookmarks, Google Classroom, Google Mail, HootSuite share buttons, Houzz share buttons, Inbound.org, Instapaper, Kik, Line share buttons, LinkedIn share buttons, Mail, Meneame, Microsoft OneNote, Mixi, MSDN, Odnoklassniki (OK), Outlook, Parler, Pinboard.in, Pinterest, Plurk, Pocket share buttons, Print share buttons, PrintFriendly share buttons, Read Later share buttons, Reddit share buttons, Sina Weibo, Skype share buttons, SMS, Soup.io, Stumpedia, Symphony, Techmeme, TinyURL, TypePad Post, Viadeo, Vkontakte (VK), Wanelo, We Heart It, WhatsApp, Windows Live Favorites, WordPress share buttons, Wykop, Xing, Yahoo! Mail, Yammer, YC Hacker News, Yummly, Viber, Trello, Facebook Messenger
|
177 |
|
178 |
== Screenshots ==
|
179 |
|
180 |
-
1.
|
181 |
2. Gets results fast with our secure, scalable and high-performance platform. We invest heavily in our infrastructure. Some of the biggest brands in the world use Shareaholic and you can too.
|
182 |
-
3.
|
183 |
4. Boost Your Viral Traffic & Audience with Social Share Buttons
|
184 |
-
5.
|
185 |
-
6.
|
186 |
-
7. Since installing Related Content, I’ve loved seeing more traffic on my older posts.
|
187 |
-
8. Because I produce a ton of content every day, I rely on Related Content to pull posts for my readers that they wouldn’t find on their own.
|
188 |
|
189 |
== Installation ==
|
190 |
|
@@ -357,6 +355,9 @@ The default Shareaholic thumbnail width is 640px with dynamic height and no crop
|
|
357 |
Each time you change Shareaholic's thumbnail dimensions like this, you will probably want to have WordPress regenerate appropriate sized thumbnails for all of your images. We highly recommend the [Regenerate Thumbnails](https://wordpress.org/plugins/regenerate-thumbnails/) plugin for this purpose.
|
358 |
|
359 |
== Changelog ==
|
|
|
|
|
|
|
360 |
= 9.7.4 (01-March-2022) =
|
361 |
* Bugfix: PHP 8.0 compatibility
|
362 |
* Bugfix: Compatibility with WP-Rocket on PHP 8.0
|
@@ -1195,7 +1196,7 @@ Wishing you a very Happy New Year from our family to yours! 🎉
|
|
1195 |
* Show Related Posts data status
|
1196 |
|
1197 |
== Upgrade Notice ==
|
1198 |
-
= 9.7.
|
1199 |
We update the Shareaholic plugin regularly to make it better for you. Update to the latest version for all available features and improvements. Thank you for using Shareaholic!
|
1200 |
|
1201 |
= 8.12.1 =
|
1 |
+
=== Professional Social Sharing Buttons, Icons & Related Posts - Shareaholic ===
|
2 |
Contributors: shareaholic
|
3 |
Tags: social, social sharing, google analytics, pinterest, twitter, share buttons, content, woocommerce, typepad, amazon, analytics, arto, baidu, bitly, blogger, buffer, cookie compliance, cookie consent, delicious, digg, diigo, disqus, email button, evernote, facebook, facebook sharing, fancy, fark, feedly, flipboard, floated share buttons, floating share buttons, follow buttons, GDPR, gmail, google bookmarks, google classroom, hootsuite, houzz, instagram, instagram sharing, instapaper, kik, kindle, line, linkedin, livejournal, meneame, mix, mixi, TikTok, odnoklassniki, box.net, onenote, pinboard.in, pinterest, pinterest sharing, parler, plurk, pocket, printfriendly, recommendations, reddit, sexybookmarks, share buttons, share image, shareaholic, shareholic, sms, social bookmarking, social media, social plugin, social share buttons, spotify, stumbleupon, stumpedia, symphony, tinyurl, tumblr, twitter, viadeo, vk, wanelo, wechat, weheartit, weibo, whatsapp, wykop, xing, yahoo, yammer, ycombinator, hacker news, youtube, yummly, zillow
|
4 |
Requires at least: 3.7
|
5 |
Tested up to: 5.9
|
6 |
Requires PHP: 5.3
|
7 |
+
Stable tag: 9.7.5
|
8 |
|
9 |
Boost Audience Engagement with Award Winning Speed Optimized Social Tools: Share Buttons, Related Posts, Monetization & Google Analytics.
|
10 |
|
33 |
|
34 |
* Official Share Counters and Share Buttons for Facebook, Pinterest, and more
|
35 |
* [Official integration](https://support.shareaholic.com/hc/en-us/articles/205181045-) with Google Analytics
|
36 |
+
* Full support for: WhatsApp, Facebook share sharing, Twitter sharing, Pinterest sharing, Instagram sharing, Reddit sharing, LinkedIn sharing, Gmail sharing, Delicious sharing, OneNote sharing, Evernote sharing, Stumbleupon sharing, Digg sharing, Tumblr sharing, Hootsuite sharing, Buffer sharing, Fancy sharing, Wanelo sharing, Yummly sharing, WeHeartIt sharing, Flipboard sharing, Printfriendly sharing, Amazon Wishlist sharing, Instapaper sharing, Pocket sharing, Odnoklassniki sharing, Houzz sharing, Hacker News sharing, Inbound.org sharing, Vk sharing, etc
|
37 |
* Supports theme features such as HTML5 & XHTML, widgets, plugins, infinite scroll, post formats, and mobile optimization
|
38 |
* Supported URL Shorteners: Bitly (including custom tracking), J.mp, TinyURL, Shr.lc
|
39 |
* Vector share buttons & follow buttons (SVG icons)
|
54 |
|
55 |
= Share Buttons for Images =
|
56 |
|
57 |
+
* Automatically add Pinterest's “Pin It” button and other social share buttons directly onto the images on your site to increase outbound traffic to your social sites, and inbound traffic to your website.
|
58 |
+
* Includes integrated share buttons for Facebook, Twitter, LinkedIn, and more!
|
59 |
|
60 |
[Share Buttons for Images](https://www.shareaholic.com/website-tools/social-share-buttons/) demo
|
61 |
|
89 |
= Social Follow Buttons =
|
90 |
|
91 |
* Grow your social following and page views with our easily customizable social plugin and tools for adding social follow buttons directly to your page.
|
92 |
+
* Supported services include: Facebook, Twitter, Instagram, YouTube, LinkedIn ,Spotify, Pinterest, Etsy, BuzzFeed, iTunes, Tumblr, Vimeo, eBay, 500px, about.me, Baidu, Behance, Better Business Bureau, Bloglovin, Disqus, Dribbble, Feedly, Flickr, Foursquare, Github, Google Classroom, Houzz, LinkedIn Company, LiveJournal, TikTok, Odnoklassniki, Polyvore, RSS, Skype, SlideShare, SoundCloud, Stack Overflow, StumbleUpon, Tripadvisor, Vine, VK, Yelp, Zillow
|
93 |
* Learn more about [Follow Buttons](https://www.shareaholic.com/website-tools/social-follow-buttons)
|
94 |
|
95 |
= GDPR Cookie Notice =
|
126 |
|
127 |
= You're in Great Company =
|
128 |
|
129 |
+
Shareaholic is used and trusted by hundreds of thousands of websites like yours and touches over 300 million people each month. Designed and built with all the love in the world in Cambridge, Massachusetts.
|
130 |
|
131 |
Note: The analytics portion of Shareaholic may use trusted 3rd party services like Google Analytics and AppNexus to enhance its data.
|
132 |
|
133 |
+
[Contact Support](https://support.shareaholic.com/) | [Terms](https://www.shareaholic.com/terms/) | [APIs](https://www.shareaholic.com/developers) | [Security](https://www.shareaholic.com/security)
|
134 |
|
135 |
== Special Thanks & Credits ==
|
136 |
|
171 |
|
172 |
== Social Platform Integrations ==
|
173 |
|
174 |
+
* Social Follow Buttons: Facebook follow buttons, Twitter follow buttons, Instagram follow buttons, YouTube follow buttons, LinkedIn, Spotify, Pinterest follow buttons, Etsy, BuzzFeed, iTunes, Tumblr, Vimeo, eBay, 500px, about.me, Meetup, Patreon, Medium, Snapchat, Slack, Baidu, Behance, Better Business Bureau (BBB), Bloglovin, Disqus, Dribbble, Feedly, Flickr, Foursquare, Github, Google Classroom, Houzz, LinkedIn, LiveJournal, Odnoklassniki (OK), Polyvore, RSS, Skype, SlideShare, Strava, SoundCloud, Stack Overflow, StumbleUpon, Tripadvisor, Vine, VK, Yelp, Zillow
|
175 |
|
176 |
* Social Share Buttons: [Facebook](https://www.shareaholic.com/website-tools/social-share-buttons/facebook), [LinkedIn](https://www.shareaholic.com/website-tools/social-share-buttons/linkedin), [Pinterest](https://www.shareaholic.com/website-tools/social-share-buttons/pinterest), [Reddit](https://www.shareaholic.com/website-tools/social-share-buttons/reddit), Skype share buttons, SMS share button, StumbleUpon share buttons, Tumblr, Twitter, Telegram, Mix, Amazon Kindle share buttons, Amazon share buttons, Amazon Wish List, AOL Mail, Arto, Baidu, Bit.ly, Blogger Post, Box, Buffer, Delicious, Digg, Diigo, Diigolet, Email This, Evernote, Facebook Send, Fancy, Fark, Flipboard share buttons, GMail share buttons, Google Bookmarks, Google Classroom, Google Mail, HootSuite share buttons, Houzz share buttons, Inbound.org, Instapaper, Kik, Line share buttons, LinkedIn share buttons, Mail, Meneame, Microsoft OneNote, Mixi, MSDN, Odnoklassniki (OK), Outlook, Parler, Pinboard.in, Pinterest, Plurk, Pocket share buttons, Print share buttons, PrintFriendly share buttons, Read Later share buttons, Reddit share buttons, Sina Weibo, Skype share buttons, SMS, Soup.io, Stumpedia, Symphony, Techmeme, TinyURL, TypePad Post, Viadeo, Vkontakte (VK), Wanelo, We Heart It, WhatsApp, Windows Live Favorites, WordPress share buttons, Wykop, Xing, Yahoo! Mail, Yammer, YC Hacker News, Yummly, Viber, Trello, Facebook Messenger
|
177 |
|
178 |
== Screenshots ==
|
179 |
|
180 |
+
1. Shareaholic is the best plugin for your social sharing, related content, ad monetization needs. We have share buttons for WhatsApp, WeChat, Facebook, Twitter, Instagram, Pinterest, and more. We also offer easy monetization tools for affiliate links, outstream video ads, native ads, and related posts.
|
181 |
2. Gets results fast with our secure, scalable and high-performance platform. We invest heavily in our infrastructure. Some of the biggest brands in the world use Shareaholic and you can too.
|
182 |
+
3. Increase Site Engagement by Surfacing Related Content
|
183 |
4. Boost Your Viral Traffic & Audience with Social Share Buttons
|
184 |
+
5. Customer Example: Floated Share Buttons + "Tweet This" Button
|
185 |
+
6. Customer Example: Custom Share Buttons - match your own Design System and Style Guide perfectly
|
|
|
|
|
186 |
|
187 |
== Installation ==
|
188 |
|
355 |
Each time you change Shareaholic's thumbnail dimensions like this, you will probably want to have WordPress regenerate appropriate sized thumbnails for all of your images. We highly recommend the [Regenerate Thumbnails](https://wordpress.org/plugins/regenerate-thumbnails/) plugin for this purpose.
|
356 |
|
357 |
== Changelog ==
|
358 |
+
= 9.7.5 (01-April-2022) =
|
359 |
+
* Bugfix: Adds authorization check to debug action
|
360 |
+
|
361 |
= 9.7.4 (01-March-2022) =
|
362 |
* Bugfix: PHP 8.0 compatibility
|
363 |
* Bugfix: Compatibility with WP-Rocket on PHP 8.0
|
1196 |
* Show Related Posts data status
|
1197 |
|
1198 |
== Upgrade Notice ==
|
1199 |
+
= 9.7.5 =
|
1200 |
We update the Shareaholic plugin regularly to make it better for you. Update to the latest version for all available features and improvements. Thank you for using Shareaholic!
|
1201 |
|
1202 |
= 8.12.1 =
|
shareaholic.php
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
-
Plugin Name: Shareaholic - Grow and Engage Your Audience
|
4 |
Plugin URI: https://www.shareaholic.com/website-tools/
|
5 |
-
Description: Shareaholic
|
6 |
-
Version: 9.7.
|
7 |
Author: Shareaholic
|
8 |
Author URI: https://www.shareaholic.com
|
9 |
Text Domain: shareaholic
|
@@ -14,7 +14,7 @@ Domain Path: /languages
|
|
14 |
* The main file!
|
15 |
*
|
16 |
* @package shareaholic
|
17 |
-
* @version 9.7.
|
18 |
*/
|
19 |
|
20 |
/**
|
@@ -67,7 +67,7 @@ if ( ! class_exists( 'Shareaholic' ) ) {
|
|
67 |
const API_URL = 'https://web.shareaholic.com'; // uses static IPs for firewall whitelisting
|
68 |
const CM_API_URL = 'https://cm-web.shareaholic.com'; // uses static IPs for firewall whitelisting
|
69 |
|
70 |
-
const VERSION = '9.7.
|
71 |
|
72 |
/**
|
73 |
* Starts off as false so that ::get_instance() returns
|
1 |
<?php
|
2 |
/*
|
3 |
+
Plugin Name: Shareaholic - Easily Grow and Engage Your Audience
|
4 |
Plugin URI: https://www.shareaholic.com/website-tools/
|
5 |
+
Description: Shareaholic's official WordPress plugin allows you to add Award-Winning and Professional Social Share Buttons, Related Posts, Content Analytics, Ad Monetization, and more to your website.
|
6 |
+
Version: 9.7.5
|
7 |
Author: Shareaholic
|
8 |
Author URI: https://www.shareaholic.com
|
9 |
Text Domain: shareaholic
|
14 |
* The main file!
|
15 |
*
|
16 |
* @package shareaholic
|
17 |
+
* @version 9.7.5
|
18 |
*/
|
19 |
|
20 |
/**
|
67 |
const API_URL = 'https://web.shareaholic.com'; // uses static IPs for firewall whitelisting
|
68 |
const CM_API_URL = 'https://cm-web.shareaholic.com'; // uses static IPs for firewall whitelisting
|
69 |
|
70 |
+
const VERSION = '9.7.5';
|
71 |
|
72 |
/**
|
73 |
* Starts off as false so that ::get_instance() returns
|