Add below code in article.php
<!-- Facebook --> Share to -
<a href="whatsapp://send?text=<?php echo 'https://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; ?>" target="_blank"> WhatsApp <i class="fa fa-whatsapp"></i></a>
<a href="
https://www.facebook.com/sharer.php?u=<?php echo 'https://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; ?>" target="_blank" rel="noopener noreferrer nofollow"> FaceBook <i class="fa fa-facebook-square"></i></a>
<!-- Twitter -->
<a href="
https://twitter.com/share?url=<?php echo 'https://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; ?>&text=Blog Article&hashtags=nearmeadsblogarticle" target="_blank" rel="noopener noreferrer nofollow">Twitter <i class="fa fa-twitter"></i></a>
<!-- Digg -->
<a href="
https://www.digg.com/submit?url=<?php echo 'https://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; ?>" target="_blank" rel="noopener noreferrer nofollow">Digg <i class="fa fa-digg" aria-hidden="true"></i></a>
<!-- Reddit -->
<a href="
https://reddit.com/submit?url=<?php echo 'https://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; ?>&title=Blog Article" target="_blank" rel="noopener noreferrer nofollow">Reddit <i class="fa fa-reddit" aria-hidden="true"></i></a>
<!-- LinkedIn -->
<a href="
http://www.linkedin.com/shareArticle?mini=true&url=<?php echo 'https://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; ?>" target="_blank">LinkedIn <i class="fa fa-linkedin" aria-hidden="true"></i></a>
<!-- StumbleUpon-->
<a href="
https://www.stumbleupon.com/submit?url=<?php echo 'https://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; ?>&title=Blog Article" target="_blank" rel="noopener noreferrer nofollow">StumbleUpon <i class="fa fa-stumbleupon" aria-hidden="true"></i> </a>