Add engage on Twitter Widgets API
This commit is contained in:
parent
872897e760
commit
8688c40648
|
|
@ -1280,7 +1280,13 @@ tarteaucitron.services.twitterwidgetsapi = {
|
|||
"cookies": [],
|
||||
"js": function () {
|
||||
"use strict";
|
||||
tarteaucitron.fallback(['tacTwitterAPI'], '');
|
||||
tarteaucitron.addScript('//platform.twitter.com/widgets.js', 'twitter-wjs');
|
||||
},
|
||||
"fallback": function () {
|
||||
"use strict";
|
||||
var id = 'twitterwidgetsapi';
|
||||
tarteaucitron.fallback(['tacTwitterAPI'], tarteaucitron.engage(id));
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue