Welcome Guest, Not a member yet? Register   Sign In
Processing a Trackback
#1

[eluser]samvirtual[/eluser]
http://ellislab.com/codeigniter/user-gui...kback.html

This is with reference to the docs at the above mentioned link.
Quote:The incoming Trackback data can be retrieved using this function:

$this->trackback->data('item')
Where item represents one of these four pieces of info: url, title, excerpt, or blog_name

The trackback/ping url is:
http://example.com/index.php/trackback/receive/entry_id

So the data items url, title, excerpt, or blog_name are to be received as POST? which is then processed by $this->trackback->data();




Theme © iAndrew 2016 - Forum software by © MyBB