我很难为我的项目配置社交分享对话框。我对支持我的帖子页面的直接链接进行了一些更改。
分享对话框代码:
<%= link_to('Share on Facebook', 'https://www.facebook.com/dialog/share?app_id=*********&display=popup&href=https://xxx&name=<%= @community.title %>&description=<%= @community.content %>&redirect_uri=<%= community_path(@community) %>',:target => :blank) %>
社区基本上是我的帖子。这会产生意外的错误$ undefined,期待')'。
感谢任何帮助,无论是改进原始链接还是其他任何内容。
答案 0 :(得分:0)
我谷歌搜索最简单的方法来添加来自网站的社交链接,包括Facebook分享按钮正在使用宝石'social-share-button'
参考链接