Title: Changing border, making height work
Last modified: August 21, 2016

---

# Changing border, making height work

 *  [smit_ralph](https://wordpress.org/support/users/smit_ralph/)
 * (@smit_ralph)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/changing-border-making-height-work/)
 * Hi,
 * Not to say that this plugin isn’t working, but there are some minor errors in
   your facebook-like-box-widget.php. I messed around in the file, and for future
   reference I’m writing down what I did.
 * First, changing the border color doesn’t work. I wanted not to have a border 
   at all, so what I did is this:
 * find this code:
    `border_color=\"$borderColor\"`
 * It’s in the definitions of $like_button_xfbml. Replace it with:
    `show_border
   =\"false\"`
 * in both instances. This eliminates the borders. Presumably $borderColor should
   be defined somewhere, but I didn’t bother to look.
 * Second, defining a height in the widget has no effect. In the same lines as above,
   you will find width=\”$width\” but no height defined. Just add
    `height=\"$height\"`
   and the height you enter in the widget actually has effect.
 * [http://wordpress.org/plugins/facebook-like-box-widget/](http://wordpress.org/plugins/facebook-like-box-widget/)

The topic ‘Changing border, making height work’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/facebook-like-box-widget.svg)
 * [Facebook Like Box Widget](https://wordpress.org/plugins/facebook-like-box-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/facebook-like-box-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/facebook-like-box-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/facebook-like-box-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/facebook-like-box-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/facebook-like-box-widget/reviews/)

## Tags

 * [widget border](https://wordpress.org/support/topic-tag/widget-border/)

 * 0 replies
 * 1 participant
 * Last reply from: [smit_ralph](https://wordpress.org/support/users/smit_ralph/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/changing-border-making-height-work/)
 * Status: not resolved