Update tarteaucitron.services.js
This commit is contained in:
parent
0da2c8f5e2
commit
c35edea79d
|
|
@ -711,7 +711,7 @@ tarteaucitron.services.facebook = {
|
|||
"cookies": [],
|
||||
"js": function () {
|
||||
"use strict";
|
||||
tarteaucitron.fallback(['fb-post', 'fb-follow', 'fb-activity', 'fb-send', 'fb-share-button', 'fb-like'], '');
|
||||
tarteaucitron.fallback(['fb-post', 'fb-follow', 'fb-activity', 'fb-send', 'fb-share-button', 'fb-like', 'fb-video'], '');
|
||||
tarteaucitron.addScript('//connect.facebook.net/' + tarteaucitron.getLocale() + '/sdk.js#xfbml=1&version=v2.0', 'facebook-jssdk');
|
||||
if (tarteaucitron.isAjax === true) {
|
||||
if (typeof FB !== "undefined") {
|
||||
|
|
@ -722,7 +722,7 @@ tarteaucitron.services.facebook = {
|
|||
"fallback": function () {
|
||||
"use strict";
|
||||
var id = 'facebook';
|
||||
tarteaucitron.fallback(['fb-post', 'fb-follow', 'fb-activity', 'fb-send', 'fb-share-button', 'fb-like'], tarteaucitron.engage(id));
|
||||
tarteaucitron.fallback(['fb-post', 'fb-follow', 'fb-activity', 'fb-send', 'fb-share-button', 'fb-like', 'fb-video'], tarteaucitron.engage(id));
|
||||
}
|
||||
};
|
||||
|
||||
|
|
@ -2230,4 +2230,4 @@ tarteaucitron.services.multiplegtag = {
|
|||
});
|
||||
});
|
||||
}
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue