' . $key . ''; foreach(array_keys($ddGlobalConfig[$key]) as $option){ //echo '

' . $option . '

'; if(isset($_POST[$option])){ $ddGlobalConfig[$key][$option] = $_POST[$option]; }else{ $ddGlobalConfig[$key][$option] = DD_EMPTY_VALUE; } } } update_option(DD_GLOBAL_CONFIG, $ddGlobalConfig); echo "

Digg Digg settings updated.

\n"; echo ""; }else if(isset($_POST[DD_FORM_CLEAR])){ dd_clear_form_global_config(DD_FUNC_TYPE_RESET); echo "

Digg Digg settings cleared.

\n"; echo ""; } //get back the settings from wordpress options $ddGlobalConfig = get_option(DD_GLOBAL_CONFIG); dd_print_global_form($ddGlobalConfig); } function dd_print_global_form($ddGlobalConfig){ ?>
Digg Digg - Global Configuration

Support Digg Digg

If you like this plugin and find it useful, help keep this plugin free and actively developed by a donation.

1. Facebook Like Language Configuration

1. FaceBook language (locale) here : e.g English(en_US), French(fr_FR)...

The locales that Facebook supports are available in this XML file. Copy locale code in between the "<representation>" tag.

2. Official Twitter configuration

1. Twitter account : (without @ symbol)

This user will be @ mentioned in the suggested Tweet.

3. TweetMeme configuration

1. TweetMeme source RT @ :

Please use the format of 'yourname', not 'RT @yourname'.

2. URL Shortener :

For example, bit.ly, awe.sm...

3. URL Shortener API Key :

API Key for use with URL Shortener (If any). Bit.ly Pro requires the API Key to be in the format 'user_name:api_key'. Where user_name is your username and api_key is your API Key.

Note : If you do not required the URL shortner service, just leave it blank.

4. Topsy configuration

1. Topsy source :

Please put your twitter username.

2. Theme :

Please check here for all the available Topsy color theme, default is blue.

Reset All

Reset all settings to default value.