• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

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