• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
seegatesite header

Seegatesite.com

Seegatesite.com - Programming Tutorial , Sharing , How and Learn Together

  • TOOLS
    • Bootstrap Navbar Online Generator
    • Customize Sidebar Menu Bootstrap 3
    • Bootstrap Demo
  • ADVERTISE
  • CATEGORIES
    • Android
    • Blogging Tips
    • Database
    • CSS
    • Info Gadget
    • Javascript
    • Linux
    • PHP
    • Various
    • WordPress
  • Q&A
  • PHP
  • JAVASCRIPT
  • JQUERY
  • ANGULAR
  • WORDPRESS
  • SEO
  • REACT
🏠 » Blogging Tips » Free Script Pinterest Automatic Pin with Imacros for Begginer

Free Script Pinterest Automatic Pin with Imacros for Begginer

By Sigit Prasetya Nugroho ∙ August 1, 2014 ∙ Blogging Tips ∙ 7 Comments

Share : TwitterFacebookTelegramWhatsapp

If previously I wrote an article about Script auto tweet with Imacros and Tweetdeck , This time I will share about Pinterest Automatic Pin with Imacros. With this tools, we can automatic pin our blog post to pinterest board. Using iMacros, we no longer need bother to market our amazon affiliate product on social media like pinterest.

Table of Contents

  • 1  Boost your amazon earning with Pinterest Automatic Pin .
    • 1.1 1. The Pin It button Formatted Url
    • 1.2 2.  How do we get the blogs data ?
    • 1.3  That is Script Pinterest Automatic Pin with Imacros or you can download the script below
  • 2 If the above script can not work properly anymore, please use my new iMacros script for auto pin pinterest on the following article

 Boost your amazon earning with Pinterest Automatic Pin .

Besides observant in choosing a product, marketing is also necessary to increase our earnings. Source of Traffic and earnings for my amazon affiliate site, most are from pinterest. Why use Pinterest ? Pinterest helps people discover the things they want to plan, buy and do. Here’s how it works for you ( read here ).

Lets start the experiment

1. The Pin It button Formatted Url

1
2
3
4
http://www.pinterest.com/pin/create/button/
?url=http%3A%2F%2Fwww.flickr.com%2Fphotos%2Fkentbrew%2F6851755809%2F
&media=http%3A%2F%2Ffarm8.staticflickr.com%2F7027%2F6851755809_df5b2051c9_z.jpg
&description=Next%20stop%3A%20Pinterest

With the following information :

  • Url , your blog post url.
  • Media, your products picture url.
  • Description, your product description.

Learn more about pinterest here ( Pin It button ).

2.  How do we get the blogs data ?

Many ways to get posts data. In this case, i use mysql query to get my amazon product post and data. this is example how i get my blog post from Phpadmin ( My wordpress database was modified).

Related Articles :

  • How to Create Autocomplete Amazon Keyword Suggestion With Jquery
  • Easy Get XML Amazon API Data with My Amazon_Class
  • Easy Get ASIN with My Amazon Asin Grabber Class

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SELECT d.name,CONCAT( "http://www.pinterest.com/pin/create/button/
?url=http://mysite.com/", a.post_name,
"&media=", e.meta_value, "&description=",
SUBSTR( a.post_title, 1, 250 ) ,
" on http://mysite.com/", a.post_name ) AS result
FROM wp_posts a
INNER JOIN wp_term_relationships b ON a.ID = b.object_id
INNER JOIN wp_term_taxonomy c ON b.term_taxonomy_id = c.term_taxonomy_id
INNER JOIN wp_terms d ON c.term_id = d.term_id
INNER JOIN wp_postmeta e ON a.ID = e.post_id
WHERE a.post_status = 'publish'
AND c.taxonomy = 'category'
AND e.meta_key = 't_image'
AND LENGTH( CONCAT( SUBSTR( post_title, 1, 250 ) , " on http://mysite.com/", post_name ) ) <=498
ORDER BY d.name, post_date ASC

In my case, i export query data into CVS format. The format will be like below

pinterest automatic pin

3. You need to create the pinterest board first.

Okay, after we get data (save your data to c:\data.csv ) , create imacros script pinterest automatic pin.

1
2
3
4
5
6
7
8
9
10
VERSION BUILD=8810214 RECORDER=FX
TAB T=1
SET !DATASOURCE C:\data.csv
SET !LOOP 1
SET !DATASOURCE_LINE {{!LOOP}}
URL GOTO={{!COL2}}
TAG POS=1 TYPE=LI ATTR=TXT:{{!COL1}}
WAIT SECONDS=5
TAG POS=1 TYPE=BUTTON FORM=NAME:NoFormName ATTR=TXT:Pin<SP>it
WAIT SECONDS= 30

 That is Script Pinterest Automatic Pin with Imacros or you can download the script below

