WordPress Plugin:WP-ZoomImage With CopyProtect
I was searching for a proper script to zoom or pop out images neatly which are embedded in my wordpress pages. I came across fancyzoom script which does my job,but i need to integrate this script my wordpress.Also,another issue which is common in gallery sites or image linked sites is,copyright violence.So,I have written new plugin “WP-ZoomImage With CopyProtect” which does both,copyprotection for website owners and zoom out page codes.WP ZoomImage brings Integration of Copy Protect feature with FancyZoom which pops up images on a page without having to load an entirely new page.
WP-ZoomImage With CopyProtect
,
1.Pop Up images or Zoom out with a click.
2.Enable Message displayed to your user when he does fraudulent actions.
3.Disable Selection of you text and Right Click for users depending on the option.
4.You can see zoom effect automatically on any direct link to an image . * Any title=’…’ attribute in your link automatically turns into a caption.
You can pop up an image or thumbnail by just clicking on it and it will disappear when you click it again.It is demonstrated in the image shown below.

Download
wp-zoomimage-with-copyprotect.zip
Stable release till wordpress 2.9
How to install and use
* Extract wp-zoomimage-with-copyprotect.zip and upload the folder to the /wp-content/plugins/ directory
* Activate the plugin through the ‘Plugins’ menu in WordPress
* Go to Settings and then WP-ZoomImage to configure.
DONATE
Whatever be the amount you donate,it will be a great help to me to pay for the server costs.I will list you in donors section of the plugin below this post and also in my plugin settings page of next version release .reply here or mail to techtipsmaster@gmail.com
Donors of this plugin
Please donate and i will add your link.
Download
wp-zoomimage-with-copyprotect.zip
Stable release till wordpress 2.8
Suggestions ,Comments and doubts
If you have any suggestions or doubts,feel free to comment here and i will reply to you as soon as possible.Please leave mail id’s so that i can mail you back.Make your content copy protected and feel happy of it.
For bloggers and any other sites,make copy protected by referring Copy Protect your Websites or Blogs from Fraudulent Users
Installation and Usage help
The message is displayed when the user tried to copy.The message can be configured in the settings section of the plugin.
Frequently Asked Questions
Zooming Image is not working properly after i updated the plugin.
Answer:If you are finding issues after updating the plugin,click on “update option” in the admin page of the plugin.You may enable some options and later you can disable them.

