Move Blogger Inline Ads Between Posts to Inside Within Post Position Bewegen Sie Blogger-Inline-Anzeigen zwischen Beiträge zu Insider-Position innerhalb der Post
The new Blogger widget based template that built on XML specification has a feature to Das neue Widget Blogger-Vorlage, basierend auf XML-Spezifikation verfügt über eine Funktion zu add Google AdSense ad unit inline between posts Google AdSense-Anzeigenblock Inline zwischen Planstellen . Werden. 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. Diese Inline-Anzeigen erscheinen zwischen 2 Blog-Posts auf ihrer Homepage, Archiv und Kategorie oder Etikett Seiten, oder nach dem Blog-Content, wenn die einzige Stelle ist einzeln betrachtet. However, the placement is kind of awkward and low performing in term of click through rate (CTR). Allerdings ist die Vermittlung ist eine Art umständlich und niedrige Leistung im Hinblick auf klicken through-Rate (CTR).
A lot of bloggers have Viele Blogger haben put Google AdSense ad code inside the post setzen Google AdSense-Anzeigencode in der post - or oder wrap the ad unit around blog post Wickeln Sie das Gerät etwa Ad-Blog-Post by editing template’s HTML to insert durch die Bearbeitung des HTML-Template einfügen modified ad code Ad-Code geändert manually. manuell. Some users may feel uneasy on modifying the AdSense ad code as it may violates AdSense TOS. Einige Benutzer ein ungutes Gefühl auf Änderung der AdSense-Anzeigencode wie dem auch sei verletzt AdSense-TOS. 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. Wie dem auch sei, es ist ein weiterer Workaround um AdSense-Anzeigen in der Blogger-Stellen, zB durch die Verwendung Trick zu verschieben oder zu duplizieren built-in Inline-Anzeigen zwischen Stellen blockieren, um im Inneren des post-Abschnitt.
- To use the trick to move around AdSense ad unit added by Ads Between Posts, So verwenden Sie den Trick zu bewegen AdSense-Anzeigenblock hinzugefügt durch ADS Zwischen Einträge, enable and configure inline ads in Blogger using this guide aktivieren und konfigurieren Inline-Anzeigen in Blogger mit diesem Leitfaden . Werden. Note that you must login to your AdSense account from Blogger to establish access authentication. Beachten Sie, dass Sie müssen sich anmelden, um Ihre AdSense-Konto von Blogger zu schaffen Zugang Authentifizierung. If you don’t have AdSense account yet, you can click on Sing Up button to register for one. Wenn Sie nicht über AdSense-Konto haben, können Sie auf Sing Up-Taste, um sich für einen.
- 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. So zeigen Sie diese Anzeige in Blog-Post auch, klicken Sie auf Registerkarte "Vorlage", und klicken Sie dann auf "HTML bearbeiten untergeordnete Registerkarte Link öffnen Blogger HTML-Code-Vorlagen-Editor zur Bearbeitung der Inhalte Ihrer Vorlage.
- 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. Backup eine Kopie Ihrer Vorlage, indem Sie auf Download-Link Full-Vorlage, falls es notwendig ist hochgeladen werden, um Blogger-Server, um die Vorlage für den Fall der Fehler oder Korruption.
- Click to tick the Expand Widget Templates checkbox. Klicken Sie auf die Zecke Erweitern Widget-Vorlagen ".
- Find the line with the following text: Finden Sie die Zeile mit dem folgenden 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: Und fügen Sie den folgenden Abschnitt des Textes vor (für Ad-Position vor dem Inhalt) oder nach dem (für Ad-Position nach dem Inhalt) die Zeile oben:
<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: if>Note that maximum of 3 AdSense for Contents (non Link Unit type) ads are allowed on each page. Beachten Sie, dass maximal 3 AdSense für den Inhalt (nicht Link-Block-Typ) Anzeigen sind auf jeder Seite.
- If you want the AdSense ads inside blog post to Wenn Sie wollen, dass die AdSense-Anzeigen im Inneren Blog-Post zu appear only when individual blog post is visited erscheinen nur dann, wenn einzelne Blog-Post besucht , and not on homepage, category or archive pages, wrap the following lines to before and after code added above Und nicht auf ihrer Homepage, Kategorie-oder Archiv-Seiten, wickeln Sie die folgenden Zeilen vor und nach dem Code hinzugefügt oben
<b:if cond='data:blog.pageType == "item"'><b:if cond='data:blog.pageType == "item"'>
</b:if></ b: if>The whole block added will look like below: Der gesamte Block hinzugefügt werden aussehen wie folgt:
<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: if>
</b:if></ b: if> - 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. Nach dem Aktivieren von Anzeigen Zwischen Beiträge in Schritt 1, werden Sie feststellen, dass AdSense-Anzeigen werden gezeigt, zwischen allen Stellen in mehrere Blogeinträge Seite, und auch nach dem Artikel über die individuelle Einzel-post-Sicht. 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: Wenn Sie nicht möchten, dass diese Anzeigen erscheinen soll, dh zu bewegen built-in Inline-Anzeigen auf den Postweg, die den folgenden Abschnitt des Textes ist der gleiche mit dem wir oben hinzugefügt:
<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: if>And delete these code from template. Und löschen Sie diesen Code aus der Vorlage. 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. Beachten Sie, dass wir gerade einen gleichen Block von Code aus Schritt vor, so entfernen Sie nicht die neu hinzugefügten Code, sondern die bestehenden Code in die Vorlage.
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: Wenn Sie noch wollen, dass die AdSense-Anzeigenblock zu erscheinen zwischen den Stellen, wenn Besucher Ihre Blog-Homepage, Label oder eine bestimmte Kategorie Seiten oder Archiv-Seiten, wickeln Sie den oben stehenden Code in Ober-und Unterseite mit den folgenden 2 Zeilen:
<b:if cond='data:blog.pageType != "item"'><b:if cond='data:blog.pageType != "item"'>
</b:if></ b: if>so that it looks like the following: so dass er sieht wie folgt aus:
<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: if>
</b:if></ b: if>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. Beachten Sie, dass die zwei Zeilen sollten in die Ergänzung zu den bestehenden Block von Code im Template, nicht der Block hinzugefügt, die wir in Schritt vor.
- Click on SAVE TEMPLATE button to save the new hacked template. Klicken Sie auf Vorlage speichern, um sie zu speichern die neue Vorlage gehackt. Now the ad should be appear inside blog post without actually modify ad code. Nun ist die Anzeige erscheinen sollte innen Blog-Eintrag zu ändern, ohne tatsächlich Ad-Code. You can also use the same hack theory above to Sie können auch das gleiche Kerbe Theorie nach oben place the ads on different location Ort der Anzeigen bei den verschiedenen Standort . Werden.
IMPORTANT : You're reading a machine translated page which is provided "as is" without warranty. WICHTIG: Sie lesen eine Maschine der Seite übersetzt wird "as is" ohne Garantie. Unlike human translation, machine translation does not understand the grammar, semantics, syntax, idioms of natural language, thus often produce inaccurate and low quality text which is misleading and incomprehensible. Im Gegensatz zu menschlichen Übersetzung, maschinelle Übersetzung nicht verstehen, die Grammatik, Semantik, Syntax, Idiome der natürlichen Sprache, so oft ungenau und niedrige Qualität der Text ist irreführend und unverständlich. Thus, please refer to So entnehmen Sie bitte original English article Original Englisch Artikel whenever possible. wann immer dies möglich ist.
MDL blog postings now continue at MDL Blog-Einträge nun weiterhin auf Tip and Trick Tipp und Trick , and readers are welcome to join Und Leser sind herzlich eingeladen, beizutreten My Digital Life Forums Meine digitalen Lebens Foren . Werden.
Related Articles Verwandte Artikel
- How to Wrap AdSense Ads Around and Inline Beside Blogger Post Content Wie Wrap Around AdSense-Anzeigen und Inline neben Blogger Einstellen von Inhalten
- Place AdSense Ad Unit In Various Positions Inside Within Blogger Post Contents Place AdSense-Anzeigenblock in verschiedenen Positionen innerhalb der Blogger-Inside Post Inhalt
- Add and Insert to Put Google AdSense Ads Units Between Blog Posts in Blogger.com "Hinzufügen" und "einfügen, um Google AdSense-Anzeigen Einheiten zwischen Blog-Posts auf Blogger.com
- Retrieve and Get WordPress Post ID Outside the Loop as PHP Variable Abrufen und erhalten WordPress Post-ID außerhalb der Schleife als PHP-Variable
- How to Display Elements (Ads) Only On (Or Only Not At) Individual Single Post Item View Wie man bei Elemente (ADS) nur auf (oder nur nicht in) die einzelnen Posten Single Post anzeigen
- Google AdSense Policy Update Disallows Image Besides Ads Blocks Google AdSense-Update-Politik Verhindert Image-Anzeigen neben Blöcke
- Migrate and Switch to Blogger Beta: When’s Your Turn? Migrieren und wechseln Sie in Blogger Beta: Wann sind Sie dran?
- New Blogger with Category (Labels) and Instant Publishing Features plus New Templates Neue Blogger mit Kategorie (Labels) und Instant-Publishing-Features und neue Vorlagen
- Redirect Blogger RSS Feed to FeedBurner for Detailed Statistics and Monetize Ads Redirect Blogger RSS-Feed auf FeedBurner um detaillierte Statistiken und Geld verdienen-Anzeigen
- Blogger (at BlogSpot) with Category Labels and Drag-and-Drop Template Editing Out of Beta Blogger (at BlogSpot) mit Kategorie Etiketten und per Drag-and-Drop-Out Template Bearbeiten von Beta

































December 4th, 2007 02:58 4. Dezember 2007 02:58
Very interesting post and a very clean way to modify the location of Adsense ads. Sehr interessant, Post und eine sehr saubere Art und Weise zu verändern sich die Position der AdSense-Anzeigen. I applied it to my blog and it works like a charm. Ich habe sie in meinem Blog und es funktioniert wie ein Charme.
Thanks. Danke.
February 5th, 2008 12:03 5. Februar 2008 12:03
they had I didn’t and saw and climb in a hollow more than came by themselves sie hatte ich nicht und sah und Aufstieg in einem hohlen mehr als kam von selbst