Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm trying to share a URL like this:

http://www.facebook.com/sharer/sharer.php?u=http://exemple.com?page=poster_info&sid=1

... but Facebook ignores &sid=1. How can I fix this?

share|improve this question
You question is incomprehensible. Please give more details. – Gil Birman Aug 9 '12 at 0:40
Hm i need when someone press on image to share the page with facebook share.I using this code facebook.com/sharer.php?u=http://… - But it dont want to share that page it sharing facebook.com/sharer.php?u=http://… how can i fix that? – Demir Izdirovic Aug 9 '12 at 0:48
your url should not have $ – Gil Birman Aug 9 '12 at 1:02
You didn't understand me good.. How can i share this link facebook.com/sharer/sharer.php?u=http://…... It show me just where is ?page=poster_info after noting. – Demir Izdirovic Aug 9 '12 at 1:04
i think you might have to urlencode your url – Gil Birman Aug 9 '12 at 1:11
show 4 more comments

1 Answer

Sharing involves calling this url...

http://www.facebook.com/sharer.php?u=MY_LINK

use the php function urlencode() on MY_LINK

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.