wordpress plugin: 页面平滑滚动

January 19, 2010 2 Comments

这几天都没更新,看过几篇好的介绍chrome 插件的文章也没有分享。

前些天看了下jQuery,昨天心血来潮写了个页面平滑滚动的插件。

比如有些页面会在底部添加一个类似Top的按钮,点击后页面会滚动到页面顶部。这个插件的功能就是实现平滑的滚动,并且不会在地址栏上添加锚点的名字。用的是jQuery+jquery.scrollTo,我自己写的代码不过简单的十行而已。所以插件比较小且简单,用处不大,喜欢的就试试吧。

不知道类似功能的插件是不是已经有了,见过的告知一下,谢谢。

测试:点此到底部,这就是装上插件的效果,这里的加的链接是“#footer”,因为页面底部有一个<div id=”footer”>的 标签。

下载

wordpress plugin : wp-picasa-image

July 30, 2009 2 Comments

wp-picasa-image

This is my first plugin, it’s very simple and light.

Description:

You just need to copy the address of the pictures from Picasa album, then this plugin will help you modify the address to show in you posts. If the address of picture is not from Picasa, it won’t do anything.

The plugin has been embeded into backstage editor, so you don’t need to modify the theme files.

Requires Version:

I just test it with 2.8. If anyone found bug on other lower version, please let me know.

Plugin Version: 1.0

Download: wp-picasa-image (download)

中文插件页面