Forum
A question from Hy Serure via our contact form
Hi,
I'm using your Wordpress Twitter plugin and I love it! I'm just wondering how to move the twitter bird from the header and to place it alongside the latest tweet (instead of above it). So basically I want my web page to have a twitter bird or logo with the latest tweet (only 1) directly to the right of the bird/logo. How would I do this?
Thanks
You can simply set your "Tweet Layout" to something like this
<img class="tweet_avatar" src=""wp-content/plugins/xhanch-my-twitter/img/icon/twitter-bird-1.png"" alt="Icon"/> @tweet - posted on @date
Hello,
I've used <img class="tweet_avatar" src=""wp-content/plugins/xhanch-my-twitter/img/icon/twitter-bird-3.png"" alt="Icon"/> @tweet - @date
icons shows great on main page : http://www.jacques-boutault.fr/
but when you go into the aricles the icons deasapers : http://www.jacques-boutault.fr/article/1279
I've tried with diferent icons and they also don't appear .
Do you know what that could come from?
I use the Atahualpa theme
Thanks
Hello,
I've used <img class="tweet_avatar" src=""wp-content/plugins/xhanch-my-twitter/img/icon/twitter-bird-3.png"" alt="Icon"/> @tweet - @date
icons shows great on main page : http://www.jacques-boutault.fr/
but when you go into the aricles the icons deasapers : http://www.jacques-boutault.fr/article/1279
I've tried with diferent icons and they also don't appear .Do you know what that could come from?
I use the Atahualpa themeThanks
Try this:
<img class="tweet_avatar" src=""/wp-content/plugins/xhanch-my-twitter/img/icon/twitter-bird-3.png"" alt="Icon"/> @tweet - @date
Works great, thanks a lot!