예제 #1
0
 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.');
     }
 }
예제 #2
0
 public function run()
 {
     parent::run();
     if (!isset($this->profile_id)) {
         $this->profile_id = $this->app_id;
     }
     $this->renderTag('like-box');
 }
예제 #3
0
 public function run()
 {
     parent::run();
     $this->renderTag('comments');
 }
예제 #4
0
 public function run()
 {
     parent::run();
     $this->renderTag('facepile');
 }
예제 #5
0
 public function run()
 {
     parent::run();
     $this->renderTag('subscribe');
 }
예제 #6
0
 public function run()
 {
     parent::run();
     $this->renderTag('like');
 }
예제 #7
0
 public function run()
 {
     parent::run();
     $this->renderTag('activity');
 }