My question is simple, have found similar questions but none of them worked for me.
I want my a href when clickable on mobile to instantly open facebook application and redirect it to specific page.
<a class="mobile" href="fb://https://www.facebook.com/fcbarcelona">mobile</a>
Problem is, when i click on this a href it opens facebook app but stays on news feed. Anyone experienced this and if solved it, how?
答案 0 :(得分:0)
在Android中打开它的正确方法是:
<a class="mobile" href="fb://facewebmodal/f?href=https://it-it.facebook.com/fcbarcelona/">mobile</a>
相反,在iOS中,fb://page/PAGEID
是必需的,因此您必须提前检查正在运行的操作系统。
您可以查看this post进行澄清。