Hoppa till innehåll
WordPress.org

Svenska

  • Teman
  • Tillägg
  • Nytt
  • Support
  • Om…
  • Mönster
  • Engagera dig!
  • Skaffa WordPress
Skaffa WordPress
WordPress.org

Plugin Directory

Html Social share buttons

  • Skicka in ett tillägg
  • Mina favoriter
  • Logga in
  • Skicka in ett tillägg
  • Mina favoriter
  • Logga in

Html Social share buttons

Av Alimuzzaman Alim
Ladda ner
  • Detaljer
  • Recensioner
  • Installation
  • Utveckling
Support

Beskrivning

Designed By Hakan Ertan www.tonicons.com

To make Icons horizontal append class=’in_widget’ in ShortCode.
Ex. [zm_sh_btn iconset=’long_shadow’ iconset_type=’square’ icons=’facebook,x,linkedin,pinterest,mail’ class=’in_widget’]

New feature:

  • Added ability to provide url in shortcode ( To use provide url parameter).
  • Disable icons on specific page. You can disable by the post edit screen or put the page ID on the setting page.
  • Exclude page/post by ID/slug
  • Social tracker: Google Social analytics integrated. Now you can track your social shares. Need to enable on settings page.
  • 2 New Premium icons set added with different styles.
  • WPBakery support.
  • Short code generator
  • Option to add bottom of post.
  • PHP code generator to use in theme
  • Translation ready. (Help me to translate to your language.)
  • 3 Different button set.
  • You will be able to display share button horizontally on the left or right side.
  • You can develop add-on for this plugin with your custom icons.
  • Html CSS Social share buttons widget Plugin WordPress.
  • It show lite/simple share button only with html css.
  • It’s does not using any JavaScript whats another do.
  • It’s load only extra 10-11 KB total on your site.
  • There are top share button in this plugin.
  • It’s use only one image instead of 5.(Will be back in future release)
  • So only one extra HTTP request will occur.(Will be back in future release)

Added ability to pickup first image from post for use as thumbnail. ( NEW )

Supports::

  1. Share with Facebook.
  2. Share with X (Twitter).
  3. Share with LinkedIn.
  4. Share with Email.
  5. Share with Pinterest
  6. Share with Telegram.
  7. Share with Bluesky.
  8. Your asked item will be added ASAP

Block

Detta tillägg tillhandahåller 1 block.

  • Html Social Share

Installation

  1. At first activate the plugin.

  2. There are two way to use this share button. You can use as widget or on the left site.

  3. You get an option panel under the ”Settings” menu called ”Html Social Share”.

  4. By going to option panel:
    a) You will able to enable/disable widget.
    b) You will be able to display share button horizontally.

  5. Then drag and drop this widget to your sidebar or header banner or footer.

  6. That’s all. Enjoy this widget.

Recensioner

best Plugin for Social share

samowal1201 3 september 2016
best Plugin for Social share – Nice design – Easy to use – And fast on-site

Loving this.

inkandfoil 3 september 2016
This is a great little social share plugin. It is so simple to use, does what it’s supposed to do, and it doesn’t add an advertisment to the share. Great work.

Great Plugin.

Chrissy 3 september 2016
This plugin does exactly what it promises. It looks great right out of the box and isn’t intrusive. Support is A+.

Great little plugin

Gorillo 3 september 2016
This is a great little plugin if you just need a way to display social share buttons on your site. While lots of other plugins generate a ton of javascript, this one just adds a small amount of html. Since you probably laready have a dozen other plugins generating a lot of javascript, you don´t need another one that overloads your site and could cause conflicts with other scripts. Very nice work and a very good idea! All the essential settings you need to make it do what it´s intended to do are there, even if I could wish for a couple of more. I can really recommend this plugin.
Läs alla 15 betyg

Bidragsgivare och utvecklare

”Html Social share buttons” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.

Bidragande personer
  • Alimuzzaman Alim

Översätt ”Html Social share buttons” till ditt språk.

Intresserad av programutveckling?

Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.

Ändringslogg

2.2.6

  • SECURITY: Hardened rendering, icon-set, widget, shortcode, and integration paths against malformed input and missing runtime objects.
  • FIX: Debounced and cancelled exclusion searches so stale requests do not overwrite newer results.
  • FIX: Prevented exclusion searches from loading excessive post results.
  • IMPROVEMENT: Social network icon previews now follow the selected button style.
  • IMPROVEMENT: Replaced the shell-based frontend drift check with a PHP test helper for plugin compatibility.
  • UPDATE: Restored PHP 7.0 compatibility and verified syntax across supported PHP versions.

