Move Blogger Inline Ads Between Posts to Inside Within Post Position העבר Blogger inline מודעות בין הודעות בתוך תוך כדי שליחת מיקומך
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 להוסיף יחידת מודעות AdSense של Google inline בין הודעות . . 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. אלה inline המודעות יופיעו בין 2 רשומות הבלוג על הבית, וכן ארכיון הקטגוריה או תווית דפים, או אחרי תוכן הבלוג כאשר אחד לכתוב מוצג בנפרד. However, the placement is kind of awkward and low performing in term of click through rate (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 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. בכל מקרה, יש עוד לעקיפת הבעיה לשים מודעות AdSense ב-Blogger הודעות, באמצעות טריק להעביר או כפול מובנה inline המודעות בין לחסום הודעות כדי לכתוב בתוך מקטע.
- 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 לאפשר ולהגדיר inline המודעות ב-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, אתה יכול ללחוץ על הכפתור למעלה סינג להירשם לאחד.
- 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 כדי לערוך את התוכן של התבנית שלך.
- 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 השרת כדי להחזיר את התבנית במקרה של טעות או שחיתות.
- Click to tick the Expand Widget Templates checkbox. לחץ כדי לסמן את תיבת הסימון הרחב תבניות יישומון.
- Find the line with the following text: מצא את השורה עם הטקסט הבא:
<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'>
<data:adEnd/>
<data:adCode/>
<data:adStart/>
</b:if>Note that maximum of 3 AdSense for Contents (non Link Unit type) ads are allowed on each page. שים לב, עד 3-AdSense עבור תוכן (לא יחידת קישור סוג) מותר מודעות בכל עמוד.
- 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>The whole block added will look like below: כל לחסום הוסיף ייראו להלן:
<b:if cond='data:blog.pageType == "item"'>
<b:if cond='data:post.includeAd'>
<data:adEnd/>
<data:adCode/>
<data:adStart/>
</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. לאחר הפעלת המודעות בין הצג הודעות בשלב 1, תוכלו להבחין כי מודעות AdSense יוצגו בין הודעות על כל מספר הודעות בדף הבלוג, וגם לאחר המאמר ב בודדת אחת לכתוב להציג. 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: אם אינך רוצה שמודעות אלה יופיעו, כלומר להעביר מובנה inline מודעות בתוך לפרסם, את הבאים לאתר גוש טקסט שנמצא אותו עם אחד הוספנו לעיל:
<b:if cond='data:post.includeAd'>
<data:adEnd/>
<data:adCode/>
<data:adStart/>
</b:if>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>so that it looks like the following: כך נראה את הדברים הבאים:
<b:if cond='data:blog.pageType != "item"'>
<b:if cond='data:post.includeAd'>
<data:adEnd/>
<data:adCode/>
<data:adStart/>
</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. שים לב, כי שתי שורות יש להוסיף את הקיים כדי לחסום את הקוד של התבנית, לא לחסום את אשר הוספנו בשלב לעיל.
- Click on SAVE TEMPLATE button to save the new hacked template. לחץ על הלחצן שמור תבנית כדי לשמור את התבנית החדשה hacked. 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 : The page is machine translated and provided "as is" without warranty. חשוב: הדף הוא מכונה בתרגום ובתנאי "כמות שהוא", ללא אחריות. Machine translation may be difficult to understand. תרגום מכונה יכול להיות קשה להבין. Please refer to אנא פנה ל original English article המאמר המקורי באנגלית whenever possible. ככל שניתן.
Related Articles מאמרים קשורים
- How to Wrap AdSense Ads Around and Inline Beside Blogger Post Content כיצד גלישת מודעות AdSense בסביבות inline ו-Blogger שליחת לצד תוכן
- Place AdSense Ad Unit In Various Positions Inside Within Blogger Post Contents מקום יחידת מודעות AdSense במגוון תפקידים בתוך בתוך Blogger פרסם תוכן
- Add and Insert to Put Google AdSense Ads Units Between Blog Posts in Blogger.com הוסף או הכנס כדי להציב מודעות של Google AdSense יחידות בין רשומות הבלוג ב-Blogger.com
- How to Display Elements (Ads) Only On (Or Only Not At) Individual Single Post Item View כיצד להציג אלמנטים (מודעות) בלבד (או לא רק) הודעה בודדת יחיד הצג פריט
- Workaround to Add Custom Channels into Blogger AdSense Page Element Widget דרכים לעקיפת הבעיה כדי להוסיף ערוצים מותאמים אישית ל-Blogger AdSense רכיב דף יישומון
- Retrieve and Get WordPress Post ID Outside the Loop as PHP Variable לאחזור וקבל WordPress פוסט מזהה מחוץ Loop כפי PHP משתנה
- Trick to Add AdSense, AdBrite and Other JavaScript Ad Code Directly to Blogger HTML Template טריק להוסיף את AdSense, AdBrite ועוד מודעות קוד JavaScript ישירות ל-Blogger תבנית HTML
- How to Delete Blogger Blog כיצד למחוק בלוג של Blogger
- How to Remove and Hide Blogger NavBar (Top Navigation Bar) כיצד להסיר ולהתקין הסתר Blogger NavBar (למעלה סרגל ניווט)
- How to List and Show WordPress Posts That Comments and Pings Off (Not Allow) כיצד לרשימת WordPress הצג הודעות זה תגובות ו Pings Off (לא תאפשר)










































October 4th, 2008 10:42 4 באוקטובר, 2008 10:42
Thanks so much for your guide. תודה רבה לך על המדריך. I have applied the technique. אני חייב להחיל את הטכניקה.
I am wondering if you are able to assist on the following issue: I have a warning sign that appears at the left bottom corner that says that 'Done, but with error on page' on my website: אני תוהה אם אתה יכול לסייע על הבעיה הבאה: יש לי סימן אזהרה שמופיעה על הפינה השמאלית התחתונה, אומר כי זה בוצע, אבל עם שגיאה בעמוד 'על האתר שלי: http://www.asiaworkingparent.com http://www.asiaworkingparent.com . . Would you be able to diagnose? האם אתה יכול להיות מסוגל לאבחן? not sure if it is related to adsense. לא בטוח אם הוא קשור ל-AdSense.
September 29th, 2008 00:39 ספטמבר 29, 2008 00:39
thanks! תודה!
September 28th, 2008 01:41 ספטמבר 28, 2008 01:41
[...] – Blog Posts – Edit – Show Ads Between Posts). [...] - בלוג הודעות - ערוך - הצג מודעות בין הודעות). After that you can move these ads position using this technique. לאחר מכן תוכל להעביר את המודעות המיקום באמצעות טכניקה זו. But sometimes it is not enough: for example you cannot specify channel, you cannot insert AdSense [...] אבל לפעמים זה לא מספיק: למשל לא ניתן להגדיר ערוץ, אתה לא יכול להכניס AdSense [...]
August 9th, 2008 03:27 9 באוגוסט, 2008 03:27
cant locate post body tag in my template.. צביעות לאתר לכתוב בגוף התבנית התג שלי ..
June 13th, 2008 01:04 13 יוני 2008 01:04
[...] 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 inline מודעות בין הודעות בתוך תוך כדי שליחת מיקומך
February 5th, 2008 12:03 5 פברואר 2008 12:03
they had I didn't and saw and climb in a hollow more than came by themselves הם היו אני לא וראיתי ו לטפס בתוך שקע יותר הגיעו בעצמם
December 4th, 2007 02:58 4 בדצמבר, 2007 02:58
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. פניתי את זה בבלוג שלי, וזה עובד כמו קסם.
Thanks. תודה.