_module = 'Core';
$this->_name = 'Twitter';
$this->_description = 'Display your Twitter feed on your site. Make sure you have entered your Twitter URL in the StaffCP -> Core -> Social Media tab first!';
$this->_engine = $engine;
$this->_twitter_url = $twitter;
$this->_theme = $theme;
}
public function initialise(): void {
$this->_content = '
';
}
}