Move Blogger Inline Ads Between Posts to Inside Within Post Position 내부 블로그에 게시물을 이동 시간 사이에 인라인 광고 게시물 게재 순위

The new Blogger widget based template that built on XML specification has a feature to 위젯의 새 블로그 템플릿을 기반 xml 사양이 기능을 토대로 add Google AdSense ad unit inline between posts 인라인 사이에 구글 애드 센스 광고 단위를 추가 게시물 . 합니다. 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. 이들이 블로그 게시물을 사이에 광고가 게재 인라인 홈페이지, 보관 및 범주 또는 레이블을 페이지, 또는 그 이후 단 하나의 블로그 게시물을 볼 때 콘텐츠를 개별적으로합니다. 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 구글 애드 센스 광고 코드 내부의 게시물에 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. 일부 사용자 불안을 느낄 수있습니다 애드 센스 광고 코드를 수정하여 애드 센스 서비스 약관에 위배 수있습니다. 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. 어쨌든, 다른 해결 방법이 애드 센스 광고를 블로그에 게시물을 유도하는 속임수를 사용하여 중복 구축 -에서 인라인을 이동하거나 게시물을 블록을 사이에 내부에 광고를 게시할 섹션합니다.

  1. To use the trick to move around AdSense ad unit added by Ads Between Posts, 이동을 유도하는 속임수를 사용하여 광고를 사이에 애드 센스 광고 단위를 추가한 게시물, enable and configure inline ads in Blogger using this guide 인라인 광고에서 블로그를 활성화하고 구성이 안내서를 사용하여 . 합니다. Note that you must login to your AdSense account from Blogger to establish access authentication. 참고 : 귀하의 애드 센스 계정에서 로그인을해야하는 액세스 인증 블로그를 수립합니다. If you don’t have AdSense account yet, you can click on Sing Up button to register for one. 애드 센스 계정이 아직하지 않은 경우, 버튼을 눌러 등록을하실 수있습니다 한 노래를 클릭하십시오.
  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 코드를 템플릿 편집기를 열어 내용을 귀하의 템플릿을 수정합니다.

    블로그 편집

  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. 귀하의 템플릿의 사본을 백업하여 전체 템플릿 다운로드 링크를 클릭하십시오 경우에는 그것은 블로그가 필요합니다 서버에 업로드되는가 서식 파일을 복구하는이나 손상이 이벤트의 실수를합니다.

    블로그 전체 템플릿 다운로드

  4. Click to tick the Expand Widget Templates checkbox. 도구 템플릿 확장 확인란을 클릭하여 체크합니다.

    블로그 도구 템플릿 확장

  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 애드 센스에 대한 내용 (아닌 링크 단위 유형)에서 허용되는 광고는 각 페이지를합니다.

  6. If you want the AdSense ads inside blog post to 애드 센스 광고를 원한다면 내부 블로그에 게시물을 올릴 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 단계에서 알 수있습니다 게시물에 애드 센스 광고가 표시됩니다 사이에 여러 개의 블로그 게시물의 모든 페이지를, 그리고 이후에 기사를 개별 단일 게시물이 문서가 적용되는합니다. 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: 이러한 광고를 게재하지 않으려면, 즉 건설 -에서 인라인을 이동 시간에 광고를 게시, 다음과 같은 블록의 텍스트를 찾을 위치는 우리가 추가된과 동일 하나 다음과 같습니다 :


    <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: 그래도 애드 센스 광고 단위를 표시하고이 문서가 적용되는 사이에 귀하의 블로그 게시물을 홈페이지에 방문하면, 레이블 또는 카테고리 페이지 또는 아카이브 페이지 위쪽과 아래쪽에 랩 위의 코드를 다음과 같은 2 개의 선 :

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

    so that it looks like the following: 그래서 다음과 같은 것 같습니다 :


    <b:if cond='data:blog.pageType != "item"'> <b:if "item"'> != cond='data:blog.pagetype
    <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. 참고 : 두 개의 라인이 추가되어 기존의 블록을해야 코드를 템플릿, 블록이 없다 위의 단계에서 우리가 추가되었습니다.

  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 : You're reading a machine translated page which is provided "as is" without warranty. 중요 사항 : 당신은 기계 번역 페이지를 읽고이 제공없이 "있는 그대로"품질 보증합니다. 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. 인간의 번역과는 달리, 기계 번역을 이해하지 않습니다 문법, 의미론, 문법, 숙어의 천연 언어, 그래서 종종 부정 확한과 낮은 품질 텍스트를 생산하고 이해할 수없는 오해가있습니다. Thus, please refer to 따라서를 참조하시기 바랍니다 original English article 원래 영어 자료 whenever possible. 언제 수있습니다.

MDL blog postings now continue at 지금 분계선 블로그 게시물에 계속 Tip and Trick 팁 및 트릭을 , and readers are welcome to join , 그리고 독자들은 조인에 오신 것을 환영합니다 My Digital Life Forums 내 디지털 라이프 공개 토론 . 합니다.


2 Responses to “Move Blogger Inline Ads Between Posts to Inside Within Post Position” 2 개의 응답을 "내부로 이동 블로그에 게시물을 게시할 사이에 인라인 광고 게재 순위"

  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. 아주 재미있는 아주 깨끗한 방법을 게시하고 애드 센스 광고의 위치를 변경합니다. I applied it to my blog and it works like a charm. 나는 그것을 내 블로그를 적용 매력과 같이 작동합니다.

    Thanks. 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 그들은 안에보고하고 중공 이상의 상승이 스스로 온

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=""> <acronym title=""> <abbr title=""> <blockquote cite=""> <b> <cite> <code> <델 날짜 = ""> <em> <i> <strike> '<q cite="">

Subscribe without commenting 논평없이 구독 신청
이메일



Incoming Search Terms for the Article 이 문서에 대한 검색어를 수신

blogger 3.0 adsense within post 블로그 게시물 3.0 애드 센스 ~ - - data:blog.pageType 데이터 : blog.pagetype - - getting duplicate ads within posts in blogger 점점 중복되는 광고에서 블로그 게시물 - - how to place ads between posts blogger 블로그 게시물에 광고하는 방법을 사이에 - - blogger ad between posts 광고를 사이에 블로그 게시물 - - blogspot ads in between text 텍스트를 사이에 블로그 광고를 - - removing ads between posts with blogger 블로그 게시물을 제거하는 사이에 광고를 - - blogger ads between posts 광고를 사이에 블로그 게시물 - - displaying ads in between blogger posts 블로그 게시물 사이에 광고를 게재 - - category label search page limit blogger 블로그 카테고리 레이블을 검색 페이지로 제한 - - how to put adsense between two blog post 애드 센스를 넣는 방법 사이에 두 개의 블로그 게시물 - - inline ads 인라인 광고 - - place ads between blogger posts 블로그 게시물 사이에 광고 - - put adsense code beside posting for blogger beta 베타 버전의 블로그에 애드 센스 코드 옆에 게시 - - ads in between blog entries blogger 블로그의 블로그 항목 사이에 광고를 - - how to add inline ads in blogger 인라인 광고에서 블로그를 추가하는 방법 - - internet explorer inline ads dont show 인터넷 탐색기 인라인 광고 dont 쇼 - - adstart blogger 블로그 adstart - - move around blog templates 이동 블로그 템플릿 - - "Display this ad" "디스플레이이 광고" - - data:adCode blogspot 데이터 : adcode 블로그 - - how to put ads inbetween posts in blogger 블로그 게시물에 광고를 넣는 방법 inbetween - - مدونات اعلانات الوظائف مدونات اعلانات الوظائف - - ads on blogger 블로그에 광고를 - - ads within posts 광고 게시물 - - blogger add between post 장바구니 사이에 블로그 게시물 - - blogs with inline ads 블로그와 인라인 광고 - - i dont have 나는 필요 없어요 - -