Skip to content

Instantly share code, notes, and snippets.

@FrankM1
Created September 23, 2012 14:49
Show Gist options
  • Save FrankM1/3771769 to your computer and use it in GitHub Desktop.
Save FrankM1/3771769 to your computer and use it in GitHub Desktop.
social options for radium framework
/*
$sections[] = array(
'icon' => RADIUM_OPTIONS_URL.'assets/images/icons/icon-social.png',
'title' => __('Social Media Links', 'radium'),
'desc' => __('<p class="description">Enter social account urls here.</p>', 'radium'),
'fields' => array(
array(
'id' => 'facebook_url',
'type' => 'text',
'title' => __('Facebook Account Url', 'radium'),
'sub_desc' => __('', 'radium'),
'std' => ''
),
array(
'id' => 'twitter_id',
'type' => 'text',
'title' => __('Twitter ID', 'radium'),
'sub_desc' => __('', 'radium'),
'std' => ''
),
array(
'id' => 'dribbble_url',
'type' => 'text',
'title' => __('Dribbble Link', 'radium'),
'sub_desc' => __('', 'radium'),
'std' => ''
),
array(
'id' => 'linkedin_url',
'type' => 'text',
'title' => __('Linkedin Url', 'radium'),
'sub_desc' => __('', 'radium'),
'std' => ''
),
array(
'id' => 'email_id',
'type' => 'text',
'title' => __('Email Address', 'radium'),
'sub_desc' => __('', 'radium'),
'std' => ''
),
array(
'id' => 'behance_url',
'type' => 'text',
'title' => __('Behance Url', 'radium'),
'sub_desc' => __('', 'radium'),
'std' => ''
),
array(
'id' => 'googleplus_url',
'type' => 'text',
'title' => __('Google+ Url', 'radium'),
'sub_desc' => __('', 'radium'),
'std' => ''
),
array(
'id' => 'pinterest_url',
'type' => 'text',
'title' => __('Pinterest Url', 'radium'),
'sub_desc' => __('', 'radium'),
'std' => ''
),
)
); */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment