Не отображаются кнопки соцсетей.
Итак: 1) В админке отображение включено
2) Просматривал исходный код в браузере, там все ок (есть код скрипта отображающего кнопки)
- Спойлер
- <script>
(function(){
var url = encodeURIComponent(document.location.href);
var title = encodeURIComponent($('title').text());
document.write('<li><a rel="nofollow" target="_blank" href="http://vk.com/share.php?url='+url+'&title='+title+'" title="Поделиться в vk.com" class="icon-vkontakte">Поделиться в vk.com</a></li>');
document.write('<li><a rel="nofollow" target="_blank" href="https://plus.google.com/share?url='+url+'" title="Поделиться в Google Plus" class="icon-google-plus">Поделиться в Google Plus</a></li>');
document.write('<li><a rel="nofollow" target="_blank" href="http://facebook.com/sharer.php?u='+url+'" title="Поделиться в facebook.com" class="icon-facebook">Поделиться в facebook.com</a></li>');
document.write('<li><a rel="nofollow" target="_blank" href="http://twitter.com/intent/tweet?text='+title+'&url='+url+'" title="Поделиться в twitter.com" class="icon-twitter">Поделиться в twitter.com</a></li>');
})();
</script>
В чем может быть проблема?