Tagged Questions

4
votes
2answers
74 views

What it the difference between Pingback and Trackback?

What is the difference between the two names? Thanks.
4
votes
2answers
69 views

Best Way to automatically find links to your content?

So, here is the task I've found myself thinking of. Pretend for a moment, that I have a large body of content. I want to see what websites are linking to my content. I know that I could look into …
2
votes
3answers
134 views

Trackbacks in PHP

I'm writing a custom blog engine and would like to have trackbacks similar to Wordpress. I could look at the Wordpress source, but I'd really prefer a tutorial of some sort and so far I haven't been …
1
vote
3answers
97 views

How can you implement trackbacks on a custom-coded blog (written in C#)?

Title says it all.
0
votes
0answers
13 views

heuristic(s) for detecting trackback links on a page

I'm writing my own blog (every one should do this once) and the project for this week is to automatically send (trackback || pingback) requests to pages to which I am linking. I'm writing in ruby, but …
0
votes
1answer
63 views

Trackback implementation: rel=”trackback” vs RDF

Hi, I want my Rails App to parse external websites for a trackback URL but I'm not really sure if I should just look for a <a href="url" rel="trackback">Text</a> or follow the RDF …
0
votes
1answer
26 views

library for sending trackbacks / pingbacks in php

Hi * I am writing my own blog system. Is there a library for sending trackbacks / pingbacks or a good example how to do this? I played with xmlrpc and the post method but without success. I need a …