Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
4answers
496 views

What it the difference between Pingback and Trackback?

What is the difference between the two names? Thanks.
4
votes
2answers
139 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
77 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: ...
1
vote
2answers
273 views

How to test if my pingback was successful?

I'm currently writing the pinging-back code of a blogging platform. Pingbacks work at localhost, but I want to test if they work when pinging a 3rd-party service. Is there any website or any other ...
1
vote
2answers
2k views

Rails: How to get the servers response HTTP headers?

I want to autodetect the pingback-url of remote websites, so I need to parse the HTTP response headers sent by the remote server. I don't need and don't want the contents of the remote website, I'm ...
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
93 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
375 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
1answer
285 views

What is the proper mime-type on a link rel pingback (WordPress)?

This question applies to WordPress, but maybe someone knows if it applies universally? Is there a proper mime-type (type attribute) for this... ? <link rel="pingback" type="WHICH-TYPE/HERE?" ...
0
votes
1answer
189 views

Add URLs to list of urls to send pingbacks to in Wordpress

Is it ok to ask question about Wordpress development here? Any way i have a plugin that inject some HTML into a post to display some information from our site alternativeto.net. The plugin is located ...
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.
-1
votes
0answers
22 views

php question2answer post of social networking

I have a website where i'm using question2answer script to run my site. What i like to do is when someone post question or answer i like to post it social networks, twitter or any other site. Can ...