Azeri
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
vhosts
/
chipionatv.com
/
httpdocs
/
modules
/
mod_addtoany
/
Filename :
mod_addtoany.xml
back
Copy
<?xml version="1.0" encoding="utf-8"?> <extension type="module" version="3.1.0" client="site" method="upgrade"> <name>AddToAny Buttons</name> <author>AddToAny</author> <copyright>Copyright (C) AddToAny</copyright> <creationDate>April 2016</creationDate> <version>1.0.1</version> <description><![CDATA[Share and follow buttons for Joomla including AddToAny's universal share button, Facebook, Twitter, Google+, Pinterest, WhatsApp and many more.]]></description> <files> <filename>mod_addtoany.xml</filename> <filename module="mod_addtoany">mod_addtoany.php</filename> <filename>helper.php</filename> <filename>tmpl/default.php</filename> </files> <config> <fields name="params"> <fieldset name="basic"> <field name="service_buttons_note" type="spacer" label="<h4>Service Buttons</h4>" /> <field name="service_type" type="list" default="share" description="Choose your type of AddToAny buttons." label="Type" > <option value="share">Share Buttons</option> <option value="follow">Follow Buttons</option> </field> <field name="icon_size" class="addtoany_smaller_text" type="text" default="32" filter="integer" label="Icon Size" description="Specify the icon size in pixels." maxlength="3" required="required" size="3" /> <field name="icon_color" type="color" label="Icon Color" description="Choose an icon color, or leave blank for the default icons." /> <field name="service_buttons_html_code" class="addtoany_larger_textarea" filter="raw" label="Service Buttons HTML Code" type="textarea" default="<a class="a2a_button_facebook"></a> <a class="a2a_button_twitter"></a> <a class="a2a_button_google_plus"></a> <a class="a2a_dd"></a>" description="HTML code to display customizable service buttons." rows="6" cols="40" id="service_buttons_html_code" /> <field name="share_buttons_html_code_note" type="spacer" label="You can add HTML code to display customizable <a href="https://www.addtoany.com/buttons/customize/standalone_services" target="_blank">share buttons</a>. For example: <br><pre>&lt;a class=&quot;a2a_button_facebook&quot;&gt;&lt;/a&gt; &lt;a class=&quot;a2a_button_twitter&quot;&gt;&lt;/a&gt; &lt;a class=&quot;a2a_button_pinterest&quot;&gt;&lt;/a&gt; &lt;a class=&quot;a2a_dd&quot;&gt;&lt;/a&gt;</pre>" showon="service_type:share" /> <field name="follow_buttons_html_code_note" type="spacer" label="You can add HTML code to display customizable <a href="https://www.addtoany.com/buttons/customize/follow_buttons" target="_blank">follow buttons</a>. For example: <br><pre>&lt;a class=&quot;a2a_button_facebook&quot; data-a2a-follow=&quot;AddToAny&quot;&gt;&lt;/a&gt; &lt;a class=&quot;a2a_button_twitter&quot; data-a2a-follow=&quot;AddToAny&quot;&gt;&lt;/a&gt; &lt;a class=&quot;a2a_button_instagram&quot; data-a2a-follow=&quot;Facebook&quot;&gt;&lt;/a&gt; &lt;a class=&quot;a2a_button_email&quot; href=&quot;mailto:info@example.com&quot;&gt;&lt;/a&gt;</pre>" showon="service_type:follow" /> <field name="custom_sharing_note" type="spacer" label="<h4>Custom Sharing</h4>" showon="service_type:share" /> <field name="url" type="url" label="Shared URL" description="You can customize the shared URL, otherwise the current page URL will be shared." showon="service_type:share" /> <field name="title" type="text" label="Shared Title" description="You can customize the shared title (for some services), otherwise the current page title will be shared." showon="service_type:share" /> </fieldset> </fields> </config> </extension>