Saltar al contenido
WordPress.org

Español (Argentina)

  • Temas
  • Plugins
  • Noticias
    • Documentación
    • Foros
  • Acerca de
  • Conseguí WordPress
Conseguí WordPress
WordPress.org

Plugin Directory

DP Easy Social Share

  • Enviá un plugin
  • Mis favoritos
  • Acceder
  • Enviá un plugin
  • Mis favoritos
  • Acceder

DP Easy Social Share

Por divyangprajapati
Descargar
Vista previa en vivo
  • Detalles
  • Valoraciones
  • Instalación
  • Desarrollo
Soporte

Descripción

DP Easy Social Share is a simple and lightweight social sharing plugin for WordPress. With an easy-to-use interface and customizable options, you can add social sharing buttons to your posts, pages and custom post types effortlessly. Enhance your content’s reach by enabling your visitors to share your posts on their favorite social networks.

Features

  • Easy-to-Use Interface: Configure your social sharing settings through an intuitive admin settings page.
  • Customizable Icons: Choose from a selection of icons via checkboxes including Facebook, X, LinkedIn, WhatsApp, Reddit, Pinterest, and Email.
  • Inline Icons: Set the social icons to appear above or below your content.
  • Floating Sidebar: Show a floating share sidebar fixed to the left or right edge of the screen, independent of your inline icons.
  • Multi-Post Type Support: Specify which post types display the social share icons, with separate settings for inline and floating placement.
  • Lightweight & Fast: Designed to add social sharing functionality without slowing down your site.
  • Responsive Design: Social icons adjust seamlessly for mobile and desktop viewing.

External Services

This plugin uses Font Awesome to provide social media icons for sharing posts and pages. Font Awesome is a third-party icon library that is included to enhance the visual presentation of social icons.

** Font Awesome **

  • What the service is and what it is used for:
    The plugin uses Font Awesome to display SVG icons for various social media platforms such as Facebook, X (formerly Twitter), LinkedIn, WhatsApp, Reddit, Pinterest, Email and more.

  • What data is sent and when:
    No personal data is sent from the user’s website to Font Awesome. The icons are embedded locally in the plugin, and no external calls to Font Awesome servers are made.

  • Terms of Use and Privacy Policy:

    • Font Awesome Terms of Use
    • Font Awesome Privacy Policy

License

DP Easy Social Share is released under the GPLv3 license. This means you are free to use, modify, and distribute the software as long as you comply with the license terms. See https://www.gnu.org/licenses/gpl-3.0.txt for more details.

Capturas

General Tab: Select which social icons appear across your site.
General Tab: Select which social icons appear across your site.
Inline Buttons Tab: Enable inline icons, choose the post types, and set the display position (above or below content).
Inline Buttons Tab: Enable inline icons, choose the post types, and set the display position (above or below content).
Floating Sidebar Tab: Enable the floating share sidebar, choose the post types, and set the screen edge (left or right).
Floating Sidebar Tab: Enable the floating share sidebar, choose the post types, and set the screen edge (left or right).
Inline Icons on the Frontend: A post displaying the inline social share icons in the configured position.
Inline Icons on the Frontend: A post displaying the inline social share icons in the configured position.
Floating Sidebar on the Frontend: A post displaying the floating share sidebar fixed to the configured screen edge.
Floating Sidebar on the Frontend: A post displaying the floating share sidebar fixed to the configured screen edge.

Instalación

  1. Upload the dp-easy-social-share folder to your /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Navigate to the “DP Easy Social Share” menu to manage the plugin settings

Preguntas frecuentes

How do I enable social sharing icons?

After installing and activating the plugin, go to the plugin settings page in your WordPress admin area. From there, you can choose which icons to display on your site.

Does this plugin support custom post types?

Yes. You can specify the post types in the settings page where you want the icons to appear.

Can I show a floating share sidebar as well as inline icons?

Yes. The Floating Sidebar tab lets you enable a separate floating share bar, fixed to the left or right edge of the screen, with its own post type targeting independent of the inline icons.

Can I customize the icons or URLs?

Yes. The plugin now supports filters:
– dpessr_social_share_url_{$network}: Customize the share URL per social network.
– dpessr_social_share_icons: Modify the entire array of icon data (label, icon, url, etc).

Examples:

Change WhatsApp share URL:

<?php
add_filter('dpessr_social_share_url_whatsapp', function($url, $post_url, $post_title) {
    return 'https://wa.me/?text=' . urlencode($post_title . ' ' . $post_url);
}, 10, 3);
?>

