Social Media Share Buttons - Version 0.0.2

Version Description

Download this release

Release Info

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

Code changes from version 0.0.1 to 0.0.2

readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link:
4
  Tags: getsocial, sharing buttons, share button, social buttons, social sharing, ecommerce, social analytics, addthis, sharethis, woocommerce, e-commerce, AddThis, addtoany, admin, bookmark, bookmarking, bookmarks, button, Facebook, Facebook share, facebook like, google, google plus, google plus one, Like, linkedin, lockerz, pin, pin it, pinit, pinterest, plugin, plus 1, plus one, Post, posts, Reddit, save, seo, sexybookmarks, share, shareaholic, sharedaddy, sharethis, sharing, sidebar, sociable, social, social bookmarking, social bookmarks, statistics, stats, stumbleupon, tumblr, tweet, twitter, social media, social share, widget
5
  Requires at least: 3.0
6
  Tested up to: 4.0
7
- Stable tag: 0.0.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -83,4 +83,9 @@ Today, facebook buttons are buttons with counters. The data and value you get fr
83
  6. Sharing Analytics
84
 
85
  == Changelog ==
86
- 0.0.1 - First release
 
 
 
 
 
4
  Tags: getsocial, sharing buttons, share button, social buttons, social sharing, ecommerce, social analytics, addthis, sharethis, woocommerce, e-commerce, AddThis, addtoany, admin, bookmark, bookmarking, bookmarks, button, Facebook, Facebook share, facebook like, google, google plus, google plus one, Like, linkedin, lockerz, pin, pin it, pinit, pinterest, plugin, plus 1, plus one, Post, posts, Reddit, save, seo, sexybookmarks, share, shareaholic, sharedaddy, sharethis, sharing, sidebar, sociable, social, social bookmarking, social bookmarks, statistics, stats, stumbleupon, tumblr, tweet, twitter, social media, social share, widget
5
  Requires at least: 3.0
6
  Tested up to: 4.0
7
+ Stable tag: 0.0.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
83
  6. Sharing Analytics
84
 
85
  == Changelog ==
86
+
87
+ =0.0.2=
88
+ * This version fixes a bug that prevented the use of the plugin. Please Upgrade.
89
+
90
+ =0.0.1=
91
+ * First release
wp-share-buttons-analytics-getsocial.php CHANGED
@@ -24,7 +24,7 @@ function gs_getsocial_menu(){
24
  }
25
 
26
  function slug_path($s) {
27
- $main_slug = 'wp-share-buttons-analytics-getsocial/';
28
  return ($main_slug.$s);
29
  }
30
 
@@ -74,6 +74,9 @@ function add_gs_elements($content) {
74
  //
75
  $groups = "";
76
  $buttons = "";
 
 
 
77
  //
78
  if(!is_feed() && !is_home()):
79
  // exit($GS->getGroup());
24
  }
25
 
26
  function slug_path($s) {
27
+ $main_slug = 'wp-share-buttons-analytics-by-getsocial/';
28
  return ($main_slug.$s);
29
  }
30
 
74
  //
75
  $groups = "";
76
  $buttons = "";
77
+
78
+ $custom_content = $content;
79
+
80
  //
81
  if(!is_feed() && !is_home()):
82
  // exit($GS->getGroup());