Facebook sharer,share image -


i found lot of posts, none of them me.

i want share image not visible. issue is, when click share, images page available sharing. how can fix images want share visible sharing?

i have read facebook open graph protocol, didn't me.

here function create share button :

function wp_fb_sharer($post) {      $link = js_escape(get_permalink($post->id));      $button = '<a name="fb_share" type="box_count" share_url="' . $link . '" 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>';      $button = '     <div style="float: left; margin-left: 10px; margin-bottom: 4px;">     ' . $button . '     </div>';     return $button; } 

is there image size limit facebook?

have read of answer. facebook recommending use of like plugin instead of share button, , i'm checking , old share document redirecting plugin!

so use plugin instead.

edit:
if need attached image, use og:image meta tag , videos use og:video. check "attaching audio , video data" section.


Comments

Popular posts from this blog

Delphi Wmi Query on a Remote Machine -