src/js/site.js
branchtweet-widget
changeset 274 fe02d003c6c4
parent 272 5284f337bd53
child 282 1001234e5e6e
equal deleted inserted replaced
273:c32065f5e297 274:fe02d003c6c4
    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   }
    24 };
    27 };
    25 
    28