Hello to all.
Firstly you can check my site using DW Minion theme :
I can share my post including picture, desc., and title metas in Facebook, Google + etc.
But I can’t share in Linkedin. Because Linkedin can’t get any meta info of my posts.
I already know that this problem is about design.
What can we do ?
1 Answers
Hi Taner, About this issue, you can try this solution and see if it helps: Open up the header.php file in themes/dw-minion folder, find the code below:
<!--[if lt IE 9]><br></br> <html class="no-js ie lt-ie9" <?php language_attributes(); ?>><br></br><![endif]--><br></br><!--[if gt IE 9]><br></br> <html class="no-js" <?php language_attributes(); ?>><br></br><![endif]-->
… and change it into this:
<html prefix="og: http://ogp.me/ns#" <?php language_attributes(); ?>>
Btw, since LinkedIn uses the Open Graph Protocol for sharing media content, so this article might useful for you: Hope this helps!
Please login or Register to submit your answer