| {{ dapp.html(args.name ?? 'YahooTopStory', 'title', args.input, args.args) }} {{ dapp.value(args.name ?? 'YahooTopStory', 'summary', args.input, args.args); yahoo.extractterms(dapp.value(args.name ?? 'YahooTopStory', 'summary', args.input, args.args), 1, @terms ); google.findfeeds{ publish: @feeds, subscribe: @terms } }} | {{ dapp.html(args.name ?? 'YahooTopStory', 'image', args.input, args.args) }} |
| {{ google.searchblogs{ subscribe: @terms } }} | {{ google.searchnews{ subscribe: @terms } }} | {{ google.searchvideos{ subscribe: @terms } }} |
Related information
| {{ google.feeds{ max: 10, tabbed: false, subscribe: @feeds } }} | {{ google.search{ subscribe: @terms, options: { web: true, images: true, books: true } } }} |
| {{ web.link("http://www.dapper.net/dapp-howto-use.php?dappName=" ..
(args.name ?? "YahooTopStory"), "Check out the Dapp at Dapper.net") }} |