Hi
I want to insert a paper.li widget or iframe in home page. This should be through HTML code from paper.li (or maybe javascript) bit although the template have the possibility to insert html code, this don’t work. In paper.li tips suggest to install a plugin Advanced iframe.
i would like to know what would be the better solution. Thanks.
Thanks, but paper.li is only web page that provide some code for to insert scripts or iframe. This would be a iframe from another site, the important is the structure of the script:
<script type=”text/javascript” src=”http://widgets.paper.li/javascripts/sr.iframe.min.js”></script>
<script type=”text/javascript”>
Paperli.PaperFrame.Show({
domain: ‘noticias.site.cl’,
pid: ‘676a04f1-8b2a-439f-86a8-2edc80c9b893’
});
</script>
I tried to insert this with the HTML pure code of the Page Builder Content of the template without results. Then, my question is about the needed to install another plugin like Advanced Iframe or the tool of the template should be enough.
Hi,
Try to implement this in a standard text widget or a html or raw js block found in he visual composer elements list. You can also try it directly in the post / page content. If the script does not run, then you should search for an alternative way of implementing it such as a plugin. Iframes work with our theme as they do with any other wordpress theme. Try to add the code on a wp default theme as well to make sure the code works at all.
Thank you!
Thanks, finally I did it! The problem was with the code of paper.li, now is working, thanks!