Кнопка поделиться без плагина - Web-Global

Кнопка поделиться без плагина

16.05.2021 146
Поделиться:

Я решил поделить с вами кодом как я это сделал.

Поделиться записям в соц сетям без плагина.

<div class="shariy">
<noindex><a onclick="window.open
('https://twitter.com/home?status=Читаю <?php the_permalink(); ?>:
<?php the_title(); ?>', 'twitter', 'width=1000, height=1024');
return false;" href="http://twitter.com/home?status=Читаю
<?php the_permalink(); ?>: <?php the_title(); ?>" title="Добавить в Twitter">
<img src="https://uborka-club.ru/wp-content/uploads/2021/03/twitter.png"
width="40" height="40" alt="Добавить в Twitter" />
</a></noindex>
<noindex><a onclick="window.open
('https://vkontakte.ru/share.php?url=<?php the_permalink(); ?>',
'vkontakte', 'width=626, height=436'); return false;
" href="http://vkontakte.ru/share.php?url=<?php the_permalink(); ?>"
title="Поделиться ВКонтакте">
<img src="https://uborka-club.ru/wp-content/uploads/2021/03/vk.png"
width="40" height="40" alt="Поделиться ВКонтакте" />
</a></noindex>

<noindex><a onclick="window.open
('https://www.facebook.com/share.php?url=<?php the_permalink(); ?>',
'facebook', 'width=626, height=436'); return false;
" href="http://www.facebook.com/share.php?url=<?php the_permalink(); ?>"
title="Поделиться Facebook">
<img src="https://uborka-club.ru/wp-content/uploads/2021/03/fc.png"
width="40" height="40" alt="Поделиться Facebook" />
</a></noindex>

<noindex><a onclick="window.open
('https://api.whatsapp.com/send?text=<?php the_permalink(); ?>',
'whatsapp', 'width=626, height=436'); return false;
" href="https://api.whatsapp.com/share.php?url=<?php the_permalink(); ?>"
title="Поделиться Whatsapp">
<img src="https://uborka-club.ru/wp-content/uploads/2021/03/whatsapp.png"
width="40" height="40" alt="Поделиться Whatsapp" />
</a></noindex>
<noindex><a onclick="window.open
('https://telegram.me/share/url?url=<?php the_permalink(); ?>',
'telegram', 'width=626, height=436'); return false;
" href="https://telegram.me/share.php?url=<?php the_permalink(); ?>"
title="Поделиться Telegram">
<img src="https://uborka-club.ru/wp-content/uploads/2021/03/telegram.png"
width="40" height="40" alt="Поделиться Telegram" />
</a></noindex>