• Resolved johnrbarringer

    (@johnrbarringer)


    I have a Twitter button I’ve created as a .png but how can I add it to my header and make it clickable to send to my twitter profile? I want it to sit right above my search box but inside the header image.

    I’m still learning coding and css so any help would be MUCH appreciated.

    acomicbookblog.com

    my twitter

    Thanks!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Add the following code where you want your button to appear:
    <a href="http://twitter.com/acomicbookblog"><img title="Follow Me on Twitter" alt="Follow Me on Twitter" src="<?php bloginfo('stylesheet_directory'); ?>/images/twitter-image.png" /></a>

    I would also like to do this…but I’m a bit more of a novice, can you be a little more specific about “where you want your button to appear” I want mine to be in the header also, I’m sure I can’t just drop that code anywhere in the header file (if only :-). But if I knew where to put the code so it wouldn’t cause the button to appear in some weird spot I’m all set.

    Thanks,
    Lisa I.

    Yeah, you’ll have to do some coding to include it, partly in your header.php and also in your style.css.

    A link to your site would help immensely.

    http://www.whiteoakattic.com

    I want to put the facebook and twitter buttons (small versions of the “stamps” that now appear in the sidebar) up beneath the blog title and tag line so they don’t take up so much room, waste space on the site.

    I really am not particular about where they are in the header as long as they look nice, are easy to find and don’t get in the way of something else.

    I’m right in the middle of exploring a static home page too – any suggestions/resources I should explore are welcome…I’m trying to house a blog and ecommerce site here together. I don’t mind figuring things out but find it exhausting to hunt down directions to each issue that comes up 🙂

    Thanks so much,
    Lisa

    I also need some help with this…..

    I am using a custom theme I purchased from ThemeForest.com called Revision. I’d like to add the Twitter and FaceBook icons in the header as well so they don’t appear at the end of EVERY post.

    My site is http://www.intelliquestconsulting.us/wptest.

    Any help would be greatly appreciated!

    Thanks,

    James

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Adding a Twitter Button’ is closed to new replies.