I have an url i would like users to share using facebook sharer.php
http://www.facebook.com/sharer.php?s=100&p[title]=$title>&p[summary]=$descp&p[images][0]=$image&p[url]=$url)
where $ur
l is the url i would like to share. the structure of my url is as follows
http://mydomain.com/index.php?variable1=value1&variable2=value2
...apparently, facebook seems to scrap out the rest of the url after encountering the 1st '&' on my url.
Decoding the url din't help either. Is there a way i can pass the full url plus the variables in it to be shared with the rest of the details?