Trying to incorporate the sharer button into my Facebook app. It's working fine on all browsers except Chrome. docs.google.com/open?id=0B4wxEQ6Do659WmcwdkN5VlFDZ2s
After checking tools->javascript console, I noticed a warning:
[blocked] The page at ran insecure content from .
The code being used for this button is:
<a name="fb_share" type="button" share_url="http://mywebsite.com" href="http://www.facebook.com/sharer.php">Share</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script>
Tried searching on Google and Stack Overflow for solutions but nothing seems to be helpful.