Adsense plugin for Wordpress? to auto insert adsense code into posts

Discussion in 'WordPress' started by sonofsam, Jul 24, 2007.

  1. #1
    Can anybody recommend anything?
     
    sonofsam, Jul 24, 2007 IP
  2. dailymoolahdotcom

    dailymoolahdotcom Guest

    Messages:
    617
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #2
    adsense deluxe does that i think - try searching wordpress codex plugins
     
    dailymoolahdotcom, Jul 24, 2007 IP
  3. uglyboy

    uglyboy Peon

    Messages:
    1,963
    Likes Received:
    134
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Why not just add your adsense code directly into the single.php file of your theme..
     
    uglyboy, Jul 24, 2007 IP
  4. BlindCat

    BlindCat Banned

    Messages:
    415
    Likes Received:
    34
    Best Answers:
    0
    Trophy Points:
    0
    #4
    google adsense deluxe
     
    BlindCat, Jul 24, 2007 IP
  5. sonofsam

    sonofsam Peon

    Messages:
    268
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #5
    <?php get_header(); ?>
    
    	<div id="content" class="widecolumn">
    
    	<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    
    		<div class="navigation">
    			<div class="alignleft"><?php previous_post_link('&laquo; %link') ?></div>
    			<div class="alignright"><?php next_post_link('%link &raquo;') ?></div>
    		</div>
    
    		<div class="post" id="post-<?php the_ID(); ?>">
    			<h2><a href="<?php echo get_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h2>
    
    			<div class="entry">
    				<?php the_content('<p class="serif">Read the rest of this entry &raquo;</p>'); ?>
    
    				<?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
    
    				<p class="postmetadata alt">
    					<small>
    						This entry was posted
    						<?php /* This is commented, because it requires a little adjusting sometimes.
    							You'll need to download this plugin, and follow the instructions:
    							http://binarybonsai.com/archives/2004/08/17/time-since-plugin/ */
    							/* $entry_datetime = abs(strtotime($post->post_date) - (60*120)); echo time_since($entry_datetime); echo ' ago'; */ ?>
    						on <?php the_time('l, F jS, Y') ?> at <?php the_time() ?>
    						and is filed under <?php the_category(', ') ?>.
    						You can follow any responses to this entry through the <?php comments_rss_link('RSS 2.0'); ?> feed.
    
    						<?php if (('open' == $post-> comment_status) && ('open' == $post->ping_status)) {
    							// Both Comments and Pings are open ?>
    							You can <a href="#respond">leave a response</a>, or <a href="<?php trackback_url(true); ?>" rel="trackback">trackback</a> from your own site.
    
    						<?php } elseif (!('open' == $post-> comment_status) && ('open' == $post->ping_status)) {
    							// Only Pings are Open ?>
    							Responses are currently closed, but you can <a href="<?php trackback_url(true); ?> " rel="trackback">trackback</a> from your own site.
    
    						<?php } elseif (('open' == $post-> comment_status) && !('open' == $post->ping_status)) {
    							// Comments are open, Pings are not ?>
    							You can skip to the end and leave a response. Pinging is currently not allowed.
    
    						<?php } elseif (!('open' == $post-> comment_status) && !('open' == $post->ping_status)) {
    							// Neither Comments, nor Pings are open ?>
    							Both comments and pings are currently closed.
    
    						<?php } edit_post_link('Edit this entry.','',''); ?>
    
    					</small>
    				</p>
    
    			</div>
    		</div>
    
    	<?php comments_template(); ?>
    
    	<?php endwhile; else: ?>
    
    		<p>Sorry, no posts matched your criteria.</p>
    
    <?php endif; ?>
    
    	</div>
    
    <?php get_footer(); ?>
    
    Code (markup):

    this is the text for my single.php file.. i don't know where i'm supposed to add the adsense text... any help would be appreciated
     
    sonofsam, Jul 24, 2007 IP
  6. dailymoolahdotcom

    dailymoolahdotcom Guest

    Messages:
    617
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Hi SonofSam - your best bet is to use this this adsense plugin. It'll configure your inline posts!

    Cheers

    Dailymoolah
     
    dailymoolahdotcom, Jul 24, 2007 IP
  7. BigMumu

    BigMumu Peon

    Messages:
    159
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I'm using that plugn but there are rumors it's against Adsense TOS as it's creator got banned from Adsense, I contacted Adsense & they didn't give me a clear answer, I too want now to add the script directly to the single.php file without using a plugin, if someone knows how please explain it in detail, thanks!!
     
    BigMumu, Jul 26, 2007 IP
  8. titaniumhijau

    titaniumhijau Well-Known Member

    Messages:
    832
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    128
    #8
    Yes. Google adsense deluxe.This is the best plugin can help you for that. BUt i'm not using adsense anymore todays.
     
    titaniumhijau, Jul 26, 2007 IP
  9. uglyboy

    uglyboy Peon

    Messages:
    1,963
    Likes Received:
    134
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Just ad this inside "The Loop"

    <div style="float:left;margin-top:0px;margin-right:5px;">
    insert Google Adsense javascript code block here
    </div>
     
    uglyboy, Jul 26, 2007 IP
  10. Aliniuz2

    Aliniuz2 Member

    Messages:
    53
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #10
    Very useful, ugleboy. It helped. ;)

    Thanks again.
     
    Aliniuz2, Jul 26, 2007 IP
  11. rush123456

    rush123456 Active Member

    Messages:
    525
    Likes Received:
    73
    Best Answers:
    0
    Trophy Points:
    68
    #11
    Thanks uglyboy.. I just made it.. Cheers !
     
    rush123456, Jun 19, 2008 IP
  12. PSHeads

    PSHeads Peon

    Messages:
    112
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #12
    shylock adsense works great for me, and you can use it for other ad programs like amazon or chitika.
     
    PSHeads, Jun 28, 2008 IP
  13. Sohan

    Sohan Peon

    Messages:
    2,330
    Likes Received:
    74
    Best Answers:
    0
    Trophy Points:
    0
    #13
    I use this too, and just hardcode the adsense into my templates.
     
    Sohan, Jun 28, 2008 IP