我的网页包含以下网址。
http://example.com/?f=chatter
它有三个链接。 当我点击链接时,会显示详细信息页面。其中有网址如
http://example.com/?f=chatter&aid=6
但是这个网址没有出现在浏览器地址栏中。它显示在其详细信息页面的文本框中。地址栏中的网址保持不变http://example.com/?f=chatter
我的网页是.tpl
现在我想将facebook like按钮添加到详细信息页面,该页面将共享显示在文本框中的详细信息页面的链接。
但是当我点击facebook like按钮时,它会共享浏览器地址栏中的链接。
{$url} this contains the details page url which is displaying in the textbox.
我使用了以下代码的facebook like按钮。
<iframe src="//www.facebook.com/plugins/like.php?href={$url};send=false&layout=standard&width=450&show_faces=false&action=like&colorscheme=light&font&height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:35px;" allowTransparency="true"></iframe>
在href中,我放置了{$url}
。
答案 0 :(得分:0)
我不知道这对你是否有用,但我使用的jquery插件不幸($ 5)名为jQuery Social Share Buttons plugin
虽然我在使用facebook按钮时遇到问题,但是包含一个允许将url发布到我的feed的弹出窗口(在尝试实现时不断收到'Unknown RPC service:widget-interactive'错误),我得到了发布网址的推特按钮。