Pinterest Repellent

Extend image attributes to disable pinterest "pinning" by utilizing nopin="nopin" within html img tag.

Author:Aeryn Lynne (profile at wordpress.org)
WordPress version required:3.0.1
WordPress version tested:3.5.2
Plugin version:1.0
Added to WordPress repository:05-05-2013
Last updated:05-05-2013
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://geekwithstyle.ca
Total downloads:1 375
Active installs:10+
plugin download
Click to start download

Extending the image attributes to include nopin=”nopin” within the <img /> tag. The nopin attribute blocks the specified image from being pinned when using the “Pin It” button.

An example would look like: <img src=”yourimage.jpg” nopin=”nopin” />

This plugin does not automatically add the nopin attribute to every image within your blog; it merely allows you to add it to your images without fear of WordPress removing the tag when your post is published.

PLEASE NOTE: This plugin overides current image tag attributes, thus if you use any other attributes other than the ones listed below, they will be removed from your image tags automatically once this plugin is activated.

Available attributes:

  • src
  • alt
  • title
  • class
  • id
  • style
  • align
  • border
  • crossorigin
  • height
  • hspace
  • ismap
  • longdesc
  • usemap
  • vspace
  • width
  • onmouseover
  • onmouseout
  • name
  • aria-describedby

FAQ
ChangeLog