Facebook. Linking to user profile?

我们两清 提交于 2019-12-31 05:48:16

问题


I need to create link to the users profile in my facebook page. When I hover over the "Home" button it shows the following link http:/www.facebook.com/?ref=tn_tnmn , in all my accounts. So can I use this to provide a hyperlink? Say

<a href="http:/www.facebook.com/?ref=tn_tnmn" > Go to your profile </a>

回答1:


Simple solution would be to use this URL format :

https://www.facebook.com/profile.php?id=FACEBOOK_USER_ID




回答2:


Earlier solution by Lix won't work

User following format: https://www.facebook.com/FACEBOOK_USER_ID

Upvote if works !!!



来源:https://stackoverflow.com/questions/8507833/facebook-linking-to-user-profile

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!