{literal}<!-- Put this script tag to the <head> of your page -->
<script type="text/javascript" src="//vk.com/js/api/openapi.js?101"></script>
 
<script type="text/javascript">
  VK.init({apiId: ВАШ АЙДИ});
</script>
 
<!-- Put this div tag to the place, where Auth block will be -->
<div id="vk_auth"></div>
<script type="text/javascript">
VK.Widgets.Auth("vk_auth", {width: "400px", authUrl: 'brandsstock'});
</script>{literal}