Answer the question
In order to leave comments, you need to log in
Introduce share-buttons of social networks?
It is necessary to introduce the possibility of publishing in social networks through the site. I tried, for example, the following in VK:
url = 'http://vk.com/share.php?';
url += 'url=' + encodeURIComponent('mysite.com');
url += '&title=' + encodeURIComponent('title');
url += '&description=' + encodeURIComponent('description');
url += '&noparse=true';
window.open(url,'','toolbar=0,status=0,width=626,height=436');
<script type="text/javascript" src="https://vk.com/js/api/share.js?93" charset="windows-1251"></script>
<script type="text/javascript">
...
document.write(VK.Share.button({
url: 'http://mysite.com',
title: 'Заголовок страницы',
image: 'http://mysite.com/mypic.jpg',
noparse: true
}));
Answer the question
In order to leave comments, you need to log in
Why not use a search engine ?
There are many different services on this topic.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question