'Show Flickr image gallery' ); parent::WP_Widget(false, "Ace Flickr",$widget_ops); } function widget($args, $data) { extract( $args ); $title = $data['title']; $id = $data['id']; $number = $data['number']; echo $before_widget; ?>
'Show social network like Twitter, Facebook, RSS, etc.' ); parent::WP_Widget(false, "Ace Social Networks",$widget_ops); } function widget($args, $data) { extract( $args ); $title = $data['title']; $rss = $data['rss']; $twitter = $data['twitter']; $facebook = $data['facebook']; $pinterest = $data['pinterest']; echo $before_widget; ?>
'Show your tweets' ); parent::WP_Widget(false, "Ace Tweet",$widget_ops); } function widget($args, $data) { extract( $args ); $title = $data['title']; $twitter = $data['twitter']; $updates = $data['updates']; echo $before_widget; ?>