Este plugin não foi testado com as 3 últimas grandes versões do WordPress. Pode já não ser suportado e pode ter problemas de compatibilidade quando usado com versões mais recentes do WordPress.

Dev Share Buttons

Descrição

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 😉

Avaliações

Este plugin não tem avaliações.

Contribuidores e programadores

“Dev Share Buttons” é software de código aberto. As seguintes pessoas contribuíram para este plugin:

Contribuidores

“Dev Share Buttons” foi traduzido para 1 locale. Obrigado aos tradutores pelas suas contribuições.

Traduza o “Dev Share Buttons” para o seu idioma.

Interessado no desenvolvimento?

Consulte o código, consulte o repositório SVN, ou subscreva o registo de alterações por RSS.

Registo de alterações

1.1.0

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

1.0.0

  • The first version released