Twitter Profile Widget - Seems to have disappeared over past two days. What's up?

MtVernonMort
@MtVernonMort Mt. Vernon Mortgage

Was working w/ twitter profile widget successfully 2 days ago. Tried to go back to it today to tweak size and color and capture new code, but it seems to have disappeared. Now all links take you to logo usage. Is it gone?

1 day 16 hours ago

Replies

SammiSweetFans
@SammiSweetFans ♥SammiSweetFans♥

We Are Having The Same Problem. It Takes Us To Logo Usage

1 day 16 hours ago
FelicitousJinx
@FelicitousJinx Sara Lambert

I'm having the same problem.

1 day 15 hours ago
sorokti
@sorokti Keeley Sorokti

Am also having this same problem. I need to embed a twitter feed ASAP. Please help!!

1 day 14 hours ago
brookscappadoci
@brookscappadoci Christine Cappadocia

So are we.

1 day 12 hours ago
brookscappadoci
@brookscappadoci Christine Cappadocia

Actually, it's working again. :)

1 day 12 hours ago
MtVernonMort
@MtVernonMort Mt. Vernon Mortgage

I still can't get there. Everything's still taking me to Logo Usage. Even links on the Logo Usage page that look like they should go elsewhere pop me back up to the top of the page. Anyone else?

1 day 8 hours ago
MtVernonMort
@MtVernonMort Mt. Vernon Mortgage

Really...it's not fixed.

When I get to this page: http://twitter.com/goodies/widgets and select "Widgets for My Website" I have the options for Profile Widget, Search Widget, Faves Widget, and List Widget.

I hovered over Profile Widget and saw that it SHOULD take me to http://twitter.com/about/resources/widgets/widget_profile but it actually takes me to http://twitter.com/logo. As a matter of fact, all of the aforementioned options are routing to this URL.

The widget, itself, is functioning. I just can't get at the page where I grab the code to tweak size, color, etc.

Anyone...anyone...anyone?

1 day 8 hours ago
froginthevalley
@froginthevalley Sylvain Carle

We are currently investigating why URLs starting with http://twitter.com/about/resources/ are incorrectly redirected to http://twitter.com/logo. I will update this thread when we can confirm the source of the bug and apply the fix.

1 day 7 hours ago
MessFixing
@MessFixing LetsFixThisMess

Sylvain, What's the status of this? It should be a very simple fix.

11 hours 58 min ago
MtVernonMort
@MtVernonMort Mt. Vernon Mortgage

Thank you SO much!!! Looking forward to the resolution with much excited anticipation! (Okay, that was a little over the top, but I WILL be very happy when it's fixed...) Thanks!

1 day 6 hours ago
TrainingofU
@TrainingofU TrainingofU

glad I am not the only one having this issue :)

1 day 3 hours ago
DirtTrackDir
@DirtTrackDir Dirt Track Directory

We too are having the same issue when going into our profile to setup a live feed on our website. I hope this is just a bug that someone will be getting fixed soon.

1 day 3 hours ago
wiedes
@wiedes Laurens Meurs

At the moment one still can use Google's cache to get access to the settings screen. Search Google for:
- "cache:https://twitter.com/about/resources/widgets/widget_profile"
- "cache:https://twitter.com/about/resources/widgets/widget_search"
- "cache:https://twitter.com/about/resources/widgets/widget_faves"
- "cache:https://twitter.com/about/resources/widgets/widget_list"

With a browser like Chrome you can save the complete page (including js, css and images) through CTRL+S for a local back-up.

23 hours 30 min ago
MtVernonMort
@MtVernonMort Mt. Vernon Mortgage

Thanks! Tried that. Only thing that came up was a page in a language I do not speak. Will keep plugging away...

14 hours 32 min ago
IntInsignia
@IntInsignia Internat Insignia

We are too having this same problem. Hope its is ixed soon.

21 hours 21 min ago
wichmane
@wichmane Eric Wichman

If you're feeling adventurous while Twitter resolves this issue, the source .js is available here:
http://twitter.com/javascripts/widgets/widget.js

16 hours 11 min ago
MtVernonMort
@MtVernonMort Mt. Vernon Mortgage

I can access my own code in my web editor, but it doesn't seem to work when I try to drop it into the new location. (And still need to adjust color and size, but it would be better than nothing... )Grrrr. Plan to keep trying... Thanks, @wichmane.

14 hours 30 min ago
danegetting_
@danegetting_ Dane Getting

I searched around for a code that worked and found one! You have to do any tweaking manually, but at least it works. On the bottom, where it says "setUser('username')" You just have to substitute your own username. Hope this helps!

13 hours 5 min ago
danegetting_
@danegetting_ Dane Getting
  1. <script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>
  2.             <script>
  3.                 new TWTR.Widget({version: 2, type: 'profile', rpp: 10, interval: 30000, title: ' ',subject: ' ', width: 300, height: 300,
  4.                   theme: {
  5.                     shell: {
  6.                       background: ' ',
  7.                       color: '#ffffff'
  8.                     },
  9.                     tweets: {
  10.                       background: '#ffffff',
  11.                       color: '#444444',
  12.                       links: '#53cdc7'
  13.                     }
  14.                   },
  15.                   features: {
  16.                     scrollbar: true,
  17.                     loop: false,
  18.                     live: true,
  19.                     behavior: 'all'
  20.                   }
  21.                 }).render().setUser('username').start();
13 hours 5 min ago
phillyphanatic2
@phillyphanatic2 Jason R

I tried this and it didn't seem to work for me. Thanks, though.

11 hours 19 min ago
phillyphanatic2
@phillyphanatic2 Jason R

Well, it did work on one site. Didn't the other. Hmmmmm.

11 hours 7 min ago
coralatlas
@coralatlas FreeFish

Why isn't their a status report on the missing widgets page? This is corporate abuse and plutocracy at it's finest!

12 hours 19 min ago
froginthevalley
@froginthevalley Sylvain Carle

There is a status report on this, I just created it - https://dev.twitter.com/issues/410

10 hours 49 min ago
thisoneisbroken

Having the same problem.

7 hours 57 min ago
phillyphanatic2
@phillyphanatic2 Jason R

Looks like it's been fixed!

6 hours 8 min ago
froginthevalley
@froginthevalley Sylvain Carle

Fixed now. Thanks everyone for your patience on this one, was a weird edge case in our web publishing framework. Props to @themattharris and team for the fix.

27 min 24 sec ago