We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c4d7c2 commit 6a77b20Copy full SHA for 6a77b20
Embed/Sources/Feed.php
@@ -39,7 +39,7 @@ public function getSourceUrl () {
39
}
40
41
public function getProviderUrl () {
42
- return !empty($this->data['url']) ? $this->data['url'] : ($this->Url->getScheme().'://'.$this->Url->getDomain());
+ return !empty($this->data['url']) ? $this->data['url'] : ($this->Url->getScheme().'://'.$this->Url->getHost());
43
44
45
public function getItems () {
@@ -110,6 +110,8 @@ static protected function parseAtom (\SimpleXMLElement $Xml) {
110
111
$url = (string)$attributes->href;
112
113
+ var_dump($url);
114
+
115
break;
116
117
0 commit comments