Linux 软件免费装

del.icio.us - Bookmark this!

开发者 arnee
更新时间 2007年3月21日 06:53

标签

bookmarks delicious social sharing

下载

1.0 1.1

详情介绍:

安装:

  1. Upload the full directory into your wp-content/plugins directory
  2. Activate it in the Plugin options
  3. Put the following code in your template where you want to place the bookmark link: <?php dbt_getLinkTag(�Bookmark on del.icio.us�); ?> This will bookmark the CURRENT PAGE
  4. If you want to bookmark the CURRENT POST, use <?php dbt_the_LinkTag(�Bookmark on del.icio.us�); ?> inside the loop.

常见问题:

Can I use an image as the link?

Yes you can! Just use the image tag as the text. Example: <?php dbt_getLinkTag(��); ?>

Can i specify a CSS class for the link?

Yes you can! Just supply a second parameter to the function. Example: <?php dbt_getLinkTag(�Bookmark on del.icio.us�,"class='link'"); ?>