You are here

README.txt in jQuery social stream 8

Same filename and directory in other branches
  1. 8.2 README.txt
  2. 7.2 README.txt
  3. 7 README.txt
This module is a Drupal wrapper for jQuery social stream plugin by Designchemical
(http://www.designchemical.com/blog/index.php/premium-jquery-plugins/jquery-social-stream-plugin).
The module allows embedding streams as block, bean blocks, and panel panes. You can have multiple
streams per page.

Disclaimer: maintainers of this module are not affiliated with Designchemical.

Installation
------------

1. Install the module as normal Drupal module

2. Put jQuery social stream plugin in jquery-social-stream sub-directory in site libraries directory
   (e.g. sites/libraries/jquery-social-stream), and rename plugin file so that it could be found at
   jquery-social-stream/js/jquery.social.stream.min.js. If you suppose to use wall option, rename also
   wall javascript so it could be found at jquery-social-stream/js/jquery.social.stream.wall.js

3. If you are going to use search terms for Twitter stream, you have to hack the plugin (hopefully it will
   not be necessary in future versions of the plugin). Open jquery-social-stream/js/jquery.social.stream.min.js
   in your favorite editor, find "url=search&q=" (without quotes) and replace it with "url=search&query="
   (again, without quotes).

Usage
---------

The module provides 3 options to embed a stream.

1. Block. Find "jQuery social stream" block in the list of blocks admin/structure/block, put it
   to a desired region and configure stream at block edit page.

2. Bean. Make sure https://www.drupal.org/project/bean module is installed on your site.
   Visit block/add/jquery-social-stream to create and configure a new stream bean block.

3. Pane. Select "jQuery social stream" pane in "Social stream" section and configure the stream
   at pane edit window.

Any option uses the same stream configuration form. To add a resource to a stream just fill in its username/ID.




File

README.txt
View source
  1. This module is a Drupal wrapper for jQuery social stream plugin by Designchemical
  2. (http://www.designchemical.com/blog/index.php/premium-jquery-plugins/jquery-social-stream-plugin).
  3. The module allows embedding streams as block, bean blocks, and panel panes. You can have multiple
  4. streams per page.
  5. Disclaimer: maintainers of this module are not affiliated with Designchemical.
  6. Installation
  7. ------------
  8. 1. Install the module as normal Drupal module
  9. 2. Put jQuery social stream plugin in jquery-social-stream sub-directory in site libraries directory
  10. (e.g. sites/libraries/jquery-social-stream), and rename plugin file so that it could be found at
  11. jquery-social-stream/js/jquery.social.stream.min.js. If you suppose to use wall option, rename also
  12. wall javascript so it could be found at jquery-social-stream/js/jquery.social.stream.wall.js
  13. 3. If you are going to use search terms for Twitter stream, you have to hack the plugin (hopefully it will
  14. not be necessary in future versions of the plugin). Open jquery-social-stream/js/jquery.social.stream.min.js
  15. in your favorite editor, find "url=search&q=" (without quotes) and replace it with "url=search&query="
  16. (again, without quotes).
  17. Usage
  18. ---------
  19. The module provides 3 options to embed a stream.
  20. 1. Block. Find "jQuery social stream" block in the list of blocks admin/structure/block, put it
  21. to a desired region and configure stream at block edit page.
  22. 2. Bean. Make sure https://www.drupal.org/project/bean module is installed on your site.
  23. Visit block/add/jquery-social-stream to create and configure a new stream bean block.
  24. 3. Pane. Select "jQuery social stream" pane in "Social stream" section and configure the stream
  25. at pane edit window.
  26. Any option uses the same stream configuration form. To add a resource to a stream just fill in its username/ID.