Add Pingback' ); return array_merge( $links, $newlinks ); } return $links; } function addPingbacks_options_init() { register_setting( 'addPingbacks-group', 'addPingbacks-options', 'addPingbacks_validate_input' ); } function addPingbacks_validate_input( $input ) { return $input; } function addPingbacks_options_link() { add_comments_page( 'Add Pingbacks', 'Add Pingbacks', 'manage_options', 'addPingbacks', 'addPingbacks_options_page' ); } function addPingback_select_box( $posttype ) { if( $posttype == 'page' ) $args = array( 'numberposts' => '9000', 'post_type' => 'page', 'post_status' => 'all' ); else $args = array( 'numberposts' => '9000', 'post_type' => 'post', 'post_status' => 'all' ); $items = get_posts( $args ); echo ' $id, 'comment_author' => $author, 'comment_author_email' => $email, 'comment_author_url' => $url, 'comment_content' => $comment, 'comment_type' => 'pingback', 'comment_parent' => 0, 'user_id' => '', 'comment_author_IP' => $ip, 'comment_agent' => 'Add Pingbacks Plugin', 'comment_date' => current_time( 'mysql' ), 'comment_approved' => 1 ) ); return true; } } function addPingbacks_options_page() { if( $_POST['action'] == 'addpingback' ) { echo '
'; $id = ( $_POST['post_or_page'] == 'page' ? $_POST['pages_list'] : $_POST['posts_list'] ); $author = ( isset( $_POST['author_name'] ) ? $_POST['author_name'] : 'anonymous' ); $email = ( isset( $_POST['author_email'] ) ? $_POST['author_email'] : get_bloginfo('admin_email' ) ); $url = ( isset( $_POST['author_url'] ) ? $_POST['author_url'] : '' ); $ip = ( isset( $_POST['author_ip'] ) ? $_POST['author_ip'] : '127.0.0.1' ); echo addPingbacks_add_comments( $id, $author, $email, $url, $ip, $_POST['comment'] ) . ' Pingback added to ' . get_the_title( $id ) . '
'; } ?>

Add Pingback URLs

Select a Post or a Page, then add the referral URL which points to your content. Play fair. ;)
Plugin by simonquasar
'author_name', 'label' => 'Site Title / Page Name', 'default' => '' ), array( 'name' => 'author_url', 'label' => 'Link', 'default' => 'http://' ) ); foreach( $authors as $author ) addPingback_text_box( $author['label'], $author['name'], $author['default'] ); ?>
Where to add?
Post
Page
Referrer link
Excerpt / Content