我在我的页面左侧添加了一个链接到facebook页面的按钮website, 我想能够让人们喜欢的网页直接从我的网站。我该怎么做?
现在,我添加了以下CSS行:
#fbtab{
background: url(http://mamou-mani.com/wp-content/themes/arthur/images/icon-fbtab.png) no-repeat; /* Path to Image */
left:1px; /* change this to left: 1px; to put it on the left of the screen */
top:40%;height:60px;width:60px;margin:0px;padding:0;position:fixed;z-index:5000;}
#fbtab a{display:block;width:100%;height:100%;}
在我的页脚下面的一行。php:
<p id="fbtab"><a href="https://www.facebook.com/MamouManiArch"></a></p>