Skip to content

Commit 1963555

Browse files
authored
Merge pull request #449 from bendesilva/v3.x-fix-iframely
Update Iframely.php to fix URL error
2 parents fe22611 + e02183e commit 1963555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Providers/OEmbed/Iframely.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function getEndPoint()
4242
{
4343
return Url::create('http://open.iframe.ly/api/oembed')
4444
->withQueryParameters([
45-
'url' => (string) $this->getUrl(),
45+
'url' => (string) $this->response->getUrl(),
4646
'format' => 'json',
4747
'api_key' => $this->key,
4848
]);

0 commit comments

Comments
 (0)