From de0de16f2aeffd4c1c707d9d5615f9be6eca8390 Mon Sep 17 00:00:00 2001 From: Alexandre Paradis Date: Sat, 3 Sep 2016 12:26:52 -0400 Subject: [PATCH] Protocol independant Youtube link No more self closing iframe tag - http://stackoverflow.com/questions/27545757/why-is-a-self-closing-iframe-tag-preventing-further-dom-elements-to-be-displayed --- src/Parsers/YouTubeParser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Parsers/YouTubeParser.php b/src/Parsers/YouTubeParser.php index 80c2b1f..4a9017e 100644 --- a/src/Parsers/YouTubeParser.php +++ b/src/Parsers/YouTubeParser.php @@ -55,7 +55,7 @@ public function parseLink(LinkInterface $link) $this->getPreview() ->setId($matches[1]) ->setEmbed( - '' ); return $this;