Descripción
IntenseDebate Comments enhance and encourage conversation on your blog or website. Custom integration with your WordPress admin panel makes moderation a piece of cake. Comment threading, reply-by-email, user accounts and reputations, comment voting, along with Twitter and friendfeed integrations enrich your readers’ experience and make more of the internet aware of your blog and comments which drives traffic to you!
Full comment and account data sync between Intense Debate and WordPress ensures that you will always have your comments stored locally on your own server.
Note: IntenseDebate is currently being maintained, but not actively developed.
Capturas
Instalación
Note: As is the case when installing any new plugin, it’s always a good idea to backup your blog data before installing.
- After downloading the IntenseDebate plugin, unpack and upload the file to the wp-content/plugins folder on your blog. Make sure to leave the directory structure of the archive intact so that all of the IntenseDebate files are located in ‘wp-content/plugins/intensedebate/’
- You will need to activate the IntenseDebate plugin in order to see your new comment system. Go to the Plugins tab and find IntenseDebate Comments in the list and click Activate.
- After activating proceed to the plugin settings page (under Settings > IntenseDebate) to configure your plugin. Don’t forget to visit your account at IntenseDebate.com for additional customization options.
FAQ
-
Having Connection Issues During Install?
-
Para que nuestro plugin funcione correctamente, nuestros servidores deben poder ponerse en contacto con el tuyo. Algunas causas comunes de errores de comunicación:
- Estás intentando instalar IntenseDebate en un servidor de desarrollo local: tu sitio debe estar en línea en Internet «público».
- Tu sitio está protegido por contraseña (.htaccess o similar)
- Tu servidor está detrás de un cortafuegos o
- Un plugin de almacenamiento en caché puede estar configurado incorrectamente
Para obtener más ayuda, ponte en contacto con el soporte de IntenseDebate en support@intensedebate.com
-
¿Qué es la sincronización de datos?
-
Los comentarios realizados en IntenseDebate se copian automáticamente en tu sistema de comentarios de WordPress, mientras que tus comentarios de WordPress existentes se importan automáticamente a IntenseDebate. Siempre tienes todos sus comentarios, por lo que la desinstalación es un proceso de un solo clic si cambias de opinión. La sincronización de tus cuentas permite el inicio de sesión automático, por lo que al iniciar sesión en WordPress, se registra automáticamente en IntenseDebate. La sincronización de perfiles también significa que los comentarios que haces están sincronizados con ambos perfiles para que puedas mantener la propiedad de tu perfil.
-
¿Qué pasa con el SEO?
-
IntenseDebate genera los comentarios estándar de WordPress permitiendo que tus comentarios sigan siendo indexados por los motores de búsqueda que ignoran JavaScript, al tiempo que garantiza que los visitantes que navegan con JavaScript deshabilitado puedan interactuar con los comentarios realizados en IntenseDebate. Los lectores con JS deshabilitado pueden comentar en el sistema WP original y esos comentarios se importarán a IntenseDebate.
-
¿Cómo sincronizo mis cuentas?
-
Después de instalar y activar el complemento IntenseDebate, deberá actualizar los ajustes de tu cuenta en la página de ajustes del plugin y crear una cuenta IntenseDebate o iniciar sesión en tu cuenta de IntenseDebate. La sincronización de datos y la importación de comentarios comenzarán en cuanto inicies sesión correctamente.
Ten en cuenta:
Tus comentarios pueden tardar varias horas en importarse. El momento de tu importación depende de cuántas otras solicitudes de importación estamos recibiendo, además de cuántos comentarios se están importando actualmente.
Reseñas
Colaboradores y desarrolladores
«IntenseDebate Comments» es un software de código abierto. Las siguientes personas han colaborado con este plugin.
ColaboradoresTraduce «IntenseDebate Comments» a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
2.10.2
- Minor improvements.
2.10.1
- Updated documentation to update current plugin compatibility.
2.10.0
- PHP 8.0+ compatibility
- Fix notices and warnings for WordPress 5.5.0+
2.9.11
- Improved security
2.9.10
- Minor fix: Add Tested up to WordPress 5.0 on readme.txt
2.9.9
- Tested up to WordPress 5.0
2.9.8
- Fix possible fatal on php >= 7.1
- Endurecimiento de la seguridad
2.9.7
- Cambio de las llamadas de función obsoletas a alternativas más actualizadas.
- Convertidas URL’s de IntenseDebate.com a https
- Endurecimiento de la seguridad
2.9.6
- Limpiar avisos en modo WP_DEBUG
- Ajustes cosméticos menores para alinearse mejor con el administrador de wp-admin
2.9.5
- Envuelta la salida de JS en una función anónima para evitar conflictos de variables
2.9.4
- Eliminado viejo código de compatibilidad
- Optimizaciones de rendimiento
- Better support for loading via HTTPS
2.9.3
- Remove mentions of $wpmu which is deprecated
- Bump requirement to WP3.0
- Get rid of our JSON library
- Remove Facebook xd receiver file
- Remove no-longer-used reference to Facebook cross-domain receiver
- Update .pot file
2.9.2
- Remove unnecessary reference to wp-admin/includes/template.php
- Import all comments not marked as spam (handles custom statuses etc)
2.9.1
- Remove user account linking/auto-login
- Fix bug with jQuery selectors for jQ 1.5.2 compatibility
- Update links to ID.com admin pages
- Enhance comment moderation experience for WordPress.com users
- Improve styling on comment moderation panel for recent WP versions
2.9
- Now requires WordPress 2.8+
- Reduced query load
- Optimize sync queue system for better performance
- Improved option handling
- Improve mobile device support
- Improved compatibility with WP 3.0
2.8
- Added widgets for recent comments, top commenters, site comment stats, and most commented posts
2.7
- Added ability to explicitly log in as a WordPress.com user
- Added basic connection diagnostics during installation
- More robust detection/loading of JSON libraries
2.6
- Fixed pass-by-reference bug for PHP 5.3, props Maciek P
- Minor modification to the way JSON-compat functions are loaded to work better with WP 2.9 under certain conditions
2.5
- Adjusted sync queue handling to handle bigger queues more reliably
- Removed DB logging entirely
- Added some API functions: get comment counts per post/total, get total approved comments, remotely retrieve queue, remotely cancel an operation, ability to lock queue temporarily
- Load comment details right before sync to avoid stale information syncing
- Improve duplicate comment handling
- Improve comment status syncing
- Fix bug in handling comments being enabled/disabled on a Post/Page
- Throttling on the number of outgoing requests to reduce loads on both ends of the system
- Ability to import a single Post/Page’s comments
- Added partial support for Trash feature in WP 2.9+
2.4.2
- Stopped using the onload JS event to load ID because some people had other plugins/widgets that were clobbering it
- Fixed invalid path on Loading image
- Changed Facebook xd_receiver path to be root-relative
- Fixed 2 NOTICE errors, props Anilo.
2.4.1
- Lots of optimizations on when/where to load ID resources (CSS/JS) to improve page load times
- Switched to inline JS/CSS in the admin to prevent loading the WP engine again
- Now loading ID comment UI via the script object method, rather than direct inclusion
- Removed some unnecessary options and just used smart defaults
- Changed so that there is no backup comments template — your theme MUST have something available, even if it’s very simple
- Made the option to reset the plugin available before import was completed
- Added the ability to reset your import any time during the installation process if you’re having problems
- Standardized on no-www for URLs
- Reversed the order of comment imports (starts oldest first now)
- Added Ping/Pong for network diagnostics
- Cleaned up translatable strings and now shipping with a POT file for translations
- Improved comment count links within wp-admin
- Updated some screenshots
- Now using a stable tag, rather than trunk, in the wp.org plugins directory
- Made syncing more flexible when handling different timezones
- Now packaging Facebook xd_receiver ready for future functionality
2.3
- Fixed bug where a blank blog title would prevent authentication with ID
- Switched to using PHP native json_* functions where available to increase performance
- Limited size of outgoing requests to speed up comms and avoid maxing out request/response sizes
- Added tag to error_log info for easier debugging
2.2
- Fixed bug where versions of WP < 2.7 would turn off comment threading when saving Discussion Settings
- Improved performance of queue system (reduced DB hits)
- Improved overall compatibility with WPMU (props to Israel S. for contributed code!)
- Improved debugging/logging options/output
- Cleaned up/standardized use of constants
- Improved initial import process
- Improved security of the options page
- Fixed WP 2.8 JavaScript compatibility bug
- Improved syncing of comment moderations
- Improved translatability
2.1.1
- Fixed bug with initial import process introduced in 2.1
2.1
- Introduced moderation/discussion settings sync
- Improved integration of moderation panel
- Optimized moderation panel to load faster
- Fixed bug where you were logged out of ID if you saved your WP profile page
- Moved to WordPress coding style