- Code: Select all
<!-- 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: 2790707, 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>
I tried removing the google plus and it doesn't work.
how can i add vkontakte so it'd work instead of the G+
Maybe i don't have to replace G+ - if i can just insert it that will be cool..
thank you.