修改代码添加文章SNS分享链接| Code for adding bookmark links to popular SNS for each post
之前说到可以用WP Greeting Box来识别来客来源网站,这次则是截然相反的代码。作用便是鼓励读者将文章推荐到各大社交网站进行分享。起初我是用的”Simple Social Network Bookmark”这个插件的,结果在目前的主题上出现了错误,使得侧边栏被移动到了最下方。于是无奈只好自己动手修改代码。已有的这个插件颇有些借鉴价值,于是俺就将其中的分享链接部分提取了出来,却不知道该放在哪里。经过一番股沟搜查,发现主题目录下的single.php是关键,于是在tag之后添加了如下代码:
————————–Lang Sep————————-
The code below adds the ability of bookmarking the current post to popular Social Network Sites(SNS) to the blog. You can put it in to the single.php file in the directory of your theme. The code was originated in a plugin called ”Simple Social Network Bookmark”. However, this plugin had some collision with my theme so I rewrote it and the effect is shown after this article. The path of the images may vary for different image sources.
让你的WP自动显示问候语的插件| Automatically show greetings plugin: WP Greet box
这个插件颇有些趣味,能够使得你的WP更具人性,它的作用是自动检测访客来处并显示相关信息,例如访客是从facebook搜到这个页面的,那么相应的问候语就会与facebook有关并且建议对方分享此文。作为一种友好的提高随机访客和固定访客量的手段是再好不过了。
——————————Lang Separation——————————
This plugin show specific greetings automatically to visitors from other site. For example, if the visitor came from Google searching engine, the greeting would be like “Welcome Googler! If you find this post useful, you might want to subscribe…”. It makes the site more personalized and friendly. You may also win some regular visitors to you website or get popular among social websites.