Skip to main content
September 18, 2013
Question

LinkedIn updates not pulling images from landing page

  • September 18, 2013
  • 22 replies
  • 3926 views
Anyone else experiencing problems with images and linkedin updates? I can't get the system to identify any images..JPEG or PNG....I don't get it. Very frustrating. Is this a marketo issue or something having to do with our images? Anyone experience this before? 
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

22 replies

September 19, 2013
I am the only one with this issue?
September 19, 2013
Not sure I understand what is happening.  Are you saying you posted a Landing Page URL on LinkedIN and it is not picking up the images in the LP?
September 19, 2013
Exactly. I've tried various formats of PNG and JPEG with the same results. 
September 19, 2013
please provide the URL of your LP.  
September 19, 2013
http://ww2.verilogue.com/Language-Audit-eBook_LI.html
September 19, 2013
LinkedIn honors OG tags, so can you please try adding an og tag like the following to your LP -

<meta property="og:image" content="http://pages2.marketo.com/rs/marketob2/images/ipad-mini.png" />
September 19, 2013
Ok done, a quick test revealed this did not help. Unless, of course, the image path should be my own? 
September 19, 2013
Try moving the og tag into the <head> section 
September 19, 2013
done, same result 
Level 1
September 19, 2013
Naor,

LinkedIn is very finicky when pulling meta data from the page. If you want to be sure it's pulling the right image you have to add an img src tag in the head section.

Go to Edit Page Meta Tags>Custom HEAD HTML section on the landing page and add an img src tag and alt tag if you want users to have a choice of images.

Example:

<head>
<img src="http://go.kokopop.com/rs/mktodemo17/images/bucketList.png" alt="http://go.kokopop.com/rs/mktodemo17/images/bucketList2.png">
</head>