Facebook 的 sharer.php - 默认视图

发布于 2024-08-30 15:42:25 字数 527 浏览 2 评论 0原文

我正在使用 sharer.php 将项目共享到用户的墙上。

Facebook 共享者有 2 个视图:

发布到个人资料(默认视图):替代文本 http://devgator.com /images/post_to_profile.png

当您单击“作为消息发送”时,您会得到: 替代文本 http://devgator.com/images/send_as_msg.png

我正在尝试要做的就是将第二个视图(发送消息)设置为默认视图。 因此,当用户单击“共享此”时,它将直接向他显示“发送消息”视图。

使用 Facebook 是否可以实现这一点?或者其他什么?也许在弹出窗口打开后执行js代码?

谢谢。

I'm using sharer.php to share an item to the user's wall.

The facebook sharer has 2 views:

Post to profile (default view) : alt text http://devgator.com/images/post_to_profile.png

And when you click on "send as a Message instead you get :
alt text http://devgator.com/images/send_as_msg.png

What I'm trying to do is to have the 2nd view (send a message) as the default one.
So when the user clicks 'Share this', it would show him directly the "send a message" view.

Is that even possible using facebook? or anything else? maybe executing js code after the popups opens ?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

我的奇迹 2024-09-06 15:42:25

Facebook 刚刚发布了一个新的“发送”按钮,与“喜欢”按钮搭配使用。

此按钮允许您直接向您的朋友发送消息..

这是一个示例:

<div id="fb-root"></div>
<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script>
<fb:send href="example.com" font=""></fb:send>

请参阅文档:http://developers.facebook.com/docs/reference/plugins/send/

我认为这是解决您问题的方法?

Facebook just released a new "send" button to go with the "like" button.

This button allows you to send message directly to your friends ..

Here is an example :

<div id="fb-root"></div>
<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script>
<fb:send href="example.com" font=""></fb:send>

See documentation : http://developers.facebook.com/docs/reference/plugins/send/

I think it's a solution for your problem ?

猫瑾少女 2024-09-06 15:42:25

它没有记录,但您可以将 &mode=message&to= 传递到默认情况下使用 sharer.php 发送消息。注意:建议使用“喜欢”和/或“发送”按钮。

It's undocumented, but you can pass &mode=message&to=<user_id> to default to send message with sharer.php. Note: the like and/or send buttons are recommended.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文