Replace Google Blog Search with Technorati for Incoming Links in Dashboard of WordPress Googleブログ検索と置換Technoratiの着信のリンクをダッシュボードのWordPress

In WordPress 2.3 Dashboard, the Incoming Links stats under the Latest Activity section has switched from Technorati to Google Blog Search to feed and update the information of any new backlinks acquired by the blog.ダッシュボードにWordPress 2.3は、着信リンクの統計情報が交換されてから、最新の活動のセクションをGoogleにTechnoratiのブログ検索をしてアップデートしてフィードバックの情報を取得されたすべての新しいブログです。 However, there is an obvious buy when using Google Blog Search to list incoming links, that the resulted data shows your own latest blog posts from the front index page as being an incoming link, instead of real external incoming baclinks referenced to your blog from other blogs.しかし、明らかに購入するときにはGoogleブログ検索を使用して着信リンクのリストは、結果のデータは、最新のブログの投稿を示し、独自のインデックスページ正面からリンクされてくるのではなく、実際の外部からの着信をブログに引用他のbaclinksブログです。

The Incoming Links data is useful to know which blog posts have attracted attention or generated attention of other bloggers or webmasters, and if there is any ‘accidental’ copycat of your blog articles (those who copy and paste everything including embedded internal links blindly), as Incoming Links will list who is linking to your blog.着信リンクのデータが役に立つのブログの投稿を知って生成さが注目を集めたり、他のブロガーやウェブマスターに注意し、いかなる場合には'偶然'模倣のあなたのblogの記事(それらのwhoをコピーして貼り付けて内部リンクをやみくもに埋め込まれたすべてを含む) 、着信としてリンクが表示さwhoは、あなたのブログにリンクしています。 The reason WordPress development change from Technorati to Google Blog Search is unknown.変更の理由からWordPressの開発をGoogleにTechnoratiのブログ検索は不明です。 Probably because some has feel that the incoming links results provided by Technorati is inaccurate (incoming link that not actually happen and exist) or full of spam.おそらく、着信と思われるため、いくつかのリンクが提供されTechnoratiの結果が不正確に(実際に起こると着信のリンクが存在するいるわけではない) 、または完全にマークします。

If you prefer Technorati incoming links results as Google BlogSearch will return your own posts included in the list of sites linking to you if you link to your own posts from other posts, and make the information useless, and you don’t to go to Technorati homepage to get related information, you can set and change back to use Technorati search engine as your default incoming links provider by changing the following line of text in index-extra.php file located in wp-admin directory.必要に応じて着信Technoratiのリンクが検索結果として自分の記事のGoogle blogsearchが返さ含まれているサイトのリストからサイトにリンクして、独自のかどうかのリンクを他の記事を投稿し、その情報を無駄な、とTechnoratiの必要はありませんへの行き方をホームページに関連する情報については、設定を変更することができます。省略してTechnoratiの検索エンジンとして使用してデフォルトの着信リンクがプロバイダを変更して次の行のテキストのインデックスファイルに位置extra.phpのWP - adminのディレクトリにコピーします。

Open up /wp-admin/index-extra.php file in any text editor, and search for the following lines, normally locate in line 11 and 12 (lines wrapped for easier reading):オープンアップ/ wp-admin/index-extra.phpファイルはテキストエディタで、次の行を検索すると、通常の場所に沿って11と12 (行ラップを簡単に読む) :

$rss_feed = apply_filters( 'dashboard_incoming_links_feed', 'http://blogsearch.google.com/blogsearch_feeds?hl=en&scoring=d& $ rss_feed = apply_filters ( ' dashboard_incoming_links_feed ' 、 ' http://blogsearch.google.com/blogsearch_feeds?hl=en&scoring=d &
ie=utf-8&num=10&output=rss&partner=wordpress&q=link:' . つまり=のUTF - 8 & NUM件= 10 &出力=のRSS &パートナー= WordPressの& q =をリンク: ' 。 trailingslashit( get_option('home') ) ); trailingslashit ( get_option ( 'ホーム' ) ) ) ;

$more_link = apply_filters( 'dashboard_incoming_links_link', 'http://blogsearch.google.com/blogsearch?hl=en&scoring=d& $ more_link = apply_filters ( ' dashboard_incoming_links_link ' 、 ' http://blogsearch.google.com/blogsearch?hl=en&scoring=d &
partner=wordpress&q=link:' . パートナー= WordPressの& q =をリンク: ' 。 trailingslashit( get_option('home') ) ); trailingslashit ( get_option ( 'ホーム' ) ) ) ;

