From ff845f94cc8876bc6c23c2f55b695bc569038512 Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Thu, 26 Jun 2008 17:05:55 +0000 Subject: changed your-site.com to example.com doc-wide --- user_guide/libraries/trackback.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'user_guide/libraries/trackback.html') diff --git a/user_guide/libraries/trackback.html b/user_guide/libraries/trackback.html index b8284ea93..28ac19238 100644 --- a/user_guide/libraries/trackback.html +++ b/user_guide/libraries/trackback.html @@ -133,7 +133,7 @@ able to associate it with a particular entry.

For example, if your controller class is called Trackback, and the receiving function is called receive, your Ping URLs will look something like this:

-http://www.your-site.com/index.php/trackback/receive/entry_id +http://example.com/index.php/trackback/receive/entry_id

Where entry_id represents the individual ID number for each of your entries.

@@ -198,7 +198,7 @@ $this->trackback->send_success();

The entry ID number is expected in the third segment of your URL. This is based on the URI example we gave earlier:

-http://www.your-site.com/index.php/trackback/receive/entry_id +http://example.com/index.php/trackback/receive/entry_id

Notice the entry_id is in the third URI segment, which you can retrieve using:

-- cgit v1.2.3-24-g4f1b