How do you pingback a site when a link is added to it?
Answers
|
You need to let the pingback URL of the site know that you have linked to them. The pingback URL is is embedded in a <link rel and looks like this:
<link rel="pingback" href="http://url/xmlrpc.php" /> You can find the pingback URL standards here: http://www.hixie.ch/specs/pingback/pingback You can find a PHP Pingback Example here: http://blog.dev001.net/2009/02/rec...-xml-rpc-module/ 1 month ago Report Abuse |












