Apenzoon Posted January 25, 2015 Share Posted January 25, 2015 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? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.