Let me know, how I should do to share with Email.
]]>https://www.ads-software.com/plugins/add-to-any/
]]>https://www.ads-software.com/plugins/ultimate-social-media-icons/
]]>This is the code for the email button:
<a href="mailto:?subject=<?php the_title();
?>&body=<?php the_permalink() ?>" title="Enviar Publicación Por Correo Electrónico!"><img src="https://lh5.googleusercontent.com/-SqTZFWFff3I/Tay1_ZsTnLI/AAAAAAAAAV4/61nwkeAau5k/email-t.png">
This is the code for “recent posts to be displayed at the end of the post:
Consejos Recientes En Este Blog:</b>
<ul>
<?php query_posts('showposts=3'); ?>
<?php while (have_posts()) : the_post(); ?>
<li><a>"><?php the_title(); ?></a></li>
<li><?php the_excerpt(__('(more…)')); ?></li>
<?php endwhile;?>
</ul>
<a href="https://www.ivanjaquez.com/noticias-y-consejos-sobre-marketing-en-internet/la-inversion-publicitaria-online-crecera-40-en-2011-en-la-argentina/">Here is a post from my site(spanish content)</a>
[Please post code snippets between backticks or use the code button.]
Thanks for your consideration