Closed (won't fix)
Project:
Twitter
Version:
7.x-6.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
14 Jul 2009 at 12:28 UTC
Updated:
16 May 2024 at 00:50 UTC
When posting a tag such as '#twitter-module' to Identi.ca, the tag is output as a link to http://identi.ca/tag/twittermodule. However, when viewing that same post on my website courtesy of this module, the resulting URL is http://identi.ca/tag/twitter.
This module is incorrectly interpreting '#twitter-module' as '#twitter module'...
Comments
Comment #1
steinmb commentedStill an issue. Retested this on the current code. '#twitter-module' get converted into:
http://search.twitter.com/search?q=%23twitter instead of http://search.twitter.com/search?q=%23twitter-module
API changes
There have been changes in the API also https://dev.twitter.com/docs/using-search
Comment #2
davidneedhamAny idea if this is still an issue in D7?
Comment #3
dddave commentedIs this still relevant?
Comment #4
juampynr commentedThanks @dddave, but not anymore. The Twitter API changed and it does not support Identi.ca, or at least I do not want to add extra complexity by supporting it.