Skip to content

Commit

Permalink
Merge pull request #23 from Erwane/18-facebook-url
Browse files Browse the repository at this point in the history
facebook require full url in href iframe
  • Loading branch information
dereuromark committed Nov 4, 2017
2 parents f9f3230 + 5d907f3 commit 710e109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MediaEmbed/Data/stubs.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
'embed-src' => '//www.facebook.com/video/embed?video_id=$2',
'embed-width' => '480',
'embed-height' => '295',
'iframe-player' => '//www.facebook.com/plugins/video.php?href=$2&show_text=0',
'iframe-player' => '//www.facebook.com/plugins/video.php?href=$1&show_text=0',
],
[
'name' => 'Dailymotion',
Expand Down

0 comments on commit 710e109

Please sign in to comment.