twitter-embed.js (533B)
1 /* This Source Code Form is subject to the terms of the Mozilla Public 2 * License, v. 2.0. If a copy of the MPL was not distributed with this 3 * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ 4 5 /* globals browser, embedHelperLib */ 6 7 embedHelperLib.initEmbedShim({ 8 shimId: "TwitterEmbed", 9 scriptURL: "https://platform.twitter.com/widgets.js", 10 embedLogoURL: "https://smartblock.firefox.etp/x-logo.svg", 11 embedSelector: 12 ".twitter-tweet, .twitter-timeline, .twitter-video, .tweet-embed", 13 isTestShim: false, 14 });