I use sharer.php to share an item on a user’s wall.
Facebook sharer has 2 types:
Post to profile (default view): alt text http://devgator.com/images/post_to_profile.png
And when you click send as message, you get:
alt text http://devgator.com/images/send_as_msg.png
What I'm trying to do is make the 2nd view (send a message) as the default value. Therefore, when the user clicks "Send this", he will directly show him the "send message" view.
Is this even possible with facebook? or something else? perhaps js code execution after pop-ups popup?
Thank.
source
share