1
0
This repository has been archived on 2021-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
gallery3-contrib/3.1/modules/twitter
2011-05-19 09:46:32 -06:00
..
controllers Allow users to change from one Twitter account to another from their profile page. 2011-03-15 13:49:29 -06:00
css Initial commit of Twitter module. OAuth access key retrieval and storage is working, posting tweets is not, yet. 2011-02-06 21:22:11 -07:00
helpers Allow users to change from one Twitter account to another from their profile page. 2011-03-15 13:49:29 -06:00
js Use default widget values for max count and color. Disable the "Tweet" button if the message is over 140 characters. 2011-03-05 21:38:04 -05:00
models Initial commit of Twitter module. OAuth access key retrieval and storage is working, posting tweets is not, yet. 2011-02-09 18:40:55 -07:00
vendor/twitteroauth Moved twitteroauth library to vendor folder. Include this library's license file. Fixed path to "login with twitter" images. 2011-02-13 19:46:51 -07:00
views Updated authorize notice message. 2011-02-14 20:43:47 -07:00
module.info Added author and site module info. 2011-05-19 09:46:32 -06:00
README Added HISTORY section. 2011-03-15 19:34:04 -06:00

ABOUT:
Share photos, movies, and albums on Twitter, directly from Gallery.

INSTALLATION AND CONFIGURATION:
http://codex.gallery2.org/Gallery3:Modules:twitter

SUPPORT/BUG REPORTS:
http://gallery.menalto.com/node/100791

ROADMAP:
* Display Twitter profile/follow links on Gallery user profile pages.
* Provide "Share on Twitter" for anonymous users.
* Display item (re)tweets.
* Twitter identity provider (log into Gallery with Twitter)

HISTORY:
2011-03-15 - 1 beta2
- Allow users to change from one Twitter account to another from their profile page.
- Compose Tweet JavaScript widget fixes to read default options, accept custom widget options. 
- Disable the "Tweet" button if the message is over 140 characters.
- Truncate default tweet values longer than 140.
2011-02-15 - 1 beta1