V’s Link & Photo Blog

Avatar

Because he loves to shoot first…

WordPress › Support » Can’t find the bookmarklet in 2.5

WordPress › Support » Can’t find the bookmarklet in 2.5
dd32 was correct in his links for PressIt; the only problem was that his ‘&’ in the querystrings to seperate out the parameters were converted to HTML safe ‘&’. I’ve put the edited versions below that work in version 2.5.1.
New Window/tab:
javascript:function A(b){return (encodeURIComponent)?encodeURIComponent(b):escape(b);}Q=”;if(window.getSelection){Q=window.getSelection();}else if (document.getSelection){Q=document.getSelection()}else if(document.selection){Q=document.selection.createRange().text;}void(window.open(’http://site-url/wp-admin/post-new.php?text=’ A(Q) ‘&popupurl=’ A(location.href) ‘&popuptitle=’ A(document.title)));
One which works in the current window:
javascript:function A(b){return (encodeURIComponent)?encodeURIComponent(b):escape(b);}Q=”;if(window.getSelection){Q=window.getSelection();}else if (document.getSelection){Q=document.getSelection()}else if(document.selection){Q=document.selection.createRange().text;}location.href=’http://site-url/wp-admin/post-new.php?text=’ A(Q) ‘&popupurl=’ A(location.href) ‘&popuptitle=’ A(document.title);

No Comments, Comment or Ping

Reply to “WordPress › Support » Can’t find the bookmarklet in 2.5”

More about me