Pingback 和 Trackback 之间有什么区别?

发布于 2024-08-04 21:26:34 字数 21 浏览 7 评论 0原文

这两个名字有什么区别?谢谢。

What is the difference between the two names? Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

风吹雨成花 2024-08-11 21:26:35

pingback 会自动查找帖子中的 URI 并对其进行 ping 操作,而引用则需要手动输入 URI。

请参阅此白皮书:Pingback 与 Trackback

The pingback automatically finds URI’s in the post and pings them while a trackback needs to have a URI entered manually.

See this Whitepaper: Pingback vs Trackback

鹿! 2024-08-11 21:26:35

Trackback 和 Pingback 都允许您通知从您的页面(例如博客文章)链接到它们的其他 URL(网页)。

两者的区别是:

  • Trackback 使用简单的 HTTP POST 请求来通知对方,而 Pingback 使用 XML-RPC。
  • 必须通过解析某些注释的 RDF 的 HTML 源来发现远程站点上的 Trackback 支持,同时 Pingback URL 作为 HTTP 标头发送。
  • 通过使用 HTTP 标头,可以对 HTML 以外的文件(例如图像和视频)进行 pingback。
  • Trackback 规范留下了许多未定义的内容,而 Pingback 规范则非常明确。
  • pingback 规范要求 pingback 接收者检查原始 URL 是否包含指向它们的链接。这对于引用通告来说不是必需的。

其他人所说的“自动”:这与这两个规格无关。您的博客软件(自动或不自动)向远程服务器发送博客文章中任何链接的请求。

Both Trackback and Pingback allow you to notify other URLs (webpages) that you linked to them from your page (e.g. a blog post).

The difference between both are:

  • Trackback uses a simple HTTP POST request to notify the other side, while Pingback uses XML-RPC.
  • Trackback support on the remote site has to be discovered by parsing the HTML source for some commented RDF, while the Pingback URL is sent as HTTP header.
  • By using the HTTP header, pingbacks are possible for files other than HTML, e.g. images and videos.
  • The Trackback specification leaves many things undefined, while the Pingback spec is very clear.
  • The pingback specification requires pingback receivers to check if the original URL contains a link to them. This is not necessary for trackbacks.

What the others said about "automatic": This has nothing to do with both specs. It's your blogging software that (automatically or not) sends requests to the remote servers for any links in your blog post.

中二柚 2024-08-11 21:26:35

Pingback 和引文为博主提供了在网站之间进行联系的便利。

Pingback:

  • A 在 B 的博客上写了一篇文章。
  • B 在 B 的博客上发表了一篇文章,提及/链接到 A 文章。
  • B 的博客软件将自动向 A 发送 pingback。A
  • 的博客软件将接收该 pingback。然后它会自动转到 B 的博客以确认 pingback 源自那里(链接存在)。
  • 然后 A 将能够将 B 的 pingback 显示为 A 的评论。这只是 B 网站的链接。
    Pingbacks 也可以在您的网站内使用。因此,如果您的一篇文章链接到另一篇文章,那么您的 WordPress 将发送一个自我 ping。这真的很烦人。

Trackback:

  • A 在 B 的博客上写了一篇文章。
  • B 想对 A 的帖子发表评论,但 B 希望他/她自己的读者看到他/她要说的话并能够对其发表评论。
  • 然后,B 将在他/她的博客上写一篇文章,并向 A 的博客文章发送引用。
  • A将收到B的引用引用,并选择是否将其显示为评论。评论显示将是标题、摘录和 B 博客文章的链接。

——阿努拉格·伯塔雷

Both Pingback & Trackback offer bloggers the facility to be in touch between websites.

Pingback:

  • A writes a post on B’s blog.
  • B writes a post on B’s blog mentioning/linking to A article.
  • B’s blogging software will automatically send a pingback to A.
  • A’s blogging software will receive the pingback. It will then automatically go to B’s blog to confirm that the pingback originates there (the link is present).
  • Then A will have the ability to display B’s pingback as A’s comment. This will solely be a link to B’s site.
    Pingbacks also work within your site. So if one of your posts link to another post, then your WordPress will send a self-ping. This can get really annoying.

Trackback:

  • A writes a post on B’s blog.
  • B wants to comment on A’s post, but B want his/her own readers to see what he/she have to say and able to comment on it.
  • B will then write a post on his/her blog and send a trackback to A’s blog post.
  • A will receive B’s trackback, and choose to display it as a comment or not. The comment display will be a title, excerpt and a link to B’s blog post.

--Anurag Birthare

失去的东西太少 2024-08-11 21:26:35

Pingback 和 Trackback 使用不同的协议。 Pingback 是自动的,Trackback 是手动的。您可以在 Geeklog 上了解差异。

Pingback and Trackback use different protocols. Pingback is automatic and Trackback is manual. You can read up on the difference on Geeklog.

丢了幸福的猪 2024-08-11 21:26:35

Trackback URL 接收原始服务器地址的副本。如果启用,则会将 Pingback 发送到原始服务器的 URL,以验证它不是垃圾邮件 Trackback。

Trackback URL receives a copy of the originating server's address. If enabled, a Pingback is sent to the originating server's URL to verify that it is not a spam Trackback.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文