Modify icon data (e.g., add a custom network):

<?php
add_filter('dpessr_social_share_icons', function($icons) {
    $icons['custom'] = [
        'name' => 'Custom',
        'icon' => '<svg>...</svg>',
        'url'  => 'https://custom.com/share?u={url}',
    ];
    return $icons;
});
?>

Reseñas

Great social sharing plugin!

soham1807 18 de septiembre de 2026
DP Easy Social Share is simple, lightweight, and easy to set up. It works smoothly and provides all the essential social sharing features without making things complicated. The interface is clean, and the plugin integrates nicely with WordPress. Highly recommended for anyone looking for an easy and reliable social sharing solution!

Simple and Best Plugin

alpeshinfo 26 de marzo de 2025
I have used this plugin , it easy to use. Without any extra bloatware feature, No ADD , NO subscription
Leer todas las 2 reseñas

Colaboradores y desarrolladores

“DP Easy Social Share” es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores
  • divyangprajapati

Traduce “DP Easy Social Share” a tu idioma.

¿Interesado en el desarrollo?

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

Registro de cambios

2.0.0

  • Added: Floating share sidebar, fixed to the left or right edge of the screen, with its own enable/disable, post type targeting, and position setting, independent of inline icons.
  • Added: Subtle slide-in and fade-in entrance animation for the floating sidebar (respects the visitor’s reduced-motion preference).
  • Added: Tab-style rounded edge on floating icons (rounded on the outer edge only, flush against the screen edge) instead of full circles.
  • Added: Time-delayed, dismissible “please rate us” admin notice, shown only after a week of active use, with rate now / already rated / maybe later options that persist your choice.
  • Added: Brand logo in the admin settings header.
  • Tested for compatibility with WordPress 7.0.

1.1.3

  • Updated compatibility to WordPress 7.0

1.1.2

  • Improved share URL encoding with rawurlencode for better standards compliance.
  • Escaped raw URL and title values before filtering for enhanced safety.
  • Tested compatibility with WordPress 6.9.

1.1.1

  • Improved SVG icon handling and sanitization for security.
  • Enhanced accessibility and responsiveness of icons.
  • Minor code and style improvements.

1.1.0

  • Added filter hooks for customizing share URLs and icon data.

1.0.1

  • Updated compatibility to WordPress 6.8

1.0.0

  • Initial release of DP Easy Social Share.
  • Basic social sharing functionality.

Meta

  • Versión 2.0.0
  • Última actualización hace 6 días
  • Instalaciones activas 30+
  • Versión de WordPress 5.0 o superior
  • Testeado hasta 7.1.2
  • Versión de PHP 7.0 o superior
  • Idioma
    English (US)
  • Etiquetas:
    sharingsocialsocial iconssocial mediasocial share
  • Vista avanzada

Valoraciones

5 de 5 estrellas.
  • 2 valoraciones de 5 estrellas 5 estrellas 2
  • 0 valoraciones de 4 estrellas 4 estrellas 0
  • 0 valoraciones de 3 estrellas 3 estrellas 0
  • 0 valoraciones de 2 estrellas 2 estrellas 0
  • 0 valoraciones de 1 estrellas 1 estrella 0

Your review

Ver todas las reseñas

Colaboradores

  • divyangprajapati

Soporte

¿Tenés algo que decir? ¿Necesitás ayuda?

Ver el foro de asistencia

Donar

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

Doná a este plugin

  • Acerca de
  • Noticias
  • Hosting
  • Privacidad
  • Escaparate
  • Temas
  • Plugins
  • Patrones
  • Aprender
  • Soporte
  • Desarrolladores
  • WordPress.tv ↗
  • Involucrate
  • Eventos
  • Donar ↗
  • Swag ↗
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Español (Argentina)

  • Visitá nuestra cuenta de X (anteriormente Twitter)
  • Visitá nuestra cuenta de Bluesky
  • Visitá nuestra cuenta de Mastodon
  • Visitá nuestra cuenta de Threads
  • Visitá nuestra página de Facebook
  • Visitá nuestra cuenta de Instagram
  • Visitá nuestra cuenta de LinkedIn
  • Visitá nuestra cuenta de TikTok
  • Visitá nuestro canal de YouTube
  • Visitá nuestra cuenta de Tumblr
El código es poesía.
The WordPress® trademark is the intellectual property of the WordPress Foundation.