0

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?

Liz.
  • 795
  • 2
  • 13
  • 31

1 Answers1

0

Facebooks has a separate mobile url, it is called like this:

http://m.facebook.com/pagename/

Benneb10
  • 1,419
  • 1
  • 8
  • 13
  • when clicked from mobile it opens the mobile url only. But, I want it to open in fb app if is it installed on the device – Liz. Jan 04 '17 at 07:13