Download link pinterest imacros

If the above script can not work properly anymore, please use my new iMacros script for auto pin pinterest on the following article

Another Blogging Tips Related Post :

  • Easy Ways to Get Extra Money from the Internet for Beginners
  • How To Insert Ads In The Middle Post Blogspot Blogger
  • Optimize Images For Blogs To Quickly Indexed By Google, Has proven!
  • The Best Free Screen Capture Tool for Bloggers
  • Guest Post On Seegatesite.com
  • Namecheap Hosting Review: Great Price for Great Deals

Avatar for Sigit Prasetya Nugroho

About Sigit Prasetya Nugroho

This site is a personal Blog of Sigit Prasetya Nugroho, a Desktop developer and freelance web developer working in PHP, MySQL, WordPress.

Reader Interactions

Comments

  1. Avatar for nhs buyersnhs buyers says

    August 27, 2014 at 8:29 pm

    Excellent pieces. Keep writing such kind of ifo on your page.
    Im really impressed by your blog.
    Hi there, You have dne a great job. I will certainly digg iit annd in my ooinion recommmend to
    my friends. I’m sure they will be benefited from this web site.

    Reply
  2. Avatar for müslüm gürsesmüslüm gürses says

    January 22, 2015 at 12:45 am

    RuntimeError: Column number 2 greater than total number of columns 1, line 6 (Error code: -953)

    Reply
    • Avatar for Sigit Prasetya NugrohoSigit Prasetya Nugroho says

      January 31, 2015 at 8:55 am

      okay, i will fix it later 🙂

      Reply
  3. Avatar for JohnJohn says

    January 24, 2015 at 7:44 am

    Hi guys,

    First – good job with the script and the site.

    Quick suggestion – Pintereste changed lately their pin pop-up and introduced a “Recently Picked” selection of 3 pinboards on top of the pinvboard list – this broke the iMacro script.

    Is there any way you can update the script please?

    John

    Reply
    • Avatar for Sigit Prasetya NugrohoSigit Prasetya Nugroho says

      January 31, 2015 at 8:54 am

      hello john,
      I do not use this script in a long time, if it will spare me fix this script, because I still have a big project unfinished. thank you for your info 🙂

      Reply
  4. Avatar for JohnJohn says

    February 2, 2015 at 8:42 am

    Thanks Sigit,
    I appreciate it.

    I believe it’s the same issue as the one reported by Müslüm.
    Anyway, thanks for your help. I appreciate it.

    John

    Reply
  5. Avatar for Mature Women 35 PlusMature Women 35 Plus says

    February 11, 2015 at 1:33 pm

    Thanks for share , it work for me .

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Time limit is exhausted. Please reload CAPTCHA.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Primary Sidebar

Welcome to my Home,

Avatar for Mature Women 35 PlusThis site is a personal Blog of Sigit Prasetya Nugroho, a Desktop developer and freelance web developer working in PHP, MySQL, WordPress.



Popular Articles

Checked checkbox AdminLTE Bootstrap in Jquery

November 4, 2014 By Sigit Prasetya Nugroho 7 Comments

Simple create date format validation with jqueryUI

December 21, 2014 By Sigit Prasetya Nugroho Leave a Comment

Create Simple Progress Bar for Fake Online Generator with Jquery

January 10, 2015 By Sigit Prasetya Nugroho Leave a Comment

22+ Coolest Free Jquery Plugin For Premium Theme

October 3, 2015 By Sigit Prasetya Nugroho Leave a Comment

Easy Build Your Anti Copy Paste Plugin

October 6, 2015 By Sigit Prasetya Nugroho Leave a Comment

Popular Tags

adminlte (15) adsense (13) adsense tips (4) affiliate amazon (13) amazon (12) Android (8) angular (16) angular 4 (12) angular 5 (4) asin grabber (3) Bootstrap (27) codeigniter (5) create wordpress theme (5) crud (8) css (6) free wordpress theme (7) google adsense (4) imacros (4) increase traffic (6) jquery (34) laravel (10) laravel 5 (5) learn android (5) modal dialog (5) mysql (6) nodeJs (4) optimize seo (4) pdo (6) php (30) plugin (53) pos (7) Publisher Tips (5) react (3) Reactjs (7) SEO (37) theme (17) tutorial angular (5) tutorial angular 4 (6) tutorial javascript (10) tutorial javascript beginners (4) twitter (3) widget (3) wordpress (18) wordpress plugin (13) XMLRPC (5)




  • About
  • Contact Us
  • Disclaimer
  • Privacy Policy
  • Terms and Conditions

©2021 Seegatesite.com