Eric @ EricBess WebHome

Thinking blindly without action, it will be unknowingly become meaningless

Chinese (Simplified) flagItalian flagKorean flagPortuguese flagEnglish flagGerman flagFrench flagSpanish flagJapanese flagArabic flagRussian flagGreek flagDutch flagBulgarian flagCzech flagCroat flagDanish flagFinnish flagHindi flagPolish flagRumanian flagSwedish flagNorwegian flagCatalan flagFilipino flagHebrew flagIndonesian flagLatvian flagLithuanian flagSerbian flagSlovak flagSlovenian flagUkrainian flagVietnamese flag
By N2H

What is Trackback \ Pingback, in how to use WordPress?

What is Trackback?

Trackback this term to accurately translated into Chinese is quite uncomfortable, and the usual argument is "quoted" or "trackbacks."

It is designed to achieve the site between a method of notice,通俗地说is this: When you quote another site's content, you have to tell people about, "I said in my article, I spent you write the article. " The original guy that if you want to know who he used to tell him of the articles say, then he would have a place in the page's address is given to quote (Trackback URI), cited the use of this address in your article as a link, when the article was published, the original people will be able to know where it was quoted in his article.

Must, of course, is to support the Trackback function can be achieved between sites. Now commonly used to support the blog sites Trackback functions; support Trackback the blog software Movable Type, WordPress, Plog,. Text, Bloxsom, Blojsom and so on.

In how to use WordPress Lane Trackback function?

Let me talk about how to set up your own article Trackback Address

If you use the theme has been given Trackback URI, then you will not have to worry about the, Trackback address will appear on your page somewhere, usually at the end of the article.
If you want to add their own Trackback address, then in the template (such as: single.php) to include the following statement on the can:

Trackback URL: <? Php trackback_url ();?>

How to say in the article's use of original Trackback Address

In WordPress 2.0 interface, the "Upload" button below a column called "Trackbacks", click on the "+" to start Trackback address you fill in this place, a number of Trackback address, then separated by spaces. When you finished the article, according to "Publish" when it is published, you will notice is sent to your Web site quoted the article.

What is a Pingback?

Pingback network commonly used in network systems used to notify the article quoted a means. Blog 3G network will be translated as "broadcasting" means the issue of computer systems to external reference information, but some felt that with the confusion of daily life in broadcasting. When other people linked to the author's Web page, Web author access to notices. This method allows Web authors can track what kind of people linked to his article. Some network software, such as WordPress, with when an article was published, automatic pingback this article all the links function.

Alice wrote an article A, Bob looked after writing an article in B Comment A, Article B, there is a point Linka A. (In general, B has a link to A, A did not know)
A automatically know how to get people to link to him? Bob can rely on sending letters to Alice, or B, where the server program ServerB automatically analyze the B above link LinkA, automatic notification Linka A referred to the server where the ServerA, ServerA automatically behind A reference list of Canadian on B.

In how to use WordPress Lane Pingback function?

In fact, in WordPress, if you use a Pingback function, then in the article you can directly on the use of each other's permanent link. To enable this option, the background in the WordPress management interface "Options-> Discussion" -> "Attempt to notify any Weblogs linked to from the article (slows down posting.)" To select this option.
Or in the first document to add: <link rel = "pingback" href = "<? Php bloginfo ( 'pingback_url');?>" />
Generally speaking, WordPress default installation allow Pingback function, of course, it was also disabled, if you want to confirm it is also looking at his page code, at the top have the following statement:

<link rel="pingback" href="..." mce_href="..." />

If so, it is permitted.

Self PingBack

Allow self pingback used as an absolute address: <a href = "http://wordpress.org/development/2006/04/wordpattern/" mce_href = "http://wordpress.org/development/2006/04/wordpattern/ ">
Disable self pingback on relatively Address such as: <a href="/2006/04/wordpattern/" mce_href="/2006/04/wordpattern/">

Caution Trackback and Pingback

When you publish your article finished, you can check your Trackback and Pingback is not successful. You can choose to edit this article, and then the following "Custom Fields" above, there will be information to tell you "Already Pinged ..." and Trackback address.
When you send a trackback when necessary to pay attention to whether or not to issue a pingback. If you link the site to allow the pingback, then do not send trackback, because it will in each other's Web site shows that the two links which could lead to the other party that you are spam.

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
- Welcome rating for this article

Related Log

In this paper, readers are also concerned about the following:

  • N / A

January 14th, 2008 Author: eric | WordPress, Web technology | Trackback? | 1 comment | Email This Post Print This Post | 553 views

Add a Comment

Leave a reply

No Comments

Trackbacks and Pingbacks

  1. Trackback from Eric @ Eric & Bess WebHome

    WordPress: how to messages and Trackback / Pingback to distinguish ...

    First of all we need to understand, WordPress is a very powerful platform, the kernel is the main duty of the procedures to manage and maintain a log contains, users, messages and other information databases, and not directly responsible for dealing with front-end user interaction - but it mention ....