PluginProbe
bBlocks – Essential Gutenberg Blocks & Patterns Collection / 2.1.7
bBlocks – Essential Gutenberg Blocks & Patterns Collection v2.1.7
2.1.7 2.1.6 2.1.5 2.1.4 2.1.3 2.1.2 2.1.1 2.1.0 2.0.43 2.0.42 2.0.41 2.0.40 2.0.39 2.0.38 trunk 1.0 1.1 1.2 1.3 1.4 1.5 1.5.1 1.5.2 1.5.3 1.5.4 All 107 releases
b-blocks / assets / js / facebook-embbed.js

facebook-embbed.js in bBlocks – Essential Gutenberg Blocks & Patterns Collection 2.1.7, at assets/js/facebook-embbed.js

127 lines 3.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*1734842914,,JIT Construction: v1019054748,en_US*/
2
3 /**
4 * Copyright (c) 2017-present, Facebook, Inc. All rights reserved.
5 *
6 * You are hereby granted a non-exclusive, worldwide, royalty-free license to use,
7 * copy, modify, and distribute this software in source code or binary form for use
8 * in connection with the web services and APIs provided by Facebook.
9 *
10 * As with any software that integrates with the Facebook platform, your use of
11 * this software is subject to the Facebook Platform Policy
12 * [http://developers.facebook.com/policy/]. This copyright notice shall be
13 * included in all copies or substantial portions of the software.
14 *
15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17 * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18 * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19 * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
21 */
22 (function _(a, b, c, d, e) {
23 var f = window.console;
24 f &&
25 Math.floor(new Date().getTime() / 1e3) - b > 7 * 24 * 60 * 60 &&
26 f.warn("The Facebook JSSDK is more than 7 days old.");
27 if (window[c]) return;
28 if (!window.JSON) return;
29 var g = (window[c] = {
30 __buffer: {
31 replay: function () {
32 var a = this,
33 b = function (d) {
34 var b = window[c];
35 a.calls[d][0].split(".").forEach(function (a) {
36 return (b = b[a]);
37 });
38 b.apply(null, a.calls[d][1]);
39 };
40 for (var d = 0; d < this.calls.length; d++) b(d);
41 this.calls = [];
42 },
43 calls: [],
44 opts: null,
45 },
46 getUserID: function () {
47 return "";
48 },
49 getAuthResponse: function () {
50 return null;
51 },
52 getAccessToken: function () {
53 return null;
54 },
55 init: function (a) {
56 g.__buffer.opts = a;
57 },
58 });
59 for (b = 0; b < d.length; b++) {
60 f = d[b];
61 if (f in g) continue;
62 var h = f.split("."),
63 i = h.pop(),
64 j = g;
65 for (var k = 0; k < h.length; k++) j = j[h[k]] || (j[h[k]] = {});
66 j[i] = (function (a) {
67 if (a === "init") return;
68 return function () {
69 g.__buffer.calls.push([a, Array.prototype.slice.call(arguments)]);
70 };
71 })(f);
72 }
73 k = document.createElement("script");
74 k.src = a;
75 k.async = !0;
76 e && (k.crossOrigin = "anonymous");
77 h = document.getElementsByTagName("script")[0];
78 h.parentNode && h.parentNode.insertBefore(k, h);
79 })(
80 "https://connect.facebook.net/en_US/sdk.js?hash=6457f897544257fb78cf5b24bbfd9ae7",
81 1734842914,
82 "FB",
83 [
84 "AppEvents.EventNames",
85 "AppEvents.ParameterNames",
86 "AppEvents.activateApp",
87 "AppEvents.clearAppVersion",
88 "AppEvents.clearUserID",
89 "AppEvents.getAppVersion",
90 "AppEvents.getUserID",
91 "AppEvents.logEvent",
92 "AppEvents.logPageView",
93 "AppEvents.logPurchase",
94 "AppEvents.setAppVersion",
95 "AppEvents.setUserID",
96 "AppEvents.updateUserProperties",
97 "Canvas.Plugin.showPluginElement",
98 "Canvas.Plugin.hidePluginElement",
99 "Canvas.Prefetcher.addStaticResource",
100 "Canvas.Prefetcher.setCollectionMode",
101 "Canvas.getPageInfo",
102 "Canvas.scrollTo",
103 "Canvas.setAutoGrow",
104 "Canvas.setDoneLoading",
105 "Canvas.setSize",
106 "Canvas.setUrlHandler",
107 "Canvas.startTimer",
108 "Canvas.stopTimer",
109 "Event.subscribe",
110 "Event.unsubscribe",
111 "XFBML.parse",
112 "addFriend",
113 "api",
114 "getAccessToken",
115 "getAuthResponse",
116 "getLoginStatus",
117 "getUserID",
118 "init",
119 "login",
120 "logout",
121 "publish",
122 "share",
123 "ui",
124 ],
125 true
126 );
127