I have added social icons on a website and added link of the business page like following:
<ul>
<li><a href="https://www.facebook.com/pagename/" target="_blank"></a>Facebook</a></li>
<li><a href="https://twitter.com/pagename" target="_blank"></a>Twitter</a></li>
<li><a href="https://www.youtube.com/channel/channelname" target="_blank">Youtube</a></li>
</ul>
When I click on the twitter
and youtube
links through mobile device, it opens on the respective application. But facebook
opens on it's mobile site m.facebook.com/pagename
.
I want to open the facebook link on it's mobile app as well if user clicks the facebook link from mobile device. Kindly, let me know how can I achieve this?