Trackback to WordPress from Aggregator
-
I am writing a small PHP-based ping-aggregator that aggregates WordPress RSS-feeds, using https://pear.php.net/package/XML_RPC/
Getting the base ping with the URL and the Blog Name from the blog is simple. I now need to grab the link to the actual entry and its title. To do this I need to do a track-back XML-RPCPost call back to the WordPress blog that pinged me, and grab this iformation from the blog.
Is there a good vanilla reference implementation of such an XML Track-back call anywhere? (I am aware of the wp_trackback.php file. I just wonder if there are any other examples with less dependencies)
- The topic ‘Trackback to WordPress from Aggregator’ is closed to new replies.