imagine kitty magazine

Skip over navigation
  • Categories

    • ASP.NET
    • Bible tags
    • Christianity
    • Classic ASP
    • Firearms
    • Humor
    • Random
    • Trackbacks
    • Web design
    • Web standards
    • Why I am the way I am
    • Wordpress
  • Pages

    • Bible verse tags 2.0
    • Portfolio
    • Steps to building a proper web page
  • Blogroll

    • benthack
    • ASP.NET Resources
    • Bible Dude
    • Church Communications Pro
    • Creating Passionate Users
    • Gary Turner’s html & css workshop
    • The Nice Jewish Website
    • The Sneeze
    • Tyssen Design
  • Info

    • home
    • Log in
    • contact mark
    • blogs that link here*
    • valid xhtml
    • valid css
    • valid rss2
    • rss feed
Sigarms P229

spam this

« Open Trackback Day!
Updated IKM Standards forums to simple machines »

More news on the Wordpress trackback issue

In my WordPress Trac Ticket concerning the Wordpress teams preference of pingbacks over trackbacks, I went ahead and reopened the ticket with the following complaint.

I’m going to go ahead and disagree with you completely on this. You say “More contextual”, I say “More nonsensical”. It just doesn’t work the way you think it does in practice, maybe in theory but not in actual use of the software. With a trackback you get a purposeful summary (the first few words of the post) with a pingback you get partial sentences and a few words that just happened to surround the link to your blog.

It may “handle international encoding better” but why not make trackbacks do the same?

I can understand how they are more “spam resistant”, I’ll give you that one (one out of four isn’t so hot though). With new spam suppression software available I don’t see this as much of a problem.

“Better link text”? No. Adding the post title to the link doesn’t look as nice as trackbacks Blog name followed by an unlinked post title. The trackback way is much preferred.

It seems that some people are using my fix of switching the code in execute-pings.php so that trackbacks go out first.

<?php
require_once(’../wp-config.php’);
// Do Enclosures
while ($enclosure = $wpdb->get_row(”SELECT * FROM {$wpdb->posts}, {$wpdb->postmeta} WHERE {$wpdb->posts}.ID = {$wpdb->postmeta}.post_id AND {$wpdb->postmeta}.meta_key = ‘_encloseme’ LIMIT 1″)) {
$wpdb->query(”DELETE FROM {$wpdb->postmeta} WHERE post_id = {$enclosure->ID} AND meta_key = ‘_encloseme’;”);
do_enclose($enclosure->post_content, $enclosure->ID);
}
// Do Trackbacks
$trackbacks = $wpdb->get_results(”SELECT ID FROM $wpdb->posts WHERE CHAR_LENGTH(TRIM(to_ping)) > 7 AND post_status != ‘draft’”);
if ( is_array($trackbacks) ) {
foreach ( $trackbacks as $trackback ) {
do_trackbacks($trackback->ID);
}
}
// Do pingbacks
while ($ping = $wpdb->get_row(”SELECT * FROM {$wpdb->posts}, {$wpdb->postmeta} WHERE {$wpdb->posts}.ID = {$wpdb->postmeta}.post_id AND {$wpdb->postmeta}.meta_key = ‘_pingme’ LIMIT 1″)) {
$wpdb->query(”DELETE FROM {$wpdb->postmeta} WHERE post_id = {$ping->ID} AND meta_key = ‘_pingme’;”);
pingback($ping->post_content, $ping->ID);
}
?>

Thanks for listening. I’m just politely disagreeing with you and letting you know that I’m not the only one that feels this way about it.

Anyone wanting to try this out can download execute-pings.php here.

You may then test this out by using this post. If you include a trackback and a ping back the trackback will be sent out first ensuring its reception.

This post is considered “Open Trackback” with no time limits.

The following have linked to this article:

  • MacBros’ Place trackbacked with Nanny McPhee…
  • Stray Dog Found trackbacked with Laziness, Thy Name is Dawg…
  • MacBros’ Place trackbacked with Aaaaawwwwwwwww!…

Linked to:
The Crazy Rants of Samantha Burns
Diane’s Stuff (twice) Sorry Diane (I always do that to her).

This entry was posted on 11Feb06 @ 2212 and is filed under Wordpress. You can follow any responses to this entry through the RSS 2.0 feed. Both comments and pings are currently closed.

3 Responses to “More news on the Wordpress trackback issue”

On 12Feb06 at 0003 MacBros' Place said:

Nanny McPhee…

Well it was about time I saw a good movie! Nanny McPhee was just what I needed to restore my faith in movie makers being able to make a good movie after watching the other stinkers I saw last week.
Based on the “Nurse Matilda” books by Chri…

On 24Feb06 at 1015 Stray Dog Found said:

Laziness, Thy Name is Dawg…

This week’s OTA round-up is being presented (for the most part) in bare list form. Efficient? You betcha. Entertaining? Not so much….

On 15Mar06 at 0836 MacBros' Place said:

Aaaaawwwwwwwww!…

I just had to post this when I saw it. Funny.

_______________________________
Trackback to
Imaginekitty
Diane’s Stuff
……

Sponsored links

Site5 $5 Hosting Dealemail address

Amazon Wishlist

Hello, friends! I've decided to put my Amazon wishlist online. If you feel nice today you can purchase one of the items listed and it will be shipped to my door. My birthday is May 13th and I will gladly accept gifts for any Christian or Jewish holiday. Thank you for your support.

  • Love Not the World - $7.00
  • Perfect Pullup - Ab Straps - 1 pair - $39.95
  • Perfect Pushup - Original - $35.95
  • Perfect Pullup - $98.95
  • Pro ASP.NET MVC Framework (Pro) - $36.74
  • Benny Hill - Complete & Unadulterated Megaset (1969-1989) - $72.71
  • Ricochet: Confessions of a Gun Lobbyist - $9.79
  • Young Doctors In Love - $3.29
  • Great White North - $6.33
  • Transylvania 6-5000 - $4.31
  • The Party - $5.74
  • Circuit-Bending: Build Your Own Alien Instruments (ExtremeTech) - $14.14
  • Tough Guys Don't Dance - $3.94

Disclaimer: All product data in this section belongs to Amazon.com or respective site(s). No guarantees are made as to accuracy of prices or product information. Prices listed are accurate as of the date/time indicated or otherwise within the last 24 hours. Prices and product availability are subject to change. Any price displayed on the Amazon website at the time of purchase will govern the sale of this product.

Site search and links

I'm a friend of Israel

Open Trackback Alliance Logo


Widgetize!
WWW is deprecated
no-WWW class B
*blogs that link here powered by Technorati

©2008 imaginekittymagazine