public function run()
 {
     parent::run();
     if (!isset($this->app_id) && YII_DEBUG) {
         throw new CException('Plugin of type "' . get_class($this) . '" requires the Facebook application ID ("app_id") to be set.');
     }
 }
Exemple #2
0
 public function run()
 {
     parent::run();
     if (!isset($this->profile_id)) {
         $this->profile_id = $this->app_id;
     }
     $this->renderTag('like-box');
 }
Exemple #3
0
 public function run()
 {
     parent::run();
     $this->renderTag('comments');
 }
Exemple #4
0
 public function run()
 {
     parent::run();
     $this->renderTag('facepile');
 }
 public function run()
 {
     parent::run();
     $this->renderTag('subscribe');
 }
Exemple #6
0
 public function run()
 {
     parent::run();
     $this->renderTag('like');
 }
Exemple #7
0
 public function run()
 {
     parent::run();
     $this->renderTag('activity');
 }