<?xml version="1.0"?>
<!-- Configuration file for the Branded Alexa Toolbar -->
<!-- For more information, and to get your own toolbar, visit -->
<!-- http://cgi.alexa.com/associates/cgi-bin/signup.cgi -->
<Alexa>
<AssociateID>yourassociate-id</AssociateID>
<Name>Your Company Name Here</Name>
<LinkUrl>Your site address</LinkUrl>
<ImageUrl>http://www.mycompany.com/images/toolbar.gif</ImageUrl></Alexa>
对应的我的代码是:
<?xml version="1.0"?>
<!-- Configuration file for the Branded Alexa Toolbar -->
<!-- For more information, and to get your own toolbar, visit -->
<!-- http://cgi.alexa.com/associates/cgi-bin/signup.cgi -->
<Alexa>
<AssociateID>yongfa3blog-20</AssociateID>
<Name>yongfa365'Blog</Name>
<LinkUrl>http://www.yongfa365.com/</LinkUrl>
<ImageUrl>http://www.caipublog.cn/alexa-toolbar.gif</ImageUrl>
</Alexa>