Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
It can be a plugin.
You can manually, look for the implementation of the link to fumble for a particular service and paste
Here is an example, this is the code from the single page:
<div class="single-share">
<a href="https://www.facebook.com/sharer.php?u=<?php the_permalink(); ?>" target="_blank">
<?php __('Поделиться в Facebook') ?>
</a>
<a href="https://twitter.com/home?status=<?php the_permalink(); ?>" target="_blank">
<?php __('Поделиться в Twitter') ?>
</a>
<a href="https://telegram.me/share/url?url=<?php the_permalink(); ?>&text=<?php the_title() ?>" target="_blank">
<?php __('Поделиться в Telegram') ?>
</a>
</div>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question