Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

WordPress File Word Counter

Descripción

Introduction

This plugin helps in getting number of words and characters in doc, docx, pdf and text files.

  • User can upload files on the file uploader block where plugin shortcode [file_word_count] is included.

  • The the plugin returns number of words and characters in that file and that file is also uploaded to media library.

  • You need to add an HTML element to display the value of words or characters and add following ids for total words and characters respectively : fwc-words , fwc-characters

    e.g.

  <div id="fwc-characters"></div>
  or
  <input type="text" name="words" id="fwc-words"/>
  <input type="text" name="characters" id="fwc-characters"/>
  • You can also call it in php file using
    echo do_shortcode(‘[file_word_count]’);

Get Involved

Automatic Installation

Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser. To do an automatic install of WordPress File Word Counter, log in to your WordPress dashboard, navigate to the Plugins menu and click Add New.

In the search field type WordPress File Word Counter and click Search Plugins. Once you’ve found our plugin you can view details about it such as the the rating and description. Most importantly, of course, you can install it by simply clicking Install Now?.

Manual Installation

  1. Unzip the files and upload the folder into your plugins folder (/wp-content/plugins/) overwriting older versions if they exist.

  2. Activate the plugin in your WordPress admin area.

FAQ

What document types are supported?
  • .docx

    • .doc

    • .pdf

    • .txt

Reseñas

26 de enero de 2023
Muy buena función del plugin, me gustaría tener la actualización de este y poder instalarlo sin dudas, aunque fuera de pago y con algunas integraciones. Estarías dispuesto a colaborar
6 de junio de 2018 1 reply
I have a PDF document which I copied over to a Word document. The Word document then told me it was 11 000 words. However when I uploaded that Word document to this plugin it said the document contained 9 500 words, and when I uploaded the original PDF document the plugin said it contained 1 000 (!) words. I have also tried this with other documents with similar results.
Leer la 1 reseña

Colaboradores y desarrolladores

«WordPress File Word Counter» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «WordPress File Word Counter» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.0.0 – 01.31.2018

  • Initial stable release.