Closed
Bug 691895
Opened 13 years ago
Closed 13 years ago
remove bit.ly
Categories
(Mozilla Labs :: F1, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mixedpuppy, Assigned: mixedpuppy)
References
Details
Attachments
(1 file)
1.97 KB,
patch
|
markh
:
review+
|
Details | Diff | Splinter Review |
Since twitter shortens urls, we don't need bit.ly, lets remove it for now and consider adding it back when we can apify the shortening.
Assignee | ||
Updated•13 years ago
|
Priority: -- → P1
Assignee | ||
Comment 1•13 years ago
|
||
hmm, I just tried sharing a long url with bitly disabled, and I get the "over 140 characters" error from twitter.
Comment 2•13 years ago
|
||
I can't reproduce the problem (ie, I can share long links just fine). Of note:
* The code that would call bitly is effectivly disabled. index.js is asking store.js for an item named 'shortenPrefs' and no such item is ever setup by our code. So I'm not sure what you mean by "with bitly disabled"?
* The console shows the long URL being sent to twitter - ie, I'm pretty sure we are not currently using bitly to pre-shorten. I just shared a total of 148 chars to twitter and the console shows:
status=this%20is%20very%20long%21%20http%3A%2F%2Flifehacker.com%2F5849050%2Ftake-an-online-driving-
ourse-to-save-up-to-10-on-auto-insurance-or-reduce-points-from-your-record
info: send was success
Assignee | ||
Comment 3•13 years ago
|
||
Assignee: nobody → mixedpuppy
Assignee | ||
Updated•13 years ago
|
Attachment #567606 -
Flags: review?(mhammond)
Updated•13 years ago
|
Attachment #567606 -
Flags: review?(mhammond) → review+
Assignee | ||
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•