<?xml version="1.0" encoding="UTF-8"?><feed xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom">
  <id>tag:sourceforest.net/codecanyon:/feeds/new-javascript-slash-news-tickers-items</id>
  <link rel="alternate" type="text/html" href="https://www.sourceforest.net/codecanyon"/>
  <link rel="self" type="application/atom+xml" href="/"/>
  <title>Codecanyon new News Tickers items</title>
  <updated>2026-04-30 05:25:54</updated>
  	    <entry>
			<id>tag:codecanyon:Item/20245039</id>
			<published>2017-07-09 04:49:16</published>
			<updated>2017-07-09 04:49:16</updated>
			<link rel="alternate" type="text/html" href="https://www.sourceforest.net/codecanyon/item/stockticker-lite/20245039"/>
			<title>stockTicker Lite (News Tickers) </title>
			<content type="html">&lt;p&gt;Put live stock market ticker(s) on your web page.&lt;/p&gt;

    &lt;p&gt;No Bells!
No Whistles!&lt;/p&gt;

    &lt;p&gt;Just live stock market data!&lt;/p&gt;

    &lt;p&gt;•  No 3rd party API key required.&lt;/p&gt;

    &lt;p&gt;•  Definable Stock Symbols&lt;/p&gt;

    &lt;p&gt;•  Definable Ticker direction&lt;/p&gt;

    &lt;p&gt;•  3 built-in themes via CSS&lt;/p&gt;

    &lt;p&gt;•  Complete documentation&lt;/p&gt;

    &lt;p&gt;The jQuery stockTicker Lite Plugin by Bitbenderz.com provides nearly complete coverage of all major World Wide Exchanges, including common stock, preferred stock, options, futures, commodities, currencies, and indices, and presents them in a live ticker element.&lt;/p&gt;</content>
			<author>
			  <name>Tomcat253</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/19965447</id>
			<published>2017-05-19 04:35:48</published>
			<updated>2018-03-16 02:25:47</updated>
			<link rel="alternate" type="text/html" href="https://www.sourceforest.net/codecanyon/item/television-news-ticker/19965447"/>
			<title>Television News Ticker (News Tickers) </title>
			<content type="html">&lt;p&gt;&lt;img src=&quot;https://resources.daext.com/codecanyon/general/elite-author-badge.png&quot; alt=&quot;Television News Ticker - 1&quot; /&gt;
&lt;/p&gt;&lt;p&gt;The Television News Ticker script allows you to generate on your website a &lt;a href=&quot;https://en.wikipedia.org/wiki/News_ticker&quot; rel=&quot;nofollow&quot;&gt;news ticker&lt;/a&gt; like the ones used by television stations to publish the latest news, election results, sport results, whether warnings,  stock quotes, etc.&lt;/p&gt;
&lt;p&gt;The news displayed in the news ticker can be retrieved with the provided PHP scripts from a specified RSS feed, from a Twitter account or from a database table. Alternatively the advanced user will be able to manually generate the content of the news based on the exact needs of the publisher by connecting the news ticker with a &lt;a href=&quot;https://en.wikipedia.org/wiki/JSON&quot; rel=&quot;nofollow&quot;&gt;JSON&lt;/a&gt; resource.&lt;/p&gt;
&lt;p&gt;The news displayed in the news ticker are updated in real time with AJAX techniques at every news cycle or cached. The way the news are cached, the number of news, the colors, the typography, the responsive behavior, on which devices the news ticker should be displayed, and more can be controlled with the 61 customization options which are documented below in this item description.&lt;/p&gt;
&lt;p&gt;Please note that this product is the stand-alone JavaScript/PHP version of the successful &lt;a href=&quot;https://codecanyon.net/item/live-news-real-time-news-ticker/5569356&quot;&gt;Live News WordPress Plugin&lt;/a&gt;, make sure that you purchase the correct product for your platform.&lt;/p&gt;
&lt;img src=&quot;https://resources.daext.com/codecanyon/television-news-ticker/television-news-ticker-features.png&quot; alt=&quot;The features of Television News Ticker&quot; /&gt;
&lt;h2 id=&quot;item-description__generate-the-news-from-an-rss-feed&quot;&gt;Generate the News from an RSS Feed&lt;/h2&gt;
&lt;p&gt;The news of the news ticker can be retrieved from a custom RSS feed, so you can for example display live news from BCC, CNN or your favorite local provided.&lt;/p&gt;
&lt;p&gt;This example demonstrates how to initialize a news ticker with news generated from the &lt;a href=&quot;http://feeds.bbci.co.uk/news/world/rss.xml?edition=uk&quot; rel=&quot;nofollow&quot;&gt;BBC World RSS feed&lt;/a&gt;:&lt;/p&gt;
&lt;pre&gt;&amp;lt;script&amp;gt;
newsTicker.initialize({
  newsDataJson: 'source/rss.php',
  rssUrl: 'http://feeds.bbci.co.uk/news/world/rss.xml?edition=uk',
});
&amp;lt;/script&amp;gt;&lt;/pre&gt;
&lt;p&gt;Before publishing in your website news generated from an RSS feed please make sure that you have the proper permission and that you are not infringing any intellectual property.&lt;/p&gt;
&lt;h2 id=&quot;item-description__generate-the-news-from-twitter&quot;&gt;Generate the News from Twitter&lt;/h2&gt;
&lt;p&gt;If you want to display the latest tweet of your Twitter account or if your idea is to show tweets from a relevant Twitter user you can achieve this with this simple initialization:&lt;/p&gt;
&lt;pre&gt;&amp;lt;script&amp;gt;
newsTicker.initialize({
  newsDataJson: 'source/twitter.php',
  twitterUsername: 'envato',
});
&amp;lt;/script&amp;gt;&lt;/pre&gt;
&lt;p&gt;The code above generates sliding news from the &lt;a href=&quot;https://twitter.com/envato&quot; rel=&quot;nofollow&quot;&gt;@envato&lt;/a&gt; Twitter account.&lt;/p&gt;
&lt;p&gt;The ability to automatically strip links, hashtags and usernames from the tweets and make them more clean is also included. (see the customization options for details)&lt;/p&gt;
&lt;p&gt;Please note that retrieving data with the &lt;a href=&quot;https://dev.twitter.com/rest/public&quot; rel=&quot;nofollow&quot;&gt;Twitter API&lt;/a&gt; requires that you generate the proper keys and access token, more information on the procedure are available in the product manual.&lt;/p&gt;
&lt;h2 id=&quot;item-description__generate-the-news-from-a-custom-database&quot;&gt;Generate the News from a Custom Database&lt;/h2&gt;
&lt;p&gt;If you want to retrieve news that are stored in a MySQL database table a ready-to-use PHP script is included. You only need to reference this script when you initialize the news ticker and then enter the database credentials, the database table name and the database table fields in the actual PHP script.&lt;/p&gt;
&lt;p&gt;This is how to initialize a news ticker which retrieves the news from a MySQL database table:&lt;/p&gt;
&lt;pre&gt;&amp;lt;script&amp;gt;
newsTicker.initialize({
  newsDataJson: 'source/database.php',
});
&amp;lt;/script&amp;gt;&lt;/pre&gt;
&lt;h2 id=&quot;item-description__generate-json-data&quot;&gt;Generate JSON Data&lt;/h2&gt;
&lt;p&gt;If you what you need is retrieving the news from a custom source, you have to simply generate a valid JSON resource in this format:&lt;/p&gt;
&lt;pre&gt;{
  &quot;featurednews&quot;: {
    &quot;newstitle&quot;: &quot;&quot;,
    &quot;newsexcerpt&quot;: &quot;&quot;,
    &quot;url&quot;: &quot;&quot; 
  },
  &quot;slidingnews&quot;: [
    {
      &quot;newstitle&quot;: &quot;&quot;,
      &quot;url&quot;: &quot;&quot; 
    }
  ]
}&lt;/pre&gt;
&lt;p&gt;And then reference the generated static or dynamic (created on the fly by a server scripting language) file in the news ticker initialization:&lt;/p&gt;
&lt;pre&gt;&amp;lt;script&amp;gt;
newsTicker.initialize({
  newsDataJson: 'source/custom-data.json',
});
&amp;lt;/script&amp;gt;&lt;/pre&gt;
&lt;h2 id=&quot;item-description__customize-everything&quot;&gt;Customize Everything&lt;/h2&gt;
&lt;p&gt;This product has a total of 61 customization options. To use a customization option set its value during the initialization process of the news ticker.&lt;/p&gt;
&lt;p&gt;This example demonstrates how to define a custom number of displayed news with the &lt;strong&gt;numberOfNews&lt;/strong&gt; option.&lt;/p&gt;
&lt;pre&gt;&amp;lt;script&amp;gt;
newsTicker.initialize({
    newsDataJson: 'data.json',
    numberOfNews: 20,
  });
