1 Вариант(Кнопка):
Code <!-- Put this script tag to the <head> of your page --> <script type="text/javascript" src="http://vkontakte.ru/js/api/share.js?5" charset="windows-1251"></script>
<!-- Put this script tag to the place, where the Share button will be --> <script type="text/javascript"><!-- document.write(VK.Share.button(false,{type: "round", text: "Сохранить"})); --></script>
2 Вариант(Кнопка без счетчика): 
Code <!-- Put this script tag to the <head> of your page --> <script type="text/javascript" src="http://vkontakte.ru/js/api/share.js?5" charset="windows-1251"></script>
<!-- Put this script tag to the place, where the Share button will be --> <script type="text/javascript"><!-- document.write(VK.Share.button(false,{type: "round_nocount", text: "Сохранить"})); --></script>
Вариант 3(Ссылка):
Code <!-- Put this script tag to the <head> of your page --> <script type="text/javascript" src="http://vkontakte.ru/js/api/share.js?5" charset="windows-1251"></script>
<!-- Put this script tag to the place, where the Share button will be --> <script type="text/javascript"><!-- document.write(VK.Share.button(false,{type: "link", text: "Сохранить"})); --></script> Вариант 4(Ссылка без иконки):
 Code <!-- Put this script tag to the <head> of your page --> <script type="text/javascript" src="http://vkontakte.ru/js/api/share.js?5" charset="windows-1251"></script>
<!-- Put this script tag to the place, where the Share button will be --> <script type="text/javascript"><!-- document.write(VK.Share.button(false,{type: "link_noicon", text: "Сохранить"})); --></script>
Вариант 5(Иконка):
Code <!-- Put this script tag to the <head> of your page --> <script type="text/javascript" src="http://vkontakte.ru/js/api/share.js?5" charset="windows-1251"></script>
<!-- Put this script tag to the place, where the Share button will be --> <script type="text/javascript"><!-- document.write(VK.Share.button(false,{type: "custom", text: "<img src=\"http://vk.com/images/vk32.png?1\" />"})); --></script>
Источник: http://i035.radikal.ru/1005/43/31be183f5afa.bmp |