Méthode |
Description |
|
addImage ( string $url ) : self |
Add image to the card. |
|
addMeta ( string $name, string $content ) : self |
Add a meta to the twitter card. |
|
addMetas ( array $metas ) : self |
Add many metas to the card. |
|
disable ( ) : self |
Disable the Twitter Card. |
|
enable ( ) : self |
Enable the Twitter Card. |
|
isDisabled ( ) : boolean |
Check if the Twitter Card is disabled. |
|
isEnabled ( ) : boolean |
Check if the Twitter Card is enabled. |
|
reset ( ) : self |
Reset the twitter card. |
|
setCard ( Arcanedev\SeoHelper\Contracts\Entities\TwitterCard $card ) : self |
Set the twitter card instance. |
|
setDescription ( string $description ) : self |
Set the card description. |
|
setSite ( string $site ) : self |
Set the card site. |
|
setTitle ( string $title ) : self |
Set the card title. |
|
setType ( string $type ) : self |
Set the card type. |
|