📸 Shop the look
Cliquez sur la photo et ajoutez le matériel dans votre panier
document.addEventListener("DOMContentLoaded", function() {
setTimeout(function(){
var script = document.createElement( 'script' );
script.type = 'text/javascript';
script.src = "//foursixty.com/media/scripts/fs.embed.v2.5.js";
script.setAttribute('data-feed-id', 'snaply_1');
script.setAttribute('data-theme', 'lookbook_v2_5');
script.setAttribute('data-open-links-in-same-page', 'true');
script.setAttribute('data-page-size', '12');
let tag = document.querySelectorAll('.snaply-ig-shop-grid');
console.log(tag);
console.log(script);
tag[0].appendChild(script);
},500)
});