Can't you use Application.ExternalCall to call a javascript function on the browser to achieve this. You can check this page for writing Javascript function for sharing - http://indostarcom.com/facebook-and-twitter-share-button-using-javascript/
You can call the function from Unity via Application.ExternalCall .
↧