Ejemplo n.º 1
0
 public function run()
 {
     parent::run();
     $this->client_id = Yii::app()->facebook->appId;
     $params = $this->getParams();
     $this->renderTag('registration', $params);
 }
 public function run()
 {
     parent::run();
     if (!isset($this->profile_id)) {
         $this->profile_id = Yii::app()->facebook->appId;
     }
     $params = $this->getParams();
     $this->renderTag('send', $params);
 }
Ejemplo n.º 3
0
 public function run()
 {
     parent::run();
     $params = $this->getParams();
     $this->renderTag('follow', $params);
 }
Ejemplo n.º 4
0
 public function run()
 {
     parent::run();
     $params = $this->getParams();
     $this->renderTag('live-stream', $params);
 }
Ejemplo n.º 5
0
 public function run()
 {
     parent::run();
     $params = $this->getParams();
     $this->renderTag('activity', $params);
 }
Ejemplo n.º 6
0
 public function run()
 {
     parent::run();
     $params = $this->getParams();
     $this->renderTag('recommendations-bar', $params);
 }
Ejemplo n.º 7
0
 public function run()
 {
     parent::run();
     $params = $this->getParams();
     $this->renderTag('login-button', $params);
 }
Ejemplo n.º 8
0
 public function run()
 {
     parent::run();
     $params = $this->getParams();
     $this->renderTag('like-box', $params);
 }
Ejemplo n.º 9
0
 public function run()
 {
     parent::run();
     $params = $this->getParams();
     $this->renderTag('comments', $params);
 }
Ejemplo n.º 10
0
 public function run()
 {
     parent::run();
     $params = $this->getParams();
     $this->renderTag('subscribe', $params);
 }