var socialfeed=new gfeedfetcher("exampleVITINH", "exampleVITINH", "")

socialfeed.addFeed("VietBao", "http://vietbao.vn/live/Vi-tinh-Vien-thong/rss.xml")
socialfeed.addFeed("VietBao-KinhNghiem", "http://vietbao.vn/live/Vi-tinh-Vien-thong/Kinh-nghiem/rss.xml")
socialfeed.addFeed("VietBao-HoiDap", "http://vietbao.vn/live/Vi-tinh-Vien-thong/Hoi-dap/rss.xml")
socialfeed.addFeed("VietBao-KinhNghiem", "http://vietbao.vn/live/Vi-tinh-Vien-thong/Tu-van-tieu-dung/rss.xml")
socialfeed.addFeed("VietBao-ChuyenCuoiViTinh", "http://vietbao.vn/live/Vi-tinh-Vien-thong/Chuyen-cuoi-cong-nghe/rss.xml")
socialfeed.addFeed("VietBao-Internet", "http://vietbao.vn/live/Vi-tinh-Vien-thong/Internet/rss.xml")
socialfeed.addFeed("vnExpress", "http://vnexpress.net/RSS/GL/Vi-tinh.rss")
socialfeed.addFeed("wkmg net", "http://wkmg.net/?feed=rss")
socialfeed.addFeed("vnExpress", "http://vnexpress.net/RSS/GL/Vi-tinh.rss")

socialfeed.displayoptions("") //show the specified additional fieldslabel snippet datetime 
socialfeed.setentrycontainer("li") //Display each entry as a list (li element)
socialfeed.filterfeed(5, "date") //Show 10 entries, sort by date
socialfeed.init() //Always call this last

