Re: LinkedIn updates not pulling images from landing page

Anonymous
Not applicable
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? 
Tags (1)
23 REPLIES 23
Paul_Hughes
Level 2

I know this is from 2 years ago, but the input from 13698 is the best answer on the community

Anonymous
Not applicable

Hi Paul,

I'm facing the same issue. Added this code to my Marketo Landing page and still the image is not being pulled. This is so frustrating, I tried inserting it into the Custom Head area and into the Facebook OG area and it just doesn't work. 

<meta property="og:image" content="http://www.marketo.com/_assets/uploads/what-is.PNG?20130620133033"/>

<meta property="og:image:width" content="200" />

<meta property="og:image:height" content="200" />

Do you think it's still the best answer another two years in?

Thanks,

Yulya

Anonymous
Not applicable
Hey glad to help! 
Anonymous
Not applicable
Thank you SO much, this worked!! I created a new URL and the image showed up. Have been trying to figure this out for awhile - you made my Monday!
Anonymous
Not applicable
Gina - If you have already pasted your landing page's URL into linkedin, there is something odd with LinkedIn that will prevent it from "re-loading" the landing page once you've made your corrections using the code above. If that's the case, just change the URL on the marketo side of things and then try it again. I am not sure why LinkedIn acts up in that way. The above code DOES work as I've used it on all landing pages moving forward. 

Not sure that my explanation is as clear as it could be. What I mean is that once you paste a landing page url into linkedin to share, Linkedin does some sort of indexing of that page. If you did not have the above code on that page at the time you pasted it into linkedin, it will never re-index the page even if you make the changes. You can try closing your browser, clearing your cache etc. but it still won't find the images. So you must change the landing page's URL once you have added the code and then try it again in LinkedIn.
Anonymous
Not applicable
I've been having this same issue when I try to share our Marketo landing pages on LinkedIn - no image shows up even though there are a couple on the page. I tried the solution that you got from Marketo but no image is showing up. Did you have to do anything else to make it work other than pasting that code in the custom head section? Is there a time delay? 

Really wish there was an easy way to solve this - seems like a big problem to me since we all know images increase clicks on social!
Venus_Wills
Level 4
Thank you for sharing! I've had the same issue with LinkedIn.
Anonymous
Not applicable
FINALLY got the answer to this. Thanks to Ian Young at marketo support. Put the following in your landing page in the custom head area

<meta property="og:image" content="http://www.marketo.com/_assets/uploads/what-is.PNG?20130620133033"/>
<meta property="og:image:width" content="200" />
<meta property="og:image:height" content="200" /></head>

Adjust according to your actual image. This worked for me.
Anonymous
Not applicable
I'm having the same issue. Marketo -- any news about how to fix this????
Anonymous
Not applicable
I'm looking at this marketo lp by example: http://www.marketo.com/definitive-guides/engaging-email-marketing

W
hen put into linkedin, it pulls only ONE single image, even though the page has several. I copied the meta tag from this page and put it on mine, hoping the image would be available, but it does not work.

Something is seriously wrong with my landing pages? 
Anonymous
Not applicable
Any other suggestions here, guys?
Anonymous
Not applicable
Also that last suggestion just places an image in the header of the page.....
Anonymous
Not applicable
Tried that ,same result 
univtechInst_Ma
Level 1
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>
Anonymous
Not applicable
done, same result 
Anonymous
Not applicable
Try moving the og tag into the <head> section 
Anonymous
Not applicable
Ok done, a quick test revealed this did not help. Unless, of course, the image path should be my own? 
Anonymous
Not applicable
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" />
Anonymous
Not applicable
http://ww2.verilogue.com/Language-Audit-eBook_LI.html
Anonymous
Not applicable
please provide the URL of your LP.