|
别人在浏览你的网站的时候,如果在toolbar上显示你的logo是不是很酷?让我们马上来实现!

第一步:制作你的LOGO图片格式:
Format: Gif
Colors: 64 colors works best
File Size: Maximim of 3K
Dimensions:
Height = 21 Pixels (must be exact)
Width = 70 Pixels (maximum 130 pixels wide)
图片格式:gif
颜色:64位色
文件大小:不要超过3k
图片高度:21(像素)
图片宽度:71(最大宽度130像素)
可参考上面图片示例
第二步:进入这个Alexa官方链接:http://cgi.alexa.com/associates/cgi-bin/signup.cgi
设置你的toolbar logo地址。
Configure your toolbar.
<?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>你在Amazon.com 注册名</AssociateID>
<Name>你的网站或公司名称</Name>
<LinkUrl>你的网站URL</LinkUrl>
<ImageUrl>http://www.mycompany.com/images/toolbar.gif</ImageUrl>
</Alexa>
去http://www.amazon.com/associates/
注册一个用户
Save your configuration.
按照上面的格式设置,然后保存为toolbar.xml。上传这个文件到你的网站空间。
Import your configuration.
然后输入你上传的toolbar.xml地址,即:http://www.mycompany.com/toolbar.xml
发送即可,马上看看你的杰作吧!
|