给Discuz首页加背景音乐播放(无须改动任何文件)
1.演示:http://www.gameclan.com.cn2.方法
在后台的搜索引擎优化->其他头部信息中加入下面的代码<script>
if(this.location.href=="http://www.gameclan.com.cn/" || this.location.href=="http://www.gameclan.com.cn/discuz.php" ||
this.location.href=="http://www.gameclan.com.cn/index.php")//将里面的http://www.gameclan.com.cn替换成你自己的网站地址
{
document.write("<bgsound src='http://www.gameclan.com.cn/upload/music/cy.mp3' loop='-1'>");//此出设置你自己的背景音乐
}
</script>
页:
[1]