AdSense Deluxe Hack

For you experiencing error on my blog yesterday, I’m very sorry. I was hacking on AdSense Deluxe plugin. I was trying to add an option to add default add block to each single page (single.php). It was pretty trivial. What hard is the process of adding option. You need to jump into several function to get your option displayed. But it’s now done. My AdSense Deluxe is now capable of adding default ad block to each single page. This way I dont need to add the adsense tag to each post on which I consider as bothering. Now, I can jsut do my bloggin as usual without worrying about adding adsense tag into my post to get my adsense displayed.

Wait a second.. What’s the point of the hack then. It’s more like I’m reverting into what inspired AdSense Deluxe back there. Darn. Ah, what the heck. At least now I can have the ad management feature offered by AdSense Deluxe :p

  • http://www.rendymaulana.com rendy

    coba tulis ulang post ini menggunakan bahasa indonesia, keluar gag iklan adsense yang berwarnanya

  • http://neofreko.com toni

    kurang kerjaan kaleee nulis ulang post ini .. cari aja post yang bahasa indonesia doang, trus klik, ada iklannya gk? :p paling keluar iklan layanan masyarakat. klo gk gitu iklan dari negeri jiran :)

  • http://www.acmetech.com/blog/ Wayne

    If you just edited your Single Post template to add:
    <?php adsense_deluxe_ads(‘my_AdBlock_name’); ?>
    where you want the ads to appear, you shouldn’t have to modify the plugin in anyway. Or?

    If you leave the parameter to that function empty it returns the designated default ad block. But I’d suggest defining a special ad block for “singletons” and reference that one.
    -wayne

  • http://neofreko.com toni

    @Wayne: The main reason behind my modification is there are multiple themes in my site. I don’t want to be bothered by modifying each single.php. In fact I hate to do that for any kind of plugin. That’s why I came out with my modification :)

  • Pingback: Geek Building The Bridge Part 2 » Another AdSense Deluxe Hack