Facebook 的 sharer.php - 默认视图
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Facebook 刚刚发布了一个新的“发送”按钮,与“喜欢”按钮搭配使用。
此按钮允许您直接向您的朋友发送消息..
这是一个示例:
请参阅文档: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 :
See documentation : http://developers.facebook.com/docs/reference/plugins/send/
I think it's a solution for your problem ?
它没有记录,但您可以将
&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.