<?php class Sharebutton02 extends Page{ public function InitializeComponent() { parent::$PAGE_TITLE = "Google like share button"; $this->render = new GoogleLikeButton( GoogleLikeButton::BUTTON_STANDARD, true, $this->getBaseURL());
// Enable third party cookies filter $this->enableThirdPartyCookiesFilter(); } } ?>