This is the URL I want to share:
http://mydomain.com/#url=http://stackoverflow.com
Inside my site, I do this in Django so that everything will work:
http://mydomain.com/#url={{external|urlencode}}
However, when I pass it to Facebook Share, everything gets messed up.
http://www.facebook.com/sharer.php?u=<url to share>&t=<title of content>
I tried to urlencode the #url part, and also the full url, but it's not working, and my #url is not holding up when there are & and ?
signs everywhere.