cleaning up the daily del.icio.us

December 22nd, 2007

The following placeholders can be used:

  • %count%: the amount of bookmarks in the post
  • %<date-variable>%: any one of the PHP date() variables
  • %nr%: the number of the current bookmark in the post (only in the bookmark format)
  • %url%: the URL of the current bookmark in the post (only in the bookmark format)
  • %title%: the title of the current bookmark in the post (only in the bookmark format)
  • %extended%: the extended (description) of the current bookmark in the post (only in the bookmark format)
  • %tags%: the tags of the current bookmark in the post (only in the bookmark format)
  • %bookmarks%: the entire content of the post (only in the excerpt)
  • %tag%: the name of the current tag of the current bookmark (only in the tag format)
  • %tag-url%: the URL of the current tag of the current bookmark (only in the tag format)

right now it looks like :

after changing it to :

<li>%title% <a href=”%url%” title=”%title%” onmouseover=”Tip(‘tags: %tags%’)>#</a></li>

hrm. that’s not gonna work cause it puts “‘s in the onmouseover string.

<ul><li>%title% <a href=”http://www.ghacks.net/2007/12/16/a-windows-hosts-manager/” title=”A Windows Hosts Manager” onmouseover=”Tip(‘tags: <a href=”http://del.icio.us/flipp/winxp” title=”More from winxp on del.icio.us”>winxp</a><a href=”%url%” title=”%title%” #</a>%tags%’)>A Windows Hosts Manager</a> </li>

that was fun going back through and fixing the del.icio.us links by hand. atleast the wysiwyg editor made it a little faster. i wasn’t up to figuring out the correct :%s reg-exp for vi. right now i have the tags turned off, it makes the daily del.icio.us posts easier to read, but is going to kill any search functionality that having the tags would provide. boo.

 

twitter tools + wordpress 2.3

December 17th, 2007

ha! found a fix for the twitter tools category issue. you can either edit your twitter tools plugin manually, or just grab an updated twitter tools for wordpress 2.3 plugin. surprisingly enough i stumbled upon the fix while searching for blog_post_category. the addition of tags in wp 2.3 changed the wpdb structure… i guess i should go find updated docs.

update: i just re-checked alex king’s site. there’s a new beta for twitter tools (11b1) out. sweet. alex king is definantly a site you should check out if you want some wordpress ideas or useful plugins.

 

openid registration now active

December 6th, 2007

ha! look at that. bonq.net/flipp now uses openid via the openid wp-plugin. of course i’m missing gmp support, but what’s new. i always have peanut-butter but no jelly…  now i just gotta figure out what to do so people would actually want to log in..

 
other posts [ newer , older ]