I have a problem with Linkedin.
In the head of my One page application I have inserted following meta:
<meta property="og:title" content="The title" />
<meta property="og:url" content="content of the page" />
<meta property="og:image" content="http://www.mybesite/files/logo.jpg" />
<meta property="og:image:type" content="image/jpg">
When I share the page with linkedin, linkedin shows 3 images instead of one.
I also read this stack overflow answer, but it does not help.
Answer
Do you have any idea how to solve this problem?