All Projects → fossasia → Wp Juiz Last Tweet Widget

fossasia / Wp Juiz Last Tweet Widget

=== Juiz Last Tweet Widget ===

Contributors: CreativeJuiz Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=P39NJPCWVXGDY&lc=FR&item_name=Juiz%20Last%20Tweet%20Widget%20%2d%20WordPress%20Plugin&currency_code=EUR&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest Tags: twitter, widget, social, sidebar, last, tweet, shortcode, customization, flat Requires at least: 3.0.1 Tested up to: 4.2.2 Stable tag: 1.3.3.7

Add a widget to your sidebar to show your latest tweet(s) with style and without JavaScript! Retweet, Favorite and Reply links are available.

== Description ==

Add a widget to your sidebar to show your latest tweet(s) with style and without JavaScript! Retweet, Favorite and Reply links are available.

This sidebar's widget offer you the possibility to show your last tweet(s) (THE last by default) in your WordPress web site. The advantage of this plugin is the absence of JavaScript script to load tweets from twitter : a very good point for your page speed. Another advantage is the possibility to use a cache system with an adjustable period. You also can show your avatar, action links (Favorite, Reply, Retweet), activate a slideshow of latest tweets, and customize the CSS.

Features

In admin:

  • Easy to install.
  • Panel for easy configuration (Appearance -> Widgets).
  • Show or hide your avatar
  • Default CSS can be disabled or customized
  • Unlimited customization (colors of the widget, several default styles, etc.)
  • Adjustable period for cache system
  • Can active the action links
  • Can active an auto slideshow script and chose delay between two tweets
  • Shortcode to insert the widget where you want
  • Included: Tutorial to create a Twitter plugin (needed for API 1.1)

In your site:

  • Smart default style (CSS) and compatible with Social Subscribers Counter styles
  • Flat styles with customizable colors
  • Display link (with special CSS classes) for hastags, users, and web link (nofollow links)
  • Display twitter's user link and statut's link
  • Display source (web, Tweetdeck, etc.) when it's possible
  • In option: Show action links like Retweet, Reply and Fav
  • In option: little slideshow of one tweet in a list of tweets

For developpers, numerous hooks are available, template function is available (see FAQ for more info) ;)

Languages

Thanks to Greg and Julien for your advices in some parts of this plugin ;)

––––––––––––––––––––––– Français –––––

Ajoute un widget à votre site pour lister vos derniers tweets, sans JavaScript ! Les liens Retweeter, Répondre et mettre en Favoris sont disponibles.

Ce widget de sidebar vous offre la possibilité d'afficher vos derniers tweets (LE dernier par défaut) dans votre site WordPress. L'avantage de ce plugin est l'absence de JavaScript pour charger les tweets depuis Twitter : un très bon point pour la vitesse de vos pages. Un autre avantage est la possibilie d'utiliser un système de cache avec une durée ajustable. Vous pouvez également afficher votre avatar, des liens d'action (Répondre, Retweeter, Favoris), activer un slideshow des derniers tweets et personnaliser les CSS.

Fonctionnalités

Dans l'administration :

  • Facile à installer.
  • Panneau facile à configurer (Apparence -> Widgets).
  • Affichez ou cachez votre avatar
  • Styles par défaut personnalisables (peuvent être simplement désactivé ou écrasés)
  • Personnalisation illimitée (couleurs du widget, plusieurs styles par défaut, etc.)
  • Durée du cache ajustable
  • Possibilité d'activer les liens d'action
  • Possibilité d'activer un diaporama et d'en choisir le delai entre deux tweets
  • Shortcode disponible pour insérer le widget où vous le souhaitez
  • Inclus : un mini-tutoriel pour créer une extension Twitter (nécessaire pour l'API 1.1)

Dans votre site :

  • Styles par défaut sobres et classes (CSS) et compatible avec les styles de Social Subscribers Counter
  • Design version "Flat" avec couleurs personnalisables
  • Affiche les liens (avec des classes spéciales) pour les hastags, utilisateurs, et liens classiques (liens en nofollow)
  • Affiche un lien vers le statut et le compte twitter
  • Affiche la source du tweet (web, Tweetdeck, etc.) quand c'est possible
  • En option : affichage de liens d'action comme Retweeter, Répondre, Fav
  • En option : mini diaporama composé d'un tweet dans votre liste des derniers tweets

Pour les développeurs, de nombreux hooks sont disponibles ainsi qu'une fonction de template (voir la FAQ pour plus d'info) ;)

