Closed (fixed)
Project:
Twitter Block
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 Aug 2011 at 20:00 UTC
Updated:
24 Mar 2012 at 14:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
jherencia commentedI neeed to fix theme_twitter_block_tweets.
Comment #2
ZenDoodles commentedThis is a big help @jherencia. Thanks so much!
Comment #3
jherencia commentedComment #4
damienmckennaA key reason to use the REST API is the following limitation in the Search API:
We've just ran into this.
Comment #5
damienmckennaUpdated patch, mostly for some tweaks:
Comment #6
damienmckennaFYI another change I made was to move loading the CSS file to the info file instead of hook_init().
Comment #7
jherencia commentedThank you @Damien I don't know why I removed cache statement.
It looks great to me now.
Comment #8
damienmckennaUpdated again to better identify errors from twitter (instead of just saying "oops"), and also separate out the magic code that does the work so it can be more readily reused elsewhere, e.g. by a CTools plugin.
Comment #9
mstrelan commentedPatch in #8 works for me
Comment #10
cweagansI committed this with some changes. Thanks!
Comment #11
dddave commentedIs there a new dev under way?
Comment #12
cweagansI am helping zendoodles get twitter_block ready for a 1.0 release, and she's helping me with BlogAPI :)
Comment #13
cweagansClosing because I'm impatient and don't want to wait for the bot to clear out the queue.
Comment #13.0
cweagansMinor changes.