Главная » 2010 » Июль » 29 » В Контакте | Публикация ссылок
15:06
В Контакте | Публикация ссылок
1 Вариант(Кнопка):

Code

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

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>

Вы сможете скачать через 0 сек.
Категория: Другие скрипты для uCoz | Просмотров: 500 | Добавил: Skyper | Теги: контакте, публикация, ссылок | Рейтинг: 0.0/0
Всего комментариев: 0
Добавлять комментарии могут только зарегистрированные пользователи.
[ Регистрация | Вход ]