Jump to content

Facebook like button


Apenzoon

Recommended Posts

I got this piece of code: 

 

<div class="tbl tbl-facebook" id="<? echo $site->facebook;?>">
 
<a href="#" class="close" onclick="removeElement('tbl','<? echo $site->facebook;?>');">x</a>
<div><fb:like href="<? echo $site->facebook;?>" send="false" layout="standard" show_faces="false" font=""></fb:like></div>
<div class="title"><a href="<? echo $site->facebook;?>" target="_blank" style="color:blue;"><? echo $site->title;?></a></div>
<div class="points">Punten: <b><? echo $site->cpc;?></b></div>
</div>
 
But now I would like the like button to include the picture of the Facebook page it's referring to. How is this done? 
Link to comment
https://forums.phpfreaks.com/topic/294226-facebook-like-button/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.