{"id":10127,"date":"2010-08-20T00:29:34","date_gmt":"2010-08-20T00:29:34","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/wordpress-facebook-grabber\/"},"modified":"2012-08-30T10:14:44","modified_gmt":"2012-08-30T10:14:44","slug":"wordpress-facebook-grabber","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/wordpress-facebook-grabber\/","author":6566657,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"4","stable_tag":"trunk","tested":"3.1.4","requires":"2.5","requires_php":"","requires_plugins":"","header_name":"WP Facebook grabber","header_author":"http:\/\/www.borraccetti.it\/borraccetti","header_description":"","assets_banners_color":"","last_updated":"2012-08-30 10:14:44","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/www.entula.net","header_plugin_uri":"http:\/\/www.entula.net\/wordpress-facebook-grabber\/","header_author_uri":"","rating":3,"author_block_rating":0,"active_installs":30,"downloads":22399,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"":"<p>jquery now not included, you have to load jquery in your header<\/p>"},"ratings":{"1":0,"2":0,"3":"1","4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":{"screenshot-2.jpg":{"filename":"screenshot-2.jpg","revision":"1538963","resolution":"2","location":"plugin"},"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":"1538963","resolution":"1","location":"plugin"}},"screenshots":{"1":"wp_facebook_album_grabber : This is what you can have in your post or pages using fbAlbum tag.","2":"<p>wp_facebook_feed_grabber : This is what you can have in your post or pages using fbfeed tag.<\/p>","3":"<p>This is the second screen shot<\/p>"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[5719,107,157,210,133],"plugin_category":[44,50,56],"plugin_contributors":[],"plugin_business_model":[],"class_list":["post-10127","plugin","type-plugin","status-closed","hentry","plugin_tags-album","plugin_tags-comments","plugin_tags-facebook","plugin_tags-gallery","plugin_tags-image","plugin_category-discussion-and-community","plugin_category-media","plugin_category-social-and-sharing","plugin_committers-miasm"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/wordpress-facebook-grabber.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/wordpress-facebook-grabber\/trunk\/screenshot-1.jpg?rev=1538963","caption":"wp_facebook_album_grabber : This is what you can have in your post or pages using fbAlbum tag."},{"src":"https:\/\/ps.w.org\/wordpress-facebook-grabber\/trunk\/screenshot-2.jpg?rev=1538963","caption":"<p>wp_facebook_feed_grabber : This is what you can have in your post or pages using fbfeed tag.<\/p>"}],"raw_content":"<!--section=description-->\n<p>Wp Facebook Grabber plugin provide a way to take public content from facebook and insert in your Wordpress pages or posts.\nIt works usin graph facebook api and json php\/jquery function.<\/p>\n\n<p>Actually the plugin support Facebook Photo Album and Feed data from Facebook profile.\nYou can put your feed status update and photo album from facebook everywhere in wordpress post or page, and theme it using css stylesheet.<\/p>\n\n<p>For now it takes info using facebook id code.<\/p>\n\n<p>It support for example:\n[fbAlbum]132919960064546[\/fbAlbum]\n[fbFeed]128091230547419[\/fbFeed]\nOnce the plugin is installed, you'll be able to add this tags to your pages or posts, the plugin will change the tag width the data  grabbed from facebook.<\/p>\n\n<p>The facebook id code can be taken from the public profile url of facebook, for example:\nhttp:\/\/www.facebook.com\/pages\/Porto-Torres-Italy\/Il-Melo-Residence-Sardegna\/126319364057939\nThe facebook id code is 126319364057939 and you can grab the feed status using: [fbFeed]128091230547419[\/fbFeed] inside your wordpress posts or pages.<\/p>\n\n<p>Facebook album id code can be taken from http:\/\/graph.facebook.com\/[your_facebook_main_id]\/albums\nthis gives something like that:\n\"id\": \"132919960064546\",\n\"from\": {\n\"name\": \"Il Melo Residence - Sardegna\",\n\"category\": \"Local_hotels_lodging\",\n\"id\": \"126319364057939\"\n},\n...\nThe first id is the facebook album id and can be set between [fbAlbum]your_album_id[\/fbAlbum] tags without spaces.<\/p>\n\n<p>Extra information, user comments, demo and other can be found here: http:\/\/www.entula.net\/wordpress-facebook-grabber<\/p>\n\n<!--section=installation-->\n<p>This section describes how to install the plugin and get it working.<\/p>\n\n<p>e.g.<\/p>\n\n<ol>\n<li>Upload the content of compressed archive to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Use [fbAlbum] or [fbFeed] ad described in description section<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>A question that someone might have<\/dt>\n<dd><p>An answer to that question.<\/p><\/dd>\n<dt>What about foo bar?<\/dt>\n<dd><p>Answer to foo bar dilemma.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0<\/h4>\n\n<ul>\n<li>first release<\/li>\n<\/ul>\n\n<h4>2.0<\/h4>\n\n<p>added bugfix for multiple call to fbAlbum tag thanks to Carlo Alberto Ferraris cafxx @  strayorange.com\nadded support for jquery based grab, if no curl or file_gets_content are available on the server\nminor bugfix loading css file<\/p>\n\n<h4>3.0<\/h4>\n\n<p>added option panel\nadded maximum printed feed\nadded maximum printed photo from album\nminor bugfix \nbugfix about css file name\nadded support for jquery based feed grabber<\/p>\n\n<h4>3.1<\/h4>\n\n<p>added option for jquery\/curl mode\nremoved 25 max limit for photos ( remember, more photos means slow page load, use jquery if you post more than 40 photo )\nminor bugfix thanks to tobeweb.fr and psysoul.hu<\/p>\n\n<h4>3.2<\/h4>\n\n<p>generic bugfix and some code cleanup\nbugfix for feed grabber in jquery mode\nnew option in option panel for autodetect facebook album ID<\/p>\n\n<h4>3.3<\/h4>\n\n<p>minor bugfix in case of no data from facebook.\nfeed are now probably down, i'm working on it.<\/p>\n\n<h4>3.4<\/h4>\n\n<p>fixed feed grabber bug, now access token supported.\nminor bugfix.<\/p>\n\n<h4>3.5<\/h4>\n\n<p>Major bugfix about facebook feed grabber.\nfixed new feed grabber bug, facebook graph for feed grab totally rewritten.\nfixed some minor javascript bugs in case of no data from graph.\nadded facebook apps data to option panel.<\/p>\n\n<h4>4.0<\/h4>\n\n<p>Major bugfix.\nFixed typo error, f to log ion\njquery now not included, you have to load jquery in your header\njquery now use noconflict and jQuery sintax instead of $\nadded \"original content\" link for feed and album<\/p>","raw_excerpt":"Wp Facebook Grabber plugin provide a way to take public content from facebook and insert in your Wordpress pages or posts.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/10127","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=10127"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/miasm"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=10127"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=10127"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=10127"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=10127"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=10127"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=10127"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}