What is the difference between the two names? Thanks.

link|improve this question

1  
I think that this question is more appropriate for Super User. – Cristian Ciupitu Sep 7 '09 at 17:04
7  
Not if you're designing a blog! – Charlie Salts Sep 7 '09 at 17:05
1  
IMO, it's not a question about a general computer-related question, I'm asking here about developing a blogging platform. – Moayad Mardini Sep 7 '09 at 17:06
Exactly, Charlie. – Moayad Mardini Sep 7 '09 at 17:07
feedback

4 Answers

up vote 5 down vote accepted

The pingback automatically finds URI’s in the post and pings them while a trackback needs to have a URI entered manually.

See this Whitepaper: Pingback vs Trackback

link|improve this answer
feedback

A pingback is automatic, a trackback is not. See wikipedia:Trackback.

link|improve this answer
feedback

Pingback and Trackback use different protocols. Pingback is automatic and Trackback is manual. You can read up on the difference on Geeklog.

link|improve this answer
feedback

Trackback URL receives a copy of the originating server's address. If enabled, a Pingback is sent to the originating server's URL to verify that it is not a spam Trackback.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.