替换分享工具自带图标-利剑分享-科技生活
利剑分享-科技生活-利剑分享-科技生活
利剑分享-科技生活

替换分享工具自带图标

替换分享工具自带图标

目前常用的社会化分享工具有 百度分享 和 JiaThis,特别是这个JiaThis年代够久远,在百度也加入这个领域后,居然还坚持为大家提供免费工具,这里点32个赞!

随着时代的变化,这些分享工具自带的小图标却一成不变,已不符合目前流行的扁平化风格,与网站风格极不协调,但有些网站虽用的也上面两款分享工具,但图标却不一样,扁平、大方、简洁,显得高大上。今天就分享一下修改后的代码,起个抛砖引玉的作用,以JiaThis分享工具为例,下面是修改后的效果:

默认的分享按钮
美化后的分享按钮

基本原理就是找到默认分享代码的DIV选择器,然后隐藏背景图片,添加字体图标并重写样式。

一、首先将下面代码添加到当前主题functions.php的最后:

  1. entry_share($content) {
  2. (is_single()) {
  3. $content .= ‘
  4. <div =“entry-share”>
  5. <div =“share-box”>
  6. <span =“share-pu”>分享到</span>
  7. <!– JiaThis Button BEGIN –>
  8. <div =“jiathis_style_32x32”>
  9. <a =“jiathis_button_tsina”><i =“fa fa-weibo”></i></a>
  10. <a =“jiathis_button_weixin”><i =“fa fa-wechat”></i></a>
  11. <a =“jiathis_button_renren”><i =“fa fa-renren”></i></a>
  12. <a =“jiathis_button_qzone”><i =“fa fa-qq”></i></a>
  13. <a =“jiathis_button_fb”><i =“fa fa-facebook”></i></a>
  14. <a =“jiathis_button_twitter”><i =“fa fa-twitter”></i></a>
  15. <a href=“http://www.jiathis.com/share” =“jiathis jiathis_txt jtico jtico_jiathis” target=“_blank”><span><i =“fa fa-share-alt”></i></span></a>
  16. <a =“jiathis_counter_style”></a>
  17. </div>
  18. </div>
  19. <script type=“text/javascript” src=“http://v3.jiathis.com/code/jia.js” charset=“utf-8”></script>
  20. <!– JiaThis Button END –>
  21. </div>’;
  22. }
  23. $content;
  24. }
  25. add_filter(‘the_content’,’entry_share’);

之后分享代码会自动添加到文章正文的下面。

上面代码只是在原JiaThis分享代码基础上添加了字体图标。

二、再把下面配套的样式添加到当前主题样式文件style.css中即可。

展示代码[s][p]

  1. /** 外部盒子 **/
  2. .entry-share {
  3. : 14px;
  4. : center;
  5. : 0 auto 20px;
  6. }
  7. /********* 分享文字 ********/
  8. .entry-share .share-pu {
  9. : 700;
  10. : 40px;
  11. }
  12. .entry-share .share-pu {
  13. : left;
  14. : #4d4d4d;
  15. }
  16. /******** 分享样式 ********/
  17. .entry-share div.share-box {
  18. : inlineblock;
  19. : hidden;
  20. }
  21. .entry-share .jiathis_style_32x32 {
  22. : left !important;
  23. : 10px;
  24. }
  25. .entry-share .jiathis_style_32x32 a {
  26. : left;
  27. : 40px;
  28. : 40px;
  29. : #a8a8a8;
  30. : 16px !important;
  31. : block;
  32. -radius: 5px;
  33. : 10px;
  34. : 1px solid #999;
  35. }
  36. .entry-share .jiathis_style_32x32 a:hover {
  37. : none;
  38. : #fff;
  39. }
  40. /** 图标大小 **/
  41. .entry-share .jiathis_style_32x32 a span {
  42. : transparent !important;
  43. : 38px !important;
  44. : 38px !important;
  45. : 0 !important;
  46. : 0 !important;
  47. : none !important;
  48. : 20px !important;
  49. : block !important;
  50. : center !important;
  51. : 38px !important;
  52. }
  53. /******** 更多分享 ********/
  54. .entry-share .jiathis_style_32x32 a.jtico_jiathis {
  55. : transparent !important;
  56. : 38px !important;
  57. : 38px !important;
  58. : 0 !important;
  59. : 0 !important;
  60. : 24px !important;
  61. : block !important;
  62. : center !important;
  63. : 38px !important;
  64. }
  65. .entry-share .jiathis_style_32x32 a:hover.jtico_jiathis {
  66. : #666 !important;
  67. : #666;
  68. }
  69. /******** 分享次数 ********/
  70. .entry-share .jiathis_style_32x32 a.jiathis_counter_style {
  71. : auto;
  72. : 10px;
  73. : 0 15px;
  74. -radius: 5px;
  75. : inlineblock;
  76. : relative;
  77. : #e8e8e8;
  78. : #e8e8e8;
  79. : #fff !important;
  80. }
  81. /** 箭头 **/
  82. .entry-share .jiathis_style_32x32 a.jiathis_counter_style:before {
  83. : ;
  84. : 0;
  85. : 0;
  86. : solid;
  87. : 10px 10px 10px 0;
  88. : transparent #e8e8e8 transparent transparent;
  89. : absolute;
  90. : 100%;
  91. top: 50%;
  92. : –10px;
  93. }
  94. .entry-share .jiathis_style_32x32 a.jiathis_counter_style span.jiathis_bubble_style {
  95. : #666 !important;
  96. : 14px !important;
  97. : auto !important;
  98. }
  99. /******** 不同图标悬停背景颜色 ********/
  100. .entry-share .jiathis_style_32x32 a:hover.jiathis_button_tsina {
  101. : #e74c3c;
  102. : #e74c3c;
  103. }
  104. .entry-share .jiathis_style_32x32 a:hover.jiathis_button_weixin {
  105. : #2ecc71;
  106. : #2ecc71;
  107. }
  108. .entry-share .jiathis_style_32x32 a:hover.jiathis_button_fb {
  109. : #4760A5;
  110. : #4760A5;
  111. }
  112. .entry-share .jiathis_style_32x32 a:hover.jiathis_button_twitter {
  113. : #50ABF1;
  114. : #50ABF1;
  115. }
  116. .entry-share .jiathis_style_32x32 a:hover.jiathis_button_renren {
  117. : #3777BE;
  118. : #3777BE;
  119. }
  120. .entry-share .jiathis_style_32x32 a:hover.jiathis_button_qzone {
  121. : #2174C3;
  122. : #2174C3;
  123. }

[/p]

鼠标悬停在分享按钮上,背景会变成不同的颜色。

注:

因代码中使用了Font Awesome字体图标,如果你的主题没有加载字体图标,可以到WP后台–插件–安装插件页面搜索:Font Awesome 4 Menus 安装并启用,才能显示替换后的图标。

如果你动手能力比较强,也可以同样替换百度分享图标。

© 版权声明
THE END
喜欢就支持一下吧
点赞6 分享