`;
placeholder.classList.add(‘taboola-added’);
console.log(‘inserting taboola in infinite feed position’, placeholder);
placeholder.insertAdjacentHTML(‘beforeend’, taboola);
} else {
const loadContent = async () => {
const postsHtml = await runInsertion();
placeholder.classList.add(‘taboola-added’);
console.log(‘inserting taboola in infinite feed position’, placeholder);
placeholder.insertAdjacentHTML(‘beforeend’, taboola);
} else {
const loadContent = async () => {
const postsHtml = await runInsertion();
const viafouraPlaceholder = “;
console.log(“postsHTML”, postsHtml)
document.querySelector(‘.bottom-wrapper.container’)?.appendChild(placeholder);
placeholder.insertAdjacentHTML(‘beforeend’, viafouraPlaceholder);
};
loadContent();
}