Replace the交換して

http://blogsearch.google.com/blogsearch_feeds?hl=en&scoring=d& http://blogsearch.google.com/blogsearch_feeds?hl=en&scoring=d &
ie=utf-8&num=10&output=rss&partner=wordpress&q=link: つまり=のUTF - 8 & NUM件= 10 &出力=のRSS &パートナー= WordPressの& q =をリンク:

andおよび

http://blogsearch.google.com/blogsearch?hl=en&scoring=d& http://blogsearch.google.com/blogsearch?hl=en&scoring=d &
partner=wordpress&q=link: パートナー= WordPressの& q =をリンク:

in the lines above to the following respectively:で、上には、次のそれぞれの行:

http://feeds.technorati.com/cosmos/rss/?url= http://feeds.technorati.com/cosmos/rss/?url =

http://www.technorati.com/search/ http://www.technorati.com/search/

Note that when you upgrade the WordPress core in future, you have to make this change again, unless the WordPress development team switch back to Technorati, or you make a backup copy of index-extra.php and avoid the changed version to be overwritten, or, recommended, to use a plugin toに注意してWordPressのコアにアップグレードするときに、将来的には、この変更を行う必要が再び、 WordPressの開発チームていない限り、スイッチを省略してTechnoratiのか、またはインデックスのバックアップコピーを作る- extra.phpとし、変更のバージョンを避けるために上書きされ、または、お勧めしますが、プラグインを使用するように replace with old Technorati置換後の旧Technoratiの instead.代わりに。

IMPORTANT : This is a machine translated page which is provided "as is" without warranty. 重要 :これは、機械翻訳ページで提供"現状有姿"を保証します。 Machine translation may be difficult to understand.機械翻訳を理解するのは難しいかもしれません。 Please refer toを参照してください original English articleオリジナルの英語記事索引 whenever possible.いつ可能です。

Share and contribute or get technical support and help atを共有して貢献や技術サポートとヘルプを得る My Digital Life Forums 私のデジタルライフフォーラム .です。



5 Responses to “Replace Google Blog Search with Technorati for Incoming Links in Dashboard of WordPress” 5レスポンスを" Googleブログ検索と置換Technoratiの着信のリンクをダッシュボードのWordPress "

  1. Technorati Incoming Links Plugin for WordPress » My Digital Life Technoratiの着信リンク差込式のWordPress »私のデジタルライフ
    October 10th, 2007 14:42 2007年10月10日14:42
    1

    [...] Search is different from Technorati, with own blog posts may appear in result as shown in guide to replace Google Blog Search with Technorati in WordPress core. [...] Technoratiの検索とは異なる、自身のブログの投稿が表示される結果に示すようにガイドを置き換えるにはWordPress Googleブログ検索でTechnoratiのコアです。 This plug-in will replace Income Links feed from Technorati without modifying any source code, [...]このプラグインの所得に置き換えTechnoratiのリンクのフィードから、任意のソースコードを変更することなく、 [...]

  2. Google Blog Search vs Technorati Blog Search | velqn対Technoratiのブログ検索Googleブログ検索| velqn
    October 21st, 2007 17:44 2007年10月21日17:44
    2

    [...] сами, тук е разковничето. [...] сами 、 тук е разковничетоです。 Надявам се да е било полезно. надявам се да е било полезноです。 Сподели с другите: [...] сподели с другите : [...]

  3. Stephenスティーブン
    October 26th, 2007 09:11 2007年10月26日09:11
    3

    Thanks for that, that helped changed the incoming link back as I was getting info on internal links rather than external.ありがとうそのためには、変更して受信するのに役立ったリンクを先頭として私は就学許可証の情報を外部ではなく内部リンクします。 Nice explaination.ニースについて説明します。 Cheers乾杯

  4. optimiced | bg » Technorati & Google Blog Search в WordPress optimiced |背景» Technoratiのв & Googleブログ検索のWordPress
    November 17th, 2007 20:40 2007年11月17日20:40
    4

    [...] вариант е ръчно да редактирате index-extra.php в директорията wp-admin на вашия WP блог, но тогава [...] [...] вариант е ръчно да редактиратеインデックス- extra.php в директорията на вашия WPの管理者のWP - блог 、 но тогава [...]

  5. Ronロン
    July 28th, 2008 16:39 2008年7月28日16:39
    5

    Danke für den Hinweis,super. Dankeのfürの洞穴Hinweisのは、スーパーです。
    Gruß aus NRWオーストラリアgruß地図を表示する
    Ronロン

