Google Adsense

AdSense is an ad serving application run by Google Inc. Website owners can enroll in this program to enable text, image, and video advertisements on their websites.

You can use Adsense in Flux very easily.

Step 1

Obtain your advertising code from your Adsense account, it'll look something like this

<script type="text/javascript" ><!--
google_ad_client = "pub-9752748337765590";
/* 300x250, created 09/02/10 */
google_ad_slot = "4445662943";
google_ad_width = 300;
google_ad_height = 250;
//--<
</script<

<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

Step 2

Simply paste this code in your body element using Flux's Code Editor. It's a good idea to use a DIV to contain the code, to keep it seperate, and to allow you to move the ad around the page.
You won't see the ad display in Flux's Edit view.

Done!

Now, when you preview (or publish) your site, the Google Adsense adverts will display on your page.

Tip

If you've only just created the Adsense code, it can take up to 10 minutes for ads to start functioning.