我希望我的Twitter提要能够使用Vticker显示(一次显示一条推文,淡出,另一条显示在其位置)。我使用了网站上的指示(http://www.jugbit.com/jquery-vticker-vertical-news-ticker/),它向您展示了如何将Vticker与另一个插件一起使用,但它无法正常工作。似乎我的Twitter提要正确显示,但没有被Vticker使用。 Chrome未显示任何错误。有什么想法吗?
代码: JS:
<script>
$(document).ready(function() {
$('.tweets').jTweetsAnywhere({
username: 'twitternamehere',
count: 5
}).ajaxStop(function(){
$('.tweets').vTicker({
speed: 500,
pause: 3000,
showItems: 1,
animation: 'fade',
mousePause: false,
height: 0,
direction: 'up'
});
});
});
谢谢!
答案 0 :(得分:0)
http://richhollis.github.io/vticker/
我使用Rich Hollis版本的vTicker来取代Google废弃的Google新闻“newsshow”功能,以便在博客和网站中嵌入自定义Google新闻:
http://www.gooplusplus.com/news-frame-guide.html
我的javascript知识非常基础,但我可以提示你可能尝试的一些事情。
首先,richhollis jquery.vticker.min.js对我不起作用,但他的未压缩的jquery.vticker.js确实有效。 (我通过http://jscompress.com/制作了我自己的min.js版本)
其次,你的$('。tweets')等可能需要是$('#tweets')等等,如果引用&lt; DIV&gt; ??
您可以在此处查看我的基于vticker的示例HTML源代码:
http://www.gooplusplus.com/dark-nopic.html?snc&box#Science-News