You are here

README.txt in Janrain Registration 7.3

Same filename and directory in other branches
  1. 6 README.txt
  2. 7.4 README.txt
  3. 7 README.txt
  4. 7.2 README.txt
INTRODUCTION
------------

This module accelerates the time to implement Janrain Capture into your Drupal web sites, helping you to improve your registration conversion rates by allowing your customers to register and sign-in through their Social Network of choice.

Janrain Capture is a hosted registration and authentication system that allows site owners to provide a central repository for user information, that can be deployed on one or more web sites. Registration and authentication can be done through connection to a social network identity provider such as Facebook, Google, Yahoo!, OpenID, LinkedIn, eBay, Twitter and many others or through traditional form field methods.

More information can be found at:
http://www.janrain.com/products/capture

Documentation for Janrain Capture can be found at:
http://www.janraincapture.com/docs



INSTALLATION
------------

1) This module relies on the Fancybox jQuery library version 1.3.4 to be installed at:
sites/all/libraries/fancybox/jquery.fancybox-1.3.4.pack.js

Download and unzip:
http://fancybox.googlecode.com/files/jquery.fancybox-1.3.4.zip

Move jquery.fancybox-1.3.4/fancybox to sites/all/libraries/

You also have the option of building out your own UI with your preferred iframe
tools as well.

2) Upload the janrain_capture directory to your site-specific modules directory
or to sites/all/modules

3) Enable the module(s) via the Modules screen in the admin backend

4) Visit the Janrain Capture section of your Site configuration and set your
Janrain Capture client information.

5) Include a link somewhere in your page templates to authenticate. If using
the janrain_capture_ui module you can use the PHP function
janrain_capture_url()  to construct the href and should have the classes
'fancy' and 'iframe' in order for the fancybox initialization to bind
correctly.
Example:
<a href="<?php echo janrain_capture_url(); ?>" class="iframe fancy">Log in</a>

There is also a Janrain Capture block with Login / Logout and Edit Profile
links but is generally meant for testing and may not be suitable for production
use.

File

README.txt
View source
  1. INTRODUCTION
  2. ------------
  3. This module accelerates the time to implement Janrain Capture into your Drupal web sites, helping you to improve your registration conversion rates by allowing your customers to register and sign-in through their Social Network of choice.
  4. Janrain Capture is a hosted registration and authentication system that allows site owners to provide a central repository for user information, that can be deployed on one or more web sites. Registration and authentication can be done through connection to a social network identity provider such as Facebook, Google, Yahoo!, OpenID, LinkedIn, eBay, Twitter and many others or through traditional form field methods.
  5. More information can be found at:
  6. http://www.janrain.com/products/capture
  7. Documentation for Janrain Capture can be found at:
  8. http://www.janraincapture.com/docs
  9. INSTALLATION
  10. ------------
  11. 1) This module relies on the Fancybox jQuery library version 1.3.4 to be installed at:
  12. sites/all/libraries/fancybox/jquery.fancybox-1.3.4.pack.js
  13. Download and unzip:
  14. http://fancybox.googlecode.com/files/jquery.fancybox-1.3.4.zip
  15. Move jquery.fancybox-1.3.4/fancybox to sites/all/libraries/
  16. You also have the option of building out your own UI with your preferred iframe
  17. tools as well.
  18. 2) Upload the janrain_capture directory to your site-specific modules directory
  19. or to sites/all/modules
  20. 3) Enable the module(s) via the Modules screen in the admin backend
  21. 4) Visit the Janrain Capture section of your Site configuration and set your
  22. Janrain Capture client information.
  23. 5) Include a link somewhere in your page templates to authenticate. If using
  24. the janrain_capture_ui module you can use the PHP function
  25. janrain_capture_url() to construct the href and should have the classes
  26. 'fancy' and 'iframe' in order for the fancybox initialization to bind
  27. correctly.
  28. Example:
  29. Log in
  30. There is also a Janrain Capture block with Login / Logout and Edit Profile
  31. links but is generally meant for testing and may not be suitable for production
  32. use.