Viewing 8 replies - 1 through 8 (of 8 total)
  • Where is the Twitter image supposed to be.

    Thread Starter antoniocantoro

    (@antoniocantoro)

    In sidebar, after the word “Twitter” ad before Facebook image.

    There’s no reference to an image in the page markup. Looks like you need to add a Twitter icon/image to the theme manually.

    Thread Starter antoniocantoro

    (@antoniocantoro)

    Sorry, but I didn’t understand. With a previous theme I used, putting a script in a text widget in site sidebar gives me my profile badge. This is the script Twitter generates:

    [Code moderated as per the Forum Rules. Please use the pastebin]

    THANK YOU!

    Have you updated the code recently? Twitter changed its API recently, so the old code may not work.

    Thread Starter antoniocantoro

    (@antoniocantoro)

    Thank You, Esmi!
    Now it works, but makes me a new problem.
    As You can see in my homepage, style css for links make ungly my badge.
    Can You help me to modify widget?

    Try adding:

    .twtr-widget-profile img.twtr-profile-img {
    margin-top:10px;
    }
    .twtr-widget-profile img.twtr-profile-img,
    .twtr-img img {
    margin-left:-20px;
    }
    home-sidebar .twtr-tweet-text a {
    border-bottom:none;
    }

    to the bottom of style.css.

    Thread Starter antoniocantoro

    (@antoniocantoro)

    It doesn’t work. I think the problem could be modify Twitter widget link style in style.css.
    Can You help me, please?
    Thank You so much.

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Twitter badge in WordPress theme’ is closed to new replies.