Atom Post links

Hey everybody,

Is it possible to make globals with links from Atom feed to use it further to make some areas of widget clickable?

Yeah sure, you just need to extract the URI of the Link from ATOM using the WG function, so, for example:

  • Add a Text Global
  • Enter $wg("cnet.com/rss/news/", rss, 0, link)$ to get link for first entry in RSS/ATOM feed
  • Then in your code add a touch action
  • Set touch to "Open URI"
  • Use $gv(myglobal)$ as the URI