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