On the website there are 2 likes of buttons from Facebook and VKontakte, how to calculate their total number and display them in a separate value?
<div id="vk_like"><script type="text/javascript"> VK.Widgets.Like("vk_like", {type: "mini"}); </script></div> <div class="fb-like" data-href="/" data-layout="button_count" data action="like" data-show-faces="true" data-size="small" data-width="50" data-share="false"></div>
file_get_contentsparse page and get the number of likes. - Makarenko_I_V