Place AdSense Ad Unit In Various Positions Inside Within Blogger Post Contents 애드 센스 광고 단위 장소에서 다양한 포지션 내부 블로그 게시물의 내용
There is 있다 trick 마술 to add Google AdSense and other advertising network such as AdBrite ad unit right beside and inside within Blogger post content, so that the ad block will appear wrapped and floated inline to the top left or top right next to the blog text. 구글 애드 센스를 추가할과 다른 광고 네트워크와 같은 Adbrite - 블로그 게시물에 광고 단위를 바로 옆에 안쪽으로 콘텐츠, 그래서 포장 및 떠오르의 광고 블록이 나타납니다 인라인 가기 옆에있는 왼쪽 또는 오른쪽 상단의 블로그 텍스트를합니다. If you do not like this layout and dislike the prominent location the ads are displayed, there are other places within blog post to put the ad code. 이렇게하지 않을 경우 레이아웃과 싫어하는 눈에 띄는 위치에 광고가 표시되면 다른 장소가 블로그 게시물에 광고 코드를 놓습니다.
The guide below provides tips and tricks on where should the 아래의 가이드 팁 및 유용한 정보를 제공 할 경우 어디에 살고 parsed HTML ad code 광고 코드 분석 (after replacing several special characters with HTML code) be pasted and inserted in the Blogger XML-based template. (이후 여러 특수 문자가와 html 코드를 교체)를 붙여넣은 xml - 기반 템플릿을하고 블로그에 삽입합니다. In essence, the steps are exactly the same when 본질적으로,이 단계는 동일합니다 positioning the ad next to and within post content 게시물의 광고 옆에 위치하고 있으며 콘텐츠를 , except that the text string to search (where to paste the ad code) is different. 경우를 제외하고는 텍스트 문자열을 검색 (어디에 광고 코드를 붙여 넣습니다)은 서로 다른합니다.
To recap, go to Blogger Template tab for the blog you want to change, then click on Edit HTML . 을 주시고, 이동의 블로그에 대한 블로그를 변경하려는 템플릿 탭을 클릭한 다음 편집을합니다. Remember to tick Expand Widget Templates check box, and perform the backup. 진드기를 기억해 도구 템플릿 확장 확인란을 선택하고 백업을 수행합니다.
Wrap Around Next to the Post and Float to Left or Right 포스트와 부동 주위 옆에있는 포장 또는 오른쪽에서 왼쪽으로
Refer to this 이것을 참조 guide 안내서 . 합니다.
After Post Title Before Post Contents 게시물 제목 앞에 게시물의 내용 후
The ad banner will appear below post title but above and before the start of blog content. 게시물 제목에 광고 배너가 나타납니다하지만 위 아래에 블로그를 시작하기 전에 콘텐츠를합니다. It’s actually exactly the same with tip above to wrap AdSense around the post, except that now the ad unit does not float but instead been place at the center without wrapping, and thus pushing content below it. 위의 사실은 정확히 동일한과 끝 주위에 애드 센스에 포장 게시, 이제는 광고 단위를 제외하고 그 대신 못떠 센터가 장소에 배치하지 않고 있으며, 따라서 콘텐츠를 아래 추진합니다.
Search for the line of: 줄의를 검색합니다 :
<p><data:post.body/></p> <p> <data:post.body/> </ p>
Paste the parsed Google AdSense ad code inside <center><div> and </div></center> right before the above line so that it looks like below after change: 구글 애드 센스 광고 코드를 붙여 넣습니다 내부 <center> 구문 분석 <사단과 </ 사단> </ 센터> 바로 전에 아래에 위의 라인 그래서 것 같아 변경 후 :
<div class=’post-header-line-1′/> <div class='post-header-line-1'/>
<div class=’post-body entry-content’> <div class='post-body entry-content'>
<center><div> [ <center> <사단 [ parsed Google AdSense ad code 구글 애드 센스 광고 코드를 구문 분석 ] </div></center> "</ 사단> </ 센터>
<p><data:post.body/></p> <p> <data:post.body/> </ p>
<div style=’clear: both;’/> <!– clear for photos floats –> <div style='clear: both;'/> <! - 취소에 대한 사진을 부동 소수점 ->
</div> </ 사단>
After Post Content Before Footer Credits 꼬리말 크레딧을하기 전에 포스트 콘텐츠를 후
The Google AdSense ad unit or other display ads banner will appear at the bottom of the blog post, after the end of content and just before the ending credits, within inside the post. 구글 애드 센스 광고 단위 또는 다른 디스플레이 광고의 하단에있는 배너 광고가 나타납니다 블로그 게시물의 내용과이 끝난 뒤 종료 직전에 크레딧을 작성해 내부의 시간.
Search for: 검색 필드 :
<div class=’post-footer’> <div class='post-footer'>
Paste the parsed Google AdSense ad code inside <div> and </div> right before the above line so that it looks like below after change: 구글 애드 센스 광고 코드를 붙여 넣습니다 내부 <사단과 구문 분석 </ 사단> 바로 전에 아래에 위의 라인 그래서 것 같아 변경 후 :
<div class=’post-body entry-content’> <div class='post-body entry-content'>
<p><data:post.body/></p> <p> <data:post.body/> </ p>
<div style=’clear: both;’/> <!– clear for photos floats –> <div style='clear: both;'/> <! - 취소에 대한 사진을 부동 소수점 ->
</div> </ 사단>
<div> [ <사단 [ parsed Google AdSense ad code 구글 애드 센스 광고 코드를 구문 분석 ] </div> "</ 사단>
<div class=’post-footer’> <div class='post-footer'>
To center the ads unit, add the wrapper of <center> and </center>. 이 센터의 광고 단위를 추가합니다 <center> 포장지와 </ 센타>.
After Footer Credits 꼬리말 후 크레딧
Unlike the above where the ad unit appear before the credit right after post content, this time the ad unit will appear after the credit for the post is displayed. 상기와 달리 광고 단위에있는 콘텐츠를 표시하기 전에 게시물의 신용 직후에,이 시간에 대한 크레딧을 확보 이후에 광고 단위가 나타납니다 게시물이 표시됩니다. The easiest way to achieve the task is using built-in 이 작업을 달성하는 쉬운 방법이 사용을 구축 - feature of “Show Ads Between Posts” 기능을 "사이에 광고를 게재 게시물" in Blogger. 에서 블로그합니다. Turn off and enable the feature will display ads between posts when view in home, index or category pages, and also at the bottom most part when view in single individual post page view. 끄기를 설정하는 기능을 사용하면보기에 광고를 게재 홈 사이에 게시물을 때, 색인 또는 카테고리 페이지를, 그리고 하단의 단일 개별 게시물 페이지에서이 문서가 적용되는 대부분의 부품이 문서가 적용되는 경우.
If you plan to use non-AdSense ads or want to add in custom channels, you have to manually edit the template HTML to add in the ad code. 아닌 - 애드 센스 광고를 사용하려는 경우 또는 사용자 정의 채널을 추가하려면, 당신은 템플릿을 수동으로 편집하여 검색 페이지에 광고 코드를 추가합니다. In this case, search for: 이 경우, 검색 필드 :
<p class=’post-footer-line post-footer-line-3′/> <p class='post-footer-line post-footer-line-3'/>
Paste the parsed Google AdSense ad code inside <div> and </div> right after the above line so that it looks like below after change: 구글 애드 센스 광고 코드를 붙여 넣습니다 내부 <사단과 구문 분석 </ 사단> 직후의 위 아래에 선 그래서 것 같아 변경 후 :
<p class=’post-footer-line post-footer-line-3′/> <p class='post-footer-line post-footer-line-3'/>
<div> [ <사단 [ parsed Google AdSense ad code 구글 애드 센스 광고 코드를 구문 분석 ] </div> "</ 사단>
</div> </ 사단>
</div> </ 사단>
</b:includable> </ b : includable>
To center the ads unit, add the wrapper of <center> and </center>. 이 센터의 광고 단위를 추가합니다 <center> 포장지와 </ 센타>.
Between Posts 사이에 게시물
After it’s pretty much similar to the above where ads appear after post footer. 위의 뒤 꽤 많은 유사하게 게시물 꼬리말 후 어디에 광고가 게재합니다. So just follow tips above. 그러니까, 다음과 팁 위의합니다.
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 내 디지털 라이프 공개 토론 . 합니다.
Related Articles 관련 기사
- Move Blogger Inline Ads Between Posts to Inside Within Post Position 내부 블로그에 게시물을 이동 시간 사이에 인라인 광고 게시물 게재 순위
- How to Wrap AdSense Ads Around and Inline Beside Blogger Post Content 애드 센스 광고를 포장하는 방법을 옆에 주위와 인라인 콘텐츠를 블로그 게시물
- How to Display Elements (Ads) Only On (Or Only Not At) Individual Single Post Item View 을 표시하는 방법 요소 (광고)에서만 (또는 유일한 전혀) 개별 단일 게시물 상품이 문서가 적용되는
- google_ad_host Host ID in Google AdSense Ad Unit Code and Revenue Sharing 구글 애드 센스 광고 단위 코드 호스트 신분증이 google_ad_host과 수익을 공유
- Workaround to Add Custom Channels into Blogger AdSense Page Element Widget 해결 방법을 사용자 정의 채널을 추가할 애드 센스 페이지 요소를 블로그 위젯
- Retrieve and Get WordPress Post ID Outside the Loop as PHP Variable 밖으로 가서 루프 wordpress 게시물 번호를 검색 환경 변수 변수
- Trick to Add AdSense, AdBrite and Other JavaScript Ad Code Directly to Blogger HTML Template 트릭을 추가 애드 센스, Adbrite - 블로그 및 기타 자바 스크립트 광고 코드를 직접 html 템플릿
- Add and Insert to Put Google AdSense Ads Units Between Blog Posts in Blogger.com 구글 애드 센스 광고 단위를 추가하고 사이에 삽입을 blogger.com 블로그 게시물에
- Google AdSense Policy Update Disallows Image Besides Ads Blocks 구글 애드 센스 정책 업데이트 이미지를 빼고 광고를 차단하지 않습니다
- Redirect Blogger RSS Feed to FeedBurner for Detailed Statistics and Monetize Ads 블로그 피드를 리디렉션에 대한 자세한 통계 및 수익 창출 광고를 feedburner















October 3rd, 2007 01:17 2007년 10월 3일 01:17
[...] 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 or wrap the ad unit around blog post by editing template’s HTML to insert modified ad code [...] 많은 블로거 구글 애드 센스 광고 코드를 삽입한 광고 단위 포장 내부의 게시물을 게시하거나 템플릿의 html을 편집하여 주위 블로그 게시물에 광고 코드를 업데이 트를 삽입 [...]
December 27th, 2007 01:05 2007년 12월 27일 01:05
THANK U 감사합니다 u
February 18th, 2008 00:54 2008년 2월 18일 00:54
hi dude thanks for the wonderful information, but can you help me with one problem. 안녕하세요 야 주셔서 감사합니다 좋은 정보를 갖고 있지만 문제가 하나있어서 나에게 도움을받을 수있습니다. I used your codes very nicely for “After Post Title Before Post Contents” but two ads displayed well before the content, but the third post does not has an ad and there is a blank portion in the post blog. 나는 당신의 코드를 매우 친절하게 사용 "게시물의 내용하기 전에 게시물 제목 후"그러나 두 개의 광고가 표시됩니다 훨씬 이전에 콘텐츠,하지만 세 번째는 광고를 게시하지 않습니다 부분에서 공백이 블로그 게시합니다. As i have the third ad in my sidebar. 세 번째로 광고에 나는 내 사이드바합니다.
Kindly help to remove the blank space. 친절 도움이 공백을 제거합니다.
thanks in advance. 미리 감사합니다.
March 22nd, 2008 21:23 2008년 3월 22일 21:23
Hi there, 안녕하세요,
When I place ads below the topic, the ads appear below all the topics instead of the first one. 광고 아래에있는 항목을 때, 아래에 표시되는 광고의 모든 주제 대신에 첫 번째합니다.
You can check it out @ 해 확인하실 수있습니다 @ http://mobilegyaan.blogspot.com
Please let me know where the problem is? 어디에 문제를 알려주시기 바랍니다은?
July 12th, 2008 02:52 2008년 7월 12일 02:52
Hi 안녕
I have a question… 질문이있습니다…
I was able to add the code wrap around the text but in my tennis blog I also put a picture after the title and before the text… what can I do to still get my picture after the title and before the text and adssense ad??? 포장 주변에 코드를 추가할 수 있었하지만 내 테니스 블로그의 텍스트를 설치해 또한 사진의 제목 및 이전에 다음 텍스트를… 내 그림하려면 어떻게해야합니까 후 계속해서 텍스트와 adssense하기 전에 제목 및 광고?가? ? for example exactly where you have the chitika ad in the post…. 예를 들어 정확히 어디에… 당신은, Chitika 광고를 게시합니다.
Thanks 감사합니다
July 28th, 2008 00:18 2008년 7월 28일 00:18
Hi, 안녕,
Thank you for the useful and helpful tips. 유용하고 도움이되는 힌트 주셔서 감사합니다. The tips make me excited to display ads in various positions within the post body. 흥분을 느끼게의 도움말을 다양한 포지션에 광고를 게재 게시물 본문합니다. I want the ads to display below post content before footer credits. 아래에 게시물을 원한다 콘텐츠를 표시하기 전에 광고를 꼬리말 크레딧을합니다. I want to display it only in the post page not in the main page. 게시물에 나는 그것은 단지 페이지를 표시하려면 메인 페이지에없습니다. So, when the user click the “Read More” link/button in the summary of the post in the main page, it will go to the post page and the ads will show below the post content before footer credits only not in the main page. 그래서를 클릭하면 사용자의 "자세히보기"링크 / 버튼을 사용하여 정보를 요약하여 메인 페이지에 게시되면 게시물 페이지로 이동은 광고를 게재하고 콘텐츠를 표시하기 전에 아래에있는 게시물 꼬리말 크레딧 전용 메인 페이지에 없어 합니다.
I would appreciate so much if you could advise me about it. 너무나 고맙게 생각 아니래니 수있다면 충고합니다.
Again, thank you. 또, 감사합니다.
Cheers! 환호!
Dandy 댄디
July 30th, 2008 17:56 2008년 7월 30일 17:56
Hi, 안녕,
Thank you for your useful and excellent posts. 유용하고 우수한 게시물을 주셔서 감사합니다.
I have a question, how can I display a slideshow of pictures from my Picasa Web/Photobucket albums WITHIN the post body of my Blogger blog (blogspot)? 질문이 있는데요, 어떻게해야합니까에서 사진을 슬라이드쇼를 내 Picasa를 표시하는 웹 / photobucket 앨범을 내 블로그에 게시물 본문의 블로그 (블로그)? And how can I get the embed codes of those albums/pictures? 그리고 소스 코드를 받으려면 어떻게해야합니까 그 앨범 / 사진?
Looking forward positively to your excellent tips. 당신의 환상적인 힌트를 긍정적으로 기대합니다.
August 20th, 2008 21:14 2008년 8월 20일 21시 14분
Thanks, after try and error, finally I got the ad between post in desired position. 감사합니다, 후 및 오류 시도, 결국이있어 원하는 위치에 광고를 사이에 게시합니다. Thank you for this great tips.. 이 훌륭한 팁 주셔서 감사합니다 ..