Anonymous

Topic: how to work with adsense

any idea to work with google adsense? thanks

Anonymous

Re: how to work with adsense

helo... i hav try insert google adsense code into my jobberbase... seem likes working fine...the 2 template i modified is header and footer...

www.antz.com

firstjoboffer

Re: how to work with adsense

I have added google adesense in my site
but in side panel its only coming in home page

any once can help me how i can make it visible in all pages I want ads sud display in all pages

http://www.JobsRialto.com

hobo

Re: how to work with adsense

Depends where in the sidebar you want the ads to show.
You can just place:

<div>
GOOGLE AD CODE
</div>

At the very top of your sidebar code and it should show on all pages.

You can also specify exactly where you want the div with the code to show in an if statement, like:

Code:
{if $CURRENT_PAGE == '' || $CURRENT_PAGE == 'jobs' || $CURRENT_PAGE == 'job' || $CURRENT_PAGE == 'rss' || $CURRENT_PAGE == 'cities' || $CURRENT_PAGE == 'post' || $CURRENT_PAGE == 'companies' || $CURRENT_PAGE == 'page-unavailable' || $CURRENT_PAGE == 'sitemap' || $CURRENT_PAGE == 'jobs-in' || $CURRENT_PAGE == 'jobs-at' || $CURRENT_PAGE == 'search' || $CURRENT_PAGE == 'job-unavailable'}
<div>
GOOGLE AD CODE
</div>
{/if}

This will show the div with ads on all pages. It will work without the divs also, just with google ad code.

firstjoboffer

Re: how to work with adsense

thanks hobo

it worked perfectly

now  adsense is in every page of side panel

http://www.JobsRialto.com

psychantenna

Re: how to work with adsense

thanks for the simple adsense instructions - helped me add content to my site

sfsilks

Re: how to work with adsense

Hi I tried the above <div>
GOOGLE AD CODE
</div>

I cut and pasted the code from google and I can see the code on the page and not the adverts, can anyone help?

redjumpsuit

Re: how to work with adsense

wrap the adsense with

{literal}...{/literal}

Monetize your job board using a simple PayPal payment solution for jobberBase 1.9.1!

sfsilks

Re: how to work with adsense

I did try that before and it did not work!

mack123

Re: how to work with adsense

I have bookmarked this code for applying Google adsense.  In every thread i am getting something new thing.

careerspk.com

Re: how to work with adsense

I 'll surely try this hoping I'll get the desired results.