framework7

Open full view…

Use RSS 2.0 in Media List View

Félix Desjardins
Sat, 09 Aug 2014 16:48:43 GMT

Hy, I want to show RSS feed in http://www.idangero.us/framework7/docs/media-list-view.html http://example.blogspot.com/feeds/posts/default?alt=rss must be show like this, ---html <div class="content-block-title">Mail App</div> <div class="list-block media-list"> <ul> <li> <a href="#" class="item-link item-content"> <div class="item-inner"> <div class="item-title-row"> <div class="item-title">Title of the post</div> <div class="item-after">Publication Date</div> </div> <div class="item-text">Text...</div> </div> </a> </li> ... </ul> </div> --- And after they can click the article and read. Tank you!

Kelvin
Sat, 09 Aug 2014 20:19:46 GMT

"How to build a RSS Reader": http://code.tutsplus.com/tutorials/how-to-build-an-rss-reader-with-jquery-mobile--net-15391

Félix Desjardins
Sun, 10 Aug 2014 16:10:20 GMT

Is there an easy way?

Vladimir Kharlampidi
Sun, 10 Aug 2014 16:25:33 GMT

Maybe you can look for some plugins, but there is no something predefined for that in F7

Félix Desjardins
Sun, 10 Aug 2014 17:14:09 GMT

Do you have any idea of plugin?

Vladimir Kharlampidi
Sun, 10 Aug 2014 17:30:02 GMT

It is a pretty specific thing that doesn't related much to F7, i am sure that you can find a lot of solutions just by googling it https://www.google.ru/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#newwindow=1&q=javascript%20rss%20parser

Vladimir Kharlampidi
Sun, 10 Aug 2014 17:30:14 GMT

Or plugins https://www.google.ru/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#newwindow=1&q=javascript+rss+plugin

Kelvin
Mon, 11 Aug 2014 09:04:08 GMT

http://dawanda.github.io/jquery-rss/