Your IP : 216.73.216.240


Current Path : /home/juvelize/www/plugins/acymailing/share/
Upload File :
Current File : /home/juvelize/www/plugins/acymailing/share/share.xml

<?xml version="1.0" encoding="utf-8"?>

<extension type="plugin" version="2.5" method="upgrade" group="acymailing">
	<name>AcyMailing : share on social networks</name>
	<creationDate>August 2010</creationDate>
	<version>1.0.0</version>
	<author>Acyba</author>
	<authorEmail>dev@acyba.com</authorEmail>
	<authorUrl>http://www.acyba.com</authorUrl>
	<copyright>Copyright (C) 2009-2012 ACYBA SARL - All rights reserved.</copyright>
	<license>http://www.gnu.org/licenses/gpl-3.0.html GNU/GPL</license>
	<description>This plugin enables you to add a share icon for social networks</description>
	<files>
		<filename plugin="share">share.php</filename>
	</files>
	<params addpath="/components/com_acymailing/params">
		<param name="help" type="help" label="Help" description="Click on the help button to get some help" default="plugin-share"/>
		<param name="picturefb" type="text" label="Facebook picture" description="Picture path used for the facebook icon" default="media/com_acymailing/images/fbshare.gif" />
		<param name="picturetwitter" type="text" label="Twitter picture" description="Picture path used for the twitter icon" default="media/com_acymailing/images/twittershare.png" />
		<param name="picturelinkedin" type="text" label="LinkedIn picture" description="Picture path used for the LinkedIn icon" default="media/com_acymailing/images/linkedin.png" />
		<param name="picturehyves" type="text" label="Hyves picture" description="Picture path used for the Hyves icon" default="media/com_acymailing/images/hyvesshare.png" />
		<param name="picturegoogleplus" type="text" label="Google+ picture" description="Picture path used for the Google+ icon" default="media/com_acymailing/images/google_plusshare.png" />
		<param name="template" type="radio" default="standard" label="Display the online version" description="Select if you want to display the online version (when the user will share your link on the social network) without any Joomla module (no template) or inside your default Joomla Template">
			<option value="standard">Standard template</option>
			<option value="component">No template</option>
		</param>
	</params>
	<config>
		<fields name="params" addfieldpath="/components/com_acymailing/params">
			<fieldset name="basic">
				<field name="help" type="help" label="Help" description="Click on the help button to get some help" default="plugin-share"/>
				<field name="picturefb" type="text" label="Facebook picture" description="Picture path used for the facebook icon" default="media/com_acymailing/images/fbshare.gif" />
				<field name="picturetwitter" type="text" label="Twitter picture" description="Picture path used for the twitter icon" default="media/com_acymailing/images/twittershare.png" />
				<field name="picturelinkedin" type="text" label="LinkedIn picture" description="Picture path used for the LinkedIn icon" default="media/com_acymailing/images/linkedin.png" />
				<field name="picturehyves" type="text" label="Hyves picture" description="Picture path used for the Hyves icon" default="media/com_acymailing/images/hyvesshare.png" />
				<field name="picturegoogleplus" type="text" label="Google+ picture" description="Picture path used for the Google+ icon" default="media/com_acymailing/images/google_plusshare.png" />
				<field name="template" type="radio" default="standard" label="Display the online version" description="Select if you want to display the online version (when the user will share your link on the social network) without any Joomla module (no template) or inside your default Joomla Template">
					<option value="standard">Standard template</option>
					<option value="component">No template</option>
				</field>
			</fieldset>
		</fields>
	</config>
</extension>