This extension provides Pingback and TrackBack clients and servers for blogging applications.
Supports single and multi-blog applications.
The Linkback Extension consists of two parts: a Linkback server that accepts Linkback pings from remote clients, and a Linkback client that generates Linkback pings to remote servers.
The Linkback server consists of two parts, each separately configured: * LinkbackAutoDiscovery – generates Pingback and TrackBack server auto-discovery code * LinkbackController – implements the Pingback and TrackBack servers
LinkbackAutoDiscovery generates the local Linkback server auto-discovery code and inserts it into posts. It is added as a filter to the controller action that displays posts.
LinkbackController implements the Pingback and TrackBack servers. It is configured using the CWebApplication::controllerMap property in the application's configuration file.
LinkbackClientBehavior implements the Pingback and TrackBack clients. It is attached to the posts controller using the CController::behaviours() method; the LinkbackClientBehavior::linkback() method is called from the action that displays a post.
Please download the manual for full documentation on installation, usage, and the API.
protected/extensions in the application or in your blogging module.
Total 2 comments
Has anyone successfully used this? It's not working. :) It's not really clear to me what a client and a server actually does in practice.
I am definitely going to take this for a spin - thanks!
I found a site for testing trackbacks:
Trackback Tester
Leave a comment
Please login to leave your comment.