Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#205 2012-04-08 21:25:25

kvnmcwebn
Member
From: Ireland
Registered: 2007-01-27
Posts: 724
Website

Re: TXP Tweet: arc_twitter and arc_twitter_intents

I hate dump a load of error code into a post but here’s what I got.
The plug in is working well as far as displaying tweets on my website. Also the retweet button is sort of working. But it’s throwing a load of errors and the tweet from textpattern twitter tab is not working (as mentioned above maybe.)

In my article write tab left hand column.:

Warning: Table 'db34978_mcmonagle_new.arc_twitter' doesn't exist SELECT tweet_id,tweet FROM arc_twitter WHERE article_id=172; in /.../.../.../.../.../domains/donegalimage.com/html/textpattern/lib/txplib_db.php on line 89
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /.../.../.../.../.../donegalimage.com/html/textpattern/lib/txplib_db.php on line 295
Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /.../.../.../.../.../domains/donegalimage.com/html/textpattern/lib/txplib_db.php on line 297

and in my twitter tab:

Warning: file_put_contents(//.../.../.../.../.../donegalimage.com/html/textpattern//.../.../.../.../.../domains/donegalimage.com/html/twitter/eb2fc7bd5944e7d0dc31c6247d11515d) [function.file-put-contents]: failed to open stream: No such file or directory in //.../.../.../.../.../domains/donegalimage.com/html/textpattern/lib/txplib_misc.php(653) : eval()'d code on line 1153

Last edited by kvnmcwebn (2012-04-08 21:26:00)


its a bad hen that wont scratch itself.
photogallery

Offline

#206 2012-09-12 11:39:29

roughnecks
Member
Registered: 2012-01-26
Posts: 41

Re: TXP Tweet: arc_twitter and arc_twitter_intents

Hi, i have just upgraded my website to Textpattern 4.5.1 and i have arc_twitter 3.2.1 installed: i am noticing that when i try to twit something from the admin tool, the “Update” button turns grey as soon as i type one letter in the text box. Also it seems that my recent retwits are not shown in the public-side of the site.
Is this a bug? Can you help?
Thanks.

Offline

#207 2012-10-08 05:34:49

NickCaldwell
Member
From: Brisbane, Queensland in AU
Registered: 2004-03-04
Posts: 40
Website

Re: TXP Tweet: arc_twitter and arc_twitter_intents

roughnecks wrote:

Hi, i have just upgraded my website to Textpattern 4.5.1 and i have arc_twitter 3.2.1 installed: i am noticing that when i try to twit something from the admin tool, the “Update” button turns grey as soon as i type one letter in the text box. Also it seems that my recent retwits are not shown in the public-side of the site.
Is this a bug? Can you help?
Thanks.

I’ve seen this too. You have to enable and disable the plug-in a few times for it to work again. I can only assume Twitter’s blessedly idiotic API rules are causing problems, but it could be an issue with the plug-in itself.

Offline

#208 2012-10-09 17:35:56

monkeyninja
Plugin Author
From: Sheffield, UK
Registered: 2008-10-14
Posts: 239
Website

Re: TXP Tweet: arc_twitter and arc_twitter_intents

arc_twitter doesn’t currently support Textpattern 4.5+. I’m aware that there are issues being reported. It is the new Textpattern code rather than the API causing the issues (I believe) as it still works fine on older installs.

If you know of a specific bug/issue with arc_twitter on the latest release of Textpattern it would be a big help if you log it on the plugin’s issues page on Github.

I currently don’t have a lot of time to look into these issues, but will attempt to resolve them ASAP. If anyone wants to submit a patch through Github it would be appreciated. I’m keen to continue supporting arc_twitter.

@NickCaldwell there have been a load of rule changes to the API. I haven’t had much chance to look through them thoroughly but I am aware that they will impact how arc_twitter functions to some extent in the future. :-(

Offline

#209 2012-10-10 18:14:49

monkeyninja
Plugin Author
From: Sheffield, UK
Registered: 2008-10-14
Posts: 239
Website

Re: TXP Tweet: arc_twitter and arc_twitter_intents

arc_twitter v3.3.0 is out now for anyone using Textpattern 4.5+. It should resolve the problems that people have been experiencing.

In order to get a quick bug-fix release out I’ve temporarily disabled some of the JavaScript functionality of the arc_twitter extension tab but it shouldn’t cause any major issues. The plugin should update Twitter from the Write tab again (thanks to @trenc).

Offline

#210 2012-10-11 07:17:50

SuMu
Member
From: Germany - Wuppertal
Registered: 2008-03-06
Posts: 242
Website

Re: TXP Tweet: arc_twitter and arc_twitter_intents

Thank You @monkeyninja :-)


viele Grüße
SuMu

Psychomuell + blogZicke

Offline

#211 2012-10-13 08:01:40

geoff777
Plugin Author
From: Benarrabá Andalucía Spain
Registered: 2008-02-19
Posts: 282
Website

Re: TXP Tweet: arc_twitter and arc_twitter_intents

Hi, I’ve been approached by clients to create a multi-author news portal.

All the contributors have established individual Twitter accounts, that they seem to live on and take very seriously.

They want an article to tweet to the author’s Twitter stream and another to the site’s Twitter stream.

Is this possible to achieve?

I suggested they retweeted the portal’s tweet but they want it to Tweet twice.


There are 10 types of people in the world: those who understand binary, and those who don’t.

Offline

#212 2012-10-13 14:26:55

Destry
Member
From: Haut-Rhin
Registered: 2004-08-04
Posts: 4,912
Website

Re: TXP Tweet: arc_twitter and arc_twitter_intents

Andy – just curious. We we’re using one of Twitter’s embed stream scripts on the magazine, and it stopped working sometime in the last few days, at least that’s when I noticed. I then found the Twitter dev information was lo longer available for it, rather they have a new process now where you create a “widget” via the twitter account. That’s what’s currently in the mag homepage now. Did that have anything to do with your plugin stopping recently?

I don’t like the new Twitter timeline widget. It’s an ugly piece of code, and I can’t seem to target the selectors to tame it into something more presentable for the magazine, and it would be a hack anyway that wouldn’t work very well against the responsive ranges of the mag.

All I want is a very clean and flexible output of just two or three tweets; style it all up the way I want, etc. I can do that with arc_twitter?

Offline

#213 2012-10-18 11:28:48

monkeyninja
Plugin Author
From: Sheffield, UK
Registered: 2008-10-14
Posts: 239
Website

Re: TXP Tweet: arc_twitter and arc_twitter_intents

Sorry for the delayed responses. I’ve only just returned from my holidays.

geoff777 wrote:

Hi, I’ve been approached by clients to create a multi-author news portal.

All the contributors have established individual Twitter accounts, that they seem to live on and take very seriously.

They want an article to tweet to the author’s Twitter stream and another to the site’s Twitter stream.

Is this possible to achieve?

I suggested they retweeted the portal’s tweet but they want it to Tweet twice.

Simple answer is no. A similar request has been made in the past, but in order to achieve this would involve a lot of code changes. I basically don’t have the time to develop the code in this direction especially as it looks like Twitter’s API is going to be forcing development of the plugin in other directions. I’d also be concerned that it would make arc_twitter unnecessarily complicated to use for the majority.

Destry wrote:

Andy – just curious. We we’re using one of Twitter’s embed stream scripts on the magazine, and it stopped working sometime in the last few days, at least that’s when I noticed. I then found the Twitter dev information was lo longer available for it, rather they have a new process now where you create a “widget” via the twitter account. That’s what’s currently in the mag homepage now. Did that have anything to do with your plugin stopping recently?

I don’t like the new Twitter timeline widget. It’s an ugly piece of code, and I can’t seem to target the selectors to tame it into something more presentable for the magazine, and it would be a hack anyway that wouldn’t work very well against the responsive ranges of the mag.

All I want is a very clean and flexible output of just two or three tweets; style it all up the way I want, etc. I can do that with arc_twitter?

The basic arc_twitter tag should let you output a controlled number of tweets and style them as you like. However, Twitter are changing the API and the usage rules. They are going to attempt to force API users to display tweets in a particular format/layout much like the new widget. Basically they want the avatars and “reply”, “retweet”, “favourite” links showing for each tweet. I haven’t fully investigated this but fear it will mean the plugin will need to start doing this. It may have consequences for everyone using the plugin I’m afraid.

Offline

#214 2012-10-22 10:12:12

Destry
Member
From: Haut-Rhin
Registered: 2004-08-04
Posts: 4,912
Website

Re: TXP Tweet: arc_twitter and arc_twitter_intents

Thanks for the reply, Andy!

Offline

#215 2012-10-23 19:35:26

monkeyninja
Plugin Author
From: Sheffield, UK
Registered: 2008-10-14
Posts: 239
Website

Re: TXP Tweet: arc_twitter and arc_twitter_intents

arc_twitter v3.3.1 is now available. Mainly cosmetic tweaks. The UI for the Twitter tab and Options page have been tidied up for TXP 4.5+. Plus you can now easily navigate between the two.

Offline

#216 2012-12-20 13:57:13

Daragh
Member
From: Toronto Canada
Registered: 2004-05-26
Posts: 60
Website

Re: TXP Tweet: arc_twitter and arc_twitter_intents

This plugin seems to be working fine except that the links posted to twitter are bad: everything has a permalink date in 1970, which results in a 404 when clicked through. Any ideas?

Offline

Board footer

Powered by FluxBB