Как сделать на сайте кнопку Поделится | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 1

Как сделать на сайте кнопку Поделится

Хочу добавить кнопочки чтоб можно было делится в В Контакте, майл ру, одноклассниках и т. Д

5th Feb 2018, 9:49 AM
Данил Малюгин
Данил Малюгин - avatar
2 Respuestas
5th Feb 2018, 4:05 PM
Yuriy Kumirov
Yuriy Kumirov - avatar
+ 1
ВКонтакте <!-- Put this script tag to the <head> of your page --> <script type="text/javascript" src="//vk.com/js/api/openapi.js?75"></script> <script type="text/javascript"> VK.init({apiId: 3363525, onlyWidgets: true}); </script> <!-- Put this div tag to the place, where the Like block will be --> <div id="vk_like"></div> <script type="text/javascript"> VK.Widgets.Like("vk_like", {type: "button"}); </script> Твиттер <a href="https://twitter.com/share" class="twitter-share-button" data-lang="ru">Твитнуть</a> <script> !function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> Фейсбук <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/ru_RU/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> Гугл <!-- Place this tag where you want the +1 button to render. --> <div class="g-plusone" data-annotation="none"></div> <!-- Place this tag after the last +1 button tag. --> <script type="text/javascript"> window.___gcfg = {lang: 'ru'}; (function() { var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; po.src = 'https://apis.google.com/js/plusone.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })(); </script> Это есть все на самих сайтах
5th Feb 2018, 4:03 PM
Yuriy Kumirov
Yuriy Kumirov - avatar