Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#31 2010-02-09 11:45:05
- decoderltd
- Member
- From: London
- Registered: 2006-06-20
- Posts: 248
- Website
Re: TXP Tweet: arc_twitter and arc_twitter_intents
Thanks Andy. In response to your question, yes, the error has always occurred – but at least if the PHP message doesn’t appear it looks better to clients.
Offline
#32 2010-02-13 12:25:02
- SuMu
- Member
- From: Germany - Wuppertal
- Registered: 2008-03-06
- Posts: 242
- Website
Re: TXP Tweet: arc_twitter and arc_twitter_intents
It works for me :-)
Is ist possibel to show the blog-article title as as hyperlink on twitter?
Ganz frisch: Twitter http://tinyurl.com/y8funmm
and in the future or next version of the plugin ;-):
Ganz frisch: Twitter
Last edited by SuMu (2010-02-13 13:12:16)
Offline
#33 2010-02-14 16:37:53
- monkeyninja
- Plugin Author
- From: Sheffield, UK
- Registered: 2008-10-14
- Posts: 238
- Website
Re: TXP Tweet: arc_twitter and arc_twitter_intents
decoderltd wrote:
Thanks Andy. In response to your question, yes, the error has always occurred – but at least if the PHP message doesn’t appear it looks better to clients.
I’ve just uploaded version 0.2.1 which should hopefully have removed the error message. In trying to get to the route of this issue I have discovered that there is a problem with the way the plugin attempts to store the Twitter IDs in the database; basically a 64-bit integer is attempting to be stored in a 32-bit integer column. As a result the plugin is not correctly recording the tweet IDs. I’m wondering whether this is in part related to your issue.
I am working on a way of fixing this problem for the next release as I was planning on making use of this data in a future release. The main issue is how to put something together that will ensure people successfully upgrade between versions. For the time being it will have no effect on the workings of the plugin.
Offline
#34 2010-02-14 16:39:13
- monkeyninja
- Plugin Author
- From: Sheffield, UK
- Registered: 2008-10-14
- Posts: 238
- Website
Re: TXP Tweet: arc_twitter and arc_twitter_intents
SuMu wrote:
It works for me :-)
Is ist possibel to show the blog-article title as as hyperlink on twitter?
I don’t believe that Twitter will let you do this sadly (although correct me if I am wrong, just never seen it being done).
Offline
#35 2010-02-15 07:19:25
- SuMu
- Member
- From: Germany - Wuppertal
- Registered: 2008-03-06
- Posts: 242
- Website
Re: TXP Tweet: arc_twitter and arc_twitter_intents
Yes you are right, monkeyninja!
Offline
#36 2010-02-22 16:41:32
- jens31
- Plugin Author
- From: munich / dtschermani
- Registered: 2008-08-25
- Posts: 183
- Website
Re: TXP Tweet: arc_twitter and arc_twitter_intents
hi
thanks for the nice plug-in, works like a charm.
i just got one little problem.
my html entities get converted
the entity for > ends up in > because the & in > gets converted into &
Offline
#37 2010-02-24 13:14:50
- monkeyninja
- Plugin Author
- From: Sheffield, UK
- Registered: 2008-10-14
- Posts: 238
- Website
Re: TXP Tweet: arc_twitter and arc_twitter_intents
I’ve released an update to arc_twitter (v0.2.2) that fixes the integer storage issue mentioned above. The bug in earlier versions does not affect the workings of the plugin, but may have an impact on future releases as I intend to make use of this data.
jens31 wrote:
thanks for the nice plug-in, works like a charm.
i just got one little problem.
my html entities get converted
the entity for > ends up in > because the & in > gets converted into &
jens31, where are the html entities being converted? Is this when posting to Twitter or when retrieving Twitter feeds.
Offline
#38 2010-02-24 18:12:07
- jens31
- Plugin Author
- From: munich / dtschermani
- Registered: 2008-08-25
- Posts: 183
- Website
Re: TXP Tweet: arc_twitter and arc_twitter_intents
high and thanks for repligh ;)
the tweets look fine to me:
http://twitter.com/sscgroup
while the feed itself doesnt:
http://twitter.com/statuses/user_timeline/90418194.rss
hmmm
looks like this aint your problem, innit??
Last edited by jens31 (2010-02-24 18:12:50)
Offline
#39 2010-03-04 21:18:21
- trailgirl
- Member
- Registered: 2004-06-04
- Posts: 68
- Website
Re: TXP Tweet: arc_twitter and arc_twitter_intents
Great plugin! Thank you!
I am getting this same error message as decoderltd reported. The tweet is going to twitter okay. I am running version 0.2.2 of the plugin, production status is live.
Notice: Trying to get property of non-object in /…/textpattern/lib/txplib_misc.php(594) : eval()’d code on line 369
Offline
#40 2010-03-04 21:32:48
- stephan
- Plugin Author
- From: Bochum, Germany
- Registered: 2004-07-26
- Posts: 196
- Website
Re: TXP Tweet: arc_twitter and arc_twitter_intents
One idea for arc_twitter… Can you add an option to include a hashtag for a specific section? I kind of hacked this in for my own needs, but it’s not as polished as to justify a release.
In my case I have two blogs tweeting on one account. It would be nice to tag the tweets whether they are relevant to one blog or the other. However it would probably make sense to add hashtags for sections or categories because most people won’t be using one twitter account for two blogs.Anyway, great plugin :-)
Yoko for Textpattern – A free blog theme • Minimum Theme – If all you want to do is write.
Note: I am currently not actively using Textpattern, so I am not in the forums very often
Offline