DOC & Help Center

Article & Knowledge Base

Htmlfromrss.js untuk Menampilkan FeedRss

Menampilkan sumber data pada website lain melalui feed/rss yang ada pada website tersebut pada html dengan menggunakan javascript htmlfromrss.js didalmnya. Berikut Mutiple html feed from rss feed sebagai contoh untuk menampilkan feed/rss tersebut.

<div class="demo" data-htmlfromrss="http://site1.kom/news/rss"></div>

<div class="demo" data-htmlfromrss="http://site2.net/sport/rss.xml"></div>
$(document).ready(function(){
   $(".demo").htmlfromrss(
     limit = 10
   );
});

Untuk melihat hasilnya bisa dilihat dibawah atau link Demo.

Related Content

Export WordPress Posts To Custom Post Type

Introduction Different types of content should be organized, whether that be by taxonomies, custom post types, or both. Older websites tend to use the standard

Scroll to Top
Scroll to Top