1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-18 05:09:05 +01:00

15 lines
816 B
XML
Raw Normal View History

2013-03-03 21:44:31 -08:00
<?xml version="1.0" encoding="utf-8"?>
2017-01-31 17:08:11 +01:00
<e107Plugin name="Social" lan="LAN_PLUGIN_SOCIAL_NAME" version="1.0" date="2012-12-01" compatibility="2.0" installRequired="true" >
<category>settings</category>
<author name="e107 Inc." email="devs@e107.org" />
2016-05-21 10:55:28 +02:00
<summary lan="LAN_SOCIAL_ADMIN_SUMM">Adds Facebook, Twitter and other social media widgets to e107.</summary>
<description lan="LAN_PLUGIN_SOCIAL_DESCR">Adds options to replace the e107 comment engine with Facebook. Add Twitter feeds to your site. etc.</description>
<keywords>
<word>facebook</word>
<word>twitter</word>
</keywords>
<adminLinks>
2016-10-27 11:48:40 -07:00
<link url="admin_config.php" description="" icon="images/icon_32.png" iconSmall="images/icon_16.png" primary="true" >LAN_CONFIGURE</link>
</adminLinks>
2017-01-31 13:38:46 +01:00
</e107Plugin>