A have replace :

  window.location = Drupal.settings.friendconnect['join_url'] + joiner
      + 'fcname=' + name + '&fcid=' + id + '&fcimage=' + image
      + '&fcto=' + Drupal.settings.friendconnect['current_url'];

by

  window.location = Drupal.settings.friendconnect['join_url'] + joiner
      + 'fcname=' + name + '&fcid=' + id + '&fcimage=' + escape(image)
      + '&fcto=' + escape(Drupal.settings.friendconnect['current_url']);

Comments

dave reid’s picture

Status: Active » Postponed (maintainer needs more info)

Why is this needed? Is there an error you see because of this?