"amdhas_buttons", "name" => __('Social Media Buttons', 'amdhas')); return $amdhas_sections; } function amdhas_get_social_settings() { $amdhas_settings = array(); $amdhas_settings[] = array("name" => "Twitter", "desc" => __('Enter the URL to your Twitter Profile here.', 'amdhas'), "id" => "amdhas_social_twitter", "std" => "", "type" => "text", "section" => "amdhas_buttons"); $amdhas_settings[] = array("name" => "Facebook", "desc" => __('Enter the URL to your Facebook Profile here.', 'amdhas'), "id" => "amdhas_social_facebook", "std" => "", "type" => "text", "section" => "amdhas_buttons"); $amdhas_settings[] = array("name" => "Google+", "desc" => __('Enter the URL to your Google+ profile.', 'amdhas'), "id" => "amdhas_social_googleplus", "std" => "", "type" => "text", "section" => "amdhas_buttons"); $amdhas_settings[] = array("name" => "LinkedIn", "desc" => __('Enter the URL to your LinkedIn Profile here.', 'amdhas'), "id" => "amdhas_social_linkedin", "std" => "", "type" => "text", "section" => "amdhas_buttons"); $amdhas_settings[] = array("name" => "MySpace", "desc" => __('Enter the URL to your MySpace Profile here.', 'amdhas'), "id" => "amdhas_social_myspace", "std" => "", "type" => "text", "section" => "amdhas_buttons"); $amdhas_settings[] = array("name" => "Blogger", "desc" => __('Enter the URL to your Blogger Profile here.', 'amdhas'), "id" => "amdhas_social_blogger", "std" => "", "type" => "text", "section" => "amdhas_buttons"); $amdhas_settings[] = array("name" => "Wordpress", "desc" => __('Enter the URL to your Wordpress.com Blog here.', 'amdhas'), "id" => "amdhas_social_wordpress", "std" => "", "type" => "text", "section" => "amdhas_buttons"); $amdhas_settings[] = array("name" => "Flickr", "desc" => __('Enter the URL to your Flickr Profile here.', 'amdhas'), "id" => "amdhas_social_flickr", "std" => "", "type" => "text", "section" => "amdhas_buttons"); $amdhas_settings[] = array("name" => "Last.fm", "desc" => __('Enter the URL to your Last.fm Profile here.', 'amdhas'), "id" => "amdhas_social_lastfm", "std" => "", "type" => "text", "section" => "amdhas_buttons"); $amdhas_settings[] = array("name" => "Delicious", "desc" => __('Enter the URL to your Delicious Profile here.', 'amdhas'), "id" => "amdhas_social_delicious", "std" => "", "type" => "text", "section" => "amdhas_buttons"); $amdhas_settings[] = array("name" => "Digg", "desc" => __('Enter the URL to your Digg Profile here.', 'amdhas'), "id" => "amdhas_social_digg", "std" => "", "type" => "text", "section" => "amdhas_buttons"); $amdhas_settings[] = array("name" => "Reddit", "desc" => __('Enter the URL to your Reddit Profile here.', 'amdhas'), "id" => "amdhas_social_reddit", "std" => "", "type" => "text", "section" => "amdhas_buttons"); $amdhas_settings[] = array("name" => "StumpleUpon", "desc" => __('Enter the URL to your StumpleUpon Profile here.', 'amdhas'), "id" => "amdhas_social_stumbleupon", "std" => "", "type" => "text", "section" => "amdhas_buttons"); $amdhas_settings[] = array("name" => "RSS URL", "desc" => __('Enter your RSS URL (e.g. Feedburner Feed) here.', 'amdhas'), "id" => "amdhas_social_rss", "std" => "", "type" => "text", "section" => "amdhas_buttons"); $amdhas_settings[] = array("name" => "Friendfeed", "desc" => __('Enter the URL to your Friendfeed Profile here.', 'amdhas'), "id" => "amdhas_social_friendfeed", "std" => "", "type" => "text", "section" => "amdhas_buttons"); $amdhas_settings[] = array("name" => "Skype", "desc" => __('Enter your Skype Contact here.', 'amdhas'), "id" => "amdhas_social_skype", "std" => "", "type" => "text", "section" => "amdhas_buttons"); return $amdhas_settings; } ?>