Hi to everyone, I need some help from you guys, I know GaMerZ is very busy and therefore suggesting to write another plugin is far from happening at the moment (you're the best with your plugins btw). Because of that I decided to write a plugin myself, I can't find anything that would do what I need, let me explain first.
Lets say we have post that contains a picture and we would like to let viewers share it on their myspace or forum, you've seen it many times from image hosting websites, you upload a picture and you get different options like
[IMG]http://www.site.com/8fwy3af.jpg[/IMG]
or
http://www.site.com/view.php?pic=8fwy3af&s=1So I was thinking that if a post has a picture inside a tag [shareit]image in here[/shareit] the plugin would grab the link, store it in a variable, we manually add a tag <--sharit--> anywhere inside that post and have the plugin output a div containing few fields with the image link properly formatted.

The problem is that I'm not quite a programmer

ha ha, I have some basic knowledge of php and I can spend hours reading about it and wordpress plugins stuff but I need quite some help

.
Speaking of php what I was able to accomplish so far, and is very little, is to get the image url in [shareit]image in here[/shareit] and store it in a variable formatted to [ IMG]image url[/IMG ] using preg_replace.
After that I can't think of the proper way to continue, I'd like to be pointed into the right direction.
BTW, if something like this is already been made for wordpress please share it.
Thanks in advance.