Facebook Widget Height

Support Area Forums Foundation Facebook Widget Height

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question:
  • Author
    Posts
  • #5703
    Carl Spady
    Participant

    How do I make the Facebook widget on the homepage the full depth (420 px)? So that it is the same height as the slideshow next to it?

    #5705
    Bill Robbins
    Moderator

    Here’s how to change the height of the Facebook widget:

    1. Go to the Appearance section of your WordPress control panel and select edit to open up the theme editor.
    2. From the list of files on your right, choose widget-facebook-like-box.php
    3. Look for this spot:


      echo '<div class="fb-widget"><script src="https://connect.facebook.net/en_US/all.js#xfbml=1"><fb:like-box href="'. $embed .'" width="300" connections="10" stream="false" border_color="#fff" header="false"></fb:like-box></div>';

      where it says:

      width="300"

      add

      height="420"

      right after it.

    4. Save your changes.

    That should increase the height of your like box.

    If you have any questions or trouble, just let me know,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Facebook Widget Height’ is closed to new replies.