How would I go about placing a 300x250 ad into a wordpress post? I know you can in-line images but not adsense, any ideas?
I'm using that, but I'm talking about how to put it into a page where the ads are inside the article to the left and the writing is to the right, intergrated style.
well just integrate it in the template in your theme . if u want it on each post , edit the single.php file and place it where you want ...
Use Mighty Adsense, which allows you to insert the maximum 3 ads on your front page and an ad format of your choosing on the top or bottom of your single and individual pages. Right now the site is down, but once it's up you can download a copy of the plugin here. http://mightyhitter.com/mightyadsense-21-easy-adsense-integration-with-wordpress.html
I know how to ad adsense, I'm using a plugin. I will have 20 articles a page so I don't want them showing up on every article, or are you talking about not showing up in the front page summaries and when you click on the article it'll show an ad inside the article?
hmm interesting i have been looking for this and found some way outs. check out Jawed's Blog What I have done I have changed my home page, just showing summary of the posts on the page. I am using adsense delux, and I put adsense delux code in each post. there is a floating property of tags like <div><p> etc... <p style="float:right;margin-right: 10px;padding-left: 15px; "><!--adsense--></p> OR <p class="floatR"><!--adsense--></p> put following code in your theme style.css file. .floatL { float: left; margin-right: 10px; padding-left: 15px; } .floatR { float: right; padding-left: 15px; padding-right: 10px; } Code (markup): If some one has better ideas please share with us.
try something like this : <div style=â€display:block;float:left;margin: 5px 5px 5px 5px;â€> // google code </div> Code (markup): is this what u meant ??????????????????
In adsense deluxe, use this code: <div style="display:block;float:left;padding-left:10px; padding-top:5px;padding-right:18px;padding-bottom:24px; background-image: url(http://www.jacks-lounge.com/wp-includes/images/adsensebg200x200.JPG);"> <script type="text/javascript"><!-- google_ad_client = "XXXXXXXXXXXX"; google_alternate_ad_url = "http://www.alternateurl.com/show?memid=XXXX&size=200x200"; google_ad_width = 200; google_ad_height = 200; google_ad_format = "200x200_as"; google_ad_type = "text_image"; //2006-09-28: TopBanner google_ad_channel ="0405378942"; google_color_border = "FBFBFD"; google_color_bg = "FBFBFD"; google_color_link = "333333"; google_color_text = "333333"; google_color_url = "0066CC"; //--></script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script></div> Code (markup): You'll need to make your own BG images and play with the padding for the different ad size, but to see the result, look at the first site in my sig. It's worth it, and adsense said what I have done is fine with their TOS. If you dont want an image background, just take that bit out. I know this response is largely identical to th previous one, but I thought you might like images as well..
I prefer using the Adsense Injection plugin, much more easier and it will automatically add Adsense to all your posts in your blog. Do a search for it in Google. - MENJ