Results 1 to 8 of 8

Thread: Wordpress Featured/Ad Plugin

  1. #1
    blah blah blah...
    Join Date
    Nov 2003
    Location
    Toronto, ON
    Posts
    670

    Wordpress Featured/Ad Plugin

    i'm looking for an ad rotating feature that rotates without having to refresh the page. something like you see at the top of the following pages:
    http://www.skinpress.com/Mag-Demo/in...wptheme=Lagoon
    http://www.dirtyhunk.com/

    i want to be able to specify the dimension of the ad.

    does anyone know of a good plugin that'll do this?

    thanks in advance!

    allan

    DIXTER.COM
    Dixter.com Affiliate Program
    50/50 Rev Share Program with 5% Webmaster Referrals


  2. #2
    blah blah blah...
    Join Date
    Nov 2003
    Location
    Toronto, ON
    Posts
    670
    this is probably the best example of what i'm looking for: http://www.skinpress.com/Mag-Demo/in...theme=Greeniva

    DIXTER.COM
    Dixter.com Affiliate Program
    50/50 Rev Share Program with 5% Webmaster Referrals


  3. #3
    They have computers, and they may have other weapons of mass destruction x0pa's Avatar
    Join Date
    Apr 2008
    Posts
    1,014
    Code:
    http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
    one of the best
    Dade Williams
    ICQ: 482644794


  4. #4
    They have computers, and they may have other weapons of mass destruction x0pa's Avatar
    Join Date
    Apr 2008
    Posts
    1,014
    a php banner i use but doesnt do the fade in slideshow and all that stuff its not what your looking for but someone else may have a use for it

    Code:
    <?php
    $externalFile = "N";  // Y means the item array contains file names
    // add to the weight and item arrays below
    $weight[0] = 1; $item[0] = "<a href='url'><img src='imgurl'></a>";
    $weight[1] = 1; $item[1] = "<a href='url'><img src='imgurl'></a>";
    
    
    
    // end of arrays
    for ( $a=0; $a<count($weight); $a++ ) 
    for ( $b=1; $b<=$weight[$a]; $b++ ) $pick[] = $a;
    $selected = $item[$pick[rand(0,count($pick)-1)]];
    if ($externalFile == "Y") $selected = file_get_contents($selected);
    echo $selected;
    ?>
    Dade Williams
    ICQ: 482644794


  5. #5
    blah blah blah...
    Join Date
    Nov 2003
    Location
    Toronto, ON
    Posts
    670
    thanks bud!! it looks great. going to test it out today. do you think that's what http://www.queerclick.com/ is using at the top of their middle column??

    Quote Originally Posted by x0pa View Post
    Code:
    http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
    one of the best

    DIXTER.COM
    Dixter.com Affiliate Program
    50/50 Rev Share Program with 5% Webmaster Referrals


  6. #6
    On the other hand.... You have different fingers
    Join Date
    Nov 2009
    Posts
    1,252
    Put this underneath your <meta> lines:

    <script src="http://jquery.com/src/jquery-latest.js"></script>
    <script src="http://www.sebastiansstudios.com/jquery.cross-slide.js"></script>

    This where you want the slideshow to show:

    </script>
    </head>
    <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">

    <table id="Table_01" width="1400" height="503" border="0" cellpadding="0" cellspacing="0">
    <tr>
    <td style="background-image: url('http://sebastiansstudios.com/tour/images/header-bg.png'); background-repeat: repeat-x;"></td>
    <td colspan="6" style="background-image: url('images/header-bg.png'); background-repeat: repeat-x;"><img src="http://sebastiansstudios.com/tour/images/logo.png" width="350" height="55"></td>
    <td colspan="9" style="background-image: url('http://sebastiansstudios.com/tour/images/header-bg.png'); background-repeat: repeat-x;">&nbsp;</td>
    <td colspan="2" style="background-image: url('http://sebastiansstudios.com/tour/images/header-bg.png'); background-repeat: repeat-x;"><a href="http://sebastiansstudios.com/members/members.htm"><img src="http://sebastiansstudios.com/tour/images/1_home_04.gif" border="0" width="59" height="66" alt=""></a></td>
    <td style="background-image: url('http://sebastiansstudios.com/tour/images/header-bg.png'); background-repeat: repeat-x;"></td>
    </tr>
    <tr>

    <td colspan="19">
    <img src="http://sebastiansstudios.com/tour/images/header_block_bg.jpg" width="1400" height="32" alt=""></td>
    </tr>
    <tr>
    <td rowspan="2">
    <img src="http://sebastiansstudios.com/tour/images/header_block_bg-08.jpg" width="219" height="368" alt=""></td>
    <td colspan="17">
    <div id="slideshow">
    <script>


    You can put it into the coding of your blog.


  7. #7
    On the other hand.... You have different fingers
    Join Date
    Nov 2009
    Posts
    1,252
    This slideshow we use for Sebastian's Studios that we work on. You can view it HERE.

    We have put it into a blog as the "Header Coding" and it worked.


  8. #8
    Moderator Bec's Avatar
    Join Date
    Nov 2003
    Location
    Ohio
    Posts
    8,419
    Take a look at FocalMedia.net for their HTML Rotator http://www.focalmedia.net/htmlrotate.html

    Install it on one domain in a subfolder and manage ALL your websites rotator ad needs with the one install. -- oh yeah, it's FREE


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •