Simple Buzz Link



WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND b.name = 'Bug' AND a.category_id = b.id AND a.status <> 90 ORDER BY a.id' at line 1]
SELECT a.id AS 'ID', summary AS 'Description' FROM mantis_bug_table a, mantis_category_table b WHERE a.project_id = AND b.name = 'Bug' AND a.category_id = b.id AND a.status <> 90 ORDER BY a.id

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND (b.name = 'Enhancement' OR b.name = 'Maintenance') AND a.category_id = b.id ' at line 1]
SELECT a.id AS 'ID', summary AS 'Description' FROM mantis_bug_table a, mantis_category_table b WHERE a.project_id = AND (b.name = 'Enhancement' OR b.name = 'Maintenance') AND a.category_id = b.id AND a.status <> 90 ORDER BY a.id

Simple Buzz Link displays a link allowing people to bookmark a post/page on Google Buzz.

Description

The code for Simple Buzz Link should be added to the bottom of appropriate post/page templates within your theme (and in the case of posts, within the loop).

Simple Buzz Link simply returns a URL - this URL is a link to Google Reader with your post/page URL within it - assuming the user has Google Reader linked to Buzz (which it does by default), it will appear.

Here's an example of how to implement it...

<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; ?>

Installation

  1. Upload the entire simple-buzz-link folder to your wp-content/plugins/ directory.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. There is no options screen - configuration is done in your code.

Frequently Asked Questions

How can I get help or request possible changes

Feel free to report any problems, or suggestions for enhancements, to me either via my contact form or by the plugins' homepage.

Changelog

1.0

  • Initial release

Mantis Bug Tracker

Known Bugs

No bugs are currently recorded.

Planned Enhancements

No enhancements are currently planned.

Delicious Digg Facebook LinkedIn Read It Later reddit StumbleUpon Twitter SeparatorEmail Google Translate PDF Online Print Friendly

Support Forum

Please use the forum for reporting any problems, queries or suggestions relating to this plugin.

No Comments - ARCHIVE

    3 Pingbacks/Trackbacks

    1. [...] Koden för Simple Buzz Link bör läggas in i temafil, lämpligtvis single.php för att visa en länk – Send to Google Buzz, som gör det möjligt för besökare att bokmärka och publicera en artikel via Google Buzz. Mer information om installationsalternativen hittar ni här. [...]

    2. Google Buzz Plugins für WordPress #1 wrote:

      [...] Simple Buzz Link von David Artiss platziert einen Link “Send to Google Buzz” in das WordPress Blog. [...]

    3. [...] Simple Buzz Link – Platziert einen Link “Send to Google Buzz” in den Blog [...]