Update modules

This commit is contained in:
Brian Miyaji
2017-01-26 14:12:13 +11:00
parent bfed0c46f1
commit c05059b629
2 changed files with 37 additions and 0 deletions

View File

@@ -131,6 +131,15 @@ class SP_Modules {
'icon' => 'dashicons dashicons-twitter',
'desc' => __( 'Add a Twitter feed to team, player, and staff pages.', 'sportspress' ),
),
'facebook' => array(
'label' => __( 'Facebook', 'sportspress' ),
'class' => 'SportsPress_Facebook',
'action' => __( 'Like Us on Facebook', 'sportspress' ),
'link' => 'http://tboy.co/facebook',
'tip' => __( 'Help spread the word by liking our Page and get the Facebook module for free.', 'sportspress' ),
'icon' => 'dashicons dashicons-facebook',
'desc' => __( 'Add a Facebook Page widget to embed and promote each team.', 'sportspress' ),
),
'sponsors' => array(
'label' => __( 'Sponsors', 'sportspress' ),
'class' => 'SportsPress_Sponsors',