You are here: Documentation » API Reference » SimplePie » subscribe_yahoo()
Table of Contents
subscribe_yahoo()
Description
class SimplePie { subscribe_yahoo () }
Returns the URL for adding this particular feed to the My Yahoo! service.
Availability
- Available since SimplePie Preview Release.
Examples
$feed = new SimplePie(); $feed->set_feed_url('http://simplepie.org/blog/feed/'); $feed->init(); $feed->handle_content_type(); echo '<a href="' . $feed->subscribe_yahoo() . '">Subscribe in My Yahoo!</a>';
See Also
reference/simplepie/subscribe_yahoo.txt · Last modified: 2011/03/06 03:56 (external edit)