在网站上添加“设为首页”“加入收藏”代码

有的网站上没有“设为首页”“加入收藏”“收藏本站”等标签,无论是wordpress还是其他站都可以自己动手在想加的地方加一个。

本站的图标在网站右侧栏,代码如下:

<a onclick="this.style.behavior='url(#default#homepage)'; this.setHomePage(' http://localhost/ceshi ');event.returnValue=false;" href="#">设为首页</a>
<a href="Javascript:window.external.addFavorite('http://localhost/ceshi','')">加入收藏</a>

把上面的地址换成你自己的网址就OK了,不明白的地方可以留言互动。

0