hi,

i'm trying to get the twitter feature working. i put my username ephman in the field and the icon does not show up on the toolbar for my tweets... any help would be greatly appreciated? am i missing something?

thanks,
ephman

Comments

Gigya’s picture

Please try it again now.

If the problem still ocurrs, please send us a link to your (test) site and we'll look into it.

Have a gr8 day,

Tamir,
Gigya

ephman’s picture

thanks tamir,

so i turned off and then turned on the toolbar module, re-entered my twitter username (ephman), and the twitter button did not show up. :( also i don't know if it is relate but i added my my rss feed link in there (http://feeds.feedburner.com/epheed) and the rss icon did not show up as well. currently i'm running drupal 6.13 if that helps.

thanks,

ephman

Gigya’s picture

Hi ephman,

I tested the gigyaToolbar module on Drupal 6.14.
A lot of things have changed between D6.13 and D6.14 ...
- So this could be the reason.

Can u please send me a link to your test site ?

10x,

Tamir,
Gigya.

ephman’s picture

sorry about that tamir... here's the link to my website. http://www.ephman.com

thanks again, i'm a big fan of gigya.

eph

Gigya’s picture

Hi ephman,

We will soon submit a new version with a fix to this and other stuff.

For now, you can do the following :

1. Go to your server installation folder ( YOUR_DRUPAL_ROOT_FOLDER ) .
2. Open gigyaToolbar.module ( located in YOUR_DRUPAL_ROOT_FOLDER\sites\all\modules\gigyaToolbar) for editing.
3. Look for the following line :
$current_site_name = str_replace(''','\\\'',$current_site_name);
and add the following line right before it :
$current_site_name = str_replace(''','\\\'',$current_site_name);

In the end, you should have the following :
$current_site_name = str_replace('\'','\\\'',$current_site_name);
$current_site_name = str_replace(''','\\\'',$current_site_name);

4. Save the file.

There's no need to restart.

Good luck !!!

Tamir,

Gigya.

ephman’s picture

worked like a charm. thank you very very much.

ephman

Gigya’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.