init
This commit is contained in:
19
tools/instagram-posts.php
Normal file
19
tools/instagram-posts.php
Normal 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>
|
||||
Reference in New Issue
Block a user