Move Blogger Inline Ads Between Posts to Inside Within Post PositionインラインBloggerの間で広告を移動中に記事を投稿位置

The new Blogger widget based template that built on XML specification has a feature toウィジェットは、新しいBloggerのテンプレートをベースに構築さの機能をXML仕様には、 add Google AdSense ad unit inline between postsインラインの間にGoogle AdSenseの広告ユニットを追加記事 .です。 These inline ads appear between 2 blog posts on homepage, archive and category or label pages, or after the blog content when the single post is viewed individually.これらのインラインの間に広告が掲載される2ブログの投稿をホームページで、アーカイブおよびカテゴリやラベルのページ、またはブログコンテンツの後に1つの投稿時には、個別に人気です。 However, the placement is kind of awkward and low performing in term of click through rate (CTR).しかし、この種の順位はぎこちないと低舞台に用語のクリック率( CTR )のです。

A lot of bloggers haveが、多くのブロガー put Google AdSense ad code inside the post Google AdSenseの広告コードを置く内部のポスト orまたは wrap the ad unit around blog postラップの広告ユニットの周りブログの投稿 by editing template’s HTML to insertテンプレートを編集することによってのHTMLを挿入する modified ad code変更された広告コード manually.手動で作成します。 Some users may feel uneasy on modifying the AdSense ad code as it may violates AdSense TOS.いくつかの不安を感じる場合があります。 AdSense用広告コードを変更してAdSenseの利用規約に違反することがあります。 Anyway, there is another workaround to put AdSense ads in Blogger posts, by using trick to move or duplicate built-in inline ads between posts block to inside the post section.とにかく、別の回避策にはAdSenseの広告には、 Bloggerの記事を使用して、トリックを移動するか、または重複しインラインビルトインの間で広告をブロックを内部のポストの記事を参照してください。

  1. To use the trick to move around AdSense ad unit added by Ads Between Posts,トリックを使用してAdSense広告ユニットの周りを移動する間に追加される広告の記事を、 enable and configure inline ads in Blogger using this guide Bloggerの設定を有効にして、インラインの広告は、このガイドを使用して .です。 Note that you must login to your AdSense account from Blogger to establish access authentication.に注意してしなければなりませんから、お客様のAdSenseアカウントにログインしてBloggerにアクセス認証を確立する。 If you don’t have AdSense account yet, you can click on Sing Up button to register for one. AdSenseアカウントをお持ちでない場合はまだありません、もっと大きな声で歌うすることができます。をクリックして登録を1つのボタンをクリックしています。
  2. To display this ad within blog post also, click on Template tab, and then click on Edit HTML sub-tab link to open Blogger HTML code template editor to edit the contents of your template.この広告にブログの投稿を表示するにも、 テンプレート ]タブをクリックして、 HTMLの編集と入力し、サブタブをクリックしてリンクを開くにBloggerのHTMLコードテンプレートエディタを使用してテンプレートの内容を編集しています。

    BloggerのHTMLの編集

  3. Backup a copy of your template by click on Download Full Template link, in case it’s is needed be uploaded to Blogger server to recover the template in the event of mistake or corruption.テンプレートのコピーをバックアップして完全なテンプレートダウンロードリンクをクリックして、問題が発生した場合は、必要に応じてのBloggerのサーバーにアップロードするには、イベントのテンプレートを回復するの間違いや破損します。

    Bloggerの完全なテンプレートをダウンロード

  4. Click to tick the Expand Widget Templates checkbox.ダニをクリックして、チェックボックスウィジットのテンプレートを展開します。

    Bloggerのウィジットのテンプレートを展開

  5. Find the line with the following text:の行には、次のテキストを検索:

    <data:post.body/> <data:post.body/>

    And paste the following block of text before (for ad position before content) or after (for ad position after content) the line above:して貼り付けるとは、次のブロックのテキストの前に(広告の掲載順位の前にコンテンツ)または後(広告の掲載順位の後のコンテンツ)の上の行:


    <b:if cond='data:post.includeAd'> <b:if cond='data:post.includead'>
    <data:adEnd/> <data:adend/>
    <data:adCode/> <data:adcode/>
    <data:adStart/> <data:adstart/>
    </b:if> < / b :もし>

    Note that maximum of 3 AdSense for Contents (non Link Unit type) ads are allowed on each page.に注意して最大3向けAdSenseの内容(非リンクユニット型)の各ページの広告は許可されています。

  6. If you want the AdSense ads inside blog post toしたい場合は、 AdSenseの広告の中のブログ投稿するには appear only when individual blog post is visited表示される個々のブログの投稿を訪問したときにのみ , and not on homepage, category or archive pages, wrap the following lines to before and after code added aboveは、ホームページではなく、カテゴリページやアーカイブページ、ラップの前と後に次の行を上記のコードを追加されました

    <b:if cond='data:blog.pageType == "item"'> <b:if cond='data:blog.pagetype == "item"'>
    </b:if> < / b :もし>

    The whole block added will look like below:全体のブロックは次のように下に追加されました:


    <b:if cond='data:blog.pageType == "item"'> <b:if cond='data:blog.pagetype == "item"'>
    <b:if cond='data:post.includeAd'> <b:if cond='data:post.includead'>
    <data:adEnd/> <data:adend/>
    <data:adCode/> <data:adcode/>
    <data:adStart/> <data:adstart/>
    </b:if> < / b :もし>
    </b:if> < / b :もし>

  7. After enabling Show Ads Between Posts in step 1, you will notice that AdSense ads will be shown between posts on all multiple blog posts page, and also after the article on individual single post view. の間に広告を掲載を有効にした後に投稿はステップ1で、下記に示すように注意してAdSenseの広告は掲載される記事のすべての間に複数のブログの投稿ページ、および個々のも1つの記事を投稿した後、表示されます。 If you don’t want these ads to appear, ie to move built-in inline ads to within post, the locate the following block of text which is same with the one we added above:したくない場合は、これらの広告を掲載する、すなわちに移動するにビルトインの広告をインラインポストは、テキストブロックは、次のを見つけこれは私たちと同じで、 1つの上に追加されました:


    <b:if cond='data:post.includeAd'> <b:if cond='data:post.includead'>
    <data:adEnd/> <data:adend/>
    <data:adCode/> <data:adcode/>
    <data:adStart/> <data:adstart/>
    </b:if> < / b :もし>

    And delete these code from template.と、これらのコードを削除するテンプレートをクリックします。 Note that we have just added a same block of code from step above, so do not remove the newly added code, but the existing code in the template.に注意して我々が同じブロックのコードを追加すると上記の手順ので、新しく追加されたコードを削除してはありませんが、既存のコードには、テンプレートです。

    If you still want the AdSense ad unit to appear between posts when visitors view your blog homepage, label or category pages or archive pages, wrap the code above on top and bottom with the following 2 lines:もしまだAdSenseの広告ユニットを表示するようにするときに来場者対象の間にあなたのブログの記事をホームページには、ラベルやカテゴリページやアーカイブページ、ラップを上部と下部に、上記のコードは、次の2行:

    <b:if cond='data:blog.pageType != "item"'> <b:if cond='data:blog.pagetype != "item"'>
    </b:if> < / b :もし>

    so that it looks like the following:それは次のようにして以下の通りです:


    <b:if cond='data:blog.pageType != "item"'> <b:if cond='data:blog.pagetype != "item"'>
    <b:if cond='data:post.includeAd'> <b:if cond='data:post.includead'>
    <data:adEnd/> <data:adend/>
    <data:adCode/> <data:adcode/>
    <data:adStart/> <data:adstart/>
    </b:if> < / b :もし>
    </b:if> < / b :もし>

    Note that the two lines should be added to the existing block of code in template, not the block which we added in step above.に注意して、 2つの行が追加されるはずのブロックを、既存のテンプレートのコードを、特定のブロックの上に私たちのステップで追加されました。

  8. Click on SAVE TEMPLATE button to save the new hacked template. テンプレートを保存 ]ボタンをクリックして、新しいハッキングを保存するテンプレートをクリックします。 Now the ad should be appear inside blog post without actually modify ad code.今すぐに表示される広告は、ブログの投稿の中で、実際に広告コードを変更します。 You can also use the same hack theory above to同じハックを使用することも理論上に place the ads on different location別の場所に広告を掲載する場所に .です。

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 私のデジタルライフフォーラム .です。



