Viewing 7 replies - 1 through 7 (of 7 total)
  • FB video doesn’t work for me anymore either. I’m looking for another plugin. ??

    Thread Starter johanna2patricia

    (@johanna2patricia)

    When I use the text mode it works, so for now I am using that. But it is a nuisance!

    Go to /wp-content/plugins/wordpress-video-plugin/Videos.php
    LINE 517
    replace line with this code

    define("FB_TARGET", "<iframe src=\"https://www.facebook.com/video/embed?video_id=###URL###\" width=\"700\" height=\"600\" frameborder=\"0\"></iframe>");

    Hope it works for you..

    Thread Starter johanna2patricia

    (@johanna2patricia)

    Thanks Metal, I will try it out and let you know.

    Johanna

    Thread Starter johanna2patricia

    (@johanna2patricia)

    Hi Metal,
    I tried out your code, but that doesn’t work either. ??

    Did you make sure that the line was similar to the replacement code?
    and did you clear your cache if you’re using one..

    the code works for me..
    https://shabupa.com/condom-durability-test/

    That worked for me.
    It was on line 403, in the latest version I just downloaded.
    v0.759

    replace:
    define("FB_TARGET", "<object width=\"".FB_WIDTH."\" height=\"".FB_HEIGHT."\"><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"movie\" value=\"https://www.facebook.com/v/###URL###\" /><embed src=\"https://www.facebook.com/v/###URL###\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"".FB_WIDTH."\" height=\"".FB_HEIGHT."\"></embed></object>");

    with:
    define("FB_TARGET", "<iframe src=\"https://www.facebook.com/video/embed?video_id=###URL###\" width=\"700\" height=\"600\" frameborder=\"0\"></iframe>");

    Thanks Metal_13

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Facebook video isn't working’ is closed to new replies.