如何在Alexa Toolbar上显示自己的logo

一些站长在看到这样的Alexa工具条后,
也想制作有自己Logo的Alexa工具条,在此和大家共享如何在Alexa Toolbar上显示自己的logo。

第一部

  访问官方网站:http://www.alexa.com/site/devcorner/signup_logo_format,根据要求制作自己的logo,对照翻译如下:
  Format: Gif | 文件格式:Gif
  Colors: 64 colors works best | 颜色:64位色
  File Size: Maximim of 3K | 文件大小:不要超过3k
  Dimensions:|尺寸
  Height = 21 Pixels (must be exact) | 高度:21(像素)
  Width = 70 Pixels (maximum 130 pixels wide) | 宽度:71(最大宽度130像素)
logo制作完毕后上传到服务器,测试是否可以正常访问,然后点击“Continue”

第二部
将以下代码修改为自己的代码:
<?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>

另存为toolbar.xml然后上传到服务器并测试是否可以正常访问,然后将toolbar.xml访问路径提交即可。
如果你还没有 Associate ID可以到这里申请: http://associates.amazon.com/

posted @ 2012-01-04 11:05  caijf  阅读(136)  评论(0编辑  收藏  举报