Topic: how to work with adsense
any idea to work with google adsense? thanks
Welcome to jobberBase Developer Community!
You are not logged in. Please login or register.
We've just added a new category for forums dedicated to local communities.
If you're interested in starting a community in your country or even city, please write us at hello@jobberbase.com and we'll make it happen.
We're also looking for moderators on each local community -- so email us :).
Pages: 1
any idea to work with google adsense? thanks
helo... i hav try insert google adsense code into my jobberbase... seem likes working fine...the 2 template i modified is header and footer...
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
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:
{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.
thanks for the simple adsense instructions - helped me add content to my site
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?
wrap the adsense with
{literal}...{/literal}
I did try that before and it did not work!
I have bookmarked this code for applying Google adsense. In every thread i am getting something new thing.
I 'll surely try this hoping I'll get the desired results.
Posts [ 11 ]
Pages: 1
Powered by FluxBB
[ Generated in 0.025 seconds, 6 queries executed ]