You are here

readme.txt in Twitter Block 7.2

Same filename and directory in other branches
  1. 8.3 README.txt
  2. 8.2 README.txt
  3. 6 readme.txt
  4. 7 readme.txt
CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Installation
 * Permissions
 * Usage
 * Theming

INTRODUCTION
------------

Current Maintainers:

 * ZenDoodles http://drupal.org/user/226976
 * cweagans http://drupal.org/user/404732
 * Devin Carlson http://drupal.org/user/290182

Twitter Block is a lightweight module which allows administrators to create
blocks which display embedded timelines.

Twitter Block will never provide advanced Twitter integration such as OAuth
user authentication or the ability to tweet from Drupal. These capabilities are
provided by other modules such as Twitter (http://drupal.org/project/twitter).

REQUIREMENTS
------------

Twitter Block has one dependency.

Drupal core modules
 * Block

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

Twitter Block can be installed via the standard Drupal installation process
(http://drupal.org/documentation/install/modules-themes/modules-7).

PERMISSIONS
------------

The ability to create, edit and delete Twitter Block blocks relies on the block
module's "Administer blocks" permission.

USAGE
-----

Administrators can visit the Blocks administration page where they can create
new Twitter Block blocks and update or delete existing Twitter Block blocks.

Administrators can also position Twitter Block blocks as they can with standard
or custom blocks provided by the core Block module.

Each Twitter Block block requires a unique widget ID which determines, among
other things, the source (user timeline, favourites, list or search) of the
tweets to display.

You can view a list of your existing embedded timeline widgets (and their
widget IDs) or create new embedded timeline widgets by visiting
https://twitter.com/settings/widgets (make sure that you're logged in).

You can determine a widget's ID by editing it and inspecting the URL (which
should be in the form of https://twitter.com/settings/widgets/WIDGET_ID/edit)
or by looking at the widget's embed code (look for
data-widget-id="WIDGET_ID").

Theming
-------

Embedded Timelines offer a number of customization options such as theme, layout
and border color but, due to the way embedded timelines are implemented, custom
theming using CSS can be difficult.

To add custom CSS to embedded timelines check out the
(http://github.com/kevinburke/customize-twitter-1.1) Customize Twitter project.

File

readme.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Installation
  6. * Permissions
  7. * Usage
  8. * Theming
  9. INTRODUCTION
  10. ------------
  11. Current Maintainers:
  12. * ZenDoodles http://drupal.org/user/226976
  13. * cweagans http://drupal.org/user/404732
  14. * Devin Carlson http://drupal.org/user/290182
  15. Twitter Block is a lightweight module which allows administrators to create
  16. blocks which display embedded timelines.
  17. Twitter Block will never provide advanced Twitter integration such as OAuth
  18. user authentication or the ability to tweet from Drupal. These capabilities are
  19. provided by other modules such as Twitter (http://drupal.org/project/twitter).
  20. REQUIREMENTS
  21. ------------
  22. Twitter Block has one dependency.
  23. Drupal core modules
  24. * Block
  25. INSTALLATION
  26. ------------
  27. Twitter Block can be installed via the standard Drupal installation process
  28. (http://drupal.org/documentation/install/modules-themes/modules-7).
  29. PERMISSIONS
  30. ------------
  31. The ability to create, edit and delete Twitter Block blocks relies on the block
  32. module's "Administer blocks" permission.
  33. USAGE
  34. -----
  35. Administrators can visit the Blocks administration page where they can create
  36. new Twitter Block blocks and update or delete existing Twitter Block blocks.
  37. Administrators can also position Twitter Block blocks as they can with standard
  38. or custom blocks provided by the core Block module.
  39. Each Twitter Block block requires a unique widget ID which determines, among
  40. other things, the source (user timeline, favourites, list or search) of the
  41. tweets to display.
  42. You can view a list of your existing embedded timeline widgets (and their
  43. widget IDs) or create new embedded timeline widgets by visiting
  44. https://twitter.com/settings/widgets (make sure that you're logged in).
  45. You can determine a widget's ID by editing it and inspecting the URL (which
  46. should be in the form of https://twitter.com/settings/widgets/WIDGET_ID/edit)
  47. or by looking at the widget's embed code (look for
  48. data-widget-id="WIDGET_ID").
  49. Theming
  50. -------
  51. Embedded Timelines offer a number of customization options such as theme, layout
  52. and border color but, due to the way embedded timelines are implemented, custom
  53. theming using CSS can be difficult.
  54. To add custom CSS to embedded timelines check out the
  55. (http://github.com/kevinburke/customize-twitter-1.1) Customize Twitter project.