public function __construct($url)
 {
     if ($url) {
         self::$og_content = self::get_graph($url);
     }
 }