Спасибо.
Этот код не работает кажется. В метрике ничего не отображается по этой цели:
<script type="text/javascript">
(function() {
if (window.pluso)if (typeof window.pluso.start == "function") return;
if (window.ifpluso==undefined) { window.ifpluso = 1;
var d = document, s = d.createElement('script'), g = 'getElementsByTagName';
s.type = 'text/javascript'; s.charset='UTF-8'; s.async = true;
s.src = ('https:' == window.location.protocol ? 'https' : 'http') + '://share.pluso.ru/pluso-like.js';
var h=d[g]('body')[0];
h.appendChild(s);
}}
)();
$(window).load(function() {
var str = "yaCounter27097874.reachGoal('clickBtnShare'); return true;";
$('.pluso-wrap a').attr('onclick',str);
});
</script>