Closed
Bug 653271
Opened 15 years ago
Closed 14 years ago
Allow short URL to be inside message
Categories
(Mozilla Labs :: F1, defect)
Mozilla Labs
F1
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jrburke, Unassigned)
References
Details
The mocks and UX discussion around twitter sharing indicate that the short URL could be inside the message, and not at the end of the message. UX also wants to show the URL so the user knows it will be sent in the tweet.
In the web code, I was planning to use "http://bit.ly/XXXXXX" as a placeholder for the URL, since we do not want to shorten the URL before the person sends -- I believe this is against bitly's terms of service too.
Ideally the api server could look for that "http://bit.ly/XXXXXX" pattern if shortening is asked for and do the URL replacement of that string with the real URL.
Updated•15 years ago
|
Component: Server: Share → F1
Product: Mozilla Services → Mozilla Labs
QA Contact: share-server → f1
Comment 1•14 years ago
|
||
Is this bug still valid? Twitter now auto-shortens URLs in the message and counts all URLs as 20 chars regardless of the actual size, and we now do the same. We also now put the entire long URL directly in the message. Thus, I think this bug is now out of date?
Comment 2•14 years ago
|
||
I would say it's fixed, closing
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•