2013-06-12 25 views
1

我使用zRSSFeed脚本来显示RSS提要。我在https下使用该脚本时发现问题,无法正常工作并且未显示结果。但是,如果我将URL中的https替换为HTTP,它将起作用。我已经加入了这个JavaScript,但不工作如何使用https工作zRSSFeed

我该如何解决它?

<script src="js/jquery.zrssfeed.js" type="text/javascript"></script> 
<script type="text/javascript"> 
$(document).ready(function() { 
$('.contentText').rssfeed('http://feeds.feedburner.com/perishablepress', { 
    limit: 5, 
    ssl: true, 
    target: '_blank', 
    offset: 3, 
    dateformat: 'datetime', 
    snippet: false, 
    content: false 

}); 
}); 

非常感谢

回答

0

回顾jQuery的头文件,并使用正确的版本。 注意:“jquery.min.js” 我建议你搜索其他rss:D