Linkedin Share is not fetching the thumbnail image while sharing?
问题 I am trying to share linked-in for a page in drupal. In that page there is a image, still the thumbnail image is missing while sharing the page in linked-in. This is my linked-in sharing code. <a href='http://www.linkedin.com/shareArticle?mini=true&url=<?php print $tiny_bit_url;?>&title=<?php print $data->node_title;?>&summary=<?php print $summary; ?>'> <img src="linkedin-icon.png"/> </a> What is that I am missing w.r.t image being shared as thumbnail from that page to linked-in share. Thanks