我有一个使用 ruby on rails 和 haml 的博客,我将 pinterest 按钮添加到模板中,以便它出现在每篇文章中。现在我希望将博客文章的预览图像自动插入到媒体参数中。我只是不知道如何获取预览图像或(如果这对于 rails/haml 不可能)要在 pinterest 弹出窗口中显示的帖子的第一张图像。感谢您的帮助!
%a.pinterest-share-button{:title => "Pin It",
:class => "pin-it-button",
:href => "http://pinterest.com/pin/create/button/?url=#{request.url}&media{CODE HERE}&description=#{@post.title}",
:rel => "nofollow",
:target => "_blank",
"count-layout" => "horizontal"}
<img border="0" src="//assets.pinterest.com/images/PinExt.png" title="Pin It" />