<title>Site — Новости</title> <meta property="og:type" content="website" /> <meta property="og:title" content="<?=htmlspecialchars($result[0]['title'])?>" /> <meta property="og:description" content="<?=htmlspecialchars(strip_tags($result[0]['description']))?>" /> <meta property="og:url" content="<?=$_SERVER['REQUEST_URI']?>" /> <script src="https://yastatic.net/es5-shims/0.0.2/es5-shims.min.js"> </script> <script src="https://yastatic.net/share2/share.js"></script> <div class="ya-share2" data-services="vkontakte,facebook,odnoklassniki"></div> The problem is that in the vkontakte Dialog box, the title is not displayed correctly, the text is picked up from the usual <title> , and not from the og: title meta tag. description, img. But the odnoklassniki dialog box works as expected with og: title, og: description, and all the pictures fall. Tell me how to fix these shortcomings?