We provided some simple shortcode that allow you to insert Pins, Boards, User Profiles or Follow buttons from Pinterest directly in your WordPress pages and posts.
A powerful sidebar widget is also bundled with the plugin and for every shortcode there are some attributes that helps you to customize badges, in order to give to you the best control over your content.
Pin Shortcode [pit-pin]
Display a pin in your content from a given URL. The size of the badge can be specified via size attribute.
Possibile options are: small, medium, large.
Default Pin instance:
[pit-pin url="http://www.pinterest.com/pin/pin_id"]
Setting medium size in Pin instance:
[pit-pin url="http://www.pinterest.com/pin/pin_id" size="medium"]
Setting large size in Pin instance:
[pit-pin url="http://www.pinterest.com/pin/pin_id" size="large"]
Profile Shortcode [pit-profile]
Display a Pinterest User Profile in your content from a given URL. The size of the badge can be specified via imgwidth, boxheight and boxwidth attribute.
Default Profile instance:
[pit-profile url="http://www.pinterest.com/pinterest/"]
Custom size Profile instance:
[pit-profile url="http://www.pinterest.com/pinterest/" imgwidth="72" boxwidth="700" boxheight="500"]
Board Shortcode [pit-board]
Display a Pinterest Board in your content from a given URL. The size of the badge can be specified via imgwidth, boxheight and boxwidth attribute.
Default Board instance:
[pit-board url="https://www.pinterest.com/pinterest/pin-tips/"]
Custom size Board instance:
[pit-board url="https://www.pinterest.com/pinterest/pin-tips/" imgwidth="72" boxwidth="700" boxheight="500"]
Follow Shortcode [pit-follow]
Display a Pinterest Follow Button in your content from a given profile URL. The text of the button must be specified via text attribute.
Default Button instance:
[pit-follow url="https://www.pinterest.com/pinterest/"]
Text Button instance:
[pit-follow url="https://www.pinterest.com/pinterest/" text="Pinit"]