You are here

README.txt in TwitterField 6

Same filename and directory in other branches
  1. 7 README.txt
Description
-----------
This project implements a CCK widget and formatter for the Text field type
to store Twitter usernames, lists, hashtags, and/or search queries.

The widget validates inputed values according to the widget settings.

Provided Field Formatters:
  Link: Renders the field contents as a link to the Twitter website. 
  Twitter Feed: Renders the field as a Twitter Profile Widget, 
                as provided by Twitter.com.

Usage
-----
1) Download and enable the module as usual. 
2) Create a text field on one of your content types.  It is recommended that you
set a maximum length for the field (at most 255 characters, but ~30 should be
sufficient).
3) Select the 'Twitter Item' Widget.
3) Change the display format from "Default" to one of the Twitter formatters.
4) Profit!

Credits
-------
The original 7.x module was sponsored by Bluespark Labs, and used in combination 
with a custom view, to build the individual profile pages at Bluesparklabs.com. 

The original 6.x module was developed by Geoff Appleby (gapple, http://drupal.org/user/490940).

File

README.txt
View source
  1. Description
  2. -----------
  3. This project implements a CCK widget and formatter for the Text field type
  4. to store Twitter usernames, lists, hashtags, and/or search queries.
  5. The widget validates inputed values according to the widget settings.
  6. Provided Field Formatters:
  7. Link: Renders the field contents as a link to the Twitter website.
  8. Twitter Feed: Renders the field as a Twitter Profile Widget,
  9. as provided by Twitter.com.
  10. Usage
  11. -----
  12. 1) Download and enable the module as usual.
  13. 2) Create a text field on one of your content types. It is recommended that you
  14. set a maximum length for the field (at most 255 characters, but ~30 should be
  15. sufficient).
  16. 3) Select the 'Twitter Item' Widget.
  17. 3) Change the display format from "Default" to one of the Twitter formatters.
  18. 4) Profit!
  19. Credits
  20. -------
  21. The original 7.x module was sponsored by Bluespark Labs, and used in combination
  22. with a custom view, to build the individual profile pages at Bluesparklabs.com.
  23. The original 6.x module was developed by Geoff Appleby (gapple, http://drupal.org/user/490940).