my site is currently running on https: //. I use this for social functionality.
Problem: I am experiencing the following issues when sharing links.
a) In most cases, only half of the image appears b) For some time, the image does not appear.
Questions:
1) Can I place both og: image: secure_url and og: images on the linked and facebook page. if so, what should be the order. Example:
<meta property="og:image" content="http://example.com/ogp.jpg" /> <meta property="og:image:secure_url" content="https://secure.example.com/ogp.jpg" />
2) To bind to and on facebook, the following rules must be observed:
<meta property="og:image:type" content="image/jpeg" /> <meta property="og:image:width" content="400" /> <meta property="og:image:height" content="300" />
any solution, but it should work with both linkin and facebook.
opengraph facebook-like open-graph-protocol linkedin
Techmaster
source share