=== Comment Form Shortcode ===
Contributors: bhagirath25
Donate link: http://click2check.net
Tags: comment,form,shortcode
Requires at least: 3.0.1
Tested up to: 3.8.1
Stable tag: 4.3
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Comment Form Shortcode.

== Description ==

Allow to display comment form inside post, page and widget.

Basically comment is inbuilt feature in WordPress but in some case we need embedded comment form.

Example.
<p>* we need to embedded comment inside post.</p>
<p>* some theme build without comment form for pages or custom post type.</p>
<p>* you want to display comment form for specific post only, so you can disable comment for all page and use shortcode to display comment.</p>
<p>* in custom development you need comment form inside widget.</p>

so here we have comment form shortcode to display comment using shortcode inside post,page or widget.

<h2>Comment Form Shortcode Help</h2>
<p>You can use below ShortCode in post or page or in widget to show comment form.</p>
<p><strong>[comment comment_file ="/comments.php"]</strong></p>

<p>Here <strong>comment_file</strong> is optional, if you have custom comment file, you have to pass here.</p>

<h2>How To Use : </h2>
<p><strong>[comment]</strong></p>
<p><strong>[comment comment_file ="/short-comments.php"]</strong></p>


== Installation ==

1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress


== Frequently Asked Questions ==

<strong>Can I Display Comment form inside widget too?</strong>
<p>Yes</p>

== Screenshots ==

1. Comment Form Shortcode Help.

== Changelog ==

= 1.3 =
* New Design and user interface

= 1.0 =
* First version of plugin having comment form for post,widget

== Upgrade Notice == 

* New Design and user interface