_engine = $engine; // Set widget variables $this->_module = 'Core'; $this->_name = 'Facebook'; $this->_description = 'Display a feed from your Facebook page on your site. Make sure you have entered your Facebook URL in the StaffCP -> Core -> Social Media tab first!'; $this->_fb_url = $fb_url; } public function initialise(): void { $this->_content = '
'; } }