It’s absolute like what I’m looking for – a plugin which simply zoom images. Thank you very much!
http://wordpress.org/support/topic/375071?replies=1#post-1433261
Will check this plugin out!
Dosent seem to make anything, is there additional actions for me to do?
Interesting plugin, trying it out now. Thanks.
show me your page after plugin is installed..i will help you out
Hi, zoom function is not working in version 1.1
It is working…If you are facing any problems,just click on “update options : in the plugin admin page.
Hi, all features are working correctly, except the main one: zoom. “SetupZoom” is undefined (showed in IE error)
Do you have any tips to make it work?
nice job, anyway!
thanks!
it is fixed now..
on your own site here, when the image is clicked on, I can still right click on the image and save it to disk, so I don’t see how you claim this plugin keeps images copy protected. its not copy protecting images at all
great!!!!i didnt disable right clicking in my plugin options..Please install that and see the options.
Hi buddy, I m very lucky to have contact with you. Bro. i need rapidshare premium acount & i have also subscribed to your newsletters & left comments also. Actually i have got many work assignments from my college & i urgently need rapidshare premium account.
I m very thankful for all the help & support. May god bless you.
Hi, I recently started a bloghosting platform (based on wordpress MU) and when I stumbled your blog I paid attention to your theme (looking good) so I was wondering can you tell me is it custom made theme or one of those free ones? thanks in advance! regards, blogiskewl
Awesome, worked perfectly for me first time. I’ll be using this across all my WP’s. Thanks very much, you’re making us look good!
Loving the site so much to choose from!
Hi – Not sure what the problem is but I have installed this plugin on 2 sites and it works on one and not the other. Initially it didn’t even work on the first site but then all of a sudden it was working. Is there something i am missing – I have followed your instructions – is it meant to just automatically zoom all images that have a URl or should there be an option – its only the zoom feature i want – Thanks
i have replied via mail…thanks
Thanks man. I will donate tomorrow!! everyone should do the same.
It’s not working at all for me. I have installed the plugin corectly and it is having no effect. I am useing WP 2.9.2 and the F8lite theme.
Could there be a conflict with my theme?
just try “update options” int he admin panel and see it once again…let me know the results..
I tryed “update options a couple of times and it didn’t do anything
Behind the photo i have another bigger white background image. Why? Can u resolve it? Thank you for this plugin. Magnifico !
love this plugin, but after you zoom into the image, i’m missing the close image. I can recreate, but where would I place it?
Hi,
I’ve got the same problem as stated above: it is not working at all! I’m using WP 3.0.1. Installed plugin through WP, activated it. Then updated options, updated pages and published all. To no avail
There is no zooming, the image is shown as usual, according to options (in separate window or the same).
Although there is something which IS working – setting your plugin options works fine: I can disable right-click and can enable displaying warning message.
Could you please advice the next step.
Regards
Krzysztof
can you point out to your blog so that i can help you…
Will publish the blog this week and send you an address. Now it can be seen only from within my corporate network.
BTW: I’m using the standard WP3.0 theme ’2010 Weaver 1.2.1′, subtheme ‘Simple Silver’ and I’m using WP as CMS for static pages.
Thank you for prompt reply
Krzysztof
OK, so my IT admin has just changed paths and other parameters, so the site should be available from the outside (cannot test it just now, however…).
http://info.ifpan.edu.pl/~kgosc/Test/wordpress/
He said also, that WP I’m using is looking for some Java scripts in the main (root) directory, which are not there, of course. No user soft is allowed to write anything there (an will not be permited, ever). He identified at least two of them: js-gegenral.js and addDOMLoadEvent.js. Does it have anything to do with your plugin?
I’ve found such entries in the main page code:
…
var zoomImagesBase = ‘/’;
addDOMLoadEvent(setupZoom);
…
Isn’t the backslash at the beginnig denoting root?
Krzysztof
Sorry, forgot about tags… Again, then :
{script type=’text/javascript’>var zoomImagesBase = ‘/’;{/script>
{script src=’/js-global/FancyZoom.js’ type=’text/javascript’>{/script>
{script src=’/js-global/FancyZoomHTML.js’ type=’text/javascript’>{/script>
{script src=’/adddomloadevent.js’ type=’text/javascript’>{/script>
{script type=’text/javascript’>addDOMLoadEvent(setupZoom);{/script>
It seems that function call get_option(KEY_FZOOM_DIR)in the line
$fancyzoom_path = get_option(KEY_FZOOM_DIR).”/”;
returns an empty string, although I don’t know why.
After forcing $fancyzoom_path to absolute path the script seem to work, almost. It zooms, but does not draw shadowed border arround the pop-up.
K.
After provissional fixing with glue and sticy tape I experimented with different browsers:
* IE8 – there is neither shadow nor close button
* FF3.6 – there is no shadow along the borders, although there are close button and angled shadows at the image corners
* Chrome5 – there is shadow and close button (the only browser where everything is working properly).
K.
Hi,
I’m using WP 3.01 and have installed the plugin. Right click functions perfectly – but no zooming. I’m just uploading images in the normal way using the media insert button above the toolbar. I’m choosing to insert such images in thumbnail format (150×150). But these images don’t zoom when looking at them in a browser. Left clicking just brings them up in the default full size in the same window (normal WP action) What else am I supposed to do/add when uploading pictures? This is a site which is under construction by the way.
Thanks!
This is really a great stuff thanks for sharing. Keep it up. I will bookmark this blog, and will come back often. Hoster