We use AddThis for sharing a page on several social media platforms. We use the code on the end of this post (#1). What we want is to show the images when sharing this post with Facebook and LinkedIn. To share these images we use the og:image tag, see the code at the end of this post (#2). It works perfect for Facebook, but the problem is that it doesn't work for LinkedIn. We do meet the requirements for using images according to LinkedIn (https://developer.linkedin.com/documents/setting-display-tags-shares).
Anyone an idea why it is not working?
You can also check this page to see that it is not working: http://www.werkendoejebij.nl/addthis.htm
Many thanks in advance!
Peter
#1. Addthis integration
<div class="addthis_toolbox addthis_default_style">
<script type="text/javascript">
var addthis_share = {
url: "(url of the page)"
}
</script>
<a href="http://www.addthis.com/bookmark.php?v=250&" class="addthis_button_compact">Delen</a>
<span class="addthis_separator">|</span>
<a class="addthis_button_linkedin"></a>
<a class="addthis_button_facebook"></a>
<a class="addthis_button_hyves"></a>
<a class="addthis_button_twitter"></a>
<a class="addthis_button_mailto"></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js"></script>
#2. Use of og:image tags
<meta property="og:image" content="http://www.werkendoejebij.nl/upload/ace56029-ff4d-4f78-a448-5fe19e98b92c_logo_bgl_new.jpg"/>
<meta property="og:image" content="http://www.werkendoejebij.nl/upload/515f3985-b34d-4b4d-865e-d608d342f9f0_logo_npl_new.jpg"/>
<meta property="og:image" content="http://www.werkendoejebij.nl/upload/80745f23-1dfc-4aea-b2c7-aa3830a930ba_logo_vl_new.jpg"/>
This question is closed to new answers.