Rails Facebookシェアできるようにするリンク

もくじ

1:シェアできるようにするリンクの貼り方

2:シェアされるときの画像指定の方法

 

ー1:

<%= link_to image_tag('/images/FaceBookIcon.png'), 'http://www.facebook.com/sharer.php?u='+request.fullpath, :target => :blank %>

You can open a popup to http://www.facebook.com/sharer.php?u=URL. This will display a share on facebook page with a link to your image.

For example: http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.google.com

shareimprove this answer

 

stackoverflow.com

 

 

ーー2:

stackoverflow.com