diff --git a/src/Providers/OEmbed/Embedly.php b/src/Providers/OEmbed/Embedly.php index 37e3cd04..ada4fc36 100644 --- a/src/Providers/OEmbed/Embedly.php +++ b/src/Providers/OEmbed/Embedly.php @@ -42,7 +42,7 @@ public function getEndPoint() { return Url::create('http://api.embed.ly/1/oembed') ->withQueryParameters([ - 'url' => (string) $this->getUrl(), + 'url' => (string) $this->response->getUrl(), 'format' => 'json', 'key' => $this->key, ]);