34.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

Closed
 
01-14-2016, 08:27 PM
Post: #11
RE: [GET][HOT] Pinterest Search - Niche Research Using Power of Repins
Thanks for sharing this Connexionz. Would you by any chance have the tutorial videos too? Will be much appreciated.
01-15-2016, 12:25 AM (This post was last modified: 01-15-2016 12:27 AM by ѕ¢σяρισ.)
Post: #12
RE: [GET][HOT] Pinterest Search - Niche Research Using Power of Repins
PHP Code:
javascript: function tech_all() {
    var 
ip document.createElement('div');
    
ip.setAttribute('style''position:fixed;top:0;padding:10px;background:#000;color:#fff;font-size:14px;z-index:999;');
    
ip.innerHTML '<div%20id=\'tech_cp\'%20style=\'float:left\'><div>Auto%20Load%20<input%20type=\'number\'%20value=\'1\'%20id=\'tech_number\'%20style=\'width:25​px;\'>%20Page(s)%20and:</div><div%20id=\'sort\'><button%20id=\'tech_sortr\'%20style=\'padding:5px;margin:10px%200;\'%20onclick​=\'tech_go(0)\'>Sort%20by%20Repins</button><button%20id=\'tech_sortl\'%20style=\'padding:5px;margin:10px;\'%20onclick=\'t​ech_go(1)\'>Sort%20by%20Likes</button></div>';
    
document.body.appendChild(ip);
};
tech_all();
var % 
20 count 0;
var % 
20 mylist = [];
var % 
20 timeout;
var % 
20 techtype 0;

function % 
20 tech_go(t) {
    
techtype t;
    
tech_load();
};

function % 
20 tech_load() {
    $(
'#sort').html('Loading,%20Please%20Wait...');
    $(
'.Pin').each(function() {
        
mylist.push($(this)[0])
    });
    $(
window).scrollTop($(document).height());
    
timeout window.setTimeout(tech_load4000);
    
count++;
    if (
count == Number($('#tech_number').val())) {
        
finish();
    }
};

function % 
20 finish() {
    
window.clearTimeout(timeout);
    if (
techtype == 0) {
        var % 
20 list = mylist.filter(function(f) {
            if ($(
f).find('.repinCountSmall').length 0) {
                return %
20 f;
            }
        });
        
console.log(list);
        list.
sort(function(ab) {
            var % 
20 compA Number($(a).find('.repinCountSmall').text().trim());
            var % 
20 compB Number($(b).find('.repinCountSmall').text().trim());
            return (
compA == compB) ? : (compA compB) ? -1;
        });
    } else {
        var % 
20 list = mylist.filter(function(f) {
            if ($(
f).find('.likeCountSmall').length 0) {
                return %
20 f;
            }
        });
        
console.log(list);
        list.
sort(function(ab) {
            var % 
20 compA Number($(a).find('.likeCountSmall').text().trim());
            var % 
20 compB Number($(b).find('.likeCountSmall').text().trim());
            return (
compA == compB) ? : (compA compB) ? -1;
        });
    }
    $(
'.Grid').before('<div%20id=\'organized\'/>').remove();
    $.
each(list, function(idxitm) {
        $(
'#organized').append($(itm));
    });
    $(
'.Pin').css({
        
'float''left',
        
'margin''5px',
        
'padding''5px'
    
});
    $(
'#tech_cp').html('<button%20onclick=\'location.reload();\'>Reload</button>');
    
window.scrollTo(00)
}; 

Thanks for share
⭐ ⭐ ⭐ ⭐ ⭐ [MVP Access] on MoneyVIPProgram.com ⭐ ⭐ ⭐ ⭐ ⭐
01-15-2016, 03:08 AM (This post was last modified: 01-15-2016 03:21 AM by sIMplified ☢.)
Post: #13
RE: [GET][HOT] Pinterest Search - Niche Research Using Power of Repins
Thanks a lot to everyone who REPPED and those who hit'n'run ;)!!
As was requested, I have updated OP Post #1 with Training Video!


Welcome << REP >> 61heart << PEACE >> 61heart << connexionz! >> Welcome
CLICK BELOW TO
[Image: XKnZ0lj.png]
01-15-2016, 06:54 AM
Post: #14
RE: [GET][HOT] Pinterest Search - Niche Research Using Power of Repins
Quote:Note:For those of you wondering, why I give a temporary blog on blogspot? Because there is no other way I know to share a working bookmarklet to anyone. Appreciate to please teach me if there is any other way.

Here's how:

1. In Chrome, click Bookmarks->Bookmark Manager.

2. You should see a new tab with the bookmarks and folders listed.

3. Select the "Bookmarks Tab" folder on the left.

4. Click the "Organize" link, then "Add Page" in the drop down.

5. You should see two input fields. Type the name of the bookmark you would like(i.e., PinSearch) in the first field.

6. Paste the javascript code below into the second field.
01-15-2016, 07:15 AM
Post: #15
RE: [GET][HOT] Pinterest Search - Niche Research Using Power of Repins
http://bestblackhatforum.com/Thread-GET-...-pinterest
29.gif
01-15-2016, 08:29 AM (This post was last modified: 01-15-2016 08:31 AM by sIMplified ☢.)
Post: #16
RE: [GET][HOT] Pinterest Search - Niche Research Using Power of Repins
Thanks a lot mega2giga! REPs to you!
I will remove the link and add these instructions.

(01-15-2016 06:54 AM)mega2giga Wrote:  Here's how:
1. In Chrome, click Bookmarks->Bookmark Manager.
2. You should see a new tab with the bookmarks and folders listed.
3. Select the "Bookmarks Tab" folder on the left.
4. Click the "Organize" link, then "Add Page" in the drop down.
5. You should see two input fields. Type the name of the bookmark you would like(i.e., PinSearch) in the first field.
6. Paste the javascript code below into the second field.



Thanks caliman. Can't access this link? Is it down?
(01-15-2016 07:15 AM)caliman Wrote:  http://bestblackhatforum.com/Thread-GET-...-pinterest
CLICK BELOW TO
[Image: XKnZ0lj.png]
01-15-2016, 07:09 PM
Post: #17
RE: [GET][HOT] Pinterest Search - Niche Research Using Power of Repins
Tomorrow I'll upload installation video to help those who cannot install this.
CLICK BELOW TO
[Image: XKnZ0lj.png]
01-16-2016, 01:08 AM
Post: #18
RE: [GET][HOT] Pinterest Search - Niche Research Using Power of Repins

OP Post #1 updated with "How to Install".

How to Install? [uploaded based on request of some BBHF]




CLICK BELOW TO
[Image: XKnZ0lj.png]
01-16-2016, 02:02 AM
Post: #19
RE: [GET][HOT] Pinterest Search - Niche Research Using Power of Repins
Great sharen buddy! I think for today i've seen 3 golden thing you share Connexionz.

Rep added buddy! Happydance
01-16-2016, 02:19 AM
Post: #20
RE: [GET][HOT] Pinterest Search - Niche Research Using Power of Repins
Thanks mate.

Here you can check all my Threads: Click HERE
Hope you find something interesting?

PS: If you are into graphics, I am sharing Lucas Adamski - WhiteBoard Madness.


(01-16-2016 02:02 AM)AnugGnas Wrote:  Great sharen buddy! I think for today i've seen 3 golden thing you share Connexionz.
Rep added buddy! Happydance
75.gif
CLICK BELOW TO
[Image: XKnZ0lj.png]
Closed
 




42.gif