Leave a Reply残して返信

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> これらのタグを使用することができます: <aのhref=のtitle= <abbrのtitle= <blockquote cite=""> <cite> <acronymのtitle= <b>ダウンロードの<code> <デル日時= " " >の<em> <i>て<strike> <strong> <q cite="">

Subscribe without commenting登録なしのコメント


Custom Search

New Articles新しい記事

Incoming Search Terms for the Article検索用語を受信するには

REPLACE GOOGLE WITH NAME 名前をGoogleに置き換える - - replace google with my name 私の名前をGoogleに置き換える - - replace my name with google 私の名前に置き換えますと、 Google - - REPLACE GOOGLE BY MY NAME Googleに私の名前に置き換えます - - how to replace google with my name 私の名前をGoogleにどのように置き換える - - wordpress dashboard replace technorati TechnoratiのWordPressのダッシュボードに置き換えます - - google replace name Googleの置き換え名 - - how can we replace the name of google どうすれば私たちの名前を交換してGoogleの - - how to replace your name by google あなたのお名前の交換の方法をGoogleの - - How to replace my name for google 私の名前は、 Googleの交換の方法を - - replace google by name Googleの名前に置き換えます - - how to replace google name with my name Googleの名前との交換の方法を私の名前 - - how to add technorati back to incoming links in wordpress Technoratiの着信を追加する方法についてのリンクを省略してWordPressの - - how to replace google name Googleの名前の交換の方法を - - replace google with my name in the home page of google 自分の名前をGoogleに置き換えるのホームページのGoogle - - google search incoming links Google検索の着信リンク - - replace my name instead of google in google.com 私の名前の代わりに置き換えるのGoogle in google.com - - How to replace my name in Google's Google search home page? の交換の方法をGoogle検索で自分の名前をGoogleのホームページですか? - - google replace my name Googleの私の名前に置き換えます - - wordpress google blog search linkback WordPressのGoogleブログ検索のlinkback - - google blog incoming links not working Googleブログの着信リンクが動作しない - - how can i put my name by replace the google 私の名前はどうすればよいを置き換えるには、 Google - - how can I replaced google with my name Googleにはどうすればよい私の名前に置き換え - - google blog search incoming links Googleブログ検索の着信リンク - - incoming term wordpress plugin 着信用語WordPressの差込式 - - replace name instead of google Googleの名前の代わりに置き換える - - wordpress "incoming links" "not working" WordPressの"着信リンク" "が機能しない" - - wordpress incoming links technorati.com WordPressの着信リンクtechnorati.com - - external blog search in wordpress 外部のブログ検索にWordPress - - google hack on technorati GoogleのハッキングをTechnoratiの - - how do i replace google and put my name 、 Googleと置き換えるにはどうすればよい私の名前 - - how to replace the name of google どのように置き換えるの名前のGoogle - - google blog search wordpress Googleブログ検索のWordPress - - google replece my name 私の名前のGoogle replece - - how to replace the name of google by my name の交換の方法を私の名前の名前をGoogleに - - i want replace my name instead of google 私の名前の代わりに置き換えるしたいのGoogle - - can i change the wordpress admin incoming links 変更するにはWordPress adminの着信リンク - - what is the default address for wordpress incoming links どのような着信は、デフォルトのアドレスをWordPressのリンク - - incoming links to wordpress blog 着信のリンクをWordPressのブログ - - incoming links wp dashboard 着信リンクWPのダッシュボード - - free download dashboard wordpress WordPressのダッシュボードの無料ダウンロード - - google blog search "firefox 3" plugin Googleブログ検索"のFirefox 3 "差込式 - - if i links are paste from google to my blog Googleからすればよいのリンクをブログに貼り付ける - - Replace title Google with name タイトル名をGoogleに置き換える - - widget google blog search wordpress ウィジェットGoogleブログ検索のWordPress - - google home dashboard own name how to change Googleホームダッシュボードに自分の名前を変更する方法 - - i want to replace google with my name Googleにしたい私の名前を置き換えるに - - wordpress technorati activity WordPressのTechnoratiの活動 - - change google search engine to my name? 私の名前を変更するGoogleの検索エンジンですか? - - php incoming link PHPの着信リンク - -