|
@@ -27,7 +27,7 @@ class DailymotioncomFactory extends BaseFactory
|
27
|
27
|
$width = $this->container->getParameter('dailymotion_player_width');
|
28
|
28
|
$height = $this->container->getParameter('dailymotion_player_height');
|
29
|
29
|
return '<iframe frameborder="0" width="'.$width.'" height="'.$height.'" '
|
30
|
|
- .'src="http://www.dailymotion.com/embed/video/xnqcwx"></iframe>';
|
|
30
|
+ .'src="'.$embed_url.'"></iframe>';
|
31
|
31
|
}
|
32
|
32
|
|
33
|
33
|
return null;
|