在我的 Instagram SPA 应用程序上,我使用以下代码:
window.instgrm.Embeds.process()
对于这么多年后来到这里的人想知道我是这样解决的
const tiktoksOnPage = Array.from(document.querySelectorAll('blockquote.tiktok-embed'))
if (typeof tiktokEmbed !== 'undefined' && tiktoksOnPage.length) {
tiktokEmbed.lib.render(tiktoksOnPage)
}
当然你需要嵌入脚本