Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Web Check-in Widget JS callback
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Brian  
View profile   Translate to Translated (View Original)
 More options Feb 9 2012, 2:33 pm
From: Brian <brianfinam...@gmail.com>
Date: Thu, 9 Feb 2012 11:33:05 -0800 (PST)
Local: Thurs, Feb 9 2012 2:33 pm
Subject: Web Check-in Widget JS callback
Hi,

I'm having trouble getting the callback to work for the web check-in
widget.  I am able to display the widget and check in to it, but it
does not appear that the callback I provide is ever getting called.
My html is essentially identical to your example (the callback I
provide current just posts an alert message).  Any assistance would be
much appreciated.

Thanks,

Brian


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Karen Teng (GetGlue)  
View profile  
 More options Feb 9 2012, 3:59 pm
From: "Karen Teng (GetGlue)" <ka...@getglue.com>
Date: Thu, 9 Feb 2012 15:59:02 -0500
Local: Thurs, Feb 9 2012 3:59 pm
Subject: Re: Web Check-in Widget JS callback

Hi Brian,

We checked on our end and callback is correctly working.
Possible to send over a snippet of your code?

Note that the callback has to be a property of the window object -
if you try to do object.method it won't work

- Karen

--
Karen Teng
VP of Engineering
http://getglue.com

GetGlue:   http://getglue.com/TengFactor
LinkedIn:  http://www.linkedin.com/in/karenteng

We are hiring! http://getglue.com/ <http://getglue.com/about>jobs


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brian  
View profile  
 More options Feb 9 2012, 4:30 pm
From: Brian <brianfinam...@gmail.com>
Date: Thu, 9 Feb 2012 13:30:20 -0800 (PST)
Local: Thurs, Feb 9 2012 4:30 pm
Subject: Re: Web Check-in Widget JS callback
Hi Karen,

Thanks for the response.  Below is the snippet I am using:

<!DOCTYPE HTML>
<html>
    <head>
        <title>Get Glue</title>
    </head>
    <body>
        <script src="http://widgets.getglue.com/checkin.js" type="text/
javascript"></script>
        <script type="text/javascript">
        function my_getglue_callback(username, objectid, title,
numcheckins) {
            console.log('just checked in!'); // never gets called :(
            if (numcheckins == 1) {
                 alert('Thanks for checking in to American Dad');
            }else{
                alert('You are on your way to becoming a fan of
American Dad');
            }
        }
        </script>
        <a href="http://getglue.com" class="glue-checkin-widget" data-
callback="my_getglue_callback" data-type="feed" data-title="American
Dad Checkins" data-objectId="tv_shows/american_dad" data-width="480"
data-height="700" data-prompt="Check in to American Dad">Check-in on
GetGlue</a>
    </body>
</html>

Any ideas?

Thanks!

On Feb 9, 3:59 pm, "Karen Teng (GetGlue)" <ka...@getglue.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brian  
View profile  
 More options Feb 13 2012, 3:56 pm
From: Brian <brianfinam...@gmail.com>
Date: Mon, 13 Feb 2012 12:56:46 -0800 (PST)
Local: Mon, Feb 13 2012 3:56 pm
Subject: Re: Web Check-in Widget JS callback
Hi Karen,

Did you get a chance to look over the source I posted?  Any assistance
would be greatly appreciated, as we would like to integrate your
service into our app.

Thanks,

Brian

On Feb 9, 4:30 pm, Brian <brianfinam...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Karen Teng (GetGlue)  
View profile  
 More options Feb 13 2012, 4:14 pm
From: "Karen Teng (GetGlue)" <ka...@getglue.com>
Date: Mon, 13 Feb 2012 16:14:08 -0500
Local: Mon, Feb 13 2012 4:14 pm
Subject: Re: Web Check-in Widget JS callback

Hi Brian,

Thanks for following up with us.

We did in fact confirm that this is a bug on our end -- the callback on
feed widgets appear to not be working at the moment. I've filed the issue
with the team and it will get fixed / resolved in our upcoming widgets
release.

Thanks for your patience.

- Karen

--
Karen Teng
VP of Engineering
http://getglue.com

GetGlue:   http://getglue.com/TengFactor
LinkedIn:  http://www.linkedin.com/in/karenteng

We are hiring! http://getglue.com/ <http://getglue.com/about>jobs


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic