Your IP : 216.73.216.240
<?xml version="1.0" encoding="utf-8"?>
<extension type="module" version="2.5" client="site" method="upgrade">
<name>Jb Responsive Share Buttons</name>
<creationDate>Nov 2013</creationDate>
<author>JoomBest.Com</author>
<copyright>Copyright (c) 2009-2013 YouTech Company</copyright>
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
<authorEmail>contact@joombest.com</authorEmail>
<authorUrl>http://www.joombest.com</authorUrl>
<version>1.0</version>
<description>
<![CDATA[
This module creates a cool looking responsive share buttons for your website contents, which will adjust according to the users’ screen size. If you are not satisfied with your current share buttons, you can try this solution.<br/>
<b>Usage:</b><br/>
Step 1: Create new position after body tag. Open templates/your_templates/index.php, add this code <jdoc:include type="modules" name="share" style="none" /> after <body> tag<br/>
Step 2: Choose this module to <b>share</b> position<br/><br/>
Author: <a href="http://www.joombest.com" target="_blank" title="JoomBest.Com">http://www.joombest.com</a>
]]>
</description>
<files>
<filename module="mod_jb_sharebuttons">mod_jb_sharebuttons.php</filename>
<filename>index.html</filename>
<folder>tmpl</folder>
<folder>lib</folder>
</files>
<languages />
<config>
<fields name="params">
<fieldset name="basic" label = "Basic Options">
<field name="show_facebook" class="btn-group" type="radio" default="1"
label="Show Facebook Button" description="Show Facebook Button">
<option value="0">No</option>
<option value="1">Yes</option>
</field>
<field name="show_twitter" class="btn-group" type="radio" default="1"
label="Show Twitter Button" description="Show Twitter Button">
<option value="0">No</option>
<option value="1">Yes</option>
</field>
<field name="show_digg" class="btn-group" type="radio" default="1"
label="Show Digg Button" description="Show Digg Button">
<option value="0">No</option>
<option value="1">Yes</option>
</field>
<field name="show_stumbleupon" class="btn-group" type="radio" default="1"
label="Show Stumbleupon Button" description="Show Stumbleupon Button">
<option value="0">No</option>
<option value="1">Yes</option>
</field>
<field name="show_delicious" class="btn-group" type="radio" default="1"
label="Show Delicious Button" description="Show Delicious Button">
<option value="0">No</option>
<option value="1">Yes</option>
</field>
<field name="show_google" class="btn-group" type="radio" default="1"
label="Show Plus Share Button" description="Show Plus Share Button">
<option value="0">No</option>
<option value="1">Yes</option>
</field>
<field name="show_email" class="btn-group" type="radio" default="1"
label="Show Email Button" description="Show Email Button">
<option value="0">No</option>
<option value="1">Yes</option>
</field>
<field name="include_jquery" class="btn-group" type="radio" default="0"
label="Include jQuery" description="Include jQuery">
<option value="0">No</option>
<option value="1">Yes</option>
</field>
</fieldset>
<fieldset name="advanced">
<field name="moduleclass_sfx" type="text"
label="COM_MODULES_FIELD_MODULECLASS_SFX_LABEL"
description="COM_MODULES_FIELD_MODULECLASS_SFX_DESC" />
<field name="layout" type="modulelayout"
label="JFIELD_ALT_LAYOUT_LABEL" description="JFIELD_ALT_MODULE_LAYOUT_DESC" />
<field name="owncache" type="list" default="1"
label="COM_MODULES_FIELD_CACHING_LABEL" description="COM_MODULES_FIELD_CACHING_DESC">
<option value="1">JGLOBAL_USE_GLOBAL</option>
<option value="0">COM_MODULES_FIELD_VALUE_NOCACHING</option>
</field>
<field name="cache_time" type="text" default="900"
label="COM_MODULES_FIELD_CACHE_TIME_LABEL" description="COM_MODULES_FIELD_CACHE_TIME_DESC" />
</fieldset>
</fields>
</config>
</extension>