Implement Ad Revenue Sharing in Blogger (Supports Google AdSense And Any Code)實現廣告收入共享的Blogger(谷歌AdSense和支持任何代碼)

Many webmasters have been using WordPress web publishing platform to implement ad revenue sharing among authors or among members of editorial team.許多網站管理員已經使用WordPress的網上發布平台,以實現廣告收入中分享作者或成員之間的編輯團隊。 As WordPress is using PHP, uses theme and allows plugins, ad revenue sharing feature is easy to implement by manually programming the advertising ad codes rotation or simply use one of the many ad revenue sharing plug-ins for WordPress available to display different ads on posts or articles by different authors.由於WordPress是使用PHP,並允許使用的主題插件,廣告收入共享的特點是容易實現通過手動編程廣告的廣告代碼旋轉或簡單地使用一個許多廣告收入共享插件WordPress的可用來顯示不同的廣告上的職位或由不同的作者的文章。

In Blogger blog publishing system, things get complicated.在Blogger博客發布系統,情況非常複雜。 Blogger does not have the flexibility of a full programming language, nor supporting third-party plugins. Blogger沒有的靈活性完整的編程語言,也支持第三方插件。 As a result, function to share advertising revenue by rotating or changing ad code by posts' authors is hardly to design and implement, but not impossible.因此,職能分享廣告收入的旋轉或改變廣告代碼職位的作者是很難設計和實施,但並非不可能。

Blogger template system is quite flexible, and does allow editing of the template in HTML format with broad support for various post elements tags, fonts and colors tags, and widget template tags. Blogger模板系統是相當有彈性,並允許進行編輯該模板的HTML格式的廣泛支持各種因素後的標籤,字體和顏色標記,小部件模板標記。 By using these tags, a workaround to automatically rotate and display or show ads that links to post's author for ad revenue sharing can be added to Blogger (BlogSpot.com) hosted blog, including those blog powered by Blogger on custom domain and external server.通過使用這些標籤,一種替代方法自動旋轉和顯示或顯示廣告鏈接張貼的作者分享廣告收入可以添加到Blogger(BlogSpot.com)主辦的博客,包括博客Blogger驅動的定義域和外部服務器。

  1. Login to Blogger Dashboard.登錄到Blogger控制台。
  2. Click on the Layout tab of the blog to implement ad revenue sharing hack.單擊版式選項卡上的博客廣告收入實現共享破解。
  3. Click on Edit HTML .點擊編輯HTML。
  4. Tick and select the check box for Expand Widget Templates .打勾並選擇複選框展開小裝置範本
  5. Depending on where on the web page that the ad space with author-linked ad codes rotation wants to be displayed, go to the appropriate line of code in the HTML editor.根據在網頁上的廣告空間與作者聯繫的廣告代碼要輪流顯示,到相應的行的代碼在HTML編輯器。 For example, to implement an ad on the before the post content but after the post title, search for the following line of code in the template, and add the ad revenue sharing hack code as shown in next step above it:例如,要實施的廣告發布前的內容,而是職稱後,搜索下面的行的代碼模板,並添加廣告收入分享破解代碼所示下一步上面:

    <data:post.body/>

    A more easier way to identify where to implement the code would be simply replacing the ad codes that are currently existed in the template.一個更簡單的方法,查明執行的代碼就完全取代了廣告代碼,目前存在的模板。

  6. Insert the following HTML code, which make uses of Blogger conditional tags to implement ad revenue sharing on individual pages.插入以下HTML代碼,這使得使用條件標記的Blogger實施廣告收益分享在個別網頁上。
     <b:if cond='data:blog.pageType == &quot;item&quot;'> <b:if cond='data:blog.pageType == "item"'> 
     <b:if cond='data:post.author == &quot;MyDigitalLife&quot;'> <b:if cond='data:post.author == "MyDigitalLife"'> 
     Insert Ad Code for MyDigitalLife here (first author) 插入廣告守則MyDigitalLife這裡(第一作者) 
     </b:if> “/ B組:如果” 
    
     <b:if cond='data:post.author == &quot;MyDigitalife2&quot;'> <b:if cond='data:post.author == "MyDigitalife2"'> 
     Insert Ad Code for MyDigitalLife2 here (second author) 插入廣告守則MyDigitalLife2這裡(第二作者) 
     </b:if> “/ B組:如果” 
     </b:if> “/ B組:如果” 
    

    Repeat the above section for single author for as many authors as there is.重複上述第單一作者為許多作者因為有。

    Remember to replace MyDigitalLife and MyDigitalLife2 (and anyone else) with actual Display Name of the authors.請務必將MyDigitalLife和MyDigitalLife2(和其他任何人),實際顯示名稱的作者。 And insert the actual ad code from, for example, Google AdSense, AdBrite, Tribal Fusion, ValueClick Media and etc.並插入廣告代碼,從實際的,例如,谷歌的AdSense,畫像,部落融合,ValueClick所等媒體

    The first line of the code above restricts ad revenue sharing to be shown on individual post page only, but not only index page, category, tag, data, author or other categorized pages.第一行代碼的上述限制廣告收入分享顯示在個別文章網頁,而不能只索引頁,類別,標籤,數據,作者或其他分類網頁。

  7. Click on Save Template when done.點擊保存模板時進行。
  8. Verify that correct ads are shown by viewing HTML source code of the web pages when visiting posts created by various authors or bloggers.驗證正確的廣告展示通過查看HTML源代碼的網頁時,訪問的職位由不同的作者或博客。

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.只要有可能。


