Rails/Heroku 上 Facebook Like 按钮的站点 URL:适用于 Box,但不适用于 Heroku
我一直在尝试解决类似 Facebook 的按钮的站点 URL 问题(类似于此处类似 Facebook 的按钮的站点 URL< /a>),但我的是特定于 Rails 或 Heroku 的。
在rails中,我将html5脚本中的data-href设置为动态url:
data-href="<%= post_url(post) %>" data-send="false" data-layout="button_count" data-width="100" data-show-faces="false"
从我的盒子来看,这工作正常,捕获domain.com/posts作为url,但是在部署时对于 Heroku,Facebook 只获取了 domain.com
My Linter/Debugger 通过,没有任何问题。
I've been trying to solve a site URL problem for Facebook-Like Button (similar to here site URL for the facebook like button), but mine is specific to Rails or Heroku.
In rails I set the data-href in the html5 script to dynamic url:
data-href="<%= post_url(post) %>" data-send="false" data-layout="button_count" data-width="100" data-show-faces="false"
From my box this works fine, capturing domain.com/posts as the url, but when deployed to Heroku, Facebook only picked up the domain.com
My Linter/Debugger passes with no issues.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论