src/js/site.js
branchpopcorn-port
changeset 286 6252f951d11c
parent 282 1001234e5e6e
child 288 25fe0c8831de
equal deleted inserted replaced
279:2c65775623cb 286:6252f951d11c
    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