Insert paper.li

Posted in: Newspaper
Post count: 114

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.

Post count: 22421

Hi

Unfortunately I cannot provide the better solution as we have not tested any paper.li widget and we have no idea of their functionality or implementation. It’s best to follow the plugin author’s instructions.

Thank you!

Post count: 114

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&gt;
<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.

Post count: 22421

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!

Post count: 114

Thanks, finally I did it! The problem was with the code of paper.li, now is working, thanks!

Post count: 22421

Glad you solved it!
Have a great day!

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.