文章归档

WordPress留言本

WordPress通过简单的修改就可以实现留言本的功能,步骤如下(当前目录为正在使用的主题目录):

cp single.php guestbook.php
cp comments.php guestcomments.php

编辑guestbook.php:

vim guestbook.php

在guestbook.php顶部添加以下代码:

<?php
/*
   Template Name: GuestBook
*/
?>

查找:

<?php comments_template();?>

替换为:

<?php comments_template('/guestcomments.php');?>

保存退出。在后台新建页面,命名为留言本,永久链接设定为guestbook,模板选择GuestBook即可。

来自:http://www.99works.com/page/3

Share

WordPress插件 – WP-Flash

WordPress顶部Flash插件,傻瓜式安装,激活后在设置处根据博客大小设置长宽比,然后在index.php或者sidebar.php插入代码就可以,该插件会自动读取本博客的图片,效果还是不错的DEMO。适合CMS型博客或者喜欢贴图片的博客

说完优点说缺点:

一、我还有个博客:www.chunaove.cn,图片很多,但我都是传到picasa的,该插件不支持外链@@

二、不能设置显示哪些图片,我觉得应该加入显示某些具体图片的功能,单单随机读取有些不够人性化

插件主页 | 下载地址

来自:http://www.leinky.com/wordpress-plugin-wp-flash/

Share

Netvibes 增加新的布局和支持 OpenSocial

这段文章有关版权问题所以不转载.如果你想再次看到这个文章请直接连接下面这个网址.

Netvibes : http://www.netvibes.com


给myhou.org来带不便.请愿谅.
阅读更多 »

Share

Introducing Google Friend Connect

It’s been a while since I first integrated the Friend Connect gadgets in my (in June to be specific), and it has improved enormously since then. But I still find some problematic issues that needs to be fixed.

If you’ll go now to the Google Friend Connect site, you’ll be able to easily set your site and grab a piece of code to place in your site or blog. You can choose from several gadgets that Google already has, when the most attractive one is the “Members Gadget”. By adding this one to your blog, you are allowing readers to join the site, see other people pictures, and basically to explore other members profiles. Friend Connect Members can add links to their profile with their favorite social networks, sites etc. This profile will go with them on each site they’ll join, and anyone can see the full profile by clicking on a member picture. Google also allowing you to see a full screen view of all the members, for an easy browsing.

But now Google needs to ask themselves: what is the added value by placing this kind of gadget(s) on our sites. From few month experience with the Member Gadget & the Wall Gadget in my blog, I’m still struggling to find this one little feature that will make me go: Wow, I really needed that! True. You can learn more about your site visitors, but can you really connect with them?
You might will if Google will add:

  • A member search engine
  • The ability to track comments (for blog/site owner)
  • The ability to send quick messages to each other, or one to all (again, for the blog/site owner)
  • Customizable Member page

Share

WordPress插件推荐:WP Contact Form III

网站也好,博客也罢,读者和作者之间的交互是很重要的!而 WP Contact Form III 正好为你这样的需求而诞生!使用 WP Contact Form III 你可以为你的博客添加一个联系表单,通过这个表单,读者可以直接把他们的问题或需求发送到你事先设定好的邮箱中。这样做的好处就是:
阅读更多 »

Share

为Gravatar设计的摄像头拍照功能上线

之前介绍过Gravatar这样一个“全球通用头像”的小玩意。今天,我很高兴地宣布,Gravatar已经支持了在线摄像头拍摄。其实上线已经有一周多,但今天fix了两个比较严重的拼写bug,所以我这篇日志今天才发表:)

具体使用方法:

一、登录Gravatar之后,在左上角的菜单点击“Add an image”,进入添加图片的页面:

二、在添加图片的页面中选择“A webcam attached to your computer”:

之后,就可以进行拍摄了。如果你没有摄像头,也可以看看这张界面截图,图片是我的鼠标手腕垫:

最后想说的是,这虽然只是一个非常简易的功能,不过其界面和交互设计完全由我一人完成。请大家多提意见。

Share