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
0answers
103 views

Trackback not working in Codeigniter

I have two controllers: test.php public function trackback() { $this->load->library('trackback'); $tb_data = array( 'ping_url' => ...
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
1answer
84 views

Retrieve backlink infos from linked image generated by php

This time ask you this question: Assuming we have this img ( generated by php ) linked in clients sites <img src="http://mysite.com/genimg.php?id=2" alt=""/> Is Possible to get back from the ...
0
votes
0answers
19 views

inline JavaScript for track back

i just want to know ! is this possible to insert some JavaScript into a p tag for when other users want to copy my content the javascript copied with the contents ? the javascript that copied send me ...
0
votes
0answers
18 views

How to receive trackbacks, what URL do they submit to, and how to specify it

I've been searching around for the answer to a specific question. First, here is the scenario: HTML based website needs trackbacks to be recorded. I've already created a system to record ...
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
0answers
26 views

How to manually submit a trackback

Suppose you have a site on which you link a blog. Now, you want to tell the blog that you have written something about it by submitting a trackback to it. How could one achieve this (if it is possible ...
0
votes
0answers
16 views

Getting an internal trackback list of referencing pages

Say I have into my WP blog a hundred pages -not posts- hierarchically connected via Parent Page, categorized, and/or tagged... Besides, in the text content, many pages are making references to other ...
0
votes
1answer
149 views

Java checkstyle error in BlueJ when using trackback

I'm doing an algorithm in Java using BlueJ as an IDE. I use trackback algorithm to solve the problem and everything works perfectly except for the checkstyle. The checkstyle errors are: Assignment of ...
0
votes
1answer
53 views

how to retrieve number of trackbacks for a URL

As far as i know a trackback it's a recognised standard ping for a custom URL, right? so, according to this how can i retrieve how many trackbacks for http://example.com/article/22/name-article ?? ...
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
92 views

How to extract the RDF snippet out of an HTML page?

I want to extract the RDF snippet of an web page. Since it can even be inside a HTML-comment I'm at a loss here. Can anybody point me into the right direction, what libraries or classes to use or ...
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.
0
votes
1answer
432 views

Trackback implementation: rel=“trackback” vs RDF

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
92 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 ...
0
votes
3answers
200 views