Langages

Merci à Greg et Julien pour vos conseils dans certaines parties du code de ce plugin ;)

== Installation ==

You can use one of the both method :

Installation via your Wordpress website

  1. Go to the admin menu 'Plugins' -> 'Install' and search for 'Juiz last tweet'
  2. Click 'install' and activate it
  3. Configure your widget in Appearance -> Widgets

Manual Installation

  1. Upload folder juiz-last-tweet-widget to the /wp-content/plugins/ directory.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Configure plugin in Appearance -> Widgets.

== Screenshots ==

  1. Juiz Last Tweet in action (french interface)

    French Interface

  2. Juiz Last Tweet in the admin (Widget view)

    Admin

  3. Juiz Last Tweet with avatar displayed and custom CSS

    Custom CSS

  4. Juiz Last Tweet with avatar and action links displayed

    Action Links

  5. An example of custom styles

    Styles

  6. The new admin page for 1.2.0 (translators are welcome :p)

    New Admin Page

  7. The new color picker feature!

    Color Picker

== Frequently Asked Questions ==

Full documentation in the plugin folder! (documentation.html) Or here: Documentation

= The Twitter Bird image doesn't appear! What's happened? = Sorry, I don't know. Try to uninstall/install the plugin or just pick up the image in the svn repository.

= Why the widget show me an error of load for my tweets ? =

First: do you have the latest version of this plugin? Second: did you find the settings page, create your Twitter plugin?

= My tweets are not always updated =

Since the v1.1.3, the cache system prefers keep your old tweets instead of displaying a error message due to a lack of tweets inside the Twitter flow. It's a kind of security: old tweets are better than error message :)

= You need to custom the design, hide something ? = You can use lot of CSS classes and filters to help you in you quest :) See the documentation.html files inside your plugin folder !

== Changelog ==

= 1.3.3.7 =

  • WordPress 4.0 compatible
  • New app Icon
  • Bug fix
  • Fatal error fixed thanks to @lespacedunmatin
  • Improvement:
  • oAuth Notice removed
  • The widget work for people behind a http proxy (thank you Frank)
  • Fun version number, isn't it?

= 1.3.3 =

  • WordPress 3.9.x compatible
  • Improvement:
  • Force box-sizing in content-box to prevent JS calc. errors (in case you use slideshow of tweets)
  • Some new CSS styles for flat Dark and flat Light design (centered avatar)
  • Some words change with the new Twitter nomenclature (API key and Access Token)
  • Fixes:
  • Box jump it's solved if you use flat Dark and flat Light design
  • If cURL is deactivated in your server, the plugin show you an alert instead of an 500 error code ;)

