使用Facebook共享功能在个人资料页面上发布时更改自定义文本(评论·赞·分享)

时间:2009-08-11 11:10:50

标签: facebook

我有一个具有共享功能的facebook iframe应用程序。目前,当我分享它显示自定义文本评论·喜欢·分享时,在个人资料页面上发布。

我想提供自定义文本,例如查看结果等。

我如何实现这一点请指导我?

我正在使用代码

<script>function fbs_click() {u='<?php echo $shareURL;?>';t=document.title;window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');return false;}</script><style> html .fb_share_button { display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; height:15px; border:1px solid #d8dfea; background:url(http://b.static.ak.fbcdn.net/rsrc.php/z … 8q506x.gif) no-repeat top right; } html .fb_share_button:hover { color:#b5b8d3; border-color:#295582; background:#3b5998 url(http://b.static.ak.fbcdn.net/rsrc.php/z … 8q506x.gif) no-repeat top right; text-decoration:none; } </style> <a href="http://www.facebook.com/share.php?u=<url>" class="fb_share_button" onclick="return fbs_click()" target="_blank" style="text-decoration:none;">Share</a>

由于

1 个答案:

答案 0 :(得分:1)

如果你正在使用Facebook的对话框,你可以指定自己的帖子的自定义动作链接,但如果你使用旧的sharer.php,这是不可能的。