Custom Like Box for Wordpess Widgets

David_Nich

Junior Member
Joined
Nov 2, 2012
Messages
133
Reaction score
72
Hi there,

Since i got a few pm's about this, here's a clean/simple like box for wordpess widgets.

You don't need any plugin, just copy the code and paste into a "text" widget.

fblikebox.png


Code:
<div id="likeboxwrap" style="width:[COLOR=#0000cd]227px[/COLOR]; height:[COLOR=#0000cd]259px[/COLOR]; background: #f4f4f4; border:1px dashed #FF3300; overflow:hidden;">

<iframe src="//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2Fpages%2F[COLOR=#ff0000]I-Love-Best-Buy[/COLOR]%2F[COLOR=#ff0000]371760564417[/COLOR]&width=300&colorscheme=light&show_faces=true&stream=false&header=false&height=395" 
scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:[COLOR=#008000]234px[/COLOR]; height:[COLOR=#008000]259px[/COLOR]; margin: -1px;"
allowTransparency="true">

 </iframe>
</div>

RED: The page name and id, if your page doesnt have id just put the name and remove the id.
example:
Code:
Fpages%2F[COLOR=#ff0000]I-Love-Best-Buy[/COLOR]&width=300&c

BLUE: That's the box size.

GREEN: That's the iframe size, if your change the box size you also need to adjust it.



Easy to modify!
Any question ask in this thread, do not pm me for help.
 
Back
Top