Title: Quotable
Author: Jo Sprague
Published: <strong>7 de abril de 2014</strong>
Last modified: 5 de mayo de 2020

---

Buscar plugins

![](https://ps.w.org/quotable/assets/banner-772x250.png?rev=2296784)

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.

![](https://ps.w.org/quotable/assets/icon.svg?rev=2296779)

# Quotable

 Por [Jo Sprague](https://profiles.wordpress.org/josiahsprague/)

[Descargar](https://downloads.wordpress.org/plugin/quotable.2.1.0.zip)

 * [Detalles](https://es.wordpress.org/plugins/quotable/#description)
 * [Valoraciones](https://es.wordpress.org/plugins/quotable/#reviews)
 *  [Instalación](https://es.wordpress.org/plugins/quotable/#installation)
 * [Desarrollo](https://es.wordpress.org/plugins/quotable/#developers)

 [Soporte](https://wordpress.org/support/plugin/quotable/)

## Descripción

Quotable adds buttons to quotes and text selection that make it quick and easy for
your readers to share quotes from your website.

Simply install the plugin, there is no setup required. Icons that match your site’s
theme will be added to quotes and appear in a contextual menu when readers select
text on your website, allowing them to quickly and easily share the quotes to Twitter.

This plugin adds a page link, hashtags and mentions to shared quotes. WordPress 
tags are used as hashtags and, if you use Yoast’s WordPress SEO plugin, the post
author’s and site’s Twitter accounts are added as mentions to Tweets.

### Sponsorship

I am software engineer and I love to create free and open source software for nomads,
bloggers and language learners. In order to afford to spend time creating, maintaining
and updating my free software, I rely on financial support from donors. In return,
I provide my donors with access to exclusive updates, support and features. If you
find this plugin useful, please consider [supporting me for just $1/month on Patreon](https://www.patreon.com/localjo).

## Capturas

 * [[
 * This plugin adds a sharing button at the end of all quote blocks. The quote text
   will is highlighted on hover.
 * [[
 * When text is selected, a sharing button will appear above the selected text.
 * [[
 * The sharing button opens a popup for readers to share the quote on social media.

## Instalación

 1. Upload the plugin files to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress

After installing the plugin, there is no setup required. Visit a page and highlight
some text in the main content and you should see the Quotable toolbar pop up. Visit
a page or post with quote blocks, and you should see the Quotable icon added at 
the end of the quote. See the FAQ for more information about available options and
settings.

## FAQ

### Can I turn off the functionality just for blockquotes or just for text selection?

Yes. Go to Settings > Discussion > Quotable to enable or disable plugin features
site-wide. You can enable or disable features for individual pages and posts from
the Quotable section in the Document tab of the post editor. If you want to enable
or disable the icon for individual quotes, you can do so from the Quotable section
in the Block settings tab when editing the quote block.

### Can you add the option to share quotes on more social networks?

If you’re interested in having the option to share quotes via Facebook, Reddit, 
Hacker News or email, I am developing these features in a separate plugin exclusively
for sponsors. If you would like to receive exclusive updates and features, please
[sponsor me on Patreon](https://www.patreon.com/localjo).

### How do I make shared quotes mention the author’s Twitter account?

You can use Yoast’s WordPress SEO plugin to set a site-wide Twitter account and 
a Twitter account for each author. When a tweet is created with Quotable, the post
author’s Twitter account will be mentioned in the tweet, and Twitter will recommend
that people follow the site-wide Twitter account after they share the tweet.

### How do I add hashtags to the shared content?

Hashtags are generated based on the WordPress tags that were used on the post. If
you want more control over which hashtags are generated, I am developing these features
in a separate plugin exclusively for sponsors. If you would like to receive exclusive
updates and features, please [sponsor me on Patreon](https://www.patreon.com/localjo).

## Reseñas

No hay valoraciones para este plugin.

## Colaboradores y desarrolladores

«Quotable» es un software de código abierto. Las siguientes personas han colaborado
con este plugin.

Colaboradores

 *   [ Jo Sprague ](https://profiles.wordpress.org/josiahsprague/)

«Quotable» está traducido en 9 idiomas. Gracias a [los traductores](https://translate.wordpress.org/projects/wp-plugins/quotable/contributors)
por sus contribuciones.

[Traduce «Quotable» a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/quotable)

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/quotable/) , echa 
un vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/quotable/) o suscríbete
al [registro de desarrollo](https://plugins.trac.wordpress.org/log/quotable/) por
[RSS](https://plugins.trac.wordpress.org/log/quotable/?limit=100&mode=stop_on_copy&format=rss).

## Registro de cambios

#### 2.1.0

 * Adds Hungarian translation
 * Adds German translation

#### 2.0.0

 * Adds support for Gutenberg block editor
 * Adds the ability to enable/disable buttons on individual quotes in the block 
   editor
 * Moves page and post settings to the Gutenberg document settings sidebar
 * Hides Quotable settings on posts and pages if disabled site-wide
 * Completely rewritten codebase using WordPress coding standards and modern JavaScript
 * Removes a call to platform.twitter.com
 * Adds Spanish translation for the plugin
 * Improves the user expereince when installing and updating
 * Adds settings shortcut in plugin list
 * Various bug fixes and tests
 * Released under GPL license, previous version was MIT

#### 1.0.6

 * Update code formatting and style to match WordPress standards.
 * Remove underlines, shadows and borders from Twitter icon at the end of blockquotes.

#### 1.0.2

 * Usar https para el script de Twitter

#### 1.0.1

 * Corrige errores de la consola en paginas que no tienen Quotable

#### 1.0.0

 * Updated plugin meta information
 * Prepared the plugin for future updates (coming soon!)

#### 0.85

 * Fixed bug where tweets were occasionaly generated with a link to the wrong post.

#### 0.8

 * Añade ajustes al escritorio de WP que permiten que la funcionalidad del plugin
   se deshabilite selectivamente en todo el sitio.
 * Added post options which allow plugin functionality to be selectively disabled
   per post.
 * Limpieza de formato del código.
 * Cambio de licencia de GPL a MIT

#### 0.7

 * Arregla problema que rompía el HTML dentro de blockquotes.
 * Algunos cambios de código

#### 0.6

 * Aregla la posición del botón para seleccionar texto cuando se desplaza la página
   en Firefox.
 * Aplaza la carga de JS poniéndolo en wp_footer en vez de wp_head.

#### 0.5

 * Esconde errores causados por HTML mal escrito

#### 0.4

 * Comprueba que mb_convert_encoding existe antes de usarla

#### 0.3

 * El texto texto en de los bloques de cita se selecciona automáticamente al pasar
   el cursor por encima del enlace de Twitter para dar una pista de cómo funciona
 * Ahora utiliza wp_enqueue_scripts para añadir los scripts
 * Las fuentes personalizadas se han trsladado del PHP al CSS
 * Ya no seañade el codigo de Quotable a las paginas que no lo usan

#### 0.2

 * Actualizado readme y añadidas capturas de pantalla.

#### 0.1

 * Version inicial

## Meta

 *  Versión **2.1.0**
 *  Última actualización **hace 6 años**
 *  Instalaciones activas **40+**
 *  Versión de WordPress ** 3.0.1 o superior **
 *  Probado hasta **5.4.19**
 *  Versión de PHP ** 5.2 o superior **
 *  Idiomas
 * [English (UK)](https://en-gb.wordpress.org/plugins/quotable/), [English (US)](https://wordpress.org/plugins/quotable/),
   [German](https://de.wordpress.org/plugins/quotable/), [Hungarian](https://hu.wordpress.org/plugins/quotable/),
   [Japanese](https://ja.wordpress.org/plugins/quotable/), [Russian](https://ru.wordpress.org/plugins/quotable/),
   [Spanish (Chile)](https://cl.wordpress.org/plugins/quotable/), [Spanish (Spain)](https://es.wordpress.org/plugins/quotable/),
   [Spanish (Venezuela)](https://ve.wordpress.org/plugins/quotable/) y [Swedish](https://sv.wordpress.org/plugins/quotable/).
 *  [Traducir a tu idioma](https://translate.wordpress.org/projects/wp-plugins/quotable)
 * Etiquetas:
 * [Medium](https://es.wordpress.org/plugins/tags/medium/)[quotes](https://es.wordpress.org/plugins/tags/quotes/)
   [share buttons](https://es.wordpress.org/plugins/tags/share-buttons/)[social media](https://es.wordpress.org/plugins/tags/social-media/)
   [twitter](https://es.wordpress.org/plugins/tags/twitter/)
 *  [Vista avanzada](https://es.wordpress.org/plugins/quotable/advanced/)

## Valoraciones

 5 de 5 estrellas.

 *  [  7 valoraciones de 5 estrellas     ](https://wordpress.org/support/plugin/quotable/reviews/?filter=5)
 *  [  0 valoraciones de 4 estrellas     ](https://wordpress.org/support/plugin/quotable/reviews/?filter=4)
 *  [  0 valoraciones de 3 estrellas     ](https://wordpress.org/support/plugin/quotable/reviews/?filter=3)
 *  [  0 valoraciones de 2 estrellas     ](https://wordpress.org/support/plugin/quotable/reviews/?filter=2)
 *  [  0 valoraciones de 1 estrellas     ](https://wordpress.org/support/plugin/quotable/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/quotable/reviews/#new-post)

[Ver todas las valoraciones](https://wordpress.org/support/plugin/quotable/reviews/)

## Colaboradores

 *   [ Jo Sprague ](https://profiles.wordpress.org/josiahsprague/)

## Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

 [Ver el foro de soporte](https://wordpress.org/support/plugin/quotable/)

## Donar

¿Te gustaría apoyar el progreso de este plugin?

 [ Dona a este plugin ](https://www.patreon.com/localjo)