oniswap
Forum Replies Created
-
Forum: Plugins
In reply to: [Mini twitter feed] [Plugin: Mini twitter feed] Not working anymoreMaybe something with the Twitter API..
add titles dynamically with php or js..
You can modify the title directly in the php file.
I don’t think it will be something offered in the future.
You can modify the php file to change it.
Forum: Plugins
In reply to: [Mini twitter feed] [Plugin: Mini twitter feed] Not working anymore@psychill It works on mini twitter and your website
Forum: Plugins
In reply to: [Mini twitter feed] [Plugin: Mini twitter feed] Not working anymore@psychill Thank you very much! Happy that you like it!
It is not my plugin…
do you have a url?
Forum: Plugins
In reply to: [Mini twitter feed] [Plugin: Mini twitter feed] Can't change link colorI will probably delete it in the next update.
Forum: Plugins
In reply to: [Mini twitter feed] [Plugin: Mini twitter feed] Can't change link colorHI,
the plugin takes the color of your twitter feed on twitter by default. It is done with javascript. if you don’t want it to take this color just delete this lines on jquery.minitwitter.js: line 152:
$( “.”+$(widget).attr(‘class’)+” .mt_text a”).css(‘color’, ‘#’+tweets[0].linkColor);
hover ( “.”+$(widget).attr(‘class’)+” .mt_header a”, tweets[0].linkColor, “333” );
hover ( “.”+$(widget).attr(‘class’)+” .mt_footer a”, tweets[0].linkColor, “999” );I hope I answered the question.
Forum: Plugins
In reply to: [Mini twitter feed] [Plugin: Mini twitter feed] Not working anymore@ollie526 Maybe in the next update.
Forum: Plugins
In reply to: [Mini twitter feed] [Plugin: Mini twitter feed] Not working anymoreTwitter changed the API to 1.1 recently. So maybe it is not perfectly stable. I will have to change it on the plugin too.
Forum: Plugins
In reply to: [Mini twitter feed] [Plugin: Mini twitter feed] Avatar not showingIt is a problem from your css… in custom.css :
.avatar {
display: none;
}delete just that.
Forum: Plugins
In reply to: [Mini twitter feed] [Plugin: Mini twitter feed] Can't get lists to workIt works fine with [minitwitter username=”twitter” list=”team”] the list “team” from twitter. I tried with one of my lists and it doesn’t work too.. I think it is a problem with the twitter API. I will try to find out what is going on.