\n"; echo ""; } function atmalinks_display_settings() { if (function_exists('add_meta_box')) { add_meta_box('atmalinks_sb_box', 'AtmaLinks Controls', 'atmalinks_edit_post_sidebar', 'post', 'side', 'high'); } add_options_page('Atma Links Settings', 'Atma Links Settings', 8, "atmalinks_settings_menu", 'atmalinks_show_settings_subpage'); } function atmalinks_add_editor_styles($url) { if (!empty($url)) { $url .= ','; } $url = WP_PLUGIN_URL . '/atmalinks/css/atmalinks_wp.css'; return $url; } function atmalinks_add_scripts() { wp_enqueue_script('atmalinks_wp_js', WP_PLUGIN_URL . '/atmalinks/js/atma_wp_plugin.js', array('jquery')); } function atmalinks_get_user_id() { $atma_user_id = get_option("atma_user_id"); if (!$atma_user_id || $atma_user_id == "") { $atma_user_id = 0; } return $atma_user_id; } function atmalinks_edit_post_sidebar() { ?>
These controls only work with the visual editor
These settings control the user id of your Atma Links account, allowing our script to correctly run on your site. For all other link control you use the Atma Links control panel.
The plugin will not work unless you are an AtmaLinks user. To register, go to http://www.atmalinks.com/register/.
This is an embedded version of the control panel available at atmalinks.com.