I\'m trying to integrate the Facebook share button to my employer\'s site, the title, url, description/intro are all displaying correctly, however no image is being attached. Wh
Without seeing the HTML output from your code, I could only make a guess as to the issue.
Don't use a relative url like <%=shortUrl%>
, but be sure to use the fully-qualified Url....something that has the http(s):// on it.
Also, http://developers.facebook.com/docs/share/ says that this share button is being deprecated. Please change over to using the Like button instead: http://developers.facebook.com/docs/reference/plugins/like/