Files
profile/template-parts/single/post-social-share-mobile.php
Andrey Kuvshinov 8fc8cbae32 add files
2025-07-09 21:21:17 +03:00

41 lines
1.3 KiB
PHP

<!--[single/post-social-share-mobile]-->
<div class="stick js-stickybit d-xs-none d-lg-none">
<div class="ya-share2__list">
<a class="ya-share2__item vk" target="_blank" href="https://vk.com/share.php?url=<?= urlencode( the_permalink() . "?utm_from=vk_share" ) ?>&title=<?= urlencode( the_title() ) ?>" title="Поделиться во Вконтакте">
<span class="ya-share2__badge">
<span class="ya-share2__icon"></span>
</span>
</a>
<a class="ya-share2__item telegram" target="_blank" href="tg://msg_url?url=<?= urlencode( the_permalink() . "?utm_from=tg_share" ) ?>&text=<?= urlencode( the_title() ) ?>" title="Поделиться в Телеграм">
<span class="ya-share2__badge">
<span class="ya-share2__icon"></span>
</span>
</a>
<a class="ya-share2__item ok" target="_blank" href="https://connect.ok.ru/offer?url=<?= urlencode( the_permalink() . "?utm_from=ok_share" ) ?>&title=<?= urlencode( the_title() ) ?>" title="Поделиться в Одноклассниках">
<span class="ya-share2__badge">
<span class="ya-share2__icon"></span>
</span>
</a>
</div>
</div>
<!--[single/post-social-share-mobile]-->