Important: What is this 'new' script ??

fisko19

Registered Member
Joined
Apr 10, 2010
Messages
76
Reaction score
4
Hello,

I see in Facebook too many spam pages.

Like:
apps.facebook.com/exemple/redirect.php

1.) In order to see a video, you have to allow an application to post on your wall. Then, it post something like ''I CAN BELIEVE, CHECK THIS'' without your consent on your wall. Your friends see it.

2.) How to add Like button to my website and after clicking ''Like'', they're redirected to a picture or link ?
 
Last edited:
Thank you for telling me that it's old. That's exactly what I asked. As you can see, I added quotes to 'New' script. It's new for me because in my country it starts to gain popularity.

Could someone answer to my question: How to add a Like button to my website -> When a user click on ''Like'', to be redirected to a pictore or a link.

Thanks.
 
It's called neo app. I bought this script, didn't make any money from it though, the market is so saturated.
 
Could someone answer to my question: How to add a Like button to my website -> When a user click on ''Like'', to be redirected to a pictore or a link.

Thanks.
Yes.

Code:
<html>
    <head>
        <title>Test</title>
    </head>
    <body>
        <div id="fb-root"></div>
        <script src="http://connect.facebook.net/en_US/all.js"></script>
        <script>
            FB.init({appId: 'YOUR_APP_ID', status: true, cookie: true, xfbml: true});
            FB.Event.subscribe('edge.create', function(response) {
                window.location = 'http://www.google.com/';
            });
        </script>
        <fb:like href="http://www.bing.com/" show_faces="false" width="450"></fb:like>
    </body>
</html>
 
It's called neo app. I bought this script, didn't make any money from it though, the market is so saturated.

It's called Facebook applications. There's a popular product called NeoApp which basically makes using applications much more accessible to those who aren't experienced in coding, and you probably didn't make any money because you followed the herd and didn't try to think outside the box.

Advice, find your own use for the script in ways that others haven't already, then send targeted traffic to kick it off. Enough of this "OMG THIS GIRL FRICKING DIED YESTERDAY!" crap. It's like banner blindness, if users see the same kind of crap too often, they ignore it.
 
Yeah .. This is old like hell..

tumblr_l080wtdD8M1qzdv8uo1_250.gif
 
Back
Top