public function __construct($type, $settings, $key) { parent::__construct($type, $settings, $key); $this->service = "Twitter"; $this->text = isset($settings['twitter_body']) ? $settings['twitter_body'] : ''; $this->show_title = isset($settings['twitter_show_title']) && $settings['twitter_show_title']; }
public function __construct($type, $settings, $key) { parent::__construct($type, $settings, $key); $this->service = "Email"; $this->imageUrl = $this->imagePath . "email.png"; $this->message = isset($settings['email_body']) ? $settings['email_body'] : ''; $this->newWindow = false; }
public function __construct($type, $settings, $key) { parent::__construct($type, $settings, $key); $this->service = "Craftinoo"; }
public function __construct($type, $settings, $key) { parent::__construct($type, $settings, $key); $this->service = "VK"; $this->imageUrl = $this->imagePath . "vk.png"; }
public function __construct($type, $settings, $key) { parent::__construct($type, $settings, $key); $this->service = "StumbleUpon"; $this->imageUrl = $this->imagePath . "stumbleupon.png"; }
public function __construct($type, $settings, $key) { parent::__construct($type, $settings, $key); $this->service = "SpecificFeeds"; $this->imageUrl = $this->imagePath . "specificfeeds.png"; }
public function __construct($type, $settings, $key) { parent::__construct($type, $settings, $key); $this->service = "WhatsApp"; }
public function __construct($type, $settings, $key) { parent::__construct($type, $settings, $key); $this->service = "YouTube"; }
public function __construct($type, $settings, $key) { parent::__construct($type, $settings, $key); $this->service = "LinkedIn"; $this->imageUrl = $this->imagePath . "linkedin.png"; }
public function __construct($type, $settings, $key) { parent::__construct($type, $settings, $key); $this->service = "Instagram"; }