Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6742469
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T11:50:50+00:00 2026-05-26T11:50:50+00:00

Is something like this possible? I have a client launching an online magazine for

  • 0

Is something like this possible?

I have a client launching an online magazine for his business. He wants to add a facebook like button (for the magazine fanpage) on his current corporate site and ask users to ‘like it’ in order to be taken to the magazine website. Can it be done? Are there drawbacks to this approach? For example, the same user will have to ‘like it’ every time they want to access the magazine site?

Thank you for any suggestion, I’m pretty new to facebook.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T11:50:50+00:00Added an answer on May 26, 2026 at 11:50 am

    You can redirect a user on clicking a like button using the Javascript SDK and FB.Event.Subscribe

    FB.Event.subscribe('edge.create', function(response) {
    
        window.parent.location = 'http://www.google.com';
    
    });
    

    edge.create is called when ever a user likes something on the page

    response is the url that has just been liked.

    If there are multiple like buttons on the page you could use an if statement with the response to make sure the page only redirects for a particular like button

    Here’s the full javascript code and a like button

    <div id="fb-root"></div>    
    <script>
          window.fbAsyncInit = function() {
            FB.init({
              appId      : 'YOUR_APP_ID', // App ID
              status     : true, // check login status
              cookie     : true, // enable cookies to allow the server to access the session
              oauth      : true, // enable OAuth 2.0
              xfbml      : true  // parse XFBML
            });
    
            FB.Event.subscribe('edge.create', function(response) {
    
                window.parent.location = 'http://www.google.com';
    
            });
          };
    
          // Load the SDK Asynchronously
          (function(d){
             var js, id = 'facebook-jssdk'; if (d.getElementById(id)) {return;}
             js = d.createElement('script'); js.id = id; js.async = true;
             js.src = "//connect.facebook.net/<?php if(isset($fb_user['locale'])){echo $fb_user['locale'];}else{echo'en_US';}?>/all.js";
             d.getElementsByTagName('head')[0].appendChild(js);
           }(document));
    </script>
    
    <fb:like href="http://www.google.com" send="false" width="450" show_faces="true"></fb:like>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is something like this possible: I have a flash animation of a glowing orb.
Is something like this possible? SELECT u FROM User WHERE u.address.city LIKE 'Gotham City'
Is something like this possible: function FooClass() { var barsArray=new Array(); var index=0; function
Is something like this possible: <form method=post action=myphp.php name=myname target=another_html/iframe_name>??? I want the php
I am doubt if something like this is possible with asp.net and an application
Hoping that using something like this demo it is possible to drag items within
Is it possible to do something like this in Java? Object[] objArray = {
Is it possible to do something like this? public function something() { $thisMethodName =
is it possible to do something like this in JSTL: <div class=firstclass<c:if test='true'> someclass</c:if>>
Is it possible to accomplish something like this using linqtosql? select * from table

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.