[GET] Google's G+ Clickjacking code

You want to have some respect man. I shared the code MONTHS ago then Harro shared it. You could've shared yours and called it 'The Improved +1 Clickjack' but instead you come in and call ours ugly? Wtf dude. Your code isn't revolutionary, it does the same things ours does.


respect?
Listen to yourself "ours" your giving me shit for posting cleaner code when both of you posted the same thing dude.. get over yourself.

I shared something that's clean easy to read and even mentioned it was shared here in other threads, so why would you even try to talk shit? What can you possibly say about it that i didnt already state in the OP?

Higher ups dude, you donated some money to the forum, so your special now?
 
respect?
Listen to yourself "ours" your giving me shit for posting cleaner code when both of you posted the same thing dude.. get over yourself.

I shared something that's clean easy to read and even mentioned it was shared here in other threads, so why would you even try to talk shit? What can you possibly say about it that i didnt already state in the OP?

Higher ups dude, you donated some money to the forum, so your special now?

Not only have I donated money but I've been like a year longer than you and contributed a hell of a lot more than you. I already stated that I didn't care about you posting the code, it's just when you call ours ugly. Just seems a bit arrogant to me.
 
Not only have I donated money but I've been like a year longer than you and contributed a hell of a lot more than you. I already stated that I didn't care about you posting the code, it's just when you call ours ugly. Just seems a bit arrogant to me.

Man, that last comment was not to you anyways :)
What you shared was not created by you correct? Seeing how harro also posted the exact code, so you should not take any offense to it man. I was not trying to cause any issues, I did mention that it was already shared.. and I went as far as to explain to the newbies what it does.

Then that fool made a comment about it already being shared, when he didnt even take the time to look at the code. And the fool also posted the same thing in the form of a WP plugin. I just don't understand some of the people here, they think they run shit when they cant even run their own life's.

There are some decent members here that know their shit, then you have the people like the dude mentioned above that thinks he has some kind of pull here on BHW. just because someone donates some money to the forum does not give them any type of rep, Earn your rep.. have the forum Admins/Mods give you the a title showing you have the rep.

They can lock this thread for all I care, just figured some of you BHers would like to use this as a base for some BH campaigns.
But all i've seen so far is people saying this will get you into trouble with google.. Kind of funny that this is a BH forum and people cant think in a BH manner.
 
I'm an Elite Member on a popular IM forum. Wont say no names :)

1-1607540-1289-t.jpg
 
...words spoken from a newb talking trash to the higher ups


^^^ To funny.. notice how this fool is banned for making a BST here scamming members by selling them a copy/paste WP plugin.
This moron even copy/paste the real copyright owners affiliate links that were inside the code LOL.

So anyone that was friends with this fool might want to rethink your style, as well as head to PP and asked for a refund for anything you have paid him for :)

Proof: http://www.blackhatworld.com/blackhat-seo/shit-list/342481-rankbox-scam-thief-extremeseo.html
 
Last edited:
The +1 button is not a share button like facebook "like" button, it will not make a site go viral, it will only help SEO
 
--Edited--

Thanks Mods for cleaning that post
 
Last edited:
no kiddin it works, why would I share something that didint work?
 
do you have any code for "not adding cookie" to avoid clicking the +1 again? I'm dying for that script. LOL.
 
Last edited:
Thanks for the Share/reshare and cleanup. Quick question. What happens if the user clicks twice does it undo the google + 1
 
Thanks for the share buddy ! To avoid clicking once again, why dont you just remove the +1 button. Here's what can be done :
Code:
//when users clicks !
document.onclick= removeG;
function removeG(){
//grab the button
document.getElementById("button Id").style.visibility="hidden";
}

A better way would be to attach event listener instead of using document.onmousemove !
When user clicks hide the button and remove the event listener. I would have re-written the code by myself but i'm Lazy ;)
 
Is there a way to make it redirect after they click the +1?
 
Back
Top