This commit is contained in:
2025-10-02 00:49:12 +02:00
commit 2ebd800d44
146 changed files with 2960 additions and 0 deletions

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

@@ -0,0 +1,13 @@
<!-- Place <div> tag where you want the feed to appear -->
<div id="curator-feed-epinger-layout"><a href="https://curator.io" target="_blank" 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-epinger-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/375473f4-4fe4-432a-8b4f-9c46d32234d1.js";
e=d.getElementsByTagName(s)[0];e.parentNode.insertBefore(i, e);
})();
</script>