I've migrated a Wordpress blog to Drupal. Where should I redirect the WP trackback URL (wp-trackback.php) to if I'm using this module?
I've migrated a Wordpress blog to Drupal. Where should I redirect the WP trackback URL (wp-trackback.php) to if I'm using this module?
Comments
Comment #1
manarth commentedThe trackback endpoint is configured per node: it's found at node/{$nid}/trackback.
Nodes (which are configured to allow trackbacks to be received) advertise their trackback endpoint via RDF (as per trackback's auto-discovery protocol). Each node will add something like this to the HTML:
The trackback:ping attribute is the URL of the trackback endpoint.
Comment #2
thumb commentedThanks!
Comment #3
manarth commented