I am looking for a plugin (or snippit of code) that will display a small piece of HTML code that can be copy and pasted to embed the image into another site.
I have found two plugins:
http://www.zenphoto.org/2009/11/generate-bbcode/and
http://www.zenphoto.org/2010/03/image-markup-generator/The first one only does BB code.
The second one doesn't work properly.
Does anyone else have any options?
Comments
change line 15 to read:
`$option_interface = "imageMarkupOptions";`
The other issue is use of a deprecated PHP function--`split()` on line 60. Change that to `explode()` and all will be well.