This commit is contained in:
2025-10-02 00:46:56 +02:00
commit 7cc9e689a4
66 changed files with 2924 additions and 0 deletions

19
tools/instagram-posts.php Normal file
View File

@@ -0,0 +1,19 @@
<!-- Place <div> tag where you want the feed to appear -->
<div id="curator-feed-default-feed-layout"><a href="https://curator.io" class="crt-logo crt-tag">Powered by Curator.io</a></div>
<!-- The Javascript can be moved to the end of the html page before the </body> tag -->
<script type="text/javascript">
/* curator-feed-default-feed-layout */
(
function() {
var i, e, d = document,
s = "script";
i = d.createElement("script");
i.async = 1;
i.charset = "UTF-8";
i.src = "https://cdn.curator.io/published/36d1b1bd-2ad0-489e-a312-85cb8716f500.js";
e = d.getElementsByTagName(s)[0];
e.parentNode.insertBefore(i, e);
}
)();
</script>