social-buttons icon indicating copy to clipboard operation
social-buttons copied to clipboard

Generate Social Buttons for Sharing Links

Results 8 social-buttons issues
Sort by recently updated
recently updated
newest added

Hi. Fb like buttons don`t work with turbolinks. Fix this simple: just wrap https://github.com/iffyuva/social-buttons/blob/master/lib/social_buttons/view_helpers/like.rb#L39 in $(document).on("page:change", function() {});

ActionView::Template::Error (undefined method `like_button' for FaceBook Like as Production

this line : = google_plus_button( :size => "smal", :annotation => 'bubble') generates this: what do i do wrong ?

Hi, I tried to use this gem, but I got this error: undefined local variable or method `tweet_button' Any idea ?

The Twitter widget is broken when used on website with SSL. ![twitter_widget](https://f.cloud.github.com/assets/91811/1688641/5f694a5c-5e0c-11e3-80a0-0ba1e997397c.png)

In like.rb the script method generates a script tag without quotes around the value of the "src" attribute.

hi @kristianmandrup, the value of `@widgetized` is persisting, are you facing similar issue? I integrated this gem into another app, and first time it works, but on reloading the page,...