The situation is this: the widget "VK.MneI Like" was put on the site.
There the URL of the page on which it is located is automatically inserted and therefore it turns out that for each page there is a different counter ...
How to fix it NOW? Because setting the page_id = УРЛ_ГЛАВНАЯ
parameter page_id = УРЛ_ГЛАВНАЯ
not enough, because it leads to the reset of the counter (I don’t see the page or I’m pointing to the wrong page).
Quote from contact
The ID of the page on your site. Integer 32 bit number. It is used if the same article can have several addresses, as well as on dynamic sites that only have a hash. The default value is a checksum from location.href.
The question is, in fact, how the click.click generates this page_id to substitute the main id there (so that the counter is the main one for all pages) - well, actually solve the problem
Give a sad formula (on php for smarti)
{php}echo crc32('http://мойсайт.ru/');{/php}
does not work.