我有一个例子: 当我输入链接网址(例如:http://test.html)和此页面中的Facebook时
<div id="fb-root"></div>
<fb:like send="true" layout="button_count" width="50" show_faces="false" href="<?php echo JURI::current(); ?>" action="like" colorscheme="light" font=""></fb:like>
但是当我访问facebook时,url是:
http://test.html?fb_action_ids=214927585304828&fb_action_types=og.likes&fb_source=aggregation&fb_aggregation_id=288381481237582
如何修复它,结果是http://test.html
答案 0 :(得分:0)
尝试使用$_SERVER["REQUEST_URI"];
这可能会提供您正在寻找的内容......
干杯。