夏沫博客

begin主题首页友链加上博客favicon图标

为begin主题首页小伙伴友链处加上网站favicon图标,看到鸟叔的网站带有了,自己也搞一个,没鸟叔的代码好。begin主题首页友链加上博客favicon图标

教程:把下面代码加到主题页脚文件。

代码:

 
  1. <script>jQuery(document).ready(function($){  
  2.  $(".link-name a").each(function(e){  
  3.    $(this).prepend("<img src=https://m.seovx.com/api/ico/?url="+this.href.replace(/^(http:\/\/[^\/]+).*$/, '$1').replace( 'http://', '' )+">");  
  4.  });}); </script>