&amp;lt;/script&amp;gt;&lt;/pre&gt;
&lt;p&gt;Use this table to understand how each option should be used:&lt;/p&gt;
&lt;img src=&quot;https://resources.daext.com/codecanyon/television-news-ticker/options.png&quot; alt=&quot;The customization options of the news ticker&quot; /&gt;
&lt;h2 id=&quot;item-description__written-in-pure-javascript&quot;&gt;Written in Pure JavaScript&lt;/h2&gt;
&lt;p&gt;The Television News Ticker script is written in pure JavaScript and no additional libraries are required. It&amp;#8217;s extremely lightweight (5kB when minified and gzipped), adheres to the rules of &lt;a href=&quot;https://google.github.io/styleguide/jsguide.html&quot; rel=&quot;nofollow&quot;&gt;Google JavaScript Style Guide&lt;/a&gt; and is linted with &lt;a href=&quot;http://eslint.org/&quot; rel=&quot;nofollow&quot;&gt;ESLint&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&quot;item-description__high-quality-support&quot;&gt;High Quality Support&lt;/h2&gt;
&lt;p&gt;Support for this plugin is provided in English and Italian directly via email by the plugin developer. If you experience any problems or if you need detailed technical info about specific plugin parts you are in good hands.&lt;/p&gt;
&lt;h2 id=&quot;item-description__credits&quot;&gt;Credits&lt;/h2&gt;
&lt;p&gt;This product makes use of the following resources:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;a href=&quot;http://mobiledetect.net/&quot; rel=&quot;nofollow&quot;&gt;Mobile Detect&lt;/a&gt; licensed under the &lt;a href=&quot;http://www.opensource.org/licenses/mit-license.php&quot; rel=&quot;nofollow&quot;&gt;MIT License&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;https://github.com/J7mbo/twitter-api-php&quot; rel=&quot;nofollow&quot;&gt;Twitter API PHP&lt;/a&gt; licensed under the &lt;a href=&quot;http://www.opensource.org/licenses/mit-license.php&quot; rel=&quot;nofollow&quot;&gt;MIT License&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;item-description__updates&quot;&gt;Updates&lt;/h2&gt;
&lt;pre&gt;
16.03.2018 - v1.05
  - Added the modifySource() method
  - Added callbacks useful to run custom code on specific events of the news ticker
  - The news ticker can now be destroyed and initialized with a different configuration
08.01.2018 - v1.04
  - Added the destroy() method
19.05.2017 - v1.03
  - Initial release
&lt;/pre&gt;
&lt;h2 id=&quot;item-description__do-you-care-about-your-website-s-seo&quot;&gt;Do you care about your website&amp;#8217;s SEO?&lt;/h2&gt;
&lt;p&gt;Improve your internal links structure and get more visits on your WordPress website with the &lt;a href=&quot;https://codecanyon.net/item/interlinks-manager/13486900&quot;&gt;Interlinks Manager&lt;/a&gt; plugin.&lt;/p&gt;
&lt;a href=&quot;https://codecanyon.net/item/interlinks-manager/13486900&quot;&gt;&lt;img src=&quot;https://resources.daext.com/codecanyon/interlinks-manager/interlinks-manager.png&quot; alt=&quot;Interlinks Manager plugin for WordPress&quot; /&gt;&lt;/a&gt;
&lt;h2 id=&quot;item-description__try-now-the-powerful-uberchart-plugin&quot;&gt;Try now the Powerful UberChart plugin&lt;/h2&gt;
&lt;p&gt;Create high-quality charts and graphs with &lt;a href=&quot;https://codecanyon.net/item/uberchart-wordpress-chart-plugin/18480662&quot;&gt;UberChart&lt;/a&gt;, probably the most advanced WordPress chart plugin ever created.&lt;/p&gt;
&lt;a href=&quot;https://codecanyon.net/item/uberchart-wordpress-chart-plugin/18480662&quot;&gt;&lt;img src=&quot;https://resources.daext.com/codecanyon/uberchart/uberchart.png&quot; alt=&quot;UberChart plugin for WordPress&quot; /&gt;&lt;/a&gt;</content>
			<author>
			  <name>DAEXT</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/12947320</id>
			<published>2015-09-20 08:17:55</published>
			<updated>2019-02-26 20:48:44</updated>
			<link rel="alternate" type="text/html" href="https://www.sourceforest.net/codecanyon/item/limarquee-horizontal-and-vertical-scrolling-of-text-or-image-or-html-code/12947320"/>
			<title>liMarquee - Horizontal and Vertical Scrolling of Text or Image or HTML Code (News Tickers) </title>
			<content type="html">&lt;p&gt;&lt;img src=&quot;http://www.masscode.ru/files/pic/discount.png&quot; alt=&quot;Share Discount&quot; /&gt;
&lt;a href=&quot;https://codecanyon.net/item/limarqueewp-horizontal-and-vertical-scrolling-of-text-and-image-and-html-code/16617917&quot;&gt;&lt;img src=&quot;http://masscode.ru/files/pic/limarquee/wp_version.jpg&quot; alt=&quot;Go to WordPress Version&quot; /&gt;&lt;/a&gt;
&lt;br /&gt;
&lt;/p&gt;&lt;h2 id=&quot;item-description__description&quot;&gt;Description&lt;/h2&gt;
&lt;p&gt;Plugin liMarquee allows you to display different html content in your page in a continuous ticker, and gives a lot of opportunities to manipulated this content.&lt;/p&gt;

&lt;p&gt;The plugin is jQuery script that creates a scrolling of your text or html content. You can use this jQuery plugin to create horizontal scrolling images. If you need to create a vertical marquee with the banners, you perfect this jQuery plugin. &lt;/p&gt;

&lt;p&gt;Very often you want to create a moving one horizontal line with the text or thumbs of goods, create a ticker with the latest news. To do this you perfect this script.&lt;/p&gt;

&lt;p&gt;You can set the motion in any directions. Let it left to right or right to left. Let it top to bottom or bottom to top.&lt;/p&gt;

&lt;p&gt;Creating a scrolling preview images becomes very simple fast action, and the display of new shares or selling proposition becomes an original and functional.&lt;/p&gt;

