tony78 Member Licensed customer Jun 6, 2012 #1 how do i add google adsense here Thanks Attachments Screen Shot 2012-06-07 at 12.25.51 AM.webp 40.9 KB · Views: 108
craigiri Well-known member Licensed customer Jun 6, 2012 #2 http://xenforo.com/community/threads/any-list-of-ad-locations.17546/#post-229024 Shows the various ad locations. You may want to use a div of some sort around it. These locations are in your list of templates in the control panel...paste the adsense code into the proper one..... Upvote 0 Downvote
http://xenforo.com/community/threads/any-list-of-ad-locations.17546/#post-229024 Shows the various ad locations. You may want to use a div of some sort around it. These locations are in your list of templates in the control panel...paste the adsense code into the proper one.....
tony78 Member Licensed customer Jun 13, 2012 #3 Thank you guys but can some one tell me how we Add google adsense in the (middle or Random) of the message body? Upvote 0 Downvote
Thank you guys but can some one tell me how we Add google adsense in the (middle or Random) of the message body?
Jake Bunce Well-known member Licensed customer Jun 13, 2012 #4 http://xenforo.com/community/threads/any-list-of-ad-locations.17546/#post-229024 Admin CP -> Appearance -> Templates -> ad_message_body Upvote 0 Downvote
http://xenforo.com/community/threads/any-list-of-ad-locations.17546/#post-229024 Admin CP -> Appearance -> Templates -> ad_message_body
tony78 Member Licensed customer Jun 14, 2012 #5 thanks Jake but, how do i display them on the middle or Random Upvote 0 Downvote
Mopquill Active member Licensed customer Jun 14, 2012 #6 I don't know what you mean by random, but, assuming you want them to just display *over* content, you'd want to use CSS to position it- something like Code: #ad{margin-top:40%;margin-left:auto;margin-right:auto;text-align:center;} You'd likely want to use JavaScript to make it appear and disappear. Beware, though, ads like this are intrusive, and more likely to make a user enable adblock for your website. Upvote 0 Downvote
I don't know what you mean by random, but, assuming you want them to just display *over* content, you'd want to use CSS to position it- something like Code: #ad{margin-top:40%;margin-left:auto;margin-right:auto;text-align:center;} You'd likely want to use JavaScript to make it appear and disappear. Beware, though, ads like this are intrusive, and more likely to make a user enable adblock for your website.
Bram Well-known member Licensed customer Sep 21, 2012 #7 tony78 said: thanks Jake but, how do i display them on the middle or Random Click to expand... You are looking for this I think: http://xenforo.com/community/resources/digital-point-ad-positioning.232/ Upvote 0 Downvote
tony78 said: thanks Jake but, how do i display them on the middle or Random Click to expand... You are looking for this I think: http://xenforo.com/community/resources/digital-point-ad-positioning.232/