Solution to Add the Google Buzz Sharer for your Hesk Article

Everything related to Hesk - helpdesk software

Moderator: mkoch227

Post Reply

Was this Helpfull?

YES
0
No votes
NO
0
No votes
 
Total votes: 0

hefin
Posts: 8
Joined: Wed Mar 24, 2010 7:44 am

Solution to Add the Google Buzz Sharer for your Hesk Article

Post by hefin »

/*************************************
Title: Google Buzz Integrated in HESK
Version: 1
Author: Hefin Dsouza
Demo: http://hefin.in
Download:
Website:www.hefin.in

Short description:
Add's the Google Buzz sharer functionality to your HESK articles just like the Facebook Sharer

*************************************/

In the knowledgebase.php file just add the following line anywhere you want to add the Sharer.

Code: Select all

echo '<br><br><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-locale="en_IN" data-url="http://hefin.in/knowledgebase.php?article='.$artid.'"></a>
<script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script>';
Check the Demo at
http://hefin.in/knowledgebase.php?article=16

Regards
Hefin Dsouza
Regards
Hefin Dsouza
http://hefin.in
Post Reply