Created
May 18, 2011 19:11
-
-
Save brentkirby/979292 to your computer and use it in GitHub Desktop.
like button helper for bobbers
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def facebook_like_button | |
"<iframe src='http://www.facebook.com/plugins/like.php?href=#{request.url}&layout=standard&show_faces=false&width=450&action=like&font=arial&colorscheme=light&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