<% settings = Setting.plugin_like %> <%= render(:partial => 'like/common/facebook', :locals => { :url => url }) if settings[:facebook] %> <%= render(:partial => 'like/common/twitter', :locals => { :url => url, :title => title, :author => (author rescue nil), :project => (project rescue nil) }) if settings[:twitter] %> <%= render(:partial => 'like/common/google', :locals => { :url => url }) if settings[:google] %>