Posts Tagged ‘1.1’

Sep
1

Hide the “Follow me” button

2009

Follow me

If you like to hide the “Follow me” button in the top ptwix box you can call this method on the ptwix instance.

hideFollowMe()

This is the result

Only update

Aug
31

Released Ptwix 1.1 . Now It can search on twitter

2009

Release Notes – ptwix – Version 1.1

New Feature
- [PTWIX-3] – Implements the twitter advanced search
- [PTWIX-5] – User can hide the follow me button

Sub-task
- [PTWIX-4] – User can set a title for the search.

DOWNLOAD NOW THE 1.1 VERSION

Aug
30

Twitter search: Example queries and available operators

2009

The ptwix search method accept string in this format

“q=bye&rpp=20″

The rpp parameter is the number of result to show.
There are some instructions about search queries (Come directly from twitter search API method page) (more…)

Aug
30

Twitter advanced search with ptwix

2009

From version 1.1 ptwix can show results of a twitter search.
Make search is really simple:

Setting the value PtwiX::$SEARCH at the “timeline type” parameter in the constructor.

$PtwiX=new PtwiX('firs','user','pass','http://example.com/ptwix/','/var/www/example/ptwix/cache/',PtwiX::$SEARCH,'silver-red');

Now you can call the setSearchString method and pass it the string that you want to search. (more…)