=== Disqus Comment System === Contributors: disqus, alexkingorg, crowdfavorite Tags: comments, threaded, email, notification, spam, avatars, community, profile, widget, disqus Requires at least: 2.8 Tested up to: 3.0 Stable tag: 2.50 The Disqus comment system replaces your WordPress comment system with your comments hosted and powered by Disqus. == Description == Disqus, pronounced "discuss", is a service and tool for web comments and discussions. Disqus makes commenting easier and more interactive, while connecting websites and commenters across a thriving discussion community. The Disqus for WordPress plugin seamlessly integrates using the Disqus API and by syncing with WordPress comments. = Disqus for WordPress = * Uses the Disqus API * Comments indexable by search engines (SEO-friendly) * Support for importing existing comments * Auto-sync (backup) of comments with Disqus and WordPress database = Disqus Features = * Threaded comments and replies * Notifications and reply by email * Subscribe and RSS options * Aggregated comments and social mentions * Powerful moderation and admin tools * Full spam filtering, blacklists and whitelists * Support for Disqus community widgets * Connected with a large discussion community * Increased exposure and readership == Installation == **NOTE: It is recommended that you backup your database before installing the plugin.** 1. Unpack archive to this archive to the 'wp-content/plugins/' directory inside of WordPress * Maintain the directory structure of the archive (all extracted files should exist in 'wp-content/plugins/disqus/' 2. From your blog administration, click on Comments to change settings (WordPress 2.0 users can find the settings under Options > Disqus.) = More documentation = Go to [http://disqus.com/help/wordpress](http://disqus.com/help/wordpress) == Upgrading == (If you were using legacy mode you will need to re-install the plugin completely) Replace the old plugin with the new plugin (the plugin must stay in the disqus directory). If the old plugin directory was 'disqus-comment-system' you should remove it, and the new plugin should be stored in 'disqus'. == Changes == 2.50 * Added missing file. 2.49 * Database usage has been optimized for storing comment meta data. You can perform this migration automatically by visiting Comments -> Disqus, or if you have a large database, you may do this by hand: CREATE INDEX disqus_dupecheck ON `wp_commentmeta` (meta_key, meta_value(11)); INSERT INTO `wp_options` (blog_id, option_name, option_value, autoload) VALUES (0, 'disqus_version', '2.49', 'yes') ON DUPLICATE KEY UPDATE option_value = VALUES(option_value); 2.48 * Comment synchronization has been optimized to be a single call per-site. * disqus.css will now only load when displaying comments 2.47 * Fixed a security hole with comment importing. * Reverted ability to use default template comments design. * Comments will now store which version they were imported under. * Added an option to disable server side rendering. 2.46 * Better debugging information for export errors. * Added the ability to manual import Disqus comments into Wordpress. * Added thread_identifier support to exports. * Cleaned up API error messages. * Fixed a bug which was causing the import process to not grab only the latest set of comments. * Added an option to disable automated synchronization with Disqus. 2.45 * Comments should now store thread information as well as certain other meta data. * Optimize get_thread polling to only pull comments which aren't stored properly. 2.44 * Fixed JavaScript response for comments sync call. * Comments are now marked as closed while showing the embed (fixes showing default respond form). 2.43 * Fixed a JavaScript syntax error which would cause linting to fail. * Correct an issue that was causing comments.php to throw a syntax error under some configurations. 2.42 * Correct a bug with saving disqus_user_api_key (non-critical). * Added settings to Debug Information. * Adjusting all includes to use absolute paths. * Adjusted JSON usage to solve a problem for some clients. 2.41 * Correct a bug with double urlencoding titles. 2.40 * Comments are now synced with Disqus as a delayed asynchronous cron event. * Comment count code has been updated to use the new widget. (Comment counts must be linked to get tracked within "the loop" now). * API bindings have been migrated to the generic 1.1 Disqus API. * Pages will now properly update their permalink with Disqus when it changes. This is done within the sync event above. * There is now a Debug Information pane under Advanced to assist with support requests. * When Disqus is unreachable it will fallback to the theme's built-in comment display. * Legacy mode is no longer available. * The plugin management interface can now be localized. * The plugin is now valid HTML5. == Support == * Visit http://disqus.com/help/wordpress for help documentation. * Visit http://help.disqus.com for help from our support team. * Disqus also recommends the [WordPress HelpCenter](http://wphelpcenter.com/) for extended help. Disqus is not associated with the WordPress HelpCenter in any way.