Version Description
- New: Integrate Facebook Rate Limiter to prevent hitting facebook api request limits and rate limit errors resulting in zero facebook share counts
Download this release
Release Info
Developer | ReneHermi |
Plugin | Social Media Share Buttons | MashShare |
Version | 3.3.1 |
Comparing to | |
See all releases |
Code changes from version 3.3.0 to 3.3.1
- mashshare.php +2 -2
- readme.txt +8 -5
mashshare.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
* Description: Mashshare is a Share functionality inspired by the the great website Mashable for Facebook and Twitter. More networks available.
|
7 |
* Author: René Hermenau
|
8 |
* Author URI: https://www.mashshare.net
|
9 |
-
* Version: 3.3.
|
10 |
* Text Domain: mashsb
|
11 |
* Domain Path: /languages
|
12 |
* Credits: Thanks go to Pippin Williamson and the edd team. When we started with Mashshare we decided to use the EDD code base and
|
@@ -37,7 +37,7 @@ if( !defined( 'ABSPATH' ) )
|
|
37 |
|
38 |
// Plugin version
|
39 |
if( !defined( 'MASHSB_VERSION' ) ) {
|
40 |
-
define( 'MASHSB_VERSION', '3.3.
|
41 |
}
|
42 |
|
43 |
// Debug mode
|
6 |
* Description: Mashshare is a Share functionality inspired by the the great website Mashable for Facebook and Twitter. More networks available.
|
7 |
* Author: René Hermenau
|
8 |
* Author URI: https://www.mashshare.net
|
9 |
+
* Version: 3.3.1
|
10 |
* Text Domain: mashsb
|
11 |
* Domain Path: /languages
|
12 |
* Credits: Thanks go to Pippin Williamson and the edd team. When we started with Mashshare we decided to use the EDD code base and
|
37 |
|
38 |
// Plugin version
|
39 |
if( !defined( 'MASHSB_VERSION' ) ) {
|
40 |
+
define( 'MASHSB_VERSION', '3.3.1' );
|
41 |
}
|
42 |
|
43 |
// Debug mode
|
readme.txt
CHANGED
@@ -9,7 +9,7 @@ License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
|
9 |
Tags: Share buttons, Social Sharing, social media, Facebook, Twitter, Subscribe, Traffic posts, pages, widget, social share buttons, analytics, email
|
10 |
Requires at least: 3.6+
|
11 |
Tested up to: 4.7
|
12 |
-
Stable tag: 3.3.
|
13 |
|
14 |
Social Media Share Buttons for Twitter, Facebook and other social networks. Highly customizable Social Media ecosystem
|
15 |
|
@@ -264,6 +264,9 @@ No, there is no personal data send to Facebook, Twitter, Google and other servic
|
|
264 |
The big advantage of using this Mashare Share buttons is the independance in comparision to other plugins which creates steady connections to Facebook and Co.
|
265 |
So there is no IP based data send to the social networks or to sharedcount.
|
266 |
|
|
|
|
|
|
|
267 |
<h4>Do i have to do manual changes in Javascript or HTML Code?</h4>
|
268 |
There is no need for you to make any manual changes. The plugin does everything for you. But if you are an experienced web-developer you are free to use the php function mashsharer(); in your templates.
|
269 |
|
@@ -274,7 +277,7 @@ Use the shortcode [mashshare] to embed the Share Buttons in pages or posts.
|
|
274 |
Most times this is a result of some php server limits. Check your logfiles to see which values must be increased.
|
275 |
I can also assist you with such problems, but keep in mind that they are mostly not caused by this plugin.
|
276 |
|
277 |
-
<h4>When i click on the
|
278 |
Mostly that is because you are using any third party and outdated theme which is not coded very well by the author and is not using the Wordpress API for embeding external plugin script.
|
279 |
For MashSharer make sure your website source contains the script /mashsharer/assets/mashsharer.js
|
280 |
|
@@ -300,7 +303,7 @@ Read here more FAQ: [https://www.mashshare.net/faq/](https://www.mashshare.net/f
|
|
300 |
|
301 |
== Screenshots ==
|
302 |
|
303 |
-
1. Subscribe form with
|
304 |
2. Default share buttons with separate available responsive Add-On
|
305 |
3. Sortable Total Share Dashboard
|
306 |
4. Default Sharebuttons with separate available responsive Add-On
|
@@ -316,8 +319,8 @@ Read here more FAQ: [https://www.mashshare.net/faq/](https://www.mashshare.net/f
|
|
316 |
|
317 |
== Changelog ==
|
318 |
|
319 |
-
= 3.3.
|
320 |
-
* New: Integrate Facebook
|
321 |
|
322 |
|
323 |
= 3.2.9 =
|
9 |
Tags: Share buttons, Social Sharing, social media, Facebook, Twitter, Subscribe, Traffic posts, pages, widget, social share buttons, analytics, email
|
10 |
Requires at least: 3.6+
|
11 |
Tested up to: 4.7
|
12 |
+
Stable tag: 3.3.1
|
13 |
|
14 |
Social Media Share Buttons for Twitter, Facebook and other social networks. Highly customizable Social Media ecosystem
|
15 |
|
264 |
The big advantage of using this Mashare Share buttons is the independance in comparision to other plugins which creates steady connections to Facebook and Co.
|
265 |
So there is no IP based data send to the social networks or to sharedcount.
|
266 |
|
267 |
+
<h4>How is sharedcount able to get the total number of shares?</h4>
|
268 |
+
Sharedcount is using public available API services of the social networks which deliver only the number of shares for a specific webpage. Sharedcount is not able to see who shared anything, only how often.
|
269 |
+
|
270 |
<h4>Do i have to do manual changes in Javascript or HTML Code?</h4>
|
271 |
There is no need for you to make any manual changes. The plugin does everything for you. But if you are an experienced web-developer you are free to use the php function mashsharer(); in your templates.
|
272 |
|
277 |
Most times this is a result of some php server limits. Check your logfiles to see which values must be increased.
|
278 |
I can also assist you with such problems, but keep in mind that they are mostly not caused by this plugin.
|
279 |
|
280 |
+
<h4>When i click on the share buttons, nothing happens and no popup window</h4>
|
281 |
Mostly that is because you are using any third party and outdated theme which is not coded very well by the author and is not using the Wordpress API for embeding external plugin script.
|
282 |
For MashSharer make sure your website source contains the script /mashsharer/assets/mashsharer.js
|
283 |
|
303 |
|
304 |
== Screenshots ==
|
305 |
|
306 |
+
1. Subscribe form with Facebook button and mail subscribe
|
307 |
2. Default share buttons with separate available responsive Add-On
|
308 |
3. Sortable Total Share Dashboard
|
309 |
4. Default Sharebuttons with separate available responsive Add-On
|
319 |
|
320 |
== Changelog ==
|
321 |
|
322 |
+
= 3.3.1 =
|
323 |
+
* New: Integrate Facebook Rate Limiter to prevent hitting facebook api request limits and rate limit errors resulting in zero facebook share counts
|
324 |
|
325 |
|
326 |
= 3.2.9 =
|