I've tried making a custom url with the format sharer.php?u=<url>&t=<title> and sharer.php?p[title]=<title>&p[url]=<url>, with the parameters encoded with both PHP functions urlencoded and rawurlencode (tried separately).
I've also tried the <a>/<script> solution at https://developers.facebook.com/docs/share/.
But it only shows the url as title and description. I have also tested the page with https://developers.facebook.com/tools/debug, and corrected everything. I'm using og:title, og:description, og:url, og:site_name.
Running out of ideas here. Anyone?