给一篇好的文章添加一些分享按钮分享到一些知名网站,很利于网站的推广。给站点添加分享按钮的方法很多,你可以像本站这样,使用jiathis工具,登陆jiathis.com设置你喜欢的方式获取相应的代码即可。这里再介绍一个手工添加wordpress文章分享按钮的方法。 先看效果图:
方法:新建一个bookmarke.PHP文件,复制以下代码到其中,并上传至主题目录。 <div ID="PHPcode15"> <?php $permalink = urlencode(get_permalink($post->ID)); $Title = urlencode($post->post_Title); $Title = str_replace('+','%20',$Title); ?> <li ID="xianguo"> <a href="http://www.xianguo.com/service/submitdigg/?link=<?php echo $permalink; ?>& title=<?php echo $title; ?>" target="_blank" rel="nofollow">分享到鲜果 <li ID="douban"> <a href="http://www.douban.com/recommend/?url=<?php echo $permalink; ?>&title=<?php echo $title; ?>&sel=&v=1" target="_blank" rel="nofollow">分享到豆瓣 <li ID="zuosa"> <a href="javascript:u=location.href;t=document.title;t=t.substr(0,76);c=%22%22+(window.getSelection?window.getSelection():document.getSelection?document.getSelection():document.selection.createRange().text);c=c.substr(0,180);location=%22http://zuosa.com/collect/Collect.aspx?t=%22+encodeURIComponent(t)+%22&u=%22+encodeURIComponent(u);void%200">分享到做啥 <li id="xiaonei"> &title="target="_blank" rel="nofollow" >分享到人人网 <li ID="kaixin001"> <a href="http://www.kaixin001.com/repaste/share.php?url=<?php the_permalink() ?>&title=<?php the_title(); ?>" title="分享到开心网" target="_blank" rel="nofollow">分享到开心网 <li ID="sina"><a href="http://v.t.sina.com.cn/share/share.php?url=<?php the_permalink() ?>&title=<?php the_title(); ?>"target="_blank" rel="nofollow" " title="分享到新浪微博" target="_blank" rel="nofollow">分享到新浪微博 总结以上是内存溢出为你收集整理的手工添加WordPress文章分享按钮(无插件)实现步骤全部内容,希望文章能够帮你解决手工添加WordPress文章分享按钮(无插件)实现步骤所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)