Bug: gigya widget feature.
Deleted user

Not sure if this is something within your control Tom being as the gigya widget feature is provided by another site but when attempting to send widgets to my blogger site the login fails.
This is because login details for blogger are your email address & when you attempt to input that email address the field does not accept the '@' symbol putting a quote in it's place meaning login fails everytime.
Whether this bug happens just on listal or is general across the gigya widget network I'm not sure.
This is because login details for blogger are your email address & when you attempt to input that email address the field does not accept the '@' symbol putting a quote in it's place meaning login fails everytime.
Whether this bug happens just on listal or is general across the gigya widget network I'm not sure.

Hi Escafeld,
I work for Gigya and would be happy to help you debug this problem. By chance, are you using an international keyboard? If so, which country layout are you using?
If you'd like, you can contact me directly at [Link removed - login to see] or on AIM: gigyasupport
Cheers,
--Andrew
I work for Gigya and would be happy to help you debug this problem. By chance, are you using an international keyboard? If so, which country layout are you using?
If you'd like, you can contact me directly at [Link removed - login to see] or on AIM: gigyasupport
Cheers,
--Andrew

BTW, to expedite things, it sounds like the "Firefox + non-US keyboard problem" mentioned in one of our forum posts: [Link removed - login to see]
If you are using Wildfire in HTML Page, add the nowmode:true parameter to the pconf object, e.g.:
var pconf={
nowmode: true,
...
}
...
Or, for Wildfire in Flash Widget, using this syntax to set the nowmode parameter:
cfg['nowmode']=true;
Please let me know if that works for you.
Cheers,
--Andrew
If you are using Wildfire in HTML Page, add the nowmode:true parameter to the pconf object, e.g.:
var pconf={
nowmode: true,
...
}
...
Or, for Wildfire in Flash Widget, using this syntax to set the nowmode parameter:
cfg['nowmode']=true;
Please let me know if that works for you.
Cheers,
--Andrew
Deleted user

Hi Andrew, thanks for your replies. Just read the forum post you linked to so tried using shift+2 to input the '@' symbol & it works. So all sorted now, thank you very much. :-)