Takanudo

(…because why not)

JSL3 Facebook Wall Feed v1.7.2

Fixed a bug I found where the renew access token check was taking place before the expiration date was stored to the database.

2 thoughts on “JSL3 Facebook Wall Feed v1.7.2

  • Joan says:

    Hi, is the best plugin I’ve seen to insert the Facebook wall for WrodPress.

    But I have a question. How do I remove the vertical scrollbar?

    Thank you,
    Joan

    • Takanudo says:

      You have a couple of options.

      1. To remove the scroll bar and have the height expand to fit all posts, add the following to the bottom of the style sheet on the settings page for the plugin:

      #facebook_status_box
      {
      height: auto;
      }
      #facebook_status_box #facebook_canvas
      {
      height: auto;
      overflow: visible;
      }

      2. To remove the scroll bar and have the height remain fixed (this will hide any posts that extend beyond the fixed height), add the following to the bottom of the style sheet on the settings page for the plugin:

      #facebook_status_box #facebook_canvas
      {
      overflow: hidden;
      }

Leave a Reply to Takanudo Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.