我有一个IFrame应用程序,应用程序中的某些页面有fb评论插件。
如果用户选中Post to Profile
框,则会在其墙上张贴帖子:
有没有办法删除Source:
项?
以下是代码:
<fb:comments
xid="image_id"
url='url_for_like_button'
title="Comments box title"
showform="true"
simple="1"
>
</fb:comments>
答案 0 :(得分:0)
我不认为Facebook为API提供了这样做的能力。对于我们最终用户来说,识别状态更新是来自真人还是垃圾邮件是有用的......
答案 1 :(得分:0)
你无法删除网址,但可以更改网址,保持相同的域名如下:
<fb:comments
publish_feed='0'
expr:title='data:post.title'
**url='http://www.changedsource.com'**
simple="1"
publish_feed="false"
width='300px'
canpost="true"
candelete="0" />