Exemplo n.º 1
0
 /**
  * Add a meta to the Twitter Card.
  *
  * @param  string  $name
  * @param  string  $content
  *
  * @return self
  */
 public function addMeta($name, $content)
 {
     $this->card->addMeta($name, $content);
     return $this;
 }