<?phpclass Sharebutton04 extends Page { public function InitializeComponent() { parent::$PAGE_TITLE = "Add this share button"; $this->render = new ShareButton(); // Enable third party cookies filter $this->enableThirdPartyCookiesFilter(); }}?>