=== Facebook URL Linter for Posts Plugin === Contributors: Avishay Bassa, Geektime Tags: url linter, url, linter, facebook, debugger, debug, post Requires at least: 3.0 Tested up to: 4.1 Stable tag: 0.5 == Description == This Plugin allows you to send any published or updated post to facebook scraper. This Plugin was developed by Geektime's dev team for internal purposes only, and was shared for your convenience. We do not provide any support services for this plugin. Usage 1. Go to developers.facebook.com and grab your App ID & App Secret from your app Dashboard, by selecting your Facebook app from the Apps panel. 2. Paste the App ID & App Secret on the plugin settings page inside your WordPress blog. == Installation == 1. Upload `facebook-force-lint.zip` onto your local computer. 2. Go to your WordPress Dashboard and select Plugins >> Add New. 3. Click on the Upload option at the top and select the `facebook-force-lint.zip` you just downloaded. 4. Click on Install. 5. Activate the plugin through the 'Plugins' menu in WordPress 6. There should be an additional Facebook URL Linter sub-menu under the Settings option of your Dashboard. 7. Clicking on the Facebook URL Linter sub-menu will cause `fb-linter.php` to be executed. == Frequently Asked Questions == Why do I need this plugin The plugin allows the users to send their new & updated WordPress blog posts to the Facebook scraper automatically. It helps users to avoid unneccesary Facebook errors, and keep facebook updated with every update on old posts. How this plugin Works Each time a user is posting new article or updating existing post, the plugin sends the permalink url to the Facebook URL Linter / Debugger and forces Facebook to re-fetch post information. This plugin is utilizing Facebook PHP SDK (v.3.2.3) for websites running PHP 5.3 and up. You can find more information about how to use the SDK here. It uses WordPress publish_post & post_updated hooks in order to catch the neccesary events. == Screenshots == 1. Use the admin panel to configure Facebook App ID & Secret == Changelog == V0.5 - Added email notifications support V0.4 - Added scheduled posts support V0.3.1 - Changed the events where the request is occuring to be more specific. V0.3 - Updated the facebook request to be more reliable, even when error is returned form the debugger. V0.2 - Organize libraries and improve Active mechanism for safety. V0.1 - First version.