This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Dev Share Buttons

تفصیل

Dev Share Buttons

Lightweight Social sharing buttons WordPress plugin built with performance, accessibility & privacy in mind.

Use it to share current post/page on:
– Twitter
– Facebook
– LinkedIn

Usage

The plugin adds a shortcode:

[dsb facebook="true" twitter="true" linkedin="true"]

To use the shortcode within the template, i.e. in the sidebar.php or single.php, you can use the following code:

<?php echo do_shortcode( '[dsb facebook="true" twitter="true" linkedin="true"]' ); ?>

Custom buttons order

You can configure the order of the buttons by changing the shortcode parameters order.

Disable plugin CSS

There is a checkbox in the plugin settings.

Upload custom icons

You can upload the custom icons in the plugin settings.

Can I use SVG icons?

Yes, you can! By default WordPress has SVG support blocked for security reasons. You can install a plugin to enable it (i.e. Safe SVG by 10up).

How to change the icon size, or layout of the icons to vertical?

Use CSS 😉

ریویو

There are no reviews for this plugin.

Contributors & Developers

“Dev Share Buttons” is open source software. The following people have contributed to this plugin.

حصہ پاوݨ آلے

“Dev Share Buttons” has been translated into 1 locale. Thank you to the translators for their contributions.

“Dev Share Buttons” دا آپݨی زبان وچ ترجمہ کرو۔

ڈیویلپمنٹ وچ دلچسپی ہے؟

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

تبدیلی لاگ

1.1.0

  • Added settings page
  • default SVG icons removed from the plugin

1.0.0

  • The first version released