Better tweet embedding#
This commit is contained in:
parent
9c5b2e3bac
commit
723760702a
1 changed files with 1 additions and 1 deletions
|
@ -280,8 +280,8 @@ class Note extends Model
|
||||||
try {
|
try {
|
||||||
$oEmbed = Twitter::getOembed([
|
$oEmbed = Twitter::getOembed([
|
||||||
'id' => $tweetId,
|
'id' => $tweetId,
|
||||||
|
'dnt' => true,
|
||||||
'align' => 'center',
|
'align' => 'center',
|
||||||
'omit_script' => true,
|
|
||||||
'maxwidth' => 550,
|
'maxwidth' => 550,
|
||||||
]);
|
]);
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue