TrackBack

Component ID

3778

Component name

TrackBack

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

22044

Component created

Component changed

Component body

Adds TrackBack support to Drupal. Sending and retrieval of TrackBacks are supported either using POST or GET.

This module in configurable in several ways:

  • Receive and sent TrackBacks
  • Moderate incoming TrackBacks
  • Allows to choose where display Trackbacks: below post or in a separate block
  • Allows per-content-type trackbacks
  • Configurable trackback URL position: teaser, fullnode, teaser+fullnode, links or hidden (still present in HTML)

Unlike the Pingback module for Drupal, this module register pingbacks into a custom content-type and not into post-comments. There isn't any right or wrong way to do Trackbacks/Pingbacks... choose the module that suits your needs! :)

About TrackBack

In a nutshell, TrackBack was designed to provide a method of notification between websites: it is a method of person A saying to person B, "This is something you may be interested in." To do that, person A sends a TrackBack ping to person B.

- Mena and Ben Trott (http://www.sixapart.com/pronet/docs/trackback_spec)

To-Do list

Developers

This project was started by Ankurr, and then passed to thePanz.

I'm (thePanz) planning to commit latest patches and keep this module alive (yes, so many open issues on queue). My primary focus will be on D6 branch, if you want to contribute or support old D4 or D5 branch fill an issue for co-maintaining.

Trackback for Drupal7

Trackback module will not be ported to Drupal7. Please refer to Manarth's module called Vinculum that integrates Pingback and Trackback features.