You are here

README.txt in Twitter Block 8.2

Same filename and directory in other branches
  1. 8.3 README.txt
  2. 6 readme.txt
  3. 7.2 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
 * Naveen Valecha http://drupal.org/user/2665733

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-8).

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