how to link our Fb page with website. .? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

how to link our Fb page with website. .?

22nd Jun 2016, 4:05 PM
Muzammal Ashfaq
Muzammal Ashfaq - avatar
9 Answers
+ 3
you can get the code from facebook developers + like button +comment + ... https://developers.facebook.com/docs/plugins/page-plugin
23rd Jun 2016, 4:12 AM
Anass
Anass - avatar
+ 2
example: <a href="www.facebook.com/elsumary"> my facebook </a>
22nd Jun 2016, 5:12 PM
Ibraheem Mahmood
Ibraheem Mahmood - avatar
+ 2
<a href="website link">websitename</a>
23rd Jun 2016, 2:55 PM
Gokul S
Gokul S - avatar
+ 1
yeah you just need add your Fb link in your code
22nd Jun 2016, 9:26 PM
Frosch
Frosch - avatar
0
thanks to all
23rd Jun 2016, 6:12 AM
Muzammal Ashfaq
Muzammal Ashfaq - avatar
0
<a href=http://www.facebook.com/khair.baksh.1"> my facebook account </a> use these code to link a website or your facebook page
23rd Jun 2016, 2:39 PM
Khair Baksh
Khair Baksh - avatar
0
and use these code to link a html file <a href="example.html"> it is an example </a>
23rd Jun 2016, 2:39 PM
Khair Baksh
Khair Baksh - avatar
0
and use this code if the html file is not in the same folder <a href="C:/programe files/example.html"> click here </a> these are the ways to link a website , a web link or a .html file
23rd Jun 2016, 2:40 PM
Khair Baksh
Khair Baksh - avatar
- 2
sorry i could not put all of 3 parts in one single answer
23rd Jun 2016, 2:41 PM
Khair Baksh
Khair Baksh - avatar