現在、ブログ プラットフォームのピンバック コードを書いています。Pingback は localhost で機能しますが、サードパーティ サービスに ping を実行したときに機能するかどうかをテストしたいと考えています。私からピンバックを受け取ったときに表示されるウェブサイトまたはその他のソリューションはありますか?
ありがとう。
http://www.typepad.com/とhttp://wordpress.com/の両方がピンバックをサポートしており、無料で使用できます。
You can create a blog account on a free blogging service (like blogger.com) and test your pingback implementation.
ピングバックを受け入れる「ピングバックテスト」ワードプレスブログがあります:
http://pingbacktest.wordpress.com/2008/01/15/hello-world/
リンク先のURLを含むピングバックを送信すると、次のようになります。
<?xml version="1.0" encoding="UTF-8"?>
<methodResponse>
<params>
<param>
<value>
<string>Pingback from http://foo to http://pingbacktest.wordpress.com/2008/01/15/hello-world/ registered. Keep the web talking! :-)</string>
</value>
</param>
</params>
</methodResponse>