Hidden "Like" action in iframe

cazzone

Newbie
Joined
Dec 23, 2010
Messages
22
Reaction score
2
Hi,
I need to increase a lot of fanpage. Is it possibile to make an "auto-like" when an user access into my webiste? I test the like button hidden in the page, but it isn't my solution.

Please help me :(
 
I would like to look for something like this as well.
 
There is or was a code which made people auto like when they clicked anywhere on the page. It was working great last year but last time I tried it a few weeks ago it didn't work. Dunno if FB has changed something or if it was my code that was faulty. I will take another look at it soon
 
why using an iframe? i have shared an auto like script a few days ago..basically, it uses javascript to hide the like button, so if some1 clicks anywhere on your site it will automatically like your page.

demo: szabadka dot org
download: szabadka dot org / autolike.zip
 
why using an iframe? i have shared an auto like script a few days ago..basically, it uses javascript to hide the like button, so if some1 clicks anywhere on your site it will automatically like your page.


because i can't use this and not all my user click in the page. I want a script how when an user enter in my Blog, automatically became a fan. Is it possible?
 
why using an iframe? i have shared an auto like script a few days ago..basically, it uses javascript to hide the like button, so if some1 clicks anywhere on your site it will automatically like your page.

demo: szabadka dot org
download: szabadka dot org / autolike.zip

Can't wait to try this out! Can Facebook tell if you do this?
 
why using an iframe? i have shared an auto like script a few days ago..basically, it uses javascript to hide the like button, so if some1 clicks anywhere on your site it will automatically like your page.

demo: szabadka dot org
download: szabadka dot org / autolike.zip

How do I use/install this script? your site with the demo is down:(
 
demo does not working it directly redirects to the fb profile page ...

anyone got it working ...


why using an iframe? i have shared an auto like script a few days ago..basically, it uses javascript to hide the like button, so if some1 clicks anywhere on your site it will automatically like your page.

demo: szabadka dot org
download: szabadka dot org / autolike.zip
 
I'd try it soon. Thanks for the concern OP and the share zero.
 
zerodtk can that script be run on wp theme like ctr theme.. Can't figure out where to add the code.

Any ideas?
 
where's the tutorial so we can install this thing?
 
sure, it can! I'm posting the tutorial now ;) give me a second :P
 
step 1
upload the /src/ folder to your host - root

step 2
edit config.js and add you facebook page url where required

step 3
include config.js in the page head - in wordpress that's the header.php file
<head>
...
<script language="javascript" src="src/config.js"></script>
...
</head>

step 4
include like.js in the page body - anywhere you want, but it has to be inside the <body> tags
<body>
...
<script language="javascript" src="src/like.js"></script>
...
</body>

save everything and it should work...you can also check the config.js for additional settings like opacity ;)

hope it help
regards,
z
 
very old script..
the only problem is if the user who landed on your website is not logged into Facebook then he will get a popup..
which will make him suspicious.. also Facebook has a way to detect this script now and can ban the page you are trying to promote..

Ignorance Is Bliss
 
Back
Top