Adding Media button to only pages

Check the post type:

function aisis_page_button_link(){
    global $post_ID, $temp_ID, $iframe_post_id;

    if ( 'page' !== get_post_type( $post_ID ) )
        return;

    // continue