Skip to content

Commit 235dc23

Browse files
committed
More priority to Opengraph data than TwitterCards
1 parent fd7e122 commit 235dc23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Embed/Adapters/Webpage.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ protected function initProviders (Url $Url) {
2727
$this->providers = array(
2828
'Html' => new Html($Url),
2929
'Facebook' => new Facebook($Url),
30-
'OpenGraph' => new OpenGraph($Url),
31-
'TwitterCards' => new TwitterCards($Url)
30+
'TwitterCards' => new TwitterCards($Url),
31+
'OpenGraph' => new OpenGraph($Url)
3232
);
3333

3434
if ($this->providers['Html']->get('oembed')) {

0 commit comments

Comments
 (0)