Skip to content

Instantly share code, notes, and snippets.

@brentkirby
Created May 18, 2011 19:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brentkirby/979292 to your computer and use it in GitHub Desktop.
Save brentkirby/979292 to your computer and use it in GitHub Desktop.
like button helper for bobbers
def facebook_like_button
"<iframe src='http://www.facebook.com/plugins/like.php?href=#{request.url}&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=35' scrolling='no' frameborder='0' style='border:none; overflow:hidden; width:450px; height:35px;' allowTransparency='true'></iframe>"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment