You are here: Documentation » API Reference » SimplePie » subscribe_newsgator()
Table of Contents
subscribe_newsgator()
Description
class SimplePie { subscribe_newsgator () }
Returns the URL for adding this particular feed to the Newsgator service. Remember that Newsgator accounts can sync with your FeedDemon and NetNewsWire aggregators.
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_newsgator() . '">Subscribe in Newsgator</a>';
See Also
reference/simplepie/subscribe_newsgator.txt · Last modified: 2011/03/06 03:56 (external edit)