Advertisement
Guest User

Untitled

a guest
Feb 25th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 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?139"></script>
  3.  
  4. <script type="text/javascript">
  5. VK.init({apiId: 5895593});
  6. </script>
  7.  
  8. <!-- Put this div tag to the place, where Auth block will be -->
  9. <div id="vk_auth"></div>
  10. <script type="text/javascript">
  11. VK.Widgets.Auth("vk_auth", {width: "200px", authUrl: '/dev/Login'});
  12. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement