Testing Sphere Conversation Discovery System
Posted on March 15th, 2007 in Uncategorized | 2 Comments »
I installed the Sphere plug-in and have problems with it showing up inside post text as well as where I placed it manually in the footer. I treat discovery tools as metadata, they do not belong in the body of the post. Just my opinion but after trying for weeks to pull Technorati metadata out of post body and into Ultimate Tag Warrior for 1,800 posts, I want my chocolate to stay the hell away from my peanut butter.
2 Responses
Hi,
thanks for trying out the Sphere widget. You’re right, the instructions are a little convoluted, they’re getting a rewrite asap. I think you may have auto_sphereit set to TRUE. If you’re placing the link yourself, you have to turn off auto_sphereit, so change
$auto_sphereit = TRUE;
to
$auto_sphereit = FALSE;
in the plugin’s PHP file.
Hope that helps.
Martin
Fixed. I should have opened up the script. Auto-inclusion seems to be the way most plugins are written. Now to get the CSS right, not enough spacing.