Solution to Add the Google Buzz Sharer for your Hesk Article
Posted: Thu May 27, 2010 8:22 am
/*************************************
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.
Check the Demo at
http://hefin.in/knowledgebase.php?article=16
Regards
Hefin Dsouza
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>';
http://hefin.in/knowledgebase.php?article=16
Regards
Hefin Dsouza