Add a section to the the context settings form for selecting the region you would like to place the block in.

$placement = variable_get('context_ui_editor_block_region', 'footer');

Should set the variable 'context_ui_editor_block_region' when saved and default to 'footer'.