Dieses Plugin ist nicht mit den jüngsten 3 Hauptversionen von WordPress getestet worden. Es wird möglicherweise nicht mehr gewartet oder unterstützt und kann Kompatibilitätsprobleme haben, wenn es mit neueren Versionen von WordPress verwendet wird.

Comments Everywhere

Beschreibung

Comments Everywhere is a plugin that enables you to insert a comment section where you want by using a shortcode when normally comments are only possible for posts and pages. This enables you to implememt comments in a custom template or a particular page. You can also use it when you want to modify the template. More information can be found on our website: Comments Everywhere Website.

A brief Markdown Example

Ordered list:

  1. Comments where you want.
  2. Modify the comment template / comment form.

Installation

This section describes how to install the plugin and get it working.

  1. Upload the folder commentseverywhere to the /wp-content/plugins/ directory or install via the wordpress Dashboard.
  2. Activate the plugin through the ‚Plugins‘ menu in WordPress
  3. Place the shortcode in your template / post
    In a page: [comments_everywhere uid=uniquestring123]
    In a template: do_shortcode(‚[comments_everywhere uid=uniquestring123]‘);

FAQ

How does this work?

When you place the shortcode a post_id gets generated using the uid you passed. This id is used to mimic a post or page and insert a comment form and the comments.

Using a post_id, will it conflict with the comments of the existing posts/pages?

No, the generated id is such a large number, you would have to write millions of posts.

When do I need this?

When you want to insert comments on a particular page, or custom template etc.

Can I customize the comment template?

Yes another reason to use the plugin is the abaility to modify the comment template, as the plugin uses its own file for the template.

Rezensionen

Für dieses Plugin gibt es keine Rezensionen.

Mitwirkende & Entwickler

„Comments Everywhere“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

Übersetze „Comments Everywhere“ in deine Sprache.

Interessiert an der Entwicklung?

Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.

Änderungsprotokoll

1.0

  • First Release