wcp
Chevereto Noob
index.php
befofe </head> add:
after
add
estilo.css
before
add
Link to image vk.png: http://img.lds.net.ua/images/2010/06/24/vk.png
But! If you have more images before photo (logo, banners etc), you have change all this pics in popup 🙁 This is specification of vkontakte api - show all images, who largest more 100px on side 🙁
befofe </head> add:
Code:
<script type="text/javascript" src="http://vkontakte.ru/js/api/share.js?5" charset="windows-1251"></script>
after
Code:
<a href="http://vi.sualize.us/post/?popup=1&address=<?php echo $eu_img?>&referenceURL=<?php echo URL_SCRIPT;?>" id="visualizeus" target="_blank"></a>
Code:
<a href="http://vkontakte.ru/share.php?url=<?php echo $URLshr?>" target="_blank" id="vkontakte"><img src="/site-img/vk.png" border="0" width="16" height="16" alt="vkontakte" /></a>
estilo.css
before
Code:
a#visualizeus { background: url(site-img/social.gif) no-repeat -128px 0; }
Code:
a#vkontakte { background: url(site-img/vk.png) no-repeat -144px 0; }
Link to image vk.png: http://img.lds.net.ua/images/2010/06/24/vk.png
But! If you have more images before photo (logo, banners etc), you have change all this pics in popup 🙁 This is specification of vkontakte api - show all images, who largest more 100px on side 🙁