2.2.5

  • FEATURE: Added native block editor and Elementor share-button controls, including icon-set inheritance.
  • FEATURE: Added Telegram and Bluesky sharing templates and matching icons for every bundled icon set.
  • IMPROVEMENT: Redesigned the settings page, including searchable exclusions and per-platform template controls.
  • IMPROVEMENT: Distribution archives now build required editor assets before wp dist-archive packages the plugin.

2.2.4

  • UPDATE: Compatibility release tested through WordPress 7.0 and PHP 8.5
  • UPDATE: Requires at least WordPress 5.3 for the native block editor integration
  • FIX: Fixed a Google Social analytics console typo that caused a JavaScript error
  • IMPROVEMENT: Added noopener noreferrer to share links opened in a new tab while preserving optional nofollow
  • IMPROVEMENT: Scoped settings-page button styles so they do not affect other WordPress admin buttons

2.2.3

  • UPDATE: Tested up to WordPress 7.0
  • FEATURE: Added direct settings link on plugins admin page for quick access

2.2.2

  • BREAKING: Removed Google Plus sharing (service discontinued April 2019)
  • BREAKING: Removed Google Bookmarks (service discontinued September 2021)
  • UPDATE: Renamed Twitter to X (Twitter) following platform rebrand
  • UPDATE: Updated share URL from twitter.com to x.com
  • UPDATE: Requires at least WordPress 5.0
  • UPDATE: Tested up to WordPress 6.9
  • UPDATE: Requires PHP 7.0 minimum
  • SECURITY: Sanitized AJAX input in iconset handlers
  • IMPROVEMENT: Replaced extract() calls for better PHP 8.x compatibility

2.2.1

  • Tested up to WordPress 6.8
  • Tags updated to emphasize lightweight, no-JS focus (limited to 5)
  • Fixed PHP 8.2 deprecation: dynamic property creation in iconsets and core classes
  • Minor code quality improvements

2.2.0

  • SECURITY FIX: Fixed Stored Cross-Site Scripting (XSS) vulnerability (CVE-2025-9849) in zm_sh_btn shortcode
  • SECURITY: Added proper input sanitization for all shortcode attributes using sanitize_text_field(), sanitize_key(), and sanitize_html_class()
  • SECURITY: Added output escaping throughout the plugin using esc_attr(), esc_html(), esc_url(), and esc_textarea()
  • SECURITY: Fixed unescaped HTML output in form functions and stylesheet generation
  • SECURITY: Improved overall security posture with defense-in-depth approach
  • CREDIT: Security vulnerability responsibly disclosed by Peter Thaleikis
  • IMPROVEMENT: Enhanced code quality and WordPress coding standards compliance

2.1.16

  • Previous version features and fixes

Meta

  • Version 2.2.6
  • Senast uppdaterat 3 dagar sedan
  • Aktiva installationer 50+
  • WordPress-version 5.3 eller senare
  • Testat upp till 7.0.1
  • PHP-version 7.0 eller senare
  • Språk
    English (US)
  • Etiketter
    block-editorFastlightweightprivacy friendlysocial share
  • Avancerad vy

Betyg

4.7 av 5 stjärnor.
  • 12 5-stjärniga recensioner 5 stjärnor 12
  • 2 4-stjärniga recensioner 4 stjärnor 2
  • 1 3-stjärnig recension 3 stjärnor 1
  • 0 2-stjärniga recensioner 2 stjärnor 0
  • 0 1-stjärniga recensioner 1 stjärna 0

Your review

Se alla recensioner

Bidragande personer

  • Alimuzzaman Alim

Support

Har du något att säga? Behöver du hjälp?

Visa supportforum

  • Om
  • Nyheter
  • Webbhotell (hosting)
  • Integritet
  • Showcase
  • Teman
  • Tillägg
  • Mönster
  • Lär dig
  • Support
  • Utvecklare
  • WordPress.tv ↗
  • Engagera dig
  • Evenemang
  • Donera ↗
  • Five for the Future
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Svenska

  • Besök vår X-konto (f.d. Twitter)
  • Besök vårt Bluesky-konto
  • Besök vårt Mastodon-konto
  • Besök vårt Thread-konto
  • Besök vår Facebook-sida
  • Besök vårt Instagram-konto
  • Besök vårt LinkedIn-konto
  • Besök vårt TikTok-konto
  • Besök vår YouTube-kanal
  • Besök vårt Tumblr-konto
Kod är poesi.
The WordPress® trademark is the intellectual property of the WordPress Foundation.