Skip to content

Commit

Permalink
Dropping Google+ count
Browse files Browse the repository at this point in the history
Dropping as it does not work anymore and is giving console errors
  • Loading branch information
Ruud68 committed Sep 14, 2016
1 parent 7bbb5dd commit 5209468
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/jssocials.shares.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,7 @@
label: "+1",
logo: "fa fa-google",
shareUrl: "https://plus.google.com/share?url={url}",
countUrl: "https://cors-anywhere.herokuapp.com/https://plusone.google.com/_/+1/fastbutton?url={url}",
getCount: function(data) {
return parseFloat((data.match(/\{c: ([.0-9E]+)/) || [])[1]);
}
countUrl: ""
},

linkedin: {
Expand Down

0 comments on commit 5209468

Please sign in to comment.