=== WP Wall ===
Contributors: freediver
Donate link: https://www.networkforgood.org/donation/MakeDonation.aspx?ORGID2=510144434
Tags: ajax, comments, posts, jquery, post, widget, sidebar
Requires at least: 2.3
Tested up to: 2.5.1
Stable tag: trunk
"Wall" widget that appears in your blog's side bar. Readers can add a quick comment about the blog as a whole, and the comment will appear in the sidebar immediately (without reloading the page)
== Description ==
WP Wall is a "Wall" widget that appears in your blog's side bar. Readers can add a quick comment about the blog as a whole, and the comment will appear in the sidebar immediately (without reloading the page).
All comments are internally handled by WordPress so that means you have normal comment moderation, SPAM protection and new comment notification.
WP Wall is fully customizable with a CSS file and included graphics.
WP Wall features:
* Global commenting "Wall"
* Comments are handled entirely by WordPress
* RSS Feed for the Wall
* Smilies
* Instant delete for admin
* Navigation through pages
* Interactive Wall: It can automatically refresh turning into a chat
v0.8:
- Added date of latest comment
v0.7:
- Tweaked the wall in non-widget mode
- More styling options: comments have class numbers now to paint them like you want
- Made the code xHTML valid
- Option to show all comments (publish the Wall!)
v0.6:
- Added navigation through pages!
v0.5:
- Instant comment delete for admins
v0.4:
- Added smilies support
v0.3:
- Added comment excerpt option
- Cleared boxes after input
- Focus on name when clicked
v0.2:
- Initial release
== Installation ==
1. Upload the whole plugin folder to your /wp-content/plugins/ folder.
2. Go to the Plugins page and activate the plugin.
3. Use the Options page to change your options
4. Add the widget to your sidebar
== Screenshots ==
1. WP Wall in Action
2. WP Wall Admin Panel
== License ==
This file is part of WP Wall.
WP Wall is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
WP Wall is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with WP Wall. If not, see .
== Frequently Asked Questions ==
= How does it work? =
It creates a draft page in your blog under which all comments are stored.
= What if I don't use widgets, how do I code this to appear in the sidebar?
Just put this code somewhere in your theme template, probably sidebar.php
= How does it combat SPAM ?
The same way your usual blog comments work. You can enable comment moderation. Or you can install one of the spam blocking plugins like Akismet.
= How do I change it into a shoutbox/chat?
Just set the refresh time to 5 seconds in the WP Wall options. The Wall becomes a chat-box :)
= Is it possible to display a “Wall-Archive”-Page to show all comments?
Actually you will find WP Wall in your draft pages. Just edit it to your liking and - publish it! All comments will appear at the end of the page as usual.
= How do I add a border around the comment wall?
Add this to #wallcomments section of css file:
border: 1px solid #cccccc;
padding 7px;
= How can I enable smilies?
WP Wall can show smilies using built in WordPress functionality if you enable it in your administration panel (Settings-> Writing-> Convert emoticons...). You can find more information about using smilies here .
= How did you solve the problem with the commenters email address? usually you have to enter an email address, now doing that in a chat/shoutbox is cumbersome
The plugin does not require one to enter their email address.
= Can I suggest an feature for the plugin? =
Of course, visit WP Wall Home Page
= I love your work, are you available for hire? =
Yes I am, visit my WordPress Services page to find out more.