could you try the following link and see if you can see the buttons? I don’t know what is goin on but I can not see them using my browsers which are latest firefox, chrome and opera.
Works on IE 8.
http://aspspider.info/serdaroo/

edit: ok, I switched to my old laptop and everything seems to work. even with older versions of firefox.
Seem like problem is specific to my current laptop and/or some settings on it. I will let you know when I figure it out.

@MadTogger,

You are going to need to request “anywhere.js” with a valid ID (please see the page source here: http://aspspider.info/serdaroo/ ). When you click the folow button, it will open up a login page, when you hit “connect” on this page it will try to redirect you to a page specified or by default to the same page. This page has to be authorized by the application that is defined by the “key” (or ID value I have mentioned above) otherwise follow action will fail(you can see how it fails to follow by trying on the page in the link ı just provided). So you will need to get this app key from twitter.

@episod ,
I might have figured it out. It might be about the OS architecture. When you try the above link on 64-bit win7 using browsers such as chrome, firefox, opera the buttons will not load. When you click the link in 32-bit Win 7 using the same browsers the buttons will load.

Could you confirm?
serdar

I’ll introduce this notion to the engineering team and we’ll go from there. Thanks for all the details!

So you have confirmed the problem?
I will be looking forward to hear from you guys about this problem.

thanks.
serdar

I don’t have the environmental necessities to personally confirm the problem but we’ll look into it. Have you considered using Web Intents or the Follow Button instead of @Anywhere?

I need @Anywhere to let the visitors login and tweet thru my app if they want to.

@episode,
Have you had any chance to dig into this issue yet?

@episod,
So, you have not?

Still waiting on this :frowning:

The bug is filed but I have no ETA for a fix. I will ask the engineers and developers to prioritize.

I believe It should be quite important for you guys too.

Thanks.

update:

Tried with firefox 6.0.2. still the same problem. If you try to navigate to this page http://aspspider.info/serdaroo/ you can see the buttons loading in 32-bit win 7, but they are not loaded in 64-bit win 7.

In firebug it says “ReferenceError: T is not defined” for the line “twttr.anywhere(function (T) { …” while T is defied with all the functions like signIn(), User(), one() etc. when debugged on Internet Explorer 9.

Seems like issue is fixed and seems it was fixed by making some part of twitter API go SSL. And that was what I was suspicious about anyway.

Apparently the issue is solved. I just checked and everything works just fine in all major browsers. What I believe is issue has been solved by making some part of twitter API go SSL.

Apparently the problem has been solved. I believe issue is solved by making some part of twitter API go SSL.

Apparently the problem has been solved. I believe issue is solved by making some part of twitter API go SSL.

j’ai vu le problem maes pour la soulution j’ai rien compris…

I intercept the Twitter response and in case of errors show, but I get twttr and twttr.errors, as undefined in IE8 and Firefox. Kindly let me know the solution for this.