Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter davetee888

    (@davetee888)

    Also when pressing comment is it possible to open Facebook in another window. I don’t want to take visitors away from the website. Aprt from that great…keep up the good work!

    Plugin Author Takanudo

    (@takanudo)

    To remove the ‘Facebook Status’ box add the following to the bottom of the style sheet on the settings page for the plugin:

    /* Remove Facebook Status */
    #facebook_status_box h2
    {
        display: none;
    }

    To open links in a new window, check the “Open links in a new window or tab” checkbox on the settings page for the plugin.

    Thread Starter davetee888

    (@davetee888)

    That’s great thanks. For some reason though I’m now only getting 1 post when I specified 3

    Plugin Author Takanudo

    (@takanudo)

    The limit property tells Facebook how many posts to return. Some of those posts could be filtered out depending on how you have configured the plugin. For example, if you set the limit to one, the post returned may be filtered out if you have “Only show posts made by this Facebook ID” checked or “Show all status messages” unchecked or “Privacy” set to “Show only wall posts labeled public”. The thoroughness option forces the plugin to keep making requests to Facebook until the limit number has been reached, but it will slow down the plugin dramatically.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Title’ is closed to new replies.