Hi!
social share simplest example:
Code
<social share="txtadd(urltext,get(social.%1),%2);openurl(get(urltext),_blank);"
facebook="http://facebook.com/share.php?u="
twitter="http://twitter.com/intent/tweet?status="
googleplus="https://plus.google.com/share?url="
vkontakte="http://vkontakte.ru/share.php?url="
odnoklassniki="http://www.odnoklassniki.ru/dk?st.cmd=addShare&st.s=1&st._surl="
/>
usage:
Code
<layer name="face_book_button"
....
....
onclick="social.share(facebook,http://your_domain.com/path_to_tour/page.html)"
/>
Include code above to a tour xml.
how to use:
to share url just call for example onlcick="social.share(facebook,http://your_domain.com/path_to_tour/page.html)"
and your link http://your_domain.com/path_to_tour/page.html url
will be shared on social net.
how to get direct link to specific scene read this thread "Direct link to specific scene"
Regards
Andrey.