Какой ID вписать в скрипт? и от чего где взять его а то не работает без него! 
 Код
<!-- Put this script tag to the <head> of your page -->  
 <script type="text/javascript" src="//vk.com/js/api/openapi.js?82"></script>  
 <script type="text/javascript">  
   VK.init({apiId:[b] КАКОЙ СЮДА И ОТ ЧЕГО ID?[/b], onlyWidgets: true});  
 </script>  
 <!-- Put this div tag to the place, where the Comments block will be -->  
 <div id="vk_comments"></div>  
 <script type="text/javascript">  
 VK.Widgets.Comments("vk_comments", {limit: 10, width: "496", attach: "*"});  
 </script>