Closed (duplicate)
Project:
Video Embed Field
Version:
7.x-2.0-beta5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Apr 2013 at 21:21 UTC
Updated:
6 Jun 2014 at 17:50 UTC
Jump to comment: Most recent
Comments
Comment #1
emilflatz commentedHi,
I made it work by replacing code in $embed variable (file: video_embed_facebook.module line: 91 ) with the following:
E.
Comment #2
brodiebrodie commentedHi,
could you tell me exactly which code you replaced, I have tried this and its still not working for me
Thank you
Brodie
Comment #3
ursula commented@emilflatz: works for me, thanks!
Comment #4
falster commentedI also struggeled with getting this to work. But I changed this:
With this:
$embed='<iframe src="https://www.facebook.com/video/embed?video_id=!id" width="!width" height="!height" frameborder="0"></iframe> ';Could the maintainer please commit the fix to the module?
And at the same time correct the height and with description on the module settings page?
Comment #5
khasmir commentedThis isn't fix at the module yet.
Comment #6
derekahmedzai commentedSee #1949200: Facebook URL - I think it's because Facebook have changed the parameter in the url.
Comment #7
plopescMarking as duplicated of #1949200: Facebook URL which has been fixed today.
Regards