social-buttons
social-buttons copied to clipboard
is the google plus button works ?
this line : = google_plus_button( :size => "smal", :annotation => 'bubble') generates this:
what do i do wrong ?
For me the google plus button did not work either. I needed to fix two things:
- Add the
script: true
option so the JS gets inserted as well.
2.) Use the current version from the master branch. The last gem version has a typo in the g+ plugin that is fixes in master.
@iffyuva please make a fix for the script: true option and make a new release ;)