Wordpress - Embed Adsense in your posts

Adding Google Adsense to your blog's post is easy. No need to download and add another plugin to your Wordpress installation. Just follow these easy instructions! First, you have to add the following code to your theme's functions.php file.

<?php
function showAds() {
    return '<script type="text/javascript"><!--
    google_ad_client = "pub-2102064382433354";
    google_ad_slot = "5772977330";
    google_ad_width = 468;
    google_ad_height = 60;
   //-->
   </script>
   <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>';
}

add_shortcode('myadsense', 'showAds');
?>

Saved the functions.php file and upload it. Now you can embed an Adsense unit into your posts easily by pasting the following code in the editor, in html mode:

[myadsense]

4 comments for Wordpress - Embed Adsense in your posts

Kevin's picture

This is a nice piece of code....

This is a nice piece of code. No need for a plugin! Great! I'm gonna add it to my blog right now!

Steven's picture

Thanks! nice info......

Thanks! nice info...

Endri's picture

This awesome script.. Great!...

This awesome script.. Great! thanks Richard

Richard Castera's picture

Thanks guys!...

Thanks guys!

Post new comment

The content of this field is kept private and will not be shown publicly. If you have a Gravatar account associated with the e-mail address you provide, it will be used to display your avatar.
Type the characters you see in this picture. (verify using audio)
Type the characters you see in the picture above; if you can't read them, submit the form and a new image will be generated. Not case sensitive.