Just a basic little hack I made, might make someone elses life easier. Its a quick way to get the correct bbcode to insert a flickr image (with link).

javascript:alert('[url='+document.location+'][img]'+document.getElementsByTagName('img').item(31).getAttribute('src')+'[/img][/url]');

If you run this from a image size page on flickr, it pops up an alert with bbcode for inserting it into a post :)

Any improvements welcome!!

Post a Comment

*
*