I want to share my current page (If laravel) or share post (if VUE js). I have added the og
tags in head. Image and title is getting shared but description not.
Is there anything which i need to add to share description.
Following is my Head tag code
<meta prefix="og: http://ogp.me/ns#" property="og:title" content="B1G1: Business for Good" />
<meta prefix="og: http://ogp.me/ns#" property="og:description" content="0 school meals to children in need in India were given." />
<meta prefix="og: http://ogp.me/ns#" property="og:type" content="Test" />
<meta prefix="og: http://ogp.me/ns#" property="og:image" content="https://api.b1g1.com/uploads/projects/10/1436419809_proj_sq_10.jpg" />
<meta prefix="og: http://ogp.me/ns#" property="og:url" content="http://127.0.0.1:8000/testing" />
And Share link is like
<button onclick="window.open('https://www.linkedin.com/shareArticle?url={{url}}','_blank', 'width=600, height=600'); return false;">Share</button>
Did i missed anything?
I have added the current format of Share page.
Thanks in Advance