+ 1
how to link our Fb page with website. .?
9 Antworten
+ 3
you can get the code from facebook developers
+ like button +comment + ...
https://developers.facebook.com/docs/plugins/page-plugin
+ 2
example:
<a href="www.facebook.com/elsumary">
my facebook
</a>
+ 2
<a href="website link">websitename</a>
+ 1
yeah you just need add your Fb link in your code
0
thanks to all
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
0
and
use these code to link a html file
<a href="example.html"> it is an example </a>
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
- 2
sorry i could not put all of 3 parts in one single answer