plugin-icon

Internal Pingback Comments

Detects internal links in posts and automatically inserts a pingback-style comment on each linked post. No XML-RPC required.
Version
1.0.1
Last updated
May 3, 2026
Internal Pingback Comments

When a post is published or updated, Internal Pingback Comments scans its content, finds all internal links, and creates a pingback-style comment on each linked post. It mimics native WordPress pingback behavior but eliminates the need for XML-RPC or outbound network requests.

Works with posts only. No settings page, no configuration.

How it works

The plugin parses post content with DOMDocument — not regex — so it handles real-world HTML correctly: nested tags, encoded entities, relative and protocol-relative URLs. For each internal link found, it inserts a pingback comment on the target post. The comment includes a short excerpt from the source post, with image captions (figcaption) stripped so they do not bleed into the pingback text.

Duplicate detection is precise: the source permalink is stored as private comment meta, and the plugin queries that meta before every insert. Republishing or updating a post never creates duplicate comments. New links added to an existing post will generate their own pingbacks on the next save.

What the pingback looks like to your theme

The comment is stored with comment_type = 'pingback' and auto-approved. Your theme renders it exactly as it would render a native pingback. If your theme does not display pingbacks, the comment will be stored in the database but remain hidden on the front end.

Disclaimer

This plugin is provided “as is”, without warranty of any kind. While best efforts have been made to ensure reliability and security, the author is not liable for any damages or losses resulting from its use.

Freeon paid plans
Tested up to
WordPress 6.9.4
This plugin is available for download for your site.