_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 = ' _theme == 'dark') ? 'data-theme="dark" ' : '') . ' data-height="600" href="' . Output::getClean($this->_twitter_url) . '"> Tweets
'; } }