Title: WP Twitter Wall
Author: Thierry Pigot
Published: <strong>20 سپتامبر 2016</strong>
Last modified: 20 اکتبر 2016

---

جستجوی افزونه‌ها

![](https://ps.w.org/wp-twitter-wall/assets/banner-772x250.png?rev=1498866)

این افزونه **با ۳ نگارش عمدهٔ اخیر وردپرس آزمایش نشده است**. ممکن است دیگر نگهداری
یا پشتیبانی نشود و هنگام استفاده با نگارش‌های تازه‌تر وردپرس مشکل سازگاری داشته 
باشد.

![](https://ps.w.org/wp-twitter-wall/assets/icon.svg?rev=1498846)

# WP Twitter Wall

 توسط [Thierry Pigot](https://profiles.wordpress.org/thierrypigot/)

[دانلود](https://downloads.wordpress.org/plugin/wp-twitter-wall.1.3.1.zip)

 * [جزئیات](https://fa.wordpress.org/plugins/wp-twitter-wall/#description)
 * [نقد و بررسی‌ها](https://fa.wordpress.org/plugins/wp-twitter-wall/#reviews)
 *  [نصب](https://fa.wordpress.org/plugins/wp-twitter-wall/#installation)
 * [توسعه](https://fa.wordpress.org/plugins/wp-twitter-wall/#developers)

 [پشتیبانی](https://wordpress.org/support/plugin/wp-twitter-wall/)

## توضیحات

With WP Twitter wall, show a live Twitter wall at your event! Install the plugin
on your website, get a video projector, then display a wall of people’s tweets reacting
about your show.

This plugin was originally designed to display attendees’s tweets during the WP 
Tech Nantes, and WordCamp Paris events.

The twitterwall will be updated twice a minute, adding new tweets and updating the
publication times of the old ones.

Rules are defined to protect you against twitter automated spam, but if someone 
pass these protection, you can manually exclude them.

Wall’s colors can be customized using the plugin settings panel, adapting them to
your brand.

Interactions between the plugin and Twitter API use the PHP Class [TokenToMe](https://github.com/TweetPressFr/TokenToMe),
created and maintained by Julien Maury.

## عکس‌های صفحه

[⌊A twitter wall near the main screen, at WP Tech 2015 event.⌉⌊A twitter wall near
the main screen, at WP Tech 2015 event.⌉[

A twitter wall near the main screen, at WP Tech 2015 event.

[⌊The plugin on the computer used to project the twitter wall ; on this interface
the admin can report some tweets as spam.⌉⌊The plugin on the computer used to project
the twitter wall ; on this interface the admin can report some tweets as spam.⌉[

The plugin on the computer used to project the twitter wall ; on this interface 
the admin can report some tweets as spam.

[⌊Reporting twitter user as spam (on live at WordCamp Paris 2016)⌉⌊Reporting twitter
user as spam (on live at WordCamp Paris 2016)⌉[

Reporting twitter user as spam (on live at WordCamp Paris 2016)

[⌊A twitter wall is a way to joke at the end of conference day ;-)⌉⌊A twitter wall
is a way to joke at the end of conference day ;-)⌉[

A twitter wall is a way to joke at the end of conference day 😉

## نصب

 1. Upload the plugin files to the plugin directory, or install the plugin through 
    the WordPress plugins screen directly.
 2. Activate WP Twitter Wall through the ‘Plugins’ screen in WordPress.
 3. Use the WP Twitter Wall screen to define your [twitter API credentials](https://apps.twitter.com/).
 4. On the same screen define your twitter wall relative URI, your search query and
    optionals parameters then save settings.

You can see your WP Twitter Wall on the defined URI, or use the shortcode `[twitter-
wall/]` to display the feed inside your website.

If you encounter a 404 page when visitng twitterwall URI, please flush your permalinks
through the ‘Settings > Permalinks’ screen.

## سوالات متداول

  Which operators can be used in the search query?

All available query operators are detailled [here](https://dev.twitter.com/rest/public/search).

More commons are:

 * use simple words `exemple`.
 * use hastags words `#exemple`.
 * use negative asserts: `-something`.
 * use `OR`. If you define multiple words, the search query will retrieve tweets
   containing all of them. `exemple OR another` will get tweets with one of theses
   words (or more).
 * query accounts using `@`: `@someone` will get all tweets were the user named ‘
   someone’ is mentioned. `to:someone` will obtain all tweets sended to this user,
   and `from:someone` will get all tweets writed by him.

You’re allowed to combine as many operators as you want in one string 🙂

  How to define a custom stylesheet?

Paste these lines into your ‘functions.php’ theme file:
 add_action( ‘wp_enqueue_scripts’,‘
custom_enqueue_script’, 11 ); function custom_enqueue_script() { $style = get_stylesheet_directory_uri().‘/
my-custom-twitterwall-style.css’; // this is an example wp_deregister_style( ‘twitter-
wall-css’ ); wp_register_style( ‘twitter-wall-css’, $style, false, ‘1’, ‘all’ );}

  How to protect the wall against spams?

If you use this plugin on an event, it is likely than some twitter accounts will
try to spam your wall (especially if you appear in trending topics). WP Twitter 
Wall offer two ways to prevent that this happen:

 1. WP Twitter Wall will not show tweets containing more than two hastags
 2. Admin users can mark some accounts as ‘spam’ by clicking on the concerned username.
    His tweets will be removed and no other will appear.

## نقد و بررسی‌ها

![](https://secure.gravatar.com/avatar/9f6b7fdd04a1f344665bc694bb208fc81d4212e50510327aa6d9b8cd1ac3bb54?
s=60&d=retro&r=g)

### 󠀁[Best Free Tweet Wall I found 🙂](https://wordpress.org/support/topic/best-free-tweet-wall-i-found/)󠁿

 [katelinerobinet](https://profiles.wordpress.org/katelinerobinet/) 29 سپتامبر 2016

Un joli mur de tweets qui marche très bien, après avoir testé d’autres tweet wall
gratuits (sans wordpress) c’est celui qui a le plus bel affichage, tant dans la 
mise en page que des images. Point à améliorer au niveau de la personnalisation 
éventuellement (retour de notre graphiste), le code fourni dans la FAQ pour le CSS
enlève toute la mise en page par défaut et un champ pour soit paramétrer le CSS 
sans entrer dans le code soit juste pour ajouter une image de fond serait un plus
🙂 Mais pour un plugin nouveau et gratuit il répond très bien aux attentes !

![](https://secure.gravatar.com/avatar/7e0801e0fbb31e3bc83c99d8c3079b925dc80abc16e18caf1c9bef35ee601082?
s=60&d=retro&r=g)

### 󠀁[It’s a Twitter Wall!](https://wordpress.org/support/topic/its-a-twitter-wall/)󠁿

 [jason1178](https://profiles.wordpress.org/jason1178/) 22 سپتامبر 2016 3 پاسخ

So this does exactly what the developers describe. It creates a nice-looking Twitter
wall based on criteria you define. You do need to set up a Twitter Application which
means your cell phone number must be given to Twitter, but this is not a major impediment.
The plugin still needs a bit of work to be truly useful to a wide audience. The 
spam controls are a little too restrictive for me (multiple hashtags are common 
enough that they shouldn’t be an automatic trigger) but the ability for an admin
account to quickly single out a spam account and block it is useful. Some other 
tweaks are also needed around allowing users to control more of the settings and
language but that should smooth out once people start using it more. The only real
concern I have is that the wall is intended to be scrollable throughout the history
of the display. Over time, I can see an active conference/event overloading a browser
and causing a crash. It may be worthwhile for someone to figure out how to limit
the overall number of tweets displayed or create two separate walls, one for browsers
and a more limited one for projection. Otherwise, this is great work!

 [ خواندن تمامی 2 نقد و بررسی‌ ](https://wordpress.org/support/plugin/wp-twitter-wall/reviews/)

## توسعه دهندگان و همکاران

“WP Twitter Wall” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

 *   [ Thierry Pigot ](https://profiles.wordpress.org/thierrypigot/)
 *   [ Willy Bahuaud ](https://profiles.wordpress.org/willybahuaud/)

“WP Twitter Wall” به 1 زبان ترجمه شده است. با تشکر از [مترجمین](https://translate.wordpress.org/projects/wp-plugins/wp-twitter-wall/contributors)
برای همکاری و کمک‌هایشان.

[ترجمه “WP Twitter Wall” به زبان شما.](https://translate.wordpress.org/projects/wp-plugins/wp-twitter-wall)

### علاقه‌ مند به توسعه هستید؟

[کد را مرور کنید](https://plugins.trac.wordpress.org/browser/wp-twitter-wall/)، 
[مخزن SVN](https://plugins.svn.wordpress.org/wp-twitter-wall/) را بررسی کنید، یا
از طریق [RSS](https://plugins.trac.wordpress.org/log/wp-twitter-wall/?limit=100&mode=stop_on_copy&format=rss)
در [گزارش توسعه](https://plugins.trac.wordpress.org/log/wp-twitter-wall/) مشترک 
شوید.

## گزارش تغییرات

#### 1.3.1

 * Wording fix
 * Add GlotPress compatibility

#### 1.3

 * Bug Fix : duplicate tweet on refresh

#### 1.2

 * Bug Fix : header fail on TokenToMe.class

#### 1.1

 * Security Fix

#### 1.0

 * 10 september 2016
 * Initial release

## اطلاعات

 *  نگارش **1.3.1**
 *  آخرین به‌روزرسانی **10 سال پیش**
 *  نصب‌های فعال **10+**
 *  نگارش وردپرس ** 3.5.0 یا بالاتر **
 *  آزمایش‌شده تا **4.6.30**
 *  زبان‌ها
 * [English (US)](https://wordpress.org/plugins/wp-twitter-wall/) و [French (France)](https://fr.wordpress.org/plugins/wp-twitter-wall/).
 *  [به زبان خودتان ترجمه کنید](https://translate.wordpress.org/projects/wp-plugins/wp-twitter-wall)
 * برچسب
 * [Conference](https://fa.wordpress.org/plugins/tags/conference/)[Event](https://fa.wordpress.org/plugins/tags/event/)
   [twitter](https://fa.wordpress.org/plugins/tags/twitter/)[Wall](https://fa.wordpress.org/plugins/tags/wall/)
 *  [نمایش پیشرفته](https://fa.wordpress.org/plugins/wp-twitter-wall/advanced/)

## امتیازها

 5 از 5 ستاره.

 *  [  امتیاز 2 5-ستاره     ](https://wordpress.org/support/plugin/wp-twitter-wall/reviews/?filter=5)
 *  [  امتیاز 0 4-ستاره     ](https://wordpress.org/support/plugin/wp-twitter-wall/reviews/?filter=4)
 *  [  امتیاز 0 3-ستاره     ](https://wordpress.org/support/plugin/wp-twitter-wall/reviews/?filter=3)
 *  [  امتیاز 0 2-ستاره     ](https://wordpress.org/support/plugin/wp-twitter-wall/reviews/?filter=2)
 *  [  امتیاز 0 1-ستاره     ](https://wordpress.org/support/plugin/wp-twitter-wall/reviews/?filter=1)

[بررسی شما](https://wordpress.org/support/plugin/wp-twitter-wall/reviews/#new-post)

[مشاهدهٔ همهٔ بررسی‌ها](https://wordpress.org/support/plugin/wp-twitter-wall/reviews/)

## مشارکت کنندگان

 *   [ Thierry Pigot ](https://profiles.wordpress.org/thierrypigot/)
 *   [ Willy Bahuaud ](https://profiles.wordpress.org/willybahuaud/)

## پشتیبانی

چیزی برای گفتن دارید؟ نیاز به کمک دارید؟

 [مشاهده انجمن پشتیبانی](https://wordpress.org/support/plugin/wp-twitter-wall/)

## کمک مالی

آیا تمایل دارید از پیشرفت این افزونه حمایت کنید؟

 [ کمک مالی به این افزونه ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5XZ4CPDQQU7ZC)