var $container = this; Settings variable is to overview of your widget, how you wanna look it. Like image size, limit of posts, etc. settings = $.extend({ get : '', imageSize: 320, limit : 12, links : true, …
Read morevar $container = this; Settings variable is to overview of your widget, how you wanna look it. Like image size, limit of posts, etc. settings = $.extend({ get : '', imageSize: 320, limit : 12, links : true, …
Read moreI'm using "https://cors-anywhere.herokuapp.com/" to avoid cors origin issue when ever hitting a third party domain. Next using google provided api to fetch news articles as rss feed in xml format via url "https://news.google.com/rss/search?q="…
Read more