• Just what I needed. I have also used another plugin to use this widget as a shortcode for pages
    Event start and end times aren’t being automatically converted when under daylight savings. Possibly depends on the facebook event page. A quick edit of this plugin by adding the following prior to the loop through the events fixed this for me:
    $timeOffset += date(‘I’);

    This should work if your server time daylight saving is the same as you facebook event daylight savings, but may not work for more complicated arrangements where daylight savings happens under different date ranges.

  • The topic ‘Works well’ is closed to new replies.