&lt;h2 id=&quot;item-description__features&quot;&gt;Features&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;Draggable&lt;/li&gt;
    &lt;li&gt;Touch&lt;/li&gt;
    &lt;li&gt;Responsive&lt;/li&gt;
    &lt;li&gt;Mobile Adaptation&lt;/li&gt;
    &lt;li&gt;Pouse and Play&lt;/li&gt;
    &lt;li&gt;Different directions of movement&lt;/li&gt;
    &lt;li&gt;Stop when hover&lt;/li&gt;
    &lt;li&gt;Pause when scroll&lt;/li&gt;
    &lt;li&gt;XML support&lt;/li&gt;
    &lt;li&gt;Adding content&lt;/li&gt;
    &lt;li&gt;Callback functions&lt;/li&gt;
    &lt;li&gt;Full content controls&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src=&quot;http://demo.masscode.ru/wp2/wp-content/files/limarquee_gif_text_1.png&quot; alt=&quot;liMarquee - Horizontal and Vertical Scrolling of Text or Image or HTML Code - 1&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://demo.masscode.ru/wp2/wp-content/files/limarquee_gif_text_2.png&quot; alt=&quot;liMarquee - Horizontal and Vertical Scrolling of Text or Image or HTML Code - 2&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://demo.masscode.ru/wp2/wp-content/files/limarquee_gif_text_3.png&quot; alt=&quot;liMarquee - Horizontal and Vertical Scrolling of Text or Image or HTML Code - 3&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://demo.masscode.ru/wp2/wp-content/files/limarquee_gif_text_4.png&quot; alt=&quot;liMarquee - Horizontal and Vertical Scrolling of Text or Image or HTML Code - 4&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://demo.masscode.ru/wp2/wp-content/files/limarquee_gif_text_5.png&quot; alt=&quot;liMarquee - Horizontal and Vertical Scrolling of Text or Image or HTML Code - 5&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://demo.masscode.ru/wp2/wp-content/files/limarquee_gif_text_6.png&quot; alt=&quot;liMarquee - Horizontal and Vertical Scrolling of Text or Image or HTML Code - 6&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://demo.masscode.ru/wp2/wp-content/files/limarquee_gif_text_7.png&quot; alt=&quot;liMarquee - Horizontal and Vertical Scrolling of Text or Image or HTML Code - 7&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://demo.masscode.ru/wp2/wp-content/files/limarquee_gif_text_8.png&quot; alt=&quot;liMarquee - Horizontal and Vertical Scrolling of Text or Image or HTML Code - 8&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://demo.masscode.ru/wp2/wp-content/files/limarquee_gif_text_9.png&quot; alt=&quot;liMarquee - Horizontal and Vertical Scrolling of Text or Image or HTML Code - 9&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://demo.masscode.ru/wp2/wp-content/files/limarquee_gif_text_11.png&quot; alt=&quot;liMarquee - Horizontal and Vertical Scrolling of Text or Image or HTML Code - 10&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;item-description__quick-start&quot;&gt;Quick Start&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=GoACe_YwsuI&quot; rel=&quot;nofollow&quot;&gt;Youtube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://demo.masscode.ru/limarquee/index.html#quickstart&quot; rel=&quot;nofollow&quot;&gt;Step by step guide&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__change-log&quot;&gt;Change Log&lt;/h2&gt;
v.6.5.1&lt;br /&gt;
- 26/02/2019 Fixed destroy method error, linked to switching tabs&lt;br /&gt;
v.6.5.0&lt;br /&gt;
- 27/10/2017 Now, when the &amp;#8220;left&amp;#8221;/&amp;#8221;right&amp;#8221; and &amp;#8220;top&amp;#8221;/&amp;#8221;bottom&amp;#8221; parameters are changed, the scrolling line is not reloaded.&lt;br /&gt;
v.6.4.0&lt;br /&gt;
- 27/10/2017 Now, when the &amp;#8220;scrollAmount&amp;#8221; and &amp;#8220;scrollDelay&amp;#8221; parameters are changed, the scrolling line is not reloaded.&lt;br /&gt;
v.6.3.0&lt;br /&gt;
- 27/08/2016 All parameters can be transmitted via data attributes. Attributes date have A higher priority.&lt;br /&gt;        
 v.6.2.0&lt;br /&gt;
