equal
deleted
inserted
replaced
18 //Player Configuration |
18 //Player Configuration |
19 IriSP.config = undefined; |
19 IriSP.config = undefined; |
20 |
20 |
21 IriSP.widgetsDefaults = { |
21 IriSP.widgetsDefaults = { |
22 "PlayerWidget" : {}, |
22 "PlayerWidget" : {}, |
23 "AnnotationsWidget": {} |
23 "AnnotationsWidget": {}, |
|
24 "TweetsWidget" : { |
|
25 default_profile_picture : "https://twimg0-a.akamaihd.net/sticky/default_profile_images/default_profile_3_bigger.png", |
|
26 tweet_display_period: 10000 // how long do we show a tweet ? |
|
27 } |
24 }; |
28 }; |
25 |
29 |