Здравствуйте!
Не могу добавить кнопку Мне нравится на сайт.
Конкретно хотелось поместить кнопку на следующей строке после слова Поделиться -
http://ballchairs.ru/index.php?route=product/product&path=20&product_id=30
Код виджета:
<!-- Put this script tag to the <head> of your page -->
<script type="text/javascript" src="http://userapi.com/js/api/openapi.js?48"></script>
<script type="text/javascript">
VK.init({apiId: API_ID, onlyWidgets: true});
</script>
<!-- Put this div tag to the place, where the Like block will be -->
<div id="vk_like"></div>
<script type="text/javascript">
VK.Widgets.Like("vk_like", {type: "button", height: 20});
</script>
В header.tpl был помещен код
<!-- Put this script tag to the <head> of your page -->
<script type="text/javascript" src="http://userapi.com/js/api/openapi.js?48"></script>
<script type="text/javascript">
VK.init({apiId: API_ID, onlyWidgets: true});
</script>
В product.tpl был помещен код:
<!-- Put this div tag to the place, where the Like block will be -->
<div id="vk_like"></div>
<script type="text/javascript">
VK.Widgets.Like("vk_like", {type: "button", height: 20});
</script>
Ничего не произошло, кнопка не появилась.
Есть идеи, как решить проблему?