Tagged Questions
5
votes
4answers
498 views
What it the difference between Pingback and Trackback?
What is the difference between the two names? Thanks.
4
votes
2answers
140 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
296 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
1answer
78 views
Rails: Why am I getting the wrong link on this pingback?
So I almost have a pingback sender ready for my rails app (people post links to content and donate to them). Almost.
I've borrowed heavily from the code here:
...
0
votes
1answer
13 views
Sending the same trackback multiple times: bad habit?
I need to develop a custom trackback/pingback module for a page where trackbacks/pingbacks are sent and received. Since I can only hook this code and not change it, I'm limited. There is a hook for ...
0
votes
1answer
94 views
how to work with the library pingback-php of tedeh
Docs Down http://pingback.tedeh.net/!
Source: http://github.com/tedeh/pingback-php
3 Files
http://github.com/tedeh/pingback-php/blob/master/Pingback/Exception.php
...
0
votes
2answers
376 views
Show Only Pings (Pingbacks+Trackbacks) Number on Wordpress
Is there a way to display just ping counts (number) on Wordpress?
Actually there are comments_number function but that showing total count of comments, pingbacks and trackbacks.
0
votes
2answers
56 views
.Net library for sending trackbacks
Is there a library for sending trackbacks or pingbacks in .Net? I know the code is not that hard to write, but if someone wrote, debugged it and maintains it, I'd rather re-use.