Implement Ad Revenue Sharing in Blogger (Supports Google AdSense And Any Code) Wdrożenie Ad Revenue Sharing w Bloggerze (wspiera Google AdSense i dowolny kod)

Many webmasters have been using WordPress web publishing platform to implement ad revenue sharing among authors or among members of editorial team. Wielu webmasterów zostały Korzystanie WordPress publikowanie platforma do realizacji przychodów z reklam wśród autorów lub podziału pomiędzy członków zespołu redakcyjnego. 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. W WordPress jest przy pomocy PHP, używa tematu i pozwala wtyczek, przychody z reklam, podział funkcji jest łatwa do wdrożenia, ręcznie programowania kodów reklama reklama obrotu lub po prostu użyć jednego z wielu podział przychodów z reklam wtyczki do WordPress dostępne do wyświetlania reklam w różnych stanowisk lub artykułów różnych autorów.

In Blogger blog publishing system, things get complicated. W blogu w serwisie Blogger system publikacji, wszystko się komplikuje. Blogger does not have the flexibility of a full programming language, nor supporting third-party plugins. Blogger nie ma swobody w pełnym językiem programowania, ani wspieranie państw-plugins partii. 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. W związku z funkcji przychodów reklamowych akcji przez obracanie lub zmiana kodu reklamy przez autorów postów "jest trudne do zaplanowania i wdrożenia, ale nie niemożliwe.

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 Template system jest bardzo elastyczny i pozwala na edycję szablonu w formacie HTML z szerokiego poparcia dla różnych elementów tags post, czcionek i kolorów znaczników, a widget szablon tagi. 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. Za pomocą tych znaczników, obejścia automatyczne obracanie i wystawiania lub wyświetlania reklam, które linki do stanowiska autora podziału przychodów z reklam mogą zostać dodane do Bloggera (BlogSpot.com) gospodarzem blogu, w tym blogu powered by Blogger domeny niestandardowej i serwer zewnętrzny.

  1. Login to Blogger Dashboard. Zaloguj się nawigacyjnego Bloggera.
  2. Click on the Layout tab of the blog to implement ad revenue sharing hack. Kliknij kartę Układ blog do realizacji podziału przychodów z reklam hack.
  3. Click on Edit HTML . Kliknij na Edytuj HTML.
  4. Tick and select the check box for Expand Widget Templates . Zaznacz i zaznacz pole wyboru Rozszerz szablony widżetów.
  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. W zależności od miejsca na stronie internetowej, że miejsce reklamowe z autorem powiązanych reklam kodów rotacji chce zostać wyświetlony, przejdź do odpowiedniej linii kodu w edytorze 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: Na przykład, aby wdrożyć reklamy przed treści post, ale po tytule postu, szukaj następujący wiersz kodu w szablonie i dodać podział przychodów z reklam hack kod jak pokazano w następnym kroku nad nim:

    <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. Więcej łatwiejszy sposób, aby określić, gdzie do wykonania kodu byłoby po prostu zastąpienie kodów reklam, które są obecnie istnieje w szablonie.

  6. Insert the following HTML code, which make uses of Blogger conditional tags to implement ad revenue sharing on individual pages. Wstaw następujący kod HTML, które korzysta z Bloggera tagów warunkowych do realizacji podziału przychodów z reklam na poszczególnych stronach.
     <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) Wstaw kod reklamy na Mydigitallife tutaj (pierwszy autor) 
     </b:if> </ b: if> 
    
     <b:if cond='data:post.author == &quot;MyDigitalife2&quot;'> <b:if cond='data:post.author == "MyDigitalife2"'> 
     Insert Ad Code for MyDigitalLife2 here (second author) Wstaw kod reklamy na MyDigitalLife2 tutaj (drugi autor) 
     </b:if> </ b: if> 
     </b:if> </ b: if> 
    

    Repeat the above section for single author for as many authors as there is. Powtórz powyższy punkt za jednego autora, o tyle autorzy, jak tam jest.

    Remember to replace MyDigitalLife and MyDigitalLife2 (and anyone else) with actual Display Name of the authors. Pamiętaj, aby zastąpić Mydigitallife i MyDigitalLife2 (i ktokolwiek inny) z rzeczywistymi Display Name autorów. And insert the actual ad code from, for example, Google AdSense, AdBrite, Tribal Fusion, ValueClick Media and etc. I wstawić kod reklamy z rzeczywistego, na przykład, Google AdSense, AdBrite, Tribal Fusion, / wydawcy mediów i itp.

    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. Pierwszy wiersz powyższego kodu ogranicza podział przychodów z reklam, umieszczanych na poszczególnych stron tylko po, ale nie tylko strony głównej, kategorii, tag, dane autora lub inne kategorie stron.

  7. Click on Save Template when done. Kliknij przycisk Zapisz szablon zrobić.
  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. Sprawdź, czy poprawne reklamy są wyświetlane, wyświetlając kod źródłowy HTML strony podczas wizyty stanowisk stworzonych przez różnych autorów lub blogów.

IMPORTANT : The page is machine translated and provided "as is" without warranty. UWAGA: strona jest maszyna przetłumaczony i dostarczane "tak jak są" bez gwarancji. Machine translation may be difficult to understand. Tłumaczenie maszynowe może być trudne do zrozumienia. Please refer to Proszę odnieść się do original English article oryginalny angielski artykułu whenever possible. w miarę możliwości.


3 Responses to “Implement Ad Revenue Sharing in Blogger (Supports Google AdSense And Any Code)” 3 Odzewy wobec "Realizacja przychodów z reklam Udostępnianie w Bloggerze (wspiera Google AdSense i dowolny kod)

  1. Dave@Olive Articles Dave @ Olive Artykuły
    October 15th, 2009 16:04 15 października 2009 16:04
    3 3

    Hi Cześć

    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? Could you please tel mi, gdzie mogę znaleźć plugin do Wordpress, które pozwolą mi oferować akcje AdSense przychodów dla każdej z wypowiadających się posty? 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. Naprawdę nie mogę znaleźć taki, który tylko akcje dochody z ich treści indywidualne i chciałbym, aby wdrożyć ją na mojej stronie artykułu.

    It would be very much appreciated. Byłoby bardzo cenione.

  2. Anti Virus Anti Virus
    September 17th, 2009 12:32 17 września 2009 12:32
    2 2

    Thanks for the detailed info. Dzięki za szczegółowe info. It is very helpful! Jest to bardzo pomocne!

  3. k k
    September 2nd, 2009 06:44 2 września 2009 06:44
    1 1

    Cool! Chłodny!

Leave a Reply 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> Możesz używać tych skuwki: href="" title=""> <abbr title=""> <acronym <b> <blockquote zacytować=""> <cite> <code> <del datetime = ""> <em> <<q zacytować=""> <strike> <strong>

Subscribe to comments feature has been disabled. Subskrybuj komentarze funkcja została wyłączona. To receive notification of latest comments posted, subscribe to Aby otrzymywać powiadomienia o najnowszych komentarze opublikowane, zapisz się My Digital Life Comments RSS feed Mój Cyfrowy Życie Comments RSS or lub register to receive zarejestrować, aby otrzymać new comments in daily email digest. nowe komentarze przesłać wiadomość pocztą elektroniczną.
Custom Search

New Articles Nowe artykuły

Incoming Search Terms for the Article Dochód Zrewidować Stosunki pod kątem ten Przedmiot

blogger ad revenue przychody z reklam blogger - -- Adsense per revenue sharing blogger Adsense na podział przychodu blogger - -- google adsense example code Google AdSense przykładowy kod - -- sharing blogger dzielenie blogger - -- ad revenue for blogs other than adsense przychody z reklam na blogach innych niż adsense - -- website content licensing revenue share zawartości witryny akcji licencji dochodów - -- ads easy Advertising activation code: Reklamy łatwe kod aktywacyjny Reklama: - -- adsense ad sharing adsense podziału reklamy - -- Google AdSense Sample Code Google AdSense kod przykładowy - -- share on email blogger code akcji na e-mail kod blogger - -- revenue share tab remove kartę udziału w przychodach usuń - -- how to blog with google adsense revenue Jak blogu Google AdSense dochodów - -- google adsense google custom search blogger Google AdSense Google Blogger wyszukiwania niestandardowego - -- how to manually remove ad code from html template Jak ręcznie usunąć kod reklamy z szablonu HTML - -- dula antivirus step by step can you tel me? Dula antywirusowe krok po kroku można tel me? - -- google ads example revenue Google przykład dochody reklamy - -- sharing for blogger Udostępnianie blogger - -- adsense in blogger french AdSense w serwisie Blogger francuski - -- advertising revenue share udział w przychodach reklamowych - -- how can i adbrite code implemnt Jak mogę AdBrite implemnt kod - --