= 1.3.2 =

  • Translation: Update of Turkish language (thanks to Hakaner!)
  • Improvement: HTML5 API Visibility used for slideshow of tweets (stop the transitions if page is not visible)
  • Fix: fatal error removed (I don't know exactly when it happens) (thanks to DaveMaison)
  • Fix: Twitter oAuth Exception (declare class only if doesn't exist)
  • Fix: the_tweets() now really functional

= 1.3.1 =

  • Improvement of custom style application

= 1.3.0 =

  • Twitter API 1.0 is no longer active (source), this plugin only use the latest API 1.1.
  • Improvement of speed
  • Improvement of code lisibility
  • Improvement of administration's accessibility
  • Improvement of slides animations (smoothy animation)
  • New color picker to change color of links (hashtag, username, and classical links)
  • New Flat styles and color picker to customize background colors
  • New Dutch Translation (thanks to Jan Willem Wilmsen!)
  • New hook jltw_remove_follow_us_line to remove part of code (see documentation)
  • New hook jltw_remove_metadata to remove part of code (see documentation)
  • Remove of the option "change RSS feed" (because of the API 1.0 death)

= 1.2.2 =

  • New classes in tweets list (.jltw_item_first, .jltw_item_last, .jltw_item_alone, .jltw_item_[n])
  • JS optimization: 'current' class become 'jltw_current'
  • Twitter oAuth optimization (load class only if doesn't exist)
  • Translation update (Turkish, thanks to Hakaner)
  • Readme.txt correction

= 1.2.1 =

  • Commit fix, missing inc/ folder included (sorry!)
  • Some PHP optimization

= 1.2.0 =

  • Twitter API 1.1 compatible
  • New page options available (for Twitter API 1.1 compatibility)
  • New shortcode [tweets] added
  • New function get_the_tweets( $args ) and the_tweets( $args ) available
  • New (Brazilian) portuguese (thanks to trindademeier
  • Tested for WordPress 3.5.1

= 1.1.5 =

  • Tested for WordPress 3.5
  • New Twitter API 1.1 (fallback on Twitter search feed in case of Rate limit exceeded)
  • Some new CSS classes (see documentation)
  • Some CSS improvement
  • Italian Translation by superciccio14

= 1.1.4 =

  • New function jltw( $args )
  • New function get_jltw ( $args );
  • Markup fix (remove ID 'juiz_last_tweet_tweetlist', it's a class now)
  • Conflict between your own CSS and default CSS fixed
  • Fix for an error message in WP Debug Mode at the first use of the widget
  • Nowegian translation

= 1.1.3 =

  • New widget option : action links (Reply, Retweet, Favorite)
  • Better management of the cache system (try to preserve your tweets cached if Twitter clears its flow)
  • New hooks for developer
  • Optimization of hastag search link
  • Fix for a Notice PHP error in WP Debug Mode
  • Fix for shortcode (/!\ Use 0 and 1 instead of false and true now)

= 1.1.2 =

  • New Twitter logo
  • Hastag Regexp updated (better multilingual compatibility)
  • Tested successfully on multiblog
  • Files encoding fixes
  • Some CSS improvement

= 1.1.1 =

  • Little debug fix
  • HTML fix (bad markup at the end of tweet)

= 1.1.0 =

  • Correction in the date for PHP4 server
  • Correction for cache system
  • Add a shortcode (jltw)
  • Add several hooks (see the FAQ or documentation.html file)
  • Better control and switching of Twitter RSS feed
  • Better links parser
  • Some fixes with CSS (special case)
  • Turkish translation by Hakaner

= 1.0.4 =

  • Optionnal autoslide tweets, one by one (use JavaScript)

= 1.0.3 =

  • Bug fix for multiple Last Tweet Widgets
  • Bug fix for HTML tag display inside Tweets

= 1.0.2 =

  • Bug fix for cache system (now uses the WP cache ssystem)

= 1.0.1 =

  • Bug fix for Twitter API limitation
  • Bug fix for disabling default CSS
  • You can now show your avatar

= 1.0.0 =

  • Bug fix for initial cache
  • Bug fix for empty pseudo

= 1.0.0 beta =

  • Initial Release, beta.

== Informations ==

Another plugin :

You like it ? You can donate or tweet for this plugin. Thank you ! Donate

Full documentation in the plugin folder ! (documentation.html) Or here: Documentation

== Upgrade Notice ==

= 1.3.0 =

Upgrade! New awesome features!

= 1.1.5 =

Update for new CSS fixes and languages support

= 1.1.1 =

Need an update if you downloaded 1.1.0

= 1.1.0 =

Lot of usefull things, and some fixes, update!! ;)

= 1.0.3 =

Upgrade if you want to display more than one widgets of this plugin

= 1.0.2 =

Upgrade if you tweets, tweets and tweets again and again

= 1.0.1 =

Need upgrade

= 1.0.0 =

No need to upgrade if your tweets are displayed.

= 1.0.0 beta =

New version in test...

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].