@linktr.ee/linkapp 0.0.17 → 0.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dev-server/index.html +3 -0
- package/package.json +1 -1
- package/runtime/index.html +3 -0
package/dev-server/index.html
CHANGED
|
@@ -4,6 +4,9 @@
|
|
|
4
4
|
<meta charset="UTF-8" />
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
6
|
<title>Preview - LinkApp</title>
|
|
7
|
+
|
|
8
|
+
<!-- iframe-resizer: Required for LinkApps to communicate with Linktree parent frame -->
|
|
9
|
+
<script crossorigin src="https://unpkg.com/iframe-resizer@4.3.2/js/iframeResizer.contentWindow.min.js"></script>
|
|
7
10
|
</head>
|
|
8
11
|
<body>
|
|
9
12
|
<div id="root"></div>
|
package/package.json
CHANGED
package/runtime/index.html
CHANGED
|
@@ -5,6 +5,9 @@
|
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
6
|
<title>LinkApp</title>
|
|
7
7
|
|
|
8
|
+
<!-- iframe-resizer: Required for LinkApps to communicate with Linktree parent frame -->
|
|
9
|
+
<script crossorigin src="https://unpkg.com/iframe-resizer@4.3.2/js/iframeResizer.contentWindow.min.js"></script>
|
|
10
|
+
|
|
8
11
|
<!-- Linktree theme variables will be injected here -->
|
|
9
12
|
<style id="linktree-theme"></style>
|
|
10
13
|
|