Home › Forums › Iconic One Pro Support › vKontakte
- This topic has 2 replies, 2 voices, and was last updated 10 years, 7 months ago by Raggan.
- AuthorPosts
- July 6, 2014 at 2:25 pm #2485RagganParticipant
Hello,
another little question:
I got this from vKontakte dev
<!– Put this script tag to the <head> of your page –>
<script type=”text/javascript” src=”//vk.com/js/api/openapi.js?115″></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”});
</script>so I added the first snippet in the header.php inside the <head> tag
and the other snippet into content.php between the lines 105 and 106 but it wont show any share button in my posts.what else can I do?
Thanks a lot!
July 7, 2014 at 9:02 am #2490Themonic-SupportKeymasterDouble check the code and try pasting it together or use the single iframe code if they provide one. Only copy the code directly from official website and then paste between lines 105 and 106.
To test the location:
Paste any simple HTML/text between the lines 105 and 106 to see it working.
Ref. for others: http://themonic.com/forums/topic/add-share-option/
July 7, 2014 at 1:54 pm #2496RagganParticipantThank you,
think I got it!
- AuthorPosts
- You must be logged in to reply to this topic.