Home
Andy's Blog - Pikachoors [entries|archive|friends|userinfo]
Andy

[ website | Portal: Andy ]
[ userinfo | livejournal userinfo ]
[ archive | journal archive ]

Pikachoors [Jun. 22nd, 2009|04:44 pm]
Previous Entry Add to Memories Tell a Friend Next Entry
Please pardon the crap design of Pikachoors, I intend to clean it up a lot when time permits. Right now, I'm happily pleased with the fact that it works more than how it look.

For the longest time, I've wanted something like Delicious for pictures, instead of links. Today, It finally gelled in my head how to do it with WordPress. You need two PHP scripts and a bookmarklet:

1. wp-pikachoor-post.php, this is the script that does the actual posting.

2. wp-pikachoor-show.php, this is the script that displays the image.

3. This bookmarklet: <a href="javascript:window.location='http://address.com/wp-pikachoor-post.php?url='%20+%20eval(window.location);">Pikachoors</a>

All you do is, drop the two scripts into the top directory of your blog. Then put that bookmarklet somewhere you can easily click it in your browser. And any time you want to grab a copy of an image, just make sure you've got the image (JPEG, GIF, or PNG) pulled up in your browser, and click on the bookmarklet. The image will be saved and displayed in your blog. Voia!
LinkReply

Comments:
[User Picture]From: [info]outlawpoet
2009-06-22 10:09 pm (UTC)

(Link)

interesting.
[User Picture]From: [info]jarodrussell
2009-06-22 10:12 pm (UTC)

(Link)

Thanks!