=== Facebook CommentsTNG === Contributors: crazyspence Donate link: http://www.philtopia.com/?page_id=292 Tags: comments Requires at least: 2.8 Tested up to: 2.8.4 Stable tag: 0.12 Facebook CommentsTNG will pull your comments from Facebook Notes back into your blog == Description == Facebook CommentsTNG will pull your comments from Facebook Notes back into your blog. Currently it has a test mode which will display any notes and comments that it intends to import and a manual import button which will add them to Wordpress. This is a complete rewrite and still very new and you may run into problems please do a test run first. == Installation == 1. Extract the plugin to your wordpress plugins directory 1. Activate plugin 1. Add your Facebook user and password to the settings == Frequently Asked Questions == = Why doesn't it automatically scan hourly or daily? = At this stage it is very raw and has some issues I would rather not let it automatically have those issues in the background, it will be added eventually = It told me it ran out of memory with a fatal error = Yea this can happen especially with lots of notes. An optional limit to how far back it scans is coming very soon along with an option to start it at a certain post. == Screenshots == == Changelog == = 0.1 = * Scans all notes for comments and adds them to database to await approval * Test mode which only shows comments not detected in database = 0.11 = * Re arranged the check for a note that sees if it is a Wordpress blog to a point before downloading it to improve memory usage = 0.12 = * Prefixed all functions with tng_ to avoid conflicts with other funcions or plugins * Added limit function to limit how many notes are scanned, 0 to scan all notes. This will be helpful to people with many notes or small memory restrictions * Added timer functions for hourly and daily * Corrected comment adding function data as it was not adding a time or the facebook url to comments and this was causing it not to show properly in recent comments * Removed some commented out code from intial development that would not be needed * Renamed Settings page to Facebook CommentsTNG from Facebook NotesTNG