Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: [plugin] [ORPHAN] kml_twitter: Kimili Twitter Timeline
@Sebatorresi – It’s a tag attribute, so you can do it like this:
<txp:kml_twitter ... usetextile="false" />
Offline
Re: [plugin] [ORPHAN] kml_twitter: Kimili Twitter Timeline
Thanks kimili!
Sonríe | Smile . <txp:lover />
Offline
#93 2009-11-19 21:39:31
- sams101
- Member
- Registered: 2009-11-09
- Posts: 23
Re: [plugin] [ORPHAN] kml_twitter: Kimili Twitter Timeline
Hi guys,
Just a quick one (hopefully). How do you change the colour of the links in the tweets? Mine are showing up as the default blue?
That a simple one?
Cheers,
Sam
Offline
Re: [plugin] [ORPHAN] kml_twitter: Kimili Twitter Timeline
@sams101 – That’s something you’d do in your CSS. Something like this would do the trick:
.tweet a {
color: #f03;
}
Cheers,
Michael
Offline
#95 2009-11-19 23:45:53
- sams101
- Member
- Registered: 2009-11-09
- Posts: 23
Re: [plugin] [ORPHAN] kml_twitter: Kimili Twitter Timeline
Woops, that simple! thanks Michael
Hey, a little heads up incase you get any questions about it- Twitter is testing out its ‘lists’ functionality at the moment, and while I had it in use, it really interfered with the plugin. All works fine for me now, but I’m no longer using the lists.
Offline
#96 2009-11-20 00:12:31
- sams101
- Member
- Registered: 2009-11-09
- Posts: 23
Re: [plugin] [ORPHAN] kml_twitter: Kimili Twitter Timeline
I take that back, it seems I am not getting my feed through. But if i put other peoples username in the ‘user’ field it works perfectly. Not sure why Mine wouldn’t work apart from something to do with the lists? (which I am not even using). Also my tweets are not protected. In case you get a second to investigate, my twitter name is sams101 and web address http://hellosam.co.uk/textpattern
Last edited by sams101 (2009-11-20 00:13:42)
Offline
Re: [plugin] [ORPHAN] kml_twitter: Kimili Twitter Timeline
For what it’s worth, I’m using Twitter’s lists feature with nary a blip or interruption— this plugin is doing its thing.
Offline
#98 2009-11-20 10:48:07
- sams101
- Member
- Registered: 2009-11-09
- Posts: 23
Re: [plugin] [ORPHAN] kml_twitter: Kimili Twitter Timeline
Struggling to work out why my twitter would be different to someone else’s?
My kml_twitter code below:
<txp:kml_twitter user="sams101" count="1" DISPLAYTITLE="false" error="It seems Twitter is working very slowly today.. Click the link below to find my twitter page, follow me if you want!" footer_text="" DISPLAYORDER="tweet" TWEETTEXT_CLASS="ptext" />
Maybe worth signing up for a fresh account, but not sure what would change..
Offline
Re: [plugin] [ORPHAN] kml_twitter: Kimili Twitter Timeline
My answer might be stupid, but could it be the UPPERCASE the attributes are in? Just guessing, there.
Otherwise, start building the code with only the necessary attributes (I think just your name; the rest has a default). Then see where it goes wrong. If nothing works, maybe it’s the settings on your server…
…Prrrrrrrr…
Offline
#100 2009-11-20 12:04:53
- sams101
- Member
- Registered: 2009-11-09
- Posts: 23
Re: [plugin] [ORPHAN] kml_twitter: Kimili Twitter Timeline
All lower case now. Have tried changing my twitter name to samscotts instead (thought it my by the 101 interfering), still no luck.
edit: Have contacted twitter to see if my account is in anyway different to any other account as any other username i put in the plugin works. My lucky week obviously.
Last edited by sams101 (2009-11-20 12:32:18)
Offline
#101 2009-11-22 03:13:00
Re: [plugin] [ORPHAN] kml_twitter: Kimili Twitter Timeline
hmm i also get the immediate “Rate limit exceeded. Clients may not make more than 150 requests per hour.” error when i use this plugin (v1.2 with txp 4.2.0). just using the simple tag <txp:kml_twitter user="username" count="1" /> and thats it.
the /textpattern/cache directory is created and is writeable (777).
i see the .cache file in there and changed its permission to 666 as well just in case.
Last edited by iblastoff (2009-11-22 03:13:48)
Offline
#102 2009-12-11 16:30:35
Re: [plugin] [ORPHAN] kml_twitter: Kimili Twitter Timeline
Today, I’ve released a long-overdue update to Kimili Twitter Timeline. Version 1.3 of Kimili Twitter Timeline fixes a number of bugs, implements a number of requested features and gives you even more flexibility to customize the display of your tweets. Changes include:
- Added the ability to hide replies.
- More flexible HTML customization.
- Fixed an issue that occurred when using Textile.
- More flexible boolean handling on attribute values (can now be
true/false,1/0andyes/no). - Fixed a problem with how tweet IDs were being handled on some servers. _(thanks to Christopher Horrell
- Replaced deprecated PHP functions.
- Improved parsing of URLs in tweet text.
You can download it now at the Kimili Twitter Timeline Homepage
Offline
#103 2009-12-11 17:38:40
Re: [plugin] [ORPHAN] kml_twitter: Kimili Twitter Timeline
great thanks. i’ve been getting into your plugin more lately and i think it was good even before the update. this is good to see more improvements.
Offline
#104 2009-12-11 17:49:34
Re: [plugin] [ORPHAN] kml_twitter: Kimili Twitter Timeline
Working perfectly! Thanks!
…Prrrrrrrr…
Offline
#105 2010-01-04 03:35:04
Re: [plugin] [ORPHAN] kml_twitter: Kimili Twitter Timeline
i see there is the conversation order feature, i’m wondering if there is a way to not display tweets that you’ve written which start with @username ?
Offline