Where is the Twitter image supposed to be.
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.
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.
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.
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.