Twitter Widget problem

Asked by Leonel Levette

I have 5 Client with the same layout. Today my screen present the twitter Widget with 50Px height and no more of that. i make a region fullscreen for test and persist the same problem.
this is the embed widget:

<a class="twitter-timeline" href="https://twitter.com/UNoticias" data-widget-id="35535427158636544">Tweets por @UNoticias</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>

This is a Screenshoot

https://dl.dropboxusercontent.com/u/1536580/Screen.png

https://dl.dropboxusercontent.com/u/1536580/Screen%202.png

Thanks

Question information

Language:
English Edit question
Status:
Solved
For:
Xibo Edit question
Assignee:
No assignee Edit question
Solved by:
Leonel Levette
Solved:
Last query:
Last reply:
Revision history for this message
Alex Harrington (alexharrington) said :
#1

The client will provide a window the same size as the region. You need to
ensure your embed code will fill that space - and whatever is in that
widget isn't doing that.

Revision history for this message
Leonel Levette (levece) said :
#2

ok, this code was working fine this week, i probed the code in http://htmledit.squarefree.com/ and this generate the correct height (600px). only in xibo´s embed i have problems. is rare because was working fine yesterday

Revision history for this message
Mike H (s-mike-s) said :
#3

I'm having the same 50px problem. :/
Later

Revision history for this message
Mike H (s-mike-s) said :
#4

if you add <a class="twitter-timeline" width="500" height="600" href......
the width setting works but the height is not.

Revision history for this message
Leonel Levette (levece) said :
#5

yes, I also modify the code probe

Revision history for this message
Mike H (s-mike-s) said :
#6

leonel check this has not answer

Revision history for this message
Leonel Levette (levece) said :
#7

ok

Revision history for this message
Mike H (s-mike-s) said :
#8

I got this to work it loads only the the last twit.
Ver. 1.4.2 on a Windows 8.

<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
<a class="twitter-timeline" data-dnt="true" href="https://twitter.com/your name" data-widget-id="############" data-link-color="#1191ab" width="550" height="300" data-chrome="nofooter">Tweets by @name </a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id))}(document,"script","twitter-wjs");</script>

Revision history for this message
Leonel Levette (levece) said :
#9

yes, with this code only loads the last tweet.

Revision history for this message
Leonel Levette (levece) said :
#10

this problem are the following in:
https://dev.twitter.com/discussions/21861

Revision history for this message
Mike H (s-mike-s) said :
#11

I think its work for windows xp and vista now. wins 8 NO

Revision history for this message
Leonel Levette (levece) said :
#12

i'm using it in win 7 and not working

Revision history for this message
Leonel Levette (levece) said :
#13

Problem solved, twitter just put out a fix for the IE Compatibility Mode and some other quirks-mode only size issues