- 02/08/2016 Added a very important update. Now the marquee will stop at an inactive browser tab and thus frees up CPU resources.
&lt;br /&gt;
v.6.1.0&lt;br /&gt;
- 28/07/2016 Added support for jQuery 3.x.x library.&lt;br /&gt;
- 28/07/2016 Added the function of distinguish events &amp;#8220;scroll&amp;#8221; from the event &amp;#8220;drag&amp;#8221; in touch devices.&lt;br /&gt;       
v.6.0.5&lt;br /&gt;
- 30/06/2016 Added section &amp;#8220;Quick Start&amp;#8221; in documentation.&lt;br /&gt;   
- 23/06/2016 Added support desktop PC with a touch screen&lt;br /&gt;     
v.6.0.4&lt;br /&gt;
- 23/06/2016 Added &amp;#8220;stopOutScreen&amp;#8221; parameter. This parameter specifies, the ticker will stop outside the screen or not&lt;br /&gt;                
v.6.0.3&lt;br /&gt;
- 23/06/2016 Fixed page scrolling on touch devices&lt;br /&gt;    
v.6.0.2&lt;br /&gt;
- 22/06/2016 Added &amp;#8220;touchEvent&amp;#8221; option on / off the drag to &amp;#8220;touch&amp;#8221; devices&lt;br /&gt;    
- 22/06/2016 Added php7 support&lt;br /&gt;    
v.6.0.1&lt;br /&gt;
- 18/06/2016 Improved smoothness of animation&lt;br /&gt;                    
v.6.0.0&lt;br /&gt;
- 28/05/2016 Simplified structure of the HTML code. Now is enough wrap the content by only one element. Attention! Those who are using earlier versions, you can to not change the HTML code!&lt;br /&gt;    
- 28/05/2016 Simplified file structure.&lt;br /&gt;    
- 28/05/2016 Added the ability to post on the page at the same time vertical and horizontal ticker.&lt;br /&gt;    
v.5.7.4&lt;br /&gt;
- 13/05/2016 Fixed clickable child elements&lt;br /&gt;                    
v.5.7.3&lt;br /&gt;
- 26/04/2016 Changed example with HTML content&lt;br /&gt;    
v.5.7.2&lt;br /&gt;
- 14/04/2016 Added new event &amp;#8220;wayEnd()&amp;#8221;&lt;br /&gt;                
v.5.7.1&lt;br /&gt;
- 19/02/2016 Fixed Destroy method&lt;br /&gt;
- 19/02/2016 Added Destroy demo page&lt;br /&gt;
v.5.7&lt;br /&gt;
- 11/02/2016 Fixed work with empty string&lt;br /&gt;
v.5.6&lt;br /&gt;
- 26/01/2016 Fixed work with xml file&lt;br /&gt;
- 27/01/2016 In elements &amp;#8221;.mItem&amp;#8221; fixed css &amp;#8220;display:inline-block&amp;#8221; for IE7 &lt;br /&gt;
v.5.5&lt;br /&gt;
- 06/01/2016 Added folder &amp;#8220;quick_start&amp;#8221;&lt;br /&gt;
- 06/01/2016 Added video &amp;#8220;QUICK INSTALL PLUGIN&amp;#8221;&lt;br /&gt;
v.5.4&lt;br /&gt;
- 23/12/2015 Fixed work with image content on touch devices&lt;br /&gt;
v.5.3&lt;br /&gt;
- 14/11/2015 Fixed work with hidden elements&lt;br /&gt;
- 14/11/2015 Added demo with Tabs&lt;br /&gt;
v.5.2 &lt;br /&gt;
- 13/11/2015 Fixed click event on linked elements&lt;br /&gt;
- 13/11/2015 Fixed behavior of the image when you use bootstrap&lt;br /&gt;
v.5.1 &amp;#8211; 09/11/2015 Fixed behavior when scroll event&lt;br /&gt;
v.5.0                &lt;br /&gt;
- 10/10/2015 Optimized code (14KB to 10KB)&lt;br /&gt;
- 12/10/2015 Added touch events for Mobile devices&lt;br /&gt;
- 13/10/2015 Added new Options: width, height, scrollDelay, scrollAmount, scrollStop, startShow, removeContentFadeDuration&lt;br /&gt;
- 14/10/2015 Added new methods: getContent, addContent, removeContent, changeOptions, resetPosition&lt;br /&gt;
- 15/10/2015 Added new Events: create, moveStart, moveStop, drag, dragStart, dragStop&lt;br /&gt;
v.4.8&lt;br /&gt;
- 03/10/2015 Changed Event of Pause&lt;br /&gt;
- 04/10/2015 Added New Templates&lt;br /&gt;
v.4.7 &lt;br /&gt;
- 28/09/2015 &amp;#8211; Fixed the starting position of a long string
v.4.6 &lt;br /&gt;
- 11/20/2014 Added methods &amp;#38; quot; pause &amp;#38; quot; and &amp;#38; quot; play &amp;#38; quot; to pause / start traffic line &lt;br /&gt;
- 10/30/2014 Added the ability to dynamically change the speed of the line (see demo: &amp;#38; quot; Change speed &amp;#38; quot;) &lt;br /&gt;
- 04/27/2014 Added method &amp;#38; quot; destroy &amp;#38; quot ;, which removes all the functionality running line item and returns to the state before initializing plug &lt;br /&gt;
- 03/30/2014 Posted cycling short line when you drag &lt;br /&gt;
- 03/30/2014 Fixed bug positioning long line when you drag &lt;br /&gt;
v.4.5 &lt;br /&gt;
- 03/23/2014 Added lock random event &amp;#38; quot; click &amp;#38; quot; &lt;br /&gt;
v.4.4 &lt;br /&gt;
- 02/09/2014 Added parameter &amp;#38; quot; inverthover &amp;#38; quot ;, which inverts the standard response to hovering over. &lt;br /&gt;
- 02/09/2014 Ipravlen bug when dragging a looped line &lt;br /&gt;
v.4.3 &lt;br /&gt;
- 01/21/2014 Fixed speed calculation using the method &amp;#38; quot; update &amp;#38; quot; &lt;br /&gt;
v.4.2 &lt;br /&gt;
- 04/12/2013 Added method &amp;#38; quot; update &amp;#38; quot ;, which updates the initialization string after changing the internal content &lt;br /&gt;
v.4.1 &lt;br /&gt;
- 02/12/2013 Added the ability to load an XML file multi &lt;br /&gt;
v.4.0 &lt;br /&gt;
- 11/22/2013 Added parameter &amp;#38; quot; hoverstop &amp;#38; quot ;. If the value is &amp;#38; quot; true &amp;#38; quot; &amp;#8211; The line stops when the mouse (the default), &amp;#38; quot; false &amp;#38; quot; &amp;#8211; The line does not stop &lt;br /&gt;
- 11/22/2013 Movement short line from right to left and top to bottom now starts correctly (movement starts from the opposite end of the line) &lt;br /&gt;
v.3.3 &lt;br /&gt;
- 10.12.2013 Added ability to dynamically changing traffic line &lt;br /&gt;
v.3.2 &lt;br /&gt;
- 07/09/2013 Added the ability to drag and drop a line image &lt;br /&gt;
- 07/09/2013 Fixed a bug when you drag the line (when the mouse while holding LM went beyond the line) &lt;br /&gt;
- 06/09/2013 Added the example of HTML blocks &lt;br /&gt;
v.3.1 &lt;br /&gt;
- 30.07.2013 Added horizontal movement the right direction: &amp;#8216;right&amp;#8217; &lt;br /&gt;
v.3.0 &lt;br /&gt;
- 05/24/2013 Posted movement vertically downward direction: &amp;#8216;down&amp;#8217; &lt;br /&gt;
- 05/17/2013 Added ability podgruzki text from xml file &lt;br /&gt;
v.2.0 &lt;br /&gt;
- 20.02.2013 Fixed bug in a continuous line, which led to an unexpected acceleration ticker &lt;br /&gt;
- 01/26/2013 Added the possibility of motion-controlled short-line (option: &amp;#38; quot; runshort &amp;#38; quot ;, values: &amp;#38; quot; true &amp;#38; quot; or &amp;#38; quot; false &amp;#38; quot;) &lt;br /&gt;
- 22.01.2013 ?2 &amp;#8211; Fix for slow internet. In HTML, the recommended element immediately build upon the class of &amp;#38; quot; str_wrap &amp;#38; quot ;. The file itself liMarquee.css for it was little changed &lt;br /&gt;
- 22.01.2013 ?1 &amp;#8211; Fix for IE9. With version jQuery 1.8 does not function $ (window) .load () &amp;#8211; This bug is addressed in version 1.9.0, so the script is included, along with jquery version 1.9.0</content>
			<author>
			  <name>yurik417</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/11370199</id>
			<published>2015-05-07 10:53:39</published>
			<updated>2015-12-03 21:55:52</updated>
			<link rel="alternate" type="text/html" href="https://www.sourceforest.net/codecanyon/item/ideabox-timeline-news-ticker/11370199"/>
			<title>Ideabox - Timeline News Ticker (News Tickers) </title>
			<content type="html">&lt;h4 id=&quot;item-description__main-features&quot;&gt;Main Features&lt;/h4&gt;
&lt;br /&gt;
    &lt;ol&gt;
        &lt;li&gt;Modern&lt;/li&gt;
        &lt;li&gt;Flat&lt;/li&gt;
        &lt;li&gt;HTML data&lt;/li&gt;
        &lt;li&gt;Multiple RSS Feed&lt;/li&gt;
        &lt;li&gt;Easy Install&lt;/li&gt;
        &lt;li&gt;Responsive&lt;/li&gt;
        &lt;li&gt;Mobile Friendly&lt;/li&gt;
    &lt;/ol&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;a href=&quot;https://www.youtube.com/watch?v=ib1qXALT1z4&quot; rel=&quot;nofollow&quot;&gt;
&lt;img src=&quot;http://tevratgundogdu.com/works/envato-video-image.jpg&quot; alt=&quot;Ideabox - Timeline News Ticker - 1&quot; /&gt;
&lt;/a&gt;</content>
			<author>
			  <name>tgundogdu</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/10391318</id>
			<published>2015-02-15 02:06:31</published>
			<updated>2016-02-09 17:34:04</updated>
			<link rel="alternate" type="text/html" href="https://www.sourceforest.net/codecanyon/item/news-feed-chrome-extension/10391318"/>
			<title>News Feed - Chrome Extension (News Tickers) </title>
			<content type="html">&lt;p&gt;Google Chrome Extension for your site, magazine or blog. With our product you can allow users to instantly receive the latest news of your site.&lt;/p&gt;
&lt;p&gt;Your extension will be placed in the Chrome Store directory, which has an audience of more than 200 million users. It will help you reach new users.&lt;/p&gt;
&lt;p&gt;News Feed &amp;#8211; Chrome Extension requires standard RSS or Atom feed. You will spend only 10 minutes max to completely setup the extension!&lt;/p&gt;

    &lt;p&gt;&lt;a href=&quot;https://chrome.google.com/webstore/detail/themeforest-new-items/heencnbpheohkkdioofdinbppgpoljap/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://awedoo.com/envato/images/newsfeed/demo.png&quot; alt=&quot;Demo&quot; /&gt;&lt;/a&gt;
&lt;img src=&quot;https://awedoo.com/envato/images/newsfeed/chrome_dev.png&quot; alt=&quot;How to become a Google Chrome developer&quot; /&gt;&lt;img src=&quot;https://awedoo.com/envato/images/newsfeed/view_types.png&quot; alt=&quot;Different View Types&quot; /&gt;&lt;img src=&quot;https://awedoo.com/envato/images/newsfeed/color_schemes.png&quot; alt=&quot;Color Schemes&quot; /&gt;
&lt;/p&gt;&lt;h4 id=&quot;item-description__testimonials&quot;&gt;Testimonials:&lt;/h4&gt;
&lt;img src=&quot;https://awedoo.com/envato/images/newsfeed/screen_0.jpg&quot; alt=&quot;Great example of top product, excellent documentation and superb support.&quot; /&gt;
&lt;img src=&quot;https://awedoo.com/envato/images/newsfeed/screen_1.jpg&quot; alt=&quot;Excellent customer support and a quality product. I would definitely recommend this Chrome Extension to anyone!&quot; /&gt;&lt;img src=&quot;https://awedoo.com/envato/images/newsfeed/screen_2.jpg&quot; alt=&quot;Perfect App with great documentation - Very easy to use!&quot; /&gt;
&lt;h4 id=&quot;item-description__change-log&quot;&gt;Change Log:&lt;/h4&gt;
&lt;pre&gt;Minor Update: February 9, 2016
- solved: problem with active elements in settings page of chrome extension.
&lt;/pre&gt;
&lt;pre&gt;Global Update: February 8, 2016
- solved: problem with minified javascript libraries.
- solved: problem with wrong counter value.
- added: multiple RSS feeds support.
- added: youtube RSS feed support.
- added: advanced options for users.
- added: individual settings for each feed.
- added: all settings in one file.
&lt;/pre&gt;
&lt;pre&gt;Minor Update: March 16, 2015
- solved: problem with counter of unread news.
- added: retrieving images from &amp;#8220;content:encoded&amp;#8221; and &quot;description&quot; tags.
&lt;/pre&gt;
&lt;pre&gt;February 2015
- Initial Release
&lt;/pre&gt;</content>
			<author>
			  <name>AwedooStudio</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/8321816</id>
			<published>2014-07-20 04:04:21</published>
			<updated>2015-12-03 21:55:43</updated>
			<link rel="alternate" type="text/html" href="https://www.sourceforest.net/codecanyon/item/breaking-news-ticker/8321816"/>
			<title>Breaking News Ticker (News Tickers) </title>
			<content type="html">&lt;h3 id=&quot;item-description__note-rss-data-not-working-because-yql-api-no-longer-exist&quot;&gt;NOTE : RSS Data not working. Because YQL api no longer exist.&lt;/h3&gt;
&lt;p&gt;
&lt;a href=&quot;https://codecanyon.net/item/ideabox-breaking-news-ticker-jquery-plugin/22060783&quot;&gt;&lt;img src=&quot;http://tevratgundogdu.com/works/breaking_news_link_image.jpg&quot; alt=&quot;Breaking News Ticker - 1&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Modern&lt;/li&gt;
    &lt;li&gt;Falt&lt;/li&gt;
    &lt;li&gt;Responsive&lt;/li&gt;
    &lt;li&gt;Easy to use&lt;/li&gt;
    &lt;li&gt;customize&lt;/li&gt;
    &lt;li&gt;Unlimited News&lt;/li&gt;
    &lt;li&gt;changeable properties with unlimited design&lt;/li&gt;
&lt;li&gt;New: Added RSS Feed&lt;/li&gt;
&lt;/ul&gt;</content>
			<author>
			  <name>tgundogdu</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/6348100</id>
			<published>2013-12-10 21:08:15</published>
			<updated>2021-11-23 23:11:14</updated>
			<link rel="alternate" type="text/html" href="https://www.sourceforest.net/codecanyon/item/swift-box-jquery-news-slider-and-viewer/6348100"/>
			<title>Swift Box - jQuery Contents Slider and Viewer (News Tickers) </title>
			<content type="html">&lt;p&gt;&lt;a href=&quot;https://lcweb.it/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://www.lcweb.it/envato_descr_img/btn_bar_2020/1.png&quot; alt=&quot;Swift Box - jQuery Contents Slider and Viewer - 1&quot; /&gt;&lt;/a&gt;&lt;img src=&quot;https://www.lcweb.it/envato_descr_img/btn_bar_2020/2.png&quot; alt=&quot;Swift Box - jQuery Contents Slider and Viewer - 2&quot; /&gt;&lt;a href=&quot;https://twitter.com/_LCweb&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://www.lcweb.it/envato_descr_img/btn_bar_2020/3.png&quot; alt=&quot;Swift Box - jQuery Contents Slider and Viewer - 3&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://www.facebook.com/LCweb.projects&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://www.lcweb.it/envato_descr_img/btn_bar_2020/4.png&quot; alt=&quot;Swift Box - jQuery Contents Slider and Viewer - 4&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://themeforest.net/user/LCweb/follow&quot;&gt;&lt;img src=&quot;https://www.lcweb.it/envato_descr_img/btn_bar_2020/5.png&quot; alt=&quot;Swift Box - jQuery Contents Slider and Viewer - 5&quot; /&gt;&lt;/a&gt;&lt;img src=&quot;https://www.lcweb.it/envato_descr_img/btn_bar_2020/6.png&quot; alt=&quot;Swift Box - jQuery Contents Slider and Viewer - 6&quot; /&gt;&lt;a href=&quot;https://support.lcweb.it/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://www.lcweb.it/envato_descr_img/btn_bar_2020/7.png&quot; alt=&quot;Swift Box - jQuery Contents Slider and Viewer - 7&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Fetch contents from &lt;strong&gt;different sources&lt;/strong&gt; and display them in a unique environment!&lt;/p&gt;
&lt;p&gt;Swift Box is a an innovative jQuery slider meant to allow you grouping multiple contents and &lt;strong&gt;sort them by date&lt;/strong&gt;. &lt;strong&gt;Fully responsive&lt;/strong&gt;, adapt itself to any screen and container.&lt;/p&gt;&lt;br /&gt;

	&lt;p&gt;&lt;a href=&quot;https://lcweb.it/swift-box-jquery-plugin&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://www.lcweb.it/envato_descr_img/nb-js/nbjs_01_20211123.png&quot; alt=&quot;Swift Box - jQuery Contents Slider and Viewer - 8&quot; /&gt;&lt;/a&gt;
&lt;img src=&quot;https://www.lcweb.it/envato_descr_img/divider_20170908.png&quot; alt=&quot;Swift Box - jQuery Contents Slider and Viewer - 9&quot; /&gt;
&lt;a href=&quot;https://lcweb.it/swift-box-playground&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://www.lcweb.it/envato_descr_img/nb-js/nbjs_02_20170805.png&quot; alt=&quot;Swift Box - jQuery Contents Slider and Viewer - 10&quot; /&gt;&lt;/a&gt;
&lt;img src=&quot;https://www.lcweb.it/envato_descr_img/divider_20170908.png&quot; alt=&quot;Swift Box - jQuery Contents Slider and Viewer - 11&quot; /&gt;
&lt;a href=&quot;https://lcweb.it/swift-box-jquery-plugin&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://www.lcweb.it/envato_descr_img/nb-js/nbjs_03_20170805.png&quot; alt=&quot;Swift Box - jQuery Contents Slider and Viewer - 12&quot; /&gt;&lt;/a&gt;
&lt;img src=&quot;https://www.lcweb.it/envato_descr_img/divider_20170908.png&quot; alt=&quot;Swift Box - jQuery Contents Slider and Viewer - 13&quot; /&gt;
&lt;a href=&quot;https://lcweb.it/swift-box-jquery-plugin&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://www.lcweb.it/envato_descr_img/motivational_20170908_bis.png&quot; alt=&quot;Swift Box - jQuery Contents Slider and Viewer - 14&quot; /&gt;&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;&lt;br /&gt;&lt;/p&gt;


&lt;h2 id=&quot;item-description__features-list&quot;&gt;Features list&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;Each box can have unlimited content sources 
        &lt;ul&gt;
            &lt;li&gt;ANY RSS feed&lt;/li&gt;
            &lt;li&gt;Twitter profiles &lt;em&gt;(requires a PHP server)&lt;/em&gt;&lt;/li&gt;
            &lt;li&gt;Youtube channels or playlists&lt;/li&gt;
            &lt;li&gt;Pinterest boards&lt;/li&gt;
            &lt;li&gt;Tumblr&lt;/li&gt;
            &lt;li&gt;Any RSS feed created through Zapier (eg. Facebook and Instagram)&lt;/li&gt;
        &lt;/ul&gt;
    &lt;/li&gt;
    &lt;li&gt;Youtube video players integration&lt;/li&gt;
    &lt;li&gt;MagnificPopup lightbox&lt;/li&gt;
    &lt;li&gt;Horizonal and vertical layout + auto-switch on mobile for perfect content displaying&lt;/li&gt;
    &lt;li&gt;Image-mode&lt;/li&gt;
    &lt;li&gt;Continuous slider effect&lt;/li&gt;
    &lt;li&gt;Expanded contents view in box container or lightbox&lt;/li&gt;

    &lt;li&gt;Smart contents management with images lazy-loading to grant optimized loadings&lt;/li&gt;
    &lt;li&gt;Fully responsive and adapt itself to any container&lt;/li&gt;

    &lt;li&gt;3 styles (minimal, light, dark)&lt;/li&gt;
    &lt;li&gt;Easy custom CSS setup with unlimited themes support&lt;/li&gt;
    &lt;li&gt;Works out of the box, without tedious configurations&lt;/li&gt;
    &lt;li&gt;Quick setup, requiring just few minutes to integrate it in any site&lt;/li&gt;
    &lt;li&gt;Mor than 30 options to control any box aspect and behavior&lt;/li&gt;

    &lt;li&gt;Touch &amp;#38; drag optimized&lt;/li&gt;
    &lt;li&gt;Image sizes control to optimize loadings &lt;em&gt;(requires a PHP server)&lt;/em&gt;&lt;/li&gt;
    &lt;li&gt;Proper social sharing using item&amp;#8217;s data (Facebook, Twitter, Pinterest)&lt;/li&gt;
&lt;/ul&gt;   

&lt;h2 id=&quot;item-description__online-documentation&quot;&gt;Online Documentation&lt;/h2&gt;
&lt;p&gt;Simply the fastest and best way to get started, always up to date.&lt;br /&gt;
&lt;a href=&quot;https://doc.lcweb.it/swift_box_js/&quot; rel=&quot;nofollow&quot;&gt;Check it!&lt;/a&gt;&lt;/p&gt;

&lt;h4 id=&quot;item-description__notes&quot;&gt;Notes&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;jQuery v1.5 is the minimum requirement (v1.7 to also use lightbox)&lt;/li&gt;
&lt;li&gt;Due to API restrictions, Twitter usage requires a proper server, running PHP&lt;/li&gt;
&lt;li&gt;RSS feeds needs to have a standard structure and contain texts as well as contents date&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__changelog&quot;&gt;Changelog&lt;/h3&gt;
Check the changelog &lt;a href=&quot;https://www.lcweb.it/swift-box-jquery-plugin/changelog&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;</content>
			<author>
			  <name>LCweb</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/5798052</id>
			<published>2013-10-09 17:58:32</published>
			<updated>2014-09-12 01:52:34</updated>
			<link rel="alternate" type="text/html" href="https://www.sourceforest.net/codecanyon/item/flat-modern-notifications/5798052"/>
			<title>Flat, Modern Notifications (News Tickers) </title>
			<content type="html">&lt;p&gt;A set of 7 different flat, modern notification boxes with 6 unique CSS3 animations. Based on clean HTML5 markup.&lt;/p&gt;

    &lt;p&gt;Great for displaying news, messages on your site or providing feedback for the user. Your notifications can even contain featured images! &lt;strong&gt;UPDATE:&lt;/strong&gt; The notifications are now displayed in a list.&lt;/p&gt;

    &lt;p&gt;Includes an easy to use &lt;strong&gt;JavaScript API&lt;/strong&gt; to fire your own custom notifications at any time. Uses jQuery to keep the code simple and easy to understand.&lt;/p&gt;

    &lt;p&gt;Sass/Compass files are included&lt;/p&gt;</content>
			<author>
			  <name>gigazong</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/4000595</id>
			<published>2013-02-10 00:57:54</published>
			<updated>2013-04-05 20:21:33</updated>
			<link rel="alternate" type="text/html" href="https://www.sourceforest.net/codecanyon/item/jquery-bootstrap-rss-widget/4000595"/>
			<title>jQuery &amp; Bootstrap RSS Widget (News Tickers) </title>
			<content type="html">&lt;p&gt;An easy to install, fast and customizable RSS widget built with jQuery and Twitter Bootstrap.&lt;/p&gt;

Call:
&lt;pre&gt;&amp;lt;script type=&quot;text/javascript&quot;&amp;gt;
$(function(){
  $(&quot;div#feed&quot;).rssWidget('http://rss.nytimes.com/services/xml/rss/nyt/Technology.xml');
});
&amp;lt;/script&amp;gt;

&amp;lt;div id=&quot;feed&quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;/pre&gt;
That&amp;#8217;s it!

    &lt;p&gt;Versions:&lt;/p&gt;

    &lt;p&gt;1.1
- fix date leading zeros
- fix month
- fix complex rss urls error&lt;/p&gt;

    &lt;p&gt;1.0
- release main features&lt;/p&gt;</content>
			<author>
			  <name>tjikko</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/3341407</id>
			<published>2012-11-04 22:39:23</published>
			<updated>2012-11-04 22:39:23</updated>
			<link rel="alternate" type="text/html" href="https://www.sourceforest.net/codecanyon/item/itoast-notification-messages-with-icons/3341407"/>
			<title>iToast Notification Messages with Icons (News Tickers) </title>
			<content type="html">iToast is a javascript notification plugin with 220 icons.  It&amp;#8217;s super simple to
 create a gorgeous notification (or toast).  Just do this:
&lt;pre&gt;
iToast.showToast('You are great!');
&lt;/pre&gt;
It is also easily configurable:
&lt;pre&gt;
iToast.showToast('You are great!',{
  title:'Congrats!',
  icon: 'twitter',
  theme: 'asphalt',
  position: 'bottom left',
  onClick: function(e) {
    //do something
  }
});
&lt;/pre&gt;

    &lt;p&gt;The notification animation looks amazing and is very intuitive.
Please try the live preview to truly experience the look and feel.&lt;/p&gt;

    &lt;p&gt;jQuery is not required, so it is compatible with literally any project.&lt;/p&gt;

    &lt;p&gt;Fully browser compatible with Google Chrome, Firefox, Internet Explorer 7 and up, and Opera (Animations not visible on IE7-9).&lt;/p&gt;</content>
			<author>
			  <name>justspamjustin</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/2347950</id>
			<published>2012-05-21 07:49:18</published>
			<updated>2020-03-20 05:56:14</updated>
			<link rel="alternate" type="text/html" href="https://www.sourceforest.net/codecanyon/item/modern-news-ticker/2347950"/>
			<title>Modern News Ticker (News Tickers) </title>
			<content type="html">&lt;h3 id=&quot;item-description__description&quot;&gt;Description&lt;/h3&gt;
&lt;strong&gt;Modern News Ticker&lt;/strong&gt; is a powerful, flexible, fast, easy to use and customize news ticker. It offers a varied number of features while still being lightweight and very easy to work with:
&lt;ul&gt;
    &lt;li&gt;It comes with 15 different themes to choose from.&lt;/li&gt;
    &lt;li&gt;It has 4 different effects: scroll, fade, type and slide.&lt;/li&gt;
    &lt;li&gt;It has 4 different layouts that include news items, front label and control buttons.&lt;/li&gt;
    &lt;li&gt;The corners can be set to either round or square.&lt;/li&gt;
    &lt;li&gt;It can load RSS, JSON and Twitter feeds.&lt;/li&gt;
    &lt;li&gt;The feeds can be set to automatically refresh.&lt;/li&gt;
    &lt;li&gt;It has 21 settings that control the effects, the feeds and other behaviors.&lt;/li&gt;
    &lt;li&gt;It has 3 methods that control the autoplay and the feed refresh.&lt;/li&gt;
    &lt;li&gt;It is responsive.&lt;/li&gt;
    &lt;li&gt;It comes with a detailed guide.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;NEW&lt;/strong&gt;: RTL support.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This is the &lt;strong&gt;jQuery plugin&lt;/strong&gt; version of the news ticker. A &lt;strong&gt;WordPress plugin&lt;/strong&gt; version is also available here: &lt;a href=&quot;https://codecanyon.net/item/modern-news-ticker-for-wordpress/19851756&quot;&gt;Modern News Ticker for WordPress&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id=&quot;item-description__notes&quot;&gt;Notes&lt;/h3&gt;
&lt;ul&gt;
    &lt;li&gt;Loading data from Twitter uses PHP because of the authentication requirement when working with the Twitter API.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__updates&quot;&gt;Updates&lt;/h3&gt;
&lt;strong&gt;2.5.0 (20 March 2020):&lt;/strong&gt;
&lt;ul&gt;
    &lt;li&gt;Added a new setting called &amp;#8220;randomOrder&amp;#8221;, to be able to set the news items to display in a random order. This applies for both the news items entered manually as well as for those loaded from feeds.&lt;/li&gt;
    &lt;li&gt;Added a new setting called &amp;#8220;centerAlign&amp;#8221;, to be able to set the news items to align to the center. Applicable for effects other than &amp;#8220;scroll&amp;#8221;.&lt;/li&gt;
&lt;/ul&gt;
&lt;strong&gt;2.4.1 (03 January 2020):&lt;/strong&gt;
&lt;ul&gt;
    &lt;li&gt;Fixed an issue that was causing the tweet links not to open properly.&lt;/li&gt;
&lt;/ul&gt;
&lt;strong&gt;2.4.0 (14 November 2019):&lt;/strong&gt;
&lt;ul&gt;
    &lt;li&gt;Added a new setting called &amp;#8220;twitterExcludeReplies&amp;#8221; to be able to exclude replies from the returned Twitter feed (default: false).&lt;/li&gt;
    &lt;li&gt;Added a new setting called &amp;#8220;twitterIncludeRetweets&amp;#8221; to be able to include retweets in the returned Twitter feed (default: false).&lt;/li&gt;
    &lt;li&gt;Made the feed preloader show a bit faster.&lt;/li&gt;
    &lt;li&gt;Added a &amp;#8220;Changelog.txt&amp;#8221; file and moved here the version changes that were previously listed in the &amp;#8220;Readme.txt&amp;#8221; file.&lt;/li&gt;
&lt;/ul&gt;
&lt;strong&gt;2.3.0 (26 September 2019):&lt;/strong&gt;
&lt;ul&gt;
    &lt;li&gt;Added RTL support. A new setting is available called &amp;#8220;direction&amp;#8221; in which the page text direction can be specified, either &amp;#8220;ltr&amp;#8221; (default) or &amp;#8220;rtl&amp;#8221;.&lt;/li&gt;
    &lt;li&gt;Moved the JS source file from &amp;#8220;Sources/js&amp;#8221; to &amp;#8220;Main/modern-ticker/js&amp;#8221;, next to the minified version.&lt;/li&gt;
    &lt;li&gt;Other small modifications.&lt;/li&gt;
&lt;/ul&gt;
&lt;strong&gt;2.2.1 (17 September 2019):&lt;/strong&gt;
&lt;ul&gt;
    &lt;li&gt;Added a new setting called &amp;#8220;rss2jsonApiKey&amp;#8221; to be able to specify an API key for the rss2json service, if needed.&lt;/li&gt;
&lt;/ul&gt;
&lt;strong&gt;2.2.0 (15 January 2019):&lt;/strong&gt;
&lt;ul&gt;
    &lt;li&gt;
        As Yahoo recently shutdown the YQL service, the &amp;#8220;YQL&amp;#8221; load process type for RSS feeds was removed.
        &lt;br /&gt;
        The &amp;#8220;rss2json&amp;#8221; load process is now the default one for RSS feeds and the &amp;#8220;self&amp;#8221; load process is also available as a backup.
        &lt;br /&gt;
        As backward compatibility, if the ticker has the load process set to &amp;#8220;YQL&amp;#8221;, it automatically defaults to &amp;#8220;rss2json&amp;#8221;.
    &lt;/li&gt;
&lt;/ul&gt;
&lt;strong&gt;2.1.0 (07 March 2018):&lt;/strong&gt;
&lt;ul&gt;
    &lt;li&gt;Fixed an issue that was causing the preloader not to show properly in some browsers when set to load a feed.&lt;/li&gt;
    &lt;li&gt;Fixed an issue that was causing the news items not to display properly when loading feeds and &amp;#8220;linksEnabled&amp;#8221; set to false.&lt;/li&gt;
    &lt;li&gt;Modified the theme CSS files so that the styles have higher specificity to make it less likely to be overwritten by other page styles.&lt;/li&gt;
    &lt;li&gt;Fixed an issue that was causing the RSS feed not to load properly when using the &amp;#8220;rss2json&amp;#8221; service from a page on HTTPS.&lt;/li&gt;
    &lt;li&gt;Other small modifications and improvements.&lt;/li&gt;
&lt;/ul&gt;
&lt;strong&gt;2.0.0 (24 April 2017):&lt;/strong&gt;
&lt;ul&gt;
    &lt;li&gt;Updated the project folder structure.&lt;/li&gt;
    &lt;li&gt;Updated the example files.&lt;/li&gt;
    &lt;li&gt;Updated the guide.&lt;/li&gt;
    &lt;li&gt;Updated the &amp;#8220;Read Me&amp;#8221; file.&lt;/li&gt;
    &lt;li&gt;Added version numbering.&lt;/li&gt;
    &lt;li&gt;Added an &amp;#8220;Updates&amp;#8221; section to the &amp;#8220;Read Me&amp;#8221; file.&lt;/li&gt;
    &lt;li&gt;Made updates to the CSS files.&lt;/li&gt;
    &lt;li&gt;Made updates to the JS plugin file.&lt;/li&gt;
    &lt;li&gt;Added error messages to feeds.&lt;/li&gt;
    &lt;li&gt;Updated jQuery to the latest version.&lt;/li&gt;
    &lt;li&gt;Added option to the example files to load jQuery from a CDN.&lt;/li&gt;
    &lt;li&gt;Added support for having only arrows buttons or only the play/pause button.&lt;/li&gt;
    &lt;li&gt;Changed the file structure of the themes to reuse common image files and have less files overall.&lt;/li&gt;
    &lt;li&gt;Updated the Twitter authentication instructions of the guide to match with changes to the Twitter site.&lt;/li&gt;
    &lt;li&gt;Fixed a bug that was causing the JSON files not to bypass cache when the option was turned on.&lt;/li&gt;
    &lt;li&gt;Added a new option to process the loading of RSS and JSON files, called &amp;#8220;self&amp;#8221;, that uses PHP files to load the feeds through.&lt;/li&gt;
    &lt;li&gt;Added 2 new files: &amp;#8220;load-rss.php&amp;#8221; and &amp;#8220;load-json.php&amp;#8221;.&lt;/li&gt;
    &lt;li&gt;Changed the name of the &amp;#8220;twitter.php&amp;#8221; file to &amp;#8220;load-twitter.php&amp;#8221;.&lt;/li&gt;
    &lt;li&gt;Added 2 new settings: &amp;#8220;rssLoadFile&amp;#8221; and &amp;#8220;jsonLoadFile&amp;#8221;.&lt;/li&gt;
    &lt;li&gt;Changed the name of the &amp;#8220;twitterLoadingFile&amp;#8221; setting to &amp;#8220;twitterLoadFile&amp;#8221;. Added backward compatibility support for the former name.&lt;/li&gt;
    &lt;li&gt;Changed the name of the &amp;#8220;processService&amp;#8221; setting to &amp;#8220;loadProcess&amp;#8221;. Added backward compatibility support for the former name.&lt;/li&gt;
    &lt;li&gt;Changed the default width to &amp;#8220;100%&amp;#8221; in the CSS code.&lt;/li&gt;
    &lt;li&gt;Added default &amp;#8220;min-width&amp;#8221; and &amp;#8220;max-width&amp;#8221; values to the CSS code.&lt;/li&gt;
    &lt;li&gt;Added a default margin to the CSS code.&lt;/li&gt;
    &lt;li&gt;Added a new class to the CSS file, called &amp;#8220;mt-font&amp;#8221;, to use the ticker font, as opposed to the default page font.&lt;/li&gt;
&lt;/ul&gt;
&lt;strong&gt;1.10.0 (2 March 2017):&lt;/strong&gt;
&lt;ul&gt;
    &lt;li&gt;Added support for loading data using a JSON feed.&lt;/li&gt;
&lt;/ul&gt;
&lt;strong&gt;1.9.0 (15 January 2017):&lt;/strong&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;Important!&lt;/strong&gt; The Google Feed API that the ticker was using has been closed recently. I have removed it and have added 2 other RSS processing services, one as default and the other as an alternative. Anyone who is using RSS loading (width loadType: &amp;#8220;process&amp;#8221;) should update to the new version of the JS file. All that you need to do is to replace the old &amp;#8220;jquery.modern-ticker.min.js&amp;#8221; file from the &amp;#8220;modern-ticker/js&amp;#8221; folder with the new one.&lt;/li&gt;
&lt;/ul&gt;
&lt;strong&gt;1.8.0 (5 August 2016):&lt;/strong&gt;
&lt;ul&gt;
    &lt;li&gt;Improved the typing effect functionality. HTML tags inside the typed text are now supported so that the typed text can have different styles.&lt;/li&gt;
    &lt;li&gt;Fixed an error that was causing the typing effect not to display properly when switching back and forth fast between news items.&lt;/li&gt;
&lt;/ul&gt;
&lt;strong&gt;1.7.0 (29 September 2015):&lt;/strong&gt;
&lt;ul&gt;
    &lt;li&gt;Improved the way RSS loading works.&lt;/li&gt;
    &lt;li&gt;Fixed an issue that was causing some RSS urls not to work properly.&lt;/li&gt;
    &lt;li&gt;Added a new setting called &amp;#8220;forceNoCache&amp;#8221; to bypass loading cached RSS files, if needed.&lt;/li&gt;
    &lt;li&gt;Added console error messages for the &amp;#8220;process&amp;#8221; load type.&lt;/li&gt;
&lt;/ul&gt;
&lt;strong&gt;1.6.1 (18 December 2014):&lt;/strong&gt;
&lt;ul&gt;
    &lt;li&gt;Fixed an issue that was causing the links not to display properly when loading an RSS file directly.&lt;/li&gt;
&lt;/ul&gt;
&lt;strong&gt;1.6.0 (6 September 2014):&lt;/strong&gt;
&lt;ul&gt;
    &lt;li&gt;Added a new setting to specify if the autoplay pauses when hovering over the news.&lt;/li&gt;
    &lt;li&gt;Added a new setting to specify if the news items have the links enabled.&lt;/li&gt;
    &lt;li&gt;Fixed an issue that was causing the preloader not to be properly visible when loading data.&lt;/li&gt;
&lt;/ul&gt;
&lt;strong&gt;1.5.1 (2 September 2014):&lt;/strong&gt;
&lt;ul&gt;
    &lt;li&gt;Fixed an error where empty news items were displayed if the &amp;#8220;feedCount&amp;#8221; was higher than the available number of news items.&lt;/li&gt;
    &lt;li&gt;Improved the way that the &amp;#8220;feedCount&amp;#8221; setting works in order to be able to load the total available items or a variable number of items up to a specified limit.&lt;/li&gt;
&lt;/ul&gt;
&lt;strong&gt;1.5.0 (10 May 2014):&lt;/strong&gt;
&lt;ul&gt;
    &lt;li&gt;Improved the way that the layout works.&lt;/li&gt;
    &lt;ul&gt;
        &lt;li&gt;Improved the layout behaviour when the ticker is responsive.&lt;/li&gt;
        &lt;li&gt;Fixed an issue in page layouts with subpixel precision.&lt;/li&gt;
        &lt;li&gt;Fixed an issue with the news items stacking on top of each other.&lt;/li&gt;
    &lt;/ul&gt;
    &lt;li&gt;Added a new setting to specify the target page of links for loaded content.&lt;/li&gt;
    &lt;li&gt;Added a new setting to specify the path to the Twitter loading file.&lt;/li&gt;
    &lt;li&gt;Updated the files and instructions with the new Twitter API key names.&lt;/li&gt;
    &lt;li&gt;Updated the initialization code.&lt;/li&gt;
    &lt;li&gt;Updated the guide.&lt;/li&gt;
    &lt;li&gt;Updated jQuery to the newest version.&lt;/li&gt;
&lt;/ul&gt;
&lt;strong&gt;1.4.0 (13 February 2014):&lt;/strong&gt;
&lt;ul&gt;
    &lt;li&gt;Improved the RSS file loading options. Now there are 2 loading options available.&lt;/li&gt;
    &lt;li&gt;Added an example RSS file.&lt;/li&gt;
    &lt;li&gt;Updated the instructions.&lt;/li&gt;
    &lt;li&gt;Updated the guide.&lt;/li&gt;
    &lt;li&gt;Fixed a couple of bugs.&lt;/li&gt;
&lt;/ul&gt;
&lt;strong&gt;1.3.0 (10 February 2014):&lt;/strong&gt;
&lt;ul&gt;
    &lt;li&gt;Added a new setting to specify the type of scrolling, either continuous, with no interruption, or discontinuous, leaving empty space once the list finishes scrolling and before starting again.&lt;/li&gt;
    &lt;li&gt;Added a new setting to specify the start position of the scrolling, either from inside or from outside.&lt;/li&gt;
&lt;/ul&gt;
&lt;strong&gt;1.2.3 (22 August 2013):&lt;/strong&gt;
&lt;ul&gt;
    &lt;li&gt;Fixed a bug that was causing the news not to display properly when the width was set as responsive and the window was resized.&lt;/li&gt;
&lt;/ul&gt;
&lt;strong&gt;1.2.2 (15 August 2013):&lt;/strong&gt;
&lt;ul&gt;
    &lt;li&gt;Updated the code of the effects so that the first list items animate as well.&lt;/li&gt;
    &lt;li&gt;Fixed a bug that was causing a delay in the refresh of the loaded RSS feed.&lt;/li&gt;
&lt;/ul&gt;
&lt;strong&gt;1.2.1 (26 June 2013):&lt;/strong&gt;
&lt;ul&gt;
    &lt;li&gt;Made an update to the Twitter feed functionality to work with the 1.1 update of the Twitter API.&lt;/li&gt;
&lt;/ul&gt;
&lt;strong&gt;1.2.0 (13 February 2013):&lt;/strong&gt;
&lt;ul&gt;
    &lt;li&gt;Added a setting to control the automatic refresh of dynamically loaded data at an interval of time.&lt;/li&gt;
    &lt;li&gt;Added a method to be able to call the refresh through code, if needed.&lt;/li&gt;
&lt;/ul&gt;
&lt;strong&gt;1.1.0 (9 February 2013):&lt;/strong&gt;
&lt;ul&gt;
    &lt;li&gt;Updated the guide.&lt;/li&gt;
    &lt;li&gt;Updated the code.&lt;/li&gt;
    &lt;li&gt;Updated instructions.&lt;/li&gt;
    &lt;li&gt;Updated file structure.&lt;/li&gt;
&lt;/ul&gt;
&lt;strong&gt;1.0.0 (21 May 2012):&lt;/strong&gt;
&lt;ul&gt;
    &lt;li&gt;Launched.&lt;/li&gt;
&lt;/ul&gt;</content>
			<author>
			  <name>CreativeTier</name>
			</author>
		  </entry>
	  </feed>