function __construct($options)
 {
     $this->slug = 'instagram';
     $this->name = 'Instagram';
     $this->sequential = true;
     parent::__construct($options);
 }
 function __construct($options)
 {
     $this->name = '500px';
     $this->slug = '500px';
     $this->categories = array('' => __('Everything', 'asg'), '0' => __('Uncategorized', 'asg'), '10' => __('Abstract', 'asg'), '11' => __('Animals', 'asg'), '5' => __('Black and White', 'asg'), '1' => __('Celebrities', 'asg'), '9' => __('City and Architecture', 'asg'), '15' => __('Commercial', 'asg'), '16' => __('Concert', 'asg'), '20' => __('Family', 'asg'), '14' => __('Fashion', 'asg'), '2' => __('Film', 'asg'), '24' => __('Fine Art', 'asg'), '23' => __('Food', 'asg'), '3' => __('Journalism', 'asg'), '8' => __('Landscapes', 'asg'), '12' => __('Macro', 'asg'), '18' => __('Nature', 'asg'), '4' => __('Nude', 'asg'), '7' => __('People', 'asg'), '19' => __('Performing Arts', 'asg'), '17' => __('Sport', 'asg'), '18' => __('Still life', 'asg'), '21' => __('Street', 'asg'), '26' => __('Transportation', 'asg'), '13' => __('Travel', 'asg'), '22' => __('Underwater', 'asg'), '23' => __('Urban Exploration', 'asg'), '25' => __('Wedding', 'asg'), '27' => __('Urban Exploration', 'asg'));
     parent::__construct($options);
 }
 function __construct($options)
 {
     $this->slug = 'facebook';
     $this->name = __('facebook', 'asg');
     $this->sequential = true;
     parent::__construct($options);
 }
 function __construct($options)
 {
     $this->slug = 'rss';
     $this->name = 'RSS';
     parent::__construct($options);
 }
 function __construct($options)
 {
     $this->slug = 'flickr';
     $this->name = __('Flickr', 'asg');
     parent::__construct($options);
 }
 function __construct($options)
 {
     $this->slug = 'nextgen';
     $this->name = 'NEXTGEN';
     parent::__construct($options);
 }