-
Website
http://andybeard.eu/ -
Original page
http://andybeard.eu/1112/best-of-ebay-ebay-sellers-christmas-opportunity.html -
Subscribe
All Comments -
Community
-
Top Commenters
-
authorityseo
4 comments · 18 points
-
Jonathan Dingman
4 comments · 1 points
-
AndyBeard
2656 comments · 4 points
-
ojbyrne
4 comments · 1 points
-
Vlad Zablotskyy
6 comments · 2 points
-
-
Popular Threads
Could you answer a technical question for me? How do you get your bumpzee, plugim, and sphinn buttons to line up on top of each other on the right side of your posts? I would love to do this.
For the voting buttons here is the code
[code]
<?php the_post(); ??>
<div id="post-<?php the_ID(); ?>"><?php the_ID(); ??>" class="<?php blogtxt_post_class(); ??>">
<h2 class="entry-title"><?php the_title(); ??></h2>
</div><div class="entry-content">
</div><div class="mybotbox">
<?php if (function_exists('bump_this_widget')) bump_this_widget(); ??>
<?php if (function_exists('show_plugimbox')) show_plugimbox(); ??>
<?php if (function_exists('show_sphinnit')) show_sphinnit(); ??>
</div>
<?php the_content('<span class="more-link"?>'.__('Continue Reading »', 'blogtxt').''); ?>
[/code]
With it I use some simple CSS
[code].mybotbox{
float: right;
margin: 10px 5px 10px 10px;
width: 100px;
height: 250px;
min-height: 250px;
background:#ffffff;
padding: -8px 0em 0em 0.5em;
}[/code]
I need to improve it a little, and am looking at how to do it all inside an iframe so it doesn't slow down page loading so much if something is broken.
Could you answer a technical question for me? How do you get your bumpzee, plugim, and sphinn buttons to line up on top of each other on the right side of your posts? I would love to do this.
For the voting buttons here is the code
[code]
<?php the_post(); ??>
<div id="post-<?php the_ID(); ?>"><?php the_ID(); ??>" class="<?php blogtxt_post_class(); ??>">
<h2 class="entry-title"><?php the_title(); ??></h2>
</div><div class="entry-content">
</div><div class="mybotbox">
<?php if (function_exists('bump_this_widget')) bump_this_widget(); ??>
<?php if (function_exists('show_plugimbox')) show_plugimbox(); ??>
<?php if (function_exists('show_sphinnit')) show_sphinnit(); ??>
</div>
<?php the_content('<span class="more-link"?>'.__('Continue Reading »', 'blogtxt').''); ?>
[/code]
With it I use some simple CSS
[code].mybotbox{
float: right;
margin: 10px 5px 10px 10px;
width: 100px;
height: 250px;
min-height: 250px;
background:#ffffff;
padding: -8px 0em 0em 0.5em;
}[/code]
I need to improve it a little, and am looking at how to do it all inside an iframe so it doesn't slow down page loading so much if something is broken.
Where do I put the first snippet of code?
When I had the full content on the home page I used to have the buttons there as well in the index.php , but this slowed page load a fair amount.
Where do I put the first snippet of code?
When I had the full content on the home page I used to have the buttons there as well in the index.php , but this slowed page load a fair amount.
I hope not. That was one of the things I was worried about when Ebay bought StumbleUpon. That we would be seeing Ebay auctions as we Stumble. If they do offer it hopefully we could turn it off. Like Stumbling Flickr or YouTube.
I hope not. That was one of the things I was worried about when Ebay bought StumbleUpon. That we would be seeing Ebay auctions as we Stumble. If they do offer it hopefully we could turn it off. Like Stumbling Flickr or YouTube.
Regards,
Suzanne Wells
The eBay Coach
Regards,
Suzanne Wells
The eBay Coach