No Self Ping

Description

Certaines personnes aiment vraiment que WordPress envoie des notifications (ping) depuis votre propre site à votre propre site quand vous publiez des articles ; cela leur donne une liste d’articles similaires.

Certaines personnes n’aiment pas ce comportement ; cela encombre leurs commentaires.

Cette extension désactive la notification (ping) interne au blog.

Une fois activé, vous n’avez rien d’autre à faire. Cependant, dirigez-vous vers Réglages -> Commentaires et vous trouverez un champ dans lequel vous pouvez, si vous le souhaitez, spécifier des domaines supplémentaires qui ne seront pas notifiés (ping). Pourquoi ? Bien, peut-être que vous vous référez souvent à d’autres sites que vous maintenez ou, surtout, vous utiliser un multisite et vous ne voulez pas que chaque blog notifie les autres – spécifiez une liste et c’est réglé.

This plugin was originally developed by the awesome Michael D. Adams and the iconography is courtesy of the very talented Janki Rathod.

Please visit the Github page for the latest code development, planned enhancements and known issues

Captures d’écran

  • Option pour spécifier des URL supplémentaires, dans Réglages -> Commentaires.

Installation

No Self Ping can be found and installed via the Plugin menu within WordPress administration (Plugins -> Add New). Alternatively, it can be downloaded from WordPress.org and installed manually…

  1. Téléverser le dossier complet no-self-ping dans votre répertoire wp-content/plugins/.
  2. Activer l’extension depuis le menu « Extensions » de WordPress.

Il est maintenant prêt à fonctionner.

FAQ

Do you support this plugin on forks of WordPress?

No. It was developed for WordPress and so forks remain unsupported. I have no intention of developing and testing this on any other version.

Avis

9 janvier 2024
Manually disabling self-pings via functions.php stopped working for me a few months ago. So I had to rely on this plugin. I’m happy to say that it works properly. Also, it doesn’t annoy me with notifications or tries to sell me some upgrades. It just runs invisibly in the background. The dev answers questions quickly and in a friendly manner, which is much appreciated.
27 novembre 2021 1 réponse
It stops pings from the Wordpress blog it’s installed in but not from other ones on the same domain. I entered every URL variation and it refuses to work.
12 juin 2017
Doesn’t work anymore. Sadly, I get self-pings again when linking to previous posts in new blog posts.
3 septembre 2016 1 réponse
It seems as if the plugin has finally stopped working. No matter what I do – I can still see my own trackbacks.
Lire les 15 avis

Contributeurs/contributrices & développeurs/développeuses

« No Self Ping » est un logiciel libre. Les personnes suivantes ont contribué à cette extension.

Contributeurs

“No Self Ping” a été traduit dans 7 locales. Remerciez l’équipe de traduction pour ses contributions.

Traduisez « No Self Ping » dans votre langue.

Le développement vous intéresse ?

Parcourir le code, consulter le SVN dépôt, ou s’inscrire au journal de développement par RSS.

Journal

Cette extension utilise le versionnement sémantique, la première publication étant la version 0.1.

1.2

  • Enhancement: Code quality improvements
  • Enhancement: Because the code size was getting a little spicy, I’ve split into smaller, more manageable, files
  • Maintenance: I’ve been really inconsistent with my naming, and that may have been causing some issues – I’ve now corrected all references of no-self-pings to no-self-ping (except for the setting database name, which hasn’t been corrected).

1.1.5

  • Bug: Oh boy. Ever have one of those Thursdays? I restored the settings description in the last release but then managed to break some of the content of that sentence. It’s now… fixed. I hope

1.1.4

  • Bug: Fixed some missing output on the settings screen. Oopsie

1.1.3

  • Enhancement: Improved plugin meta
  • Maintenance: Beefed up code quality even more

1.1.2

  • Enhancement: Because minimum VIP standards are just not enough, it now follows their hard-as-snails, full-strength standards. Because your code is worth it
  • Enhancement: Improved accessibility where we’ve added the new field to the admin settings, so it’s now WCAG 2.0 compliant

1.1.1

  • Enhancement: Code quality enhancements to bring it in line with WordPress.com VIP coding standards

1.1

  • Enhancement: A second update in the same month? It’s like all our Christmas’ come at once. Well, I’ve now added an (optional) field to the Discussion settings so that you can specify even more domains that should’t be pinged. You’re welcome.
  • Enhancement: Added additional security – escape all the things!

1.0

  • Enhancement: Now using home_url() instead of get_option( 'home' ), as it’s more SSL friendly
  • Enhancement: Added plugin meta

0.2

  • Enhancement: Argument removed

0.1

  • Initial release