4 Responses to “Move Blogger Inline Ads Between Posts to Inside Within Post Position” 4つの応答を"インラインBloggerの間で広告を移動中に記事を投稿立場"

  1. spiderman05
    December 4th, 2007 02:58 2007年12月4日02:58
    1

    Very interesting post and a very clean way to modify the location of Adsense ads.非常に興味深いポスト紙と非常にきれいな方法を変更するにAdSenseの広告の場所です。 I applied it to my blog and it works like a charm.私と私のblogに適用して作品のように魅力的です。

    Thanks.ありがとう。

  2. microsoftmic
    February 5th, 2008 12:03 2008年2月5日12:03
    2

    they had I didn’t and saw and climb in a hollow more than came by themselves彼らは私を見たとしなかった登るのを中空にやってきて自身を超える

  3. Where do I put my ad codes in the HTML box on Blogger?どこに置けばよいの広告コードを入れてボックスをオンにすると、 HTML Bloggerのですか? - Bloggeries Blog Forum -b loggeriesのブログ掲示板
    June 13th, 2008 01:04 2008年6月13日01:04
    3 4

    [...] expand widget and look for the codes where you wanted to put the codes.. [...]ウィジェットを展開して、コードをどこに配置するコードを指名手配.. <dataost.body/> Move Blogger Inline Ads Between Posts to Inside Within Post Positionインライン<dataost.body/> Bloggerの間で広告を移動中に記事を投稿位置

  4. janaxx
    August 9th, 2008 03:27 2008年8月9日03:27
    4

    cant locate post body tag in my template.. bodyタグを見つけできない私のテンプレートを作成..

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検索用語を受信するには

blogger Configure Inline Ads Bloggerのインライン広告を設定 - - show image ads between posts blogger 詳細イメージ広告の記事をBloggerの間で - - ads between post 広告の間にポスト - - blogger template inline ads Bloggerのテンプレートのインライン広告 - - position codes for blogger Bloggerの位置のコードを - - ads within posts 広告に投稿 - - how to put ads in blog posting 方法についての広告をブログに投稿する - - blogger edit single post Bloggerの1つの投稿を編集 - - blogger inline ads Bloggerのインライン広告 - - placing adsense within post blogger Bloggerのポストに配置に向けAdSense - - blogger ads in post Bloggerの広告を作成 - - ads between pages 広告の間のページ - - data:adStart データ: adstart - - how to add ads in between posts blogger の間に広告を追加する方法についての記事をBloggerの - - ads between blogger post Bloggerの間で広告を作成 - - insert ads in blogger posts Bloggerの記事の広告を挿入する - - how to remove ads in between post ポストの間に広告を削除する方法 - - IE "ads dont show" すなわち"広告のページャーに" - - blogger adsense between entries BloggerのAdSenseの間にエントリー - - blogger inline ads not showing up Bloggerのインライン表示されていません上の広告 - - how to place inline ads in blogger インライン広告を配置する方法をBlogger - - how to insert ads in posts blogspot 記事のBlogSpotの広告を挿入する方法 - - Move Blogger Title text Bloggerのタイトルのテキストを移動 - - place ads between posts in blogger 場所に投稿はBloggerの間で広告を - - - - ad block inside the post 広告ブロック内のポスト - - ads between post blogger Bloggerの間で広告を作成 - - hide blogger posts from homepage Bloggerのポストからホームページを隠す - - how to put ads inside article どのように広告の内部資料 - - - - ads inside the post 広告内のポスト - - sub post tool codes for blogger サブコードを作成ツールBloggerの - - blogger with ads Bloggerに広告 - - insert ads between posts blogger の記事をBloggerの間で広告を挿入する - - adsense blogger results "blogger ads" AdSenseのBloggerの結果" Bloggerの広告" - - blogger placing ads between posts Bloggerの間で広告を配置するの記事 - - how to put ads inside blog article どのようにブログの記事内の広告 - - place ad in posting, blogger 開催地の広告を掲載は、 Blogger - - place ad inline posting, blogger インライン広告の掲載場所は、 Blogger - - ads posts blogger Bloggerの広告の記事 - - how to place image ads inside RSS feed イメージ広告を配置する方法の内側のRSSフィード - - ads on blogger posts Bloggerのポストに広告を掲載する - - how to place an ad within post in blogger ポストに広告を配置する方法には、 Blogger - - Inline ads in post body インラインの広告を作成体 - - show ads between article 記事の間に広告を表示 - - - - Enter Email Address: 電子メールアドレスを入力:


  • Machine Translation機械翻訳

    Translate to EnglishÜbersetzen Sie zum Deutsch/GermanKääntää jotta Finnish/FinnishOversætte hen til Dansk/DanishPřeložit do Čech/CzechPrevesti to Hrvatski/CroatianПревеждам към Българин/Bulgarian
    Traduzir a Língua portuguesa brasileira/Brazilian PortugueseOversetter til Norsk/Norwegian日本語に翻訳しなさい /JapaneseTraduzca al Español/SpanishTraduisez au Français/FrenchTraduca ad Italiano/Italian한국어에게 번역하십시오/Korean
    Traduza ao Português/Portuguese




  • Categoriesカテゴリー