How do I code in my Google Adsense Ad

elijah.ca21

New Member
Messages
2
Reaction score
0
Points
0
My website is:

www.hectik.pcriot.com

My code is:
<script type="text/javascript"><!--
google_ad_client = "ca-pub-7757256180137189";
/* TeamHecTiK */
google_ad_slot = "5600564533";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
 

cybrax

Community Advocate
Community Support
Messages
764
Reaction score
27
Points
0
I don't have a Simple Machines forum at hand but from past experience with similiar inserting adsense can require a bit of digging. The forum page tends to be constructed from several sub page/ modules eg: header, footer... you need to look through the individual files to find the right one then alter/ insert manually.
 

vv.bbcc19

Community Advocate
Community Support
Messages
1,524
Reaction score
92
Points
48
Can you post the code too?
Otherwise this is a small basic tut on how to go about adding adsense to smf

Please use this mod for adding google ads.
http://custom.simplemachines.org/mods/index.php?mod=255

after uploading the mod through package manager, install it..

Then go to server settings and see if your files are on english-utf8 or english.
If its in english utf8, you might wanna change it to english.
Otherwise you will be editing the utf8 file manually each time you add a new mod
Regs,
VVBB
 
Top