Guys and gals,
I'm trying to float some social bookmark sharing links to the right side within the postbit title area.
I've used this code....
Code:
<span style="float: right;" class="smallfont"><a href="http://www.facebook.com/share.php?u={URL}"><img src="http://www.legendaryrockers.com/forums/images/blackorwhite/misc/facebookpostbit_.png" alt="Share with Facebook!" /></a><img src="http://www.legendaryrockers.com/forums/images/blackorwhite/misc/googlepostbit_.png" alt="Share with Google!"><img src="http://www.legendaryrockers.com/forums/images/blackorwhite/misc/myspacepostbit_.png" alt="Share with MySpace!"><img src="http://www.legendaryrockers.com/forums/images/blackorwhite/misc/twitterpostbit_.png" alt="Share with Twitter!"><img src="http://www.legendaryrockers.com/forums/images/blackorwhite/misc/yahoopostbit_.png" alt="Share with Yahoo!"></span>
....and, it seems like the placing is just right. But,
problem #1 is that the line that separates the title from the message area is being pushed rather than settling underneath the buttons. See attachment.
Problem #2 is that I'm trying to make the buttons take members/guests share the info directly to Facebook, Google, MySpace, Twitter and Yahoo, but my first attempt (Facebook, see code above) is not working properly. I'm using the same url that I input into the social bookmarking manager within the admincp. But, I'm assuming that vBulletin does a little 'magic' to get it to share properly. What URL should I place to get that working properly?
Any help would be appreciated!