“A required security token was not received with your form data.” I’m guessing they’re now requiring a password?
]]>Just delete the “@@@” from the Sogudi bookmarklet, and split the code right at the point where the first @ was (see below). Open double brackets, {{ at the beginning of the “Prefix URL” part, and close them at the end of the “Suffix URL.” Then, swap CHANGEME with your del.icio.us username, and select a shortcut for it.
Before:
javascript:u=’CHANGEME’;t=’@@@’;q=location.href;[cut for brevity]encodeURIComponent(e);
After:
Prefix URL:
{{u=’CHANGEME’;t=’ –don’t close brackets here!
Suffix URL:
‘;q=location.href;[cut for brevity]encodeURIComponent(e);}} –close’em here!
I hope that was clear enough…