Settings --> Ads in bottom right and config your Advertising. Author: Nguyen Duc Manh Author URI: http://casanova.vn */ /*****************Frontend****************************************/ function load_ads_script(){ /*wp_enqueue_script( 'floatads.js', plugins_url('/js/ads.js', __FILE__), '', '', false );*/ wp_enqueue_style( 'br_ads.css', plugins_url("/css/ads.css",__FILE__) ); add_action('wp_footer', 'add_this_code_to_footer'); } function add_this_code_to_footer(){ ?>
'); } function br_ads_menu() { add_options_page( __('Ads in bottom right',''), __('Ads in bottom right',''), 3, basename(__FILE__), 'br_ads_setting'); } function br_ads_setting(){ if(isset($_POST['submit'])){ update_option('ads_title',stripslashes($_POST['ads_title'])); update_option('html_code',(stripslashes($_POST['html_code']))); echo '

Your settings were saved !

'; } ?>

Ads in bottom right

Title " />
HTML Code:
Put HTML code for your ads