Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Cache Tweets Widget

Descripción

Cache Tweets Widget is a simple plugin widget that collects the tweets feed from twitter’s search API provided with a hashtag or any keyword.

It is cached to avoid rate limit with twitter.

Now You can fetch the user tweets of any user with their username.

Make sure you provide the Application Credentials created with Twitter.

Capturas

  • screenshot-1.(png) shows the screenshot of how the widget looks like once it is installed.

  • screenshot-2.(png) shows the screenshot of how the widget looks like before it is installed.

Instalación

  1. Unzip the compressed file that you downloaded from WordPress repository or any place where you downloaded.

  2. Upload Cache Tweets Widget folder to the /wp-content/plugins/ directory

  3. Activate the plugin through the ‘Plugins’ menu in WordPress

  4. Now go to «Widgets» in «Appearances» and drag and drop the widget to any place you want.

Preguntas frecuentes

Where to find the Consumer Key, Secret, Access Token and Secret?

You have to create an application on Twitter at (http://dev.twitter.com), and copy the consumer key, secret, access token and secret at the places that are required.

Is it vulnerable to add my credentials with your widget?

Obviously No. You’re saving your credentials in your own wordpress site and we never get your credentials.

Do I have to fill all the details in the widget?

Yes, it is recommended to fill all the details for better results.

Can I add a url link at the place of hashtag or keyword?

Yes you can, but while adding the url, make sure you don’t use http:// before it.

For example: Instead of http://example.com, you have to type as example.com

Can I type both hashtag and Username ?

Yes, you can have both hashtag and username, But which ever you selected from the textbox will be used to fetch the tweets.

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

«Cache Tweets Widget» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Cache Tweets Widget» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

=
Initial submit to WP Repository

23 June 2015

Added the functionality to fetch tweets from any particular user with twitter username.

Now You can select any option to get tweets either from search hashtag or from a username.

Added fetch users_timeline api request to get user tweets along with the search tweets api.