VK button

Php code posted
created at 03 May 19:58

Edit | Back
1
2
3
4
5
6
7
$script = <<<HTML
              <script type="text/javascript" src="http://userapi.com/js/api/openapi.js?1"></script>
              <script type="text/javascript">
                VK.init({apiId: $apiId, onlyWidgets: true});
              </script>
HTML;
            $mainframe->addCustomHeadTag($script);
277 Bytes in 2 ms with coderay