The following instruction is “copied” from this article: “http://calculi.newsvine.com/_news/2008/05/02/1465944-google-adsense-in-tumblr, many thanks to the author “calculi”.
Tumble allows you to put ads, but the way it should be done is not quite that easy like in Blogger, but still pretty simple.
When you are in a dashboard, click “Customize”, then “Theme”. Now at the bottom you see the option “Custom HTML”. Click it, and you get the whole HTML code with CSS. Now it is upto your choice, where you want to put the ads. If you want to put it at the bottom of the page, then search for </body> and put the adsense code just before it and if you want at the beginning of the page, then put just after <body>.
The result may not be satisfactory, so you may need to tweak the CSS to make it look translucent with the original theme. I take the theme “Dashed” as an example. I added the following lines under CSS code
And now wherever you want to add the code, you can add the adsense code as given here:
- <div id=”ads”>
- YOUR ADSENSE CODE
- </div></div>
Well, that’s all. Now you have adsense on your tumblr page. Just like the top ad shown on this page.