avush96 wrote:
QUOTE:
Hi Admin,
Would you please help me to add Facebook botton?
thanks,
Avi
http://derberliton.de/
Here is an example URL for adding
http://www.fijiwebdesign.com/ to facebook.
http://www.new.facebook.com/share.php?u=http://www.fijiwebdesign.com/
So the URL in the tagbot XML file would look something like:
http://www.new.facebook.com/share.php?u={url}
{url} would be replaced with the URL of the article being viewed in Joomla.
So the Tagbot XML file will look something like:
<?xml version="1.0" encoding="iso-8859-1"?>
<tagsite>
<title>Facebook</title>
<button>{img_dir}/buttons/facebook_it.gif</button>
<icon>{img_dir}/icons/facebook.16px.gif</icon>
<url>http://www.new.facebook.com/share.php?u={url}</url>
<window attributes="toolbar=no,width=800,height=600,resizable=yes,scrollbars=yes"/>
</tagsite>
This assumes you have created a button and icon for facebook and saved them in the buttons/ and icons/ folders in the tagbot plugin directory.
The button would be named: facebook_it.gif
And the icon: facebook.16px.gif