1, 'post_content'=>'', 'post_title'=>'Photos', 'post_name'=>'photos', 'comment_status'=>1, 'post_parent'=>0 ); // add a photo album page if(get_bloginfo('version') >= 2.1) { $page['post_status'] = 'publish'; $page['post_type'] = 'page'; } else { $page['post_status'] = 'static'; } $page_id = wp_insert_post($page); update_option('fb_albums_page', $page_id); } // get options to fill in input fields $fb_session = get_option('fb_facebook_session'); $fb_albums_page = get_option('fb_albums_page'); $fb_number_rows = get_option('fb_number_rows'); $fb_number_cols = get_option('fb_number_cols'); $fb_album_cmts = get_option('fb_album_cmts'); $fb_thumb_size = get_option('fb_thumb_size'); $fb_albums_per_page = get_option('fb_albums_per_page'); $fb_style = get_option('fb_style'); $fb_embedded_width = get_option('fb_embedded_width'); ?> msg): ?>
msg ?>
This plugin links to your Facebook account and imports all of your albums into a page on your blog. To get started you need to give permission to the plugin to access your Facebook account and then import your albums on the management page.