Syndicate content
Skip to main content

Publicidad:

User account

Spaces are allowed; punctuation is not allowed except for periods, hyphens, and underscores.
A valid e-mail address. All e-mails from the system will be sent to this address. The e-mail address is not made public and will only be used if you wish to receive a new password or wish to receive certain news or notifications by e-mail.
Type the characters you see in this picture. (verify using audio)
Digita los caracteres que ves en el dibujo. Si no los puedes identificar presiona "save" y una nueva imagen será generada. No necesitas usar mayúsculas.

Anuncia con Nosotros

Llámanos gratis al 1.888.739.4911

Premium Drupal Themes by Adaptivethemes
//// Code to add to settings.php: ///////////////////////////////// /** * Drupal for Facebook settings. */ if (!is_array($conf)) $conf = array(); $conf['fb_verbose'] = TRUE; // debug output //$conf['fb_verbose'] = 'extreme'; // for verbosity fetishists. // More efficient connect session discovery. // Required if supporting one connect app and different canvas apps. //$conf['fb_id'] = '123.....XYZ'; // Your connect app's ID goes here. // Enable URL rewriting (for canvas page apps). include "sites/all/modules/fb/fb_url_rewrite.inc"; include "sites/all/modules/fb/fb_settings.inc"; // end of settings.php