Advertisement
Guest User

Untitled

a guest
Apr 25th, 2018
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <!-- Put this script tag to the <head> of your page -->
  2. <script type="text/javascript" src="//vk.com/js/api/openapi.js?153"></script>
  3.  
  4. <script type="text/javascript">
  5. VK.init({apiId: 6460936, onlyWidgets: true});
  6. </script>
  7.  
  8. <!-- Put this div tag to the place, where the Comments block will be -->
  9. <div id="vk_comments"></div>
  10. <script type="text/javascript">
  11. VK.Widgets.Comments("vk_comments", {limit: 10, attach: "*"});
  12. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement