Secure Your Web Images Now

Take advantage of our Summer Blowout Pricing!

Buy now for only $8.99!!

Reg. $25.00!! Don't Wait!

Save Image and Email Image Enabled


Protected Vulnerable!
Right Click Protection

Details

Email Image and Save Image options give you extra flexibility to control what site users can do with your images. With these settings enabled, a user can save your image to their computer or email a link to a friend. The benefit of these options is that you can output different images that the one actually seen. Using an image proxy the saved or emailed image can have a watermark applied, can be a different quality, or anything else that fits your needs.

Sample Code

Sample Image Tag
<div class="fip" source="4.jpg" id="demo1"><a href="http://www.adobe.com/go/getflashplayer">Get Adobe Flash Player</a></div>
JavaScript Code
<script language="javascript">
fipReplace();
</script>

Save Image Enabled


Protected Vulnerable!
Right Click Protection

Details

With in-line settings, you can set parameter values to enable or disable features per image! Settings can be managed globally or independent per image if you choose to do so. This demo overrides the global setting to disable the email capability for only this image.

Sample Code

Sample Image Tag
<div class="fip" source="4.jpg" id="demo2" enableemail="false"><a href="http://www.adobe.com/go/getflashplayer">Get Adobe Flash Player</a></div>
JavaScript Code
<script language="javascript">
fipReplace();
</script>

Email Image Enabled


Protected Vulnerable!
Right Click Protection

Details

Similar to the example above, this example has the save image setting overriden at the image level so only the global email option is available.

Sample Code

Sample Image Tag
<div class="fip" source="4.jpg" id="demo2" enablesave="false"><a href="http://www.adobe.com/go/getflashplayer">Get Adobe Flash Player</a></div>
JavaScript Code
<script language="javascript">
fipReplace();
</script>