Rails/Heroku 上 Facebook Like 按钮的站点 URL:适用于 Box,但不适用于 Heroku

发布于 2024-12-09 01:25:17 字数 478 浏览 0 评论 0原文

我一直在尝试解决类似 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文