喜欢WordPress网站上的Facebook页面吗?

时间:2012-12-21 作者:Arthur Mamou-Mani

我在我的页面左侧添加了一个链接到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>

2 个回复
SO网友:Androliyah

Edited: 要获取浮动的社交图标,包括facebook“like”,请尝试this 插件**

SO网友:Martin Hasan

转到此处:https://developers.facebook.com/docs/reference/plugins/like

并设置一个没有发送选项的类似facebook的按钮。

结束