3 Responses to “Implement Ad Revenue Sharing in Blogger (Supports Google AdSense And Any Code)” 3回應“實現廣告收入共享的Blogger(谷歌AdSense和支持任何代碼)”

  1. Dave@Olive Articles戴夫@橄欖文章
    October 15th, 2009 16:04 2009年10月15日日16:04
    3 3

    Hi

    Could you please tel me where I can find a plugin for wordpress that will allow me to offer a share of adsense revenue for each contributors posts?請您電話我在哪裡可以找到一個插件WordPress的,讓我提供AdSense收入份額為每個捐助者的職位? I really cannot find one that just shares the revenue for their individual content and I would like to implement it on my article site.我實在無法找到一個只股票的收入為他們單獨的內容,我想實現它在我的文章的網站。

    It would be very much appreciated.這將是非常讚賞。

  2. Anti Virus防病毒
    September 17th, 2009 12:32 2009年9月17日12:32
    2 2

    Thanks for the detailed info.感謝您的詳細信息。 It is very helpful!這是非常有幫助!

  3. k
    September 2nd, 2009 06:44 2009年9月2日6點44分
    1 1

    Cool!涼爽的!

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 title="">的title=""> <acronym title="">的首字母的<b> <blockquote cite=""> <cite>的<code>“刪除日期=“”“<em>的<i> <q cite=""> <strike>的<strong>

Subscribe to comments feature has been disabled. 訂閱評論功能已被禁用。 To receive notification of latest comments posted, subscribe to 收到通知最新的評論張貼,贊同 My Digital Life Comments RSS feed 我的數字生活評論RSS飼料 or register to receive 註冊以接收 new comments in daily email digest. 在新的評論的電子郵件每天消化。
Custom Search

New Articles新文章

Incoming Search Terms for the Article接踵而來的查尋期限為文章

blogger ad revenue 博客廣告收入 - - Adsense per revenue sharing blogger AdSense的每收入分享博客 - - google adsense example code 谷歌的AdSense代碼示例 - - sharing blogger 分享博客 - - ad revenue for blogs other than adsense 廣告收入以外的AdSense博客 - - website content licensing revenue share 網站內容許可的收入份額 - - ads easy Advertising activation code: 廣告容易廣告激活代碼: - - adsense ad sharing AdSense廣告分享 - - Google AdSense Sample Code 谷歌的AdSense示例代碼 - - share on email blogger code 分享博客代碼的電子郵件 - - revenue share tab remove 收入份額標籤刪除 - - how to blog with google adsense revenue 如何在博客與谷歌的AdSense收入 - - google adsense google custom search blogger 谷歌的AdSense谷歌定制搜索博客 - - how to manually remove ad code from html template 如何手動刪除廣告代碼從HTML模板 - - dula antivirus step by step can you tel me? 杜拉殺毒逐步你電話我嗎? - - google ads example revenue 例如谷歌廣告收入 - - sharing for blogger 分享博客 - - adsense in blogger french 在法國的AdSense博客 - - advertising revenue share 廣告收入份額 - - how can i adbrite code implemnt 如何素材代碼implemnt - -