JavaScript小部件没有出现在Wordpress上

时间:2017-06-28 14:16:26

标签: javascript jquery html wordpress

我正在尝试将小部件添加到网站中但它没有显示在预览中,在可视模式下它显示了一个脚本图标,但是没有什么可看的。代码是:

'<div id="pb-widget-xxxx"  style="height: 600px"></div>

<script src="http://cloud.photoboothsolutions.com/js/photobooth-manager.js"></script>
<script>
  PhotoBooth.initWidget('pb-widget-xxxx', 'xxxx','http://cloud.photoboothsolutions.com');
</script>'

编辑: 我得到那些控制台错误: 混合内容: 在&#39; https://photosnacks.ro/get-your-photo/?preview_id=1753&preview_nonce=abad8a0d22&_thumbnail_id=-1&preview=true&#39;的页面是通过HTTPS加载的,但请求了一个不安全的脚本http://cloud.photoboothsolutions.com/js/photobooth-manager.js&#39;。  此请求已被阻止;内容必须通过HTTPS提供。

photosnacks.ro/:2003  未捕获的ReferenceError:&#39;未定义PhotoBooth     在photosnacks.ro /

未捕获错误:语法错误,无法识别的表达式:[href =#]

at Function.fa.error (jquery.js:2)
at fa.tokenize (jquery.js:2)
at fa.compile (jquery.js:2)
at jquery.js:2
at PSEUDO (jquery.js:2)
at wa (jquery.js:2)
at fa.compile (jquery.js:2)
at fa.select (jquery.js:2)
at Function.fa (jquery.js:2)
at Function.a.find (jquery-migrate.min.js:2)

0 个答案:

没有答案