Quote:
Originally Posted by giorgino
Is it possible to use the blog feed?
|
yes, but the available type is "XML"
edit your "jquery.ticker.js" file that you uploaded to js folder
scroll down till the end of the file and edit the following variables:
Code:
// plugin defaults - added as a property on our plugin function
$.fn.ticker.defaults = {
speed: 0.10,
ajaxFeed: true,
feedUrl: 'http://www.YOURSITE.com/RSS.xml',
feedType: 'xml',
displayType: 'reveal',
htmlFeed: false,
debugMode: true,
controls: true,
titleText: 'Latest Blog Feeds',
direction: 'ltr',
pauseOnItems: 3000,
fadeInSpeed: 600,
fadeOutSpeed: 300
};
})(jQuery);