I am looking for the code that will autograb the image and put in the code for people to post in their blogs or myspace etc. I am specifically looking for the code for Wordpress just like the box that gives you the html on http://icanhascheezburger.com/ I need help badly, i dont know the specific name for what the textarea/code display is.. Please let me know.
An auto copy, i basically just want the box to auto read an image and put out the html for people to post it on their site etc
I don't really understand the autocopy part I guess... if you want it auto selected, you can use javascript, if you want the textbox copied to the clipboard, you'd have to use flash
It can be done, i have all of the script except for the tiny piece of code to call on the file or url in the post. Here is where i am at <textarea onClick=â€this.select();†style=â€width:350px;height:100px;font-family:tahoma;font-size:12px;†readonly> <a href=â€<?php the_permalink(); ?>†title=â€<?php the_title(); ?>“> <img <?php echo $src ?>" alt="<?php the_title(); ?>" /></a></textarea> PHP: The only part of the code that i cant get to work is the <?php echo $src ?> I need the proper code to call upon the image or url inside of the post on Wordpress