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