joeblack9988 / slideshow

Automatically exported from code.google.com/p/slideshow
0 stars 0 forks source link

Slideshow doesn't work with twitter widget #169

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

I have a website with simply twitter widget:

<script type="text/javascript" 
src="http://widgets.twimg.com/j/2/widget.js"></script>
<script type="text/javascript">
    new TWTR.Widget({
    version: 2,
    type: 'search',
    search: 'MockupStudio',
    interval: 6000,
    title: '',
    rpp: 4,
    subject: '',
    width: 210,
    height: 310,
    theme: {
    shell: {
      background: '#FFF',
      color: '#FFF'
    },
    tweets: {
      background: '#FFF',
      color: '#B8B8B8',
      links: '#7D7D7D'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: false,
    hashtags: true,
    timestamp: true,
    avatars: false,
    toptweets: false,
    behavior: 'all'
  }
}).render().start();
</script>      

But when it's enabled the slideshow doesn't work for this site. If I delete 
line "<script type="text/javascript" 
src="http://widgets.twimg.com/j/2/widget.js"></script>" it works.

Firebug Console:
A parameter or an operation is not supported by the underlying object" code: 
"15" mootools.js Line 130

I tried same way as in FAQ said "Simply loading the Maps CSS after the 
Javascript gives this error. Placing the CSS file before the Javascript was 
included fixed it."

Just see the loader without animation.
I'm using Firefox 4.0

Original issue reported on code.google.com by me...@gmx.de on 26 Mar 2011 at 10:18

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by aeron.gl...@gmail.com on 10 Apr 2011 at 10:58