clickrain / EE_Twitter

EE Add-on that uses oAuth to display Twitter Feed
Other
48 stars 18 forks source link

Fix case sensitivity issue with entity linkification #14

Closed EpocSquadron closed 11 years ago

EpocSquadron commented 11 years ago

Some entities would not be replaced with their link wrapped equivalents since they appeared in different case in the tweet. For example, a username "Foo" might appear as "@foo" in a tweet, and therefore would not be replaced since the find value works off of the canonical screen_name "Foo" of the user.

bryanburgers commented 11 years ago

Thanks!