• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

VKontakte

wcp

Chevereto Noob
index.php
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&amp;address=<?php echo $eu_img?>&amp;referenceURL=<?php echo URL_SCRIPT;?>" id="visualizeus" target="_blank"></a>
add
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; }
add
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 :(
 
Back
Top