Skip to content

Instantly share code, notes, and snippets.

@jakebellacera
Created July 11, 2011 23:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jakebellacera/1077057 to your computer and use it in GitHub Desktop.
Save jakebellacera/1077057 to your computer and use it in GitHub Desktop.
def facebook_like(url)
if !url
url = 'http://spyder.com'
if !Rails.env.development?
"<li class=\"fblike\"><iframe src=\"http://www.facebook.com/plugins/like.php?app_id=243807848982732&amp;href=#{URI.escape(url)}&amp;send=false&amp;layout=button_count&amp;width=84&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font&amp;height=21\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; overflow:hidden; width:84px; height:21px;\" allowTransparency=\"true\"></iframe></li>"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment