Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Takanudo

    (@takanudo)

    Would you mind posting a link to your WordPress site where the plugin is installed so that I can see the problem?

    Thread Starter jyard

    (@jyard)

    Plugin Author Takanudo

    (@takanudo)

    I’m not sure why Facebook is sending you a large image for videos. You can modify the php to force Facebook to grab a thumbnail image by doing the following:

    1. Open ‘/wp-content/plugins/jsl3-facebook-wall-feed/php/class-uki-facebook-wall-feed.php’
    2. Line 830 is the following:
      return $result;
    3. Change it to the following
      return str_replace('_b', '_t', $result);
    4. Save the file
    Thread Starter jyard

    (@jyard)

    You rock, it worked.. i will donate. Thank you very much!!

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