Home Generic Privacy Policy Privacy Policy Generator Logos & Link Users Register

Privacy Policy Logos

Copy and paste the code to your website footer template:

Generic Privacy Policy Link

The easiest way to add a privacy policy to your website. Simply cut and paste the following code to your web template or a Wordpress Text Widget (then drag and drop it to your sidebar in the admin area). Or add the link to your "links" in the sidebar.

<a href="http://www.freeprivacypolicy.org/generic.php" target="_blank">Privacy Policy</a>

Privacy Policy Pop-Up Code

This code produces a pop-up window to display a privacy policy when a "Privacy Policy" link is clicked:

<a href="http://www.freeprivacypolicy.org/privacy-pop.php" onClick="return privacypopup(this)">Privacy Policy</a>
<script type="text/javascript">
<!--
function privacypopup(href)
{
if (!window.focus)return true;
window.open(href, 'privacy', 'width=600,height=480,scrollbars=yes');
return false;
}
//-->
</script>

Preview Pop-up Window

Privacy Policy Logos

Please copy your chosen image to your own server rather than directly linking to our images.

Right click on the image and "Save As" to your computer. Then upload to your website.

Black: Red: Green: Blue:

Example image-linking code:

<a href="http://www.freeprivacypolicy.org/generic.php" target="_blank" title="View our privacy policy"><img src="/images/privacy-logo.png" alt="Privacy Policy Logo" border="0" /></a>