Pinterest Automated Posting
Social image-sharing site Pinterest is growing fast. Your site or blog is already posting your updates to Facebook and Twitter, so what about Pinterest? Pinterest API is not released yet, so there were no way to sync your updates around all networks including this one. Well, we did it with Google Plus, and now we did it with Pinterest as well. New Automated Posting API library from “NextScripts” is capable of automatic sharing images from your site directly to your Pinterest account.
Also get a WordPress Plugin that will automatically publish all your posts to Pinterest.
Pinterest Automated Posting Demo
Try it: Select Image to be Pinned:
![]() |
![]() |
![]() |
![]() |
Usage
The script is very easy to use.
Examples:
1. Pin an image to your Pinterest board:
<?php
require "postToPinterest.php";
$email = 'YourEmail@gmail.com';
$pass = 'YourPassword';
$msg = 'Post this to Pinterest!';
$imgURL = 'http://www.YourWebsiteURL.com/link/to/your/image.jpg';
$link = 'http://www.YourWebsiteURL.com/page';
$boardID = '104935301886129712427';
$loginError = doConnectToPinterest($email, $pass);
if (!$loginError)
{
doPostToPinterest($msg, $imgURL, $link, $boardID);
} else echo $loginError;
?>
More complex example: Pinterest bot protection.
Requirements
PHP5, cURL with OpenSSL, WordPress if you would like to use plugin.
Version history
– [Improvement] – Switched to new generation of automated logins. No more “cookie” files required and it can work with open_basedir set.
Version 1.0.1 – Jun 22, 2012
– [BugFix] – Some Small Bug Fixes.
Version 1.0.0 – Jun 20, 2012
– Initial Release
Get It
- Google Plus Automated Posting Script ($49)
- Pinterest Automated Posting Script ($49)
The all-in-one package also includes Blogger Advanced Autoposting, YouTube Autoposting, LinkedIn Company Pages Autoposting, VK.COM Advanced Autoposting (adds nice Link Attachments). Lifetime upgrades are also included.
** Google Wallet users: Google takes it's time to process order. It could take from 10 minutes to 6 hours. You will get the email from us and from Google Wallet once your order is complete and your account and download links are ready.





