开发者 | dartiss |
---|---|
更新时间 | 2010年10月20日 23:48 |
捐献地址: | 去捐款 |
PHP版本: | 2.0.0 及以上 |
WordPress版本: | 3.0.1 |
<a href="<?php simple_buzz_link(''); ?>">Send to Google Buzz</a>
This will display the text "Send to Google Buzz" on your page/post. When clicked, it will take you to Google Reader.
The only parameter is a URL - however, if this is left blank the current URL will automatically be used.
The following is an example of how it could be used, with a function_exists
check so that it doesn't cause problems if the plugin is not active...
<?php if (function_exists('simple_buzz_link')) : ?>
<a href="<?php simple_buzz_link(''); ?>">Send to Google Buzz</a>
<?php endif; ?>
simple-buzz-link
folder to your wp-content/plugins/
directory.Feel free to report any problems, or suggestions for enhancements, to me either via my contact form or by the plugins' homepage.