测试移动发布| Testing mobile blogging
Live Writer确实不错,只是对于第三方插件仍有不兼容| Live Writer‘s good but having issue with plugins
修改代码添加文章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.
funpic.de是如何靠免费主机赚钱的| How funpic.de earn money by free hosting
目前这个WordPress就是架设在funpic.de的免费空间上的,总的来说这个和网站挺厚道,5G容量,无限流量,无限FTP帐号,无限MySQL数据库,无限绑定域名(上述无限乃是本人据实情猜测。) 就是界面是德文这点不太舒服,不过也可以用股沟翻译轻松解决。这两天一直在折腾,目前总算是把这个网站弄得初具雏形了,期间也遇到了一些问题,例如之前的ajax错误,一直没找到原因,结果今天发现应该是和网站的赚钱途径有关系。每一个被打开的页面都被嵌入了一段代码:
This website is currently hosted in a free host in funpic.de. To be frank, this is a good host because it offers 5GB space and unlimited bandwidth, FTP account, MySQL database and domain name(Expected through test.) The site is in German but that dosn’t really matter after using Google translate. However, I have spent several days on this website and finally it seems to be on its way. I struggled during the process and found several problems, the cause is probably the hidden advertise that funpic adds to every page. The code is as follows:
尝试用Live Writer写博|Trying to post using Live Writer
Many things to work on…
As I’ve only started using WordPress for few days, it seems that there are many things to work on.
I’ve came across many blogs to learn about posting and arranging the layout and found that most of them are displaying excerpts rather than the original article on their homepage. This is surely a good idea because:
- It makes the page more tidy.
- It increases the number of visitor on each post. They need to press <continue reading> to know the detail.
Another problem found and fixed
Hooray! Finally nothing wrong this time!
Finally done with the setup of this wordpress blog!
The problem I found previous was about the ajax. The solution was simple:
just add
define( 'CONCATENATE_SCRIPTS', false );
to the wp-config.php.