Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#193 2011-10-13 14:25:22

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

Re: TXP Tweet: arc_twitter and arc_twitter_intents

Rimfya wrote:

Hey great plugin, what do I do if I want to show tweets from two different accounts?

There are two choices. You can show two separate timelines using the arc_twitter tag:

<txp:arc_twitter user="user1" /> <txp:arc_twitter user="user2" />

Or a combined timeline using the arc_twitter_search tag:

<txp:arc_twitter_search search="from:user1 OR from:user2" />

Full documentation of both tags can be found in the wiki.

Last edited by monkeyninja (2011-10-13 14:26:12)

Offline

#194 2011-10-21 09:45:36

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

Re: TXP Tweet: arc_twitter and arc_twitter_intents

Hi

I use arc_twitter 3.0

<txp:arc_twitter_follow_button user="psychomuell" count="0"/>

The issue is not valid xhtml:

<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script><a class="twitter-follow-button" data-lang="en" data-show-count="false" href="http://twitter.com/psychomuell">Follow @psychomuell</a>

validator.w3.org

Can someone help me?


viele Grüße
SuMu

Psychomuell + blogZicke

Offline

#195 2011-10-21 12:21:36

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

Re: TXP Tweet: arc_twitter and arc_twitter_intents

SuMu, the two tags <txp:arc_twitter_tweet_button /> and <txp:arc_twitter_follow_button /> output the Twitter widgets which use HTML5 data attributes. Using them in an XHTML site won’t break them but will cause validation issues. If you really need your page to validate you could change the doctype from XHTML to HTML5.

Offline

#196 2011-10-21 13:17:19

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

Re: TXP Tweet: arc_twitter and arc_twitter_intents

ah ok :-)


viele Grüße
SuMu

Psychomuell + blogZicke

Offline

#197 2011-11-07 12:29:21

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

Re: TXP Tweet: arc_twitter and arc_twitter_intents

Hello

I use this plugin without problems on this blog psychomuell.de

But here on http://su-mu.de/?s=blog I get error messages (internal)

http://su-mu.de/textpattern/index.php?event=arc_admin_twitter I see this on top of the blog:

Warning: file_put_contents(/is/htdocs/wp1156982_J9WJDCWOFY/www/sumu/textpattern/is/htdocs/user_tmp/wp1156982_J9WJDCWOFY//22cde2aa87ed496d06193688c4c05e00) [function.file-put-contents]: failed to open stream: Datei oder Verzeichnis nicht gefunden in /is/htdocs/wp1156982_J9WJDCWOFY/www/sumu/textpattern
/lib/txplib_misc.php(653) : eval()'d code on line 1127

What can I do?


viele Grüße
SuMu

Psychomuell + blogZicke

Offline

#198 2011-11-07 18:13:03

maruchan
Member
From: Ukiah, California
Registered: 2010-06-12
Posts: 590
Website

Re: TXP Tweet: arc_twitter and arc_twitter_intents

wp1156982_J9WJDCWOFY//22cde2aa87ed496d06193688c4c05e00 …look at that, double slashes in (what appears to be) a path. Might want to check your configuration.

Offline

#199 2011-11-08 04:38:16

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

Re: TXP Tweet: arc_twitter and arc_twitter_intents

Hi maruchan

that has made the installation, because I can not access on it.

arc_twitter_cache_dir
/is/htdocs/wp1156982_J9WJDCWOFY/www/sumu/textpattern/is/htdocs/user_tmp/wp1156982_J9WJDCWOFY/

I can access it, but that seems to be correct?


viele Grüße
SuMu

Psychomuell + blogZicke

Offline

#200 2012-01-12 18: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 v3.1 and arc_twitter_intents v1.1 are out now. No major changes, but the plugin will auto activate on install making upgrades simpler.

Offline

#201 2012-01-25 20:04:13

Bongo-man
Member
Registered: 2009-03-18
Posts: 243

Re: TXP Tweet: arc_twitter and arc_twitter_intents

Hello,
I have two web sites with textpattern engine, one of them when I install (both 2.0.1 and 3.0.1) arc_twitter and active it, in the plugin page is displays this error message:

Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in /web/htdocs/www.mysite.xx.yy/home/textpattern/lib/txplib_misc.php(540) : eval()‘d code on line 1092

In debugging mode is displayed all this:

Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in /web/htdocs/www.mysite.xx.yy/home/textpattern/lib/txplib_misc.php(653) : eval()’d code on line 1092
The above errors were caused by the plugin:arc_twitter

and in the diagnostics page all is ok except this:

Pre-flight check
clean_url_data_failed: <br />

In another site with same textpattern and php release all works fine, without any problem.
Any suggestion?
Thanks

Last edited by Bongo-man (2012-01-25 21:32:35)

Offline

#202 2012-02-12 16:40:19

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.2 is out now. You can now exclude replies from the output of arc_twitter in addition to excluding retweets. The retweets exclusion/inclusion has been missing from the plugin’s documentation for ages but details are now in there. I’ve also added a fetch attribute that lets you request more tweets from Twitter than you intend to display using the limit attribute. This is to try and help get around the issue that the Twitter API counts the tweets before using some of the filters so some people were not always getting back the number of tweets they wanted. fetch is optional, so the plugin will continue working as before without it.

Offline

#203 2012-02-25 11:44: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.2.1 is out now. Only a couple of minor changes. Most significantly links now have rel=“external” set.

Offline

#204 2012-03-12 18:44:11

Bongo-man
Member
Registered: 2009-03-18
Posts: 243

Re: TXP Tweet: arc_twitter and arc_twitter_intents

In only one of my sites I continue to get this error in the plugin page, after installing the plugin:
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in /web/htdocs/www.website.com/home/textpattern/lib/txplib_misc.php(540) : eval()’d code on line 1105

and (in debugging mode), this time the message is the same:

Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in /web/htdocs/www.website.com/home/textpattern/lib/txplib_misc.php(540) : eval()’d code on line 1105

Offline

Board footer

Powered by FluxBB