Drupal bookmarklet
Submitted by weitzman on Fri, 10/08/2004 - 15:20
Here is a bookmarklet for blog posting in Drupal using a Mozila browser.
- create a new bookmark with this as your URL (all on one line):
javascript:u=document.location.href;t=document.title; s=''+window.getSelection()+'
'; pre='
[via '+escape('')+escape(t) + escape(']:
'); void(window.open("http://www.tejasa.com/node/add/blog?edit[title]= "+escape(t)+'&edit[body]= '+pre+escape(s),'_blank','width= 710,height=500,status=yes,resizable=yes,scrollbars=yes'));
- change the domain above from www.tejasa.com to your own domain. it appears toward the end.
Note:
this bookmarklet gives a javascript error in IE. Can anyone produce a cross browser
version or an IE equivalent?
- weitzman's blog
- 3743 reads
Tags:



