OK, here we go again – I want to put the tags at the bottom this time.
I found some code and I want to see how this looks–it contains JavaScript.
JavaScript:(function(){var a='';var t=prompt('Enter Tags without commas:','');if(!t) return;var tr=t.split(' ');a+='<hr /><p><b>Site Search Tags:</b> ';for(var i=0;i<tr.length;i++){if(i > 0){a+=', ';}a+='<a href='+unescape('%22')+'/index.php?s='+tr[i]+unescape('%22')+' rel='+unescape('%22')+'tag'+unescape('%22')+'>'+tr[i]+'</a>';}a+='<br /><a href='+unescape('%22')+'http://www.cameraontheroad.com/'+unescape('%22')+' title='+unescape('%22')+'Copyright Protected by Brent and Lorelle VanFossen'+unescape('%22')+'>Copyright Lorelle VanFossen</a>, <a href='+unescape('%22')+'http://9rules.com/'+unescape('%22')+' title='+unescape('%22')+'Member of 9Rules Blogging Network'+unescape('%22')+'>member of the 9Rules Network</a></p><img src='+unescape('%22')+'/files/sig.png'+unescape('%22')+' alt='+unescape('%22')+''+unescape('%22')+' /><img src='+unescape('%22')+'/files/9rules.png'+unescape('%22')+' alt='+unescape('%22')+'Member of the 9Rules Blogging Network'+unescape('%22')+' />';prompt('Copy this code, press OK, then paste to your blog entry:',a);})()
You can get the code that produces this here:
http://lorelle.wordpress.com/2005/10/14/a-tagging-bookmarklet-for-wordpress-and-wordpresscom-users/
Here are some tagos:
January 25, 2007 at 3:17 pm
Getting closer. Not sure how to embed the JavaScript, but I will figure it out.