Social Profiles Widget

Descripción

By simply dragging this widget into your sidebar or any widgetized area, you can easily place icon links to your various social profiles like twitter, facebook, flickr, etc.

Instalación

  1. Upload the entire social-profiles-widget folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. In your Widgets menu, simply drag the widget labeled “Social Profiles” into a widgetized Area.
  4. Configure the widget by choosing a title, icon size, and the URLs to your various social profiles.

Preguntas frecuentes

The icons are a bit crowded in my sidebar. How do I give them breathing room?

Open your theme’s style.css file, and insert this code (somewhere near the bottom of the file).

.social-profiles img {
padding-right: 10px;
}

You can adjust that code to suite your needs, depending on your situation.

Reseñas

Leer todas las 3 reseñas

Colaboradores y desarrolladores

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

Colaboradores

Traduce “Social Profiles Widget” 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

1.2.5

  • Tested on WordPress 5.2.2

1.2.4

  • Introducing WordPress Coding Standards
  • Files restructured

1.2.3

  • Fixed undefined index warning
  • Fixed spacing in widget form

1.2.2

  • PHP7 compatibility

1.2.1

  • Add option to open links in a new window

1.2

  • Added new 24×24 image size

1.1.1

  • Added alt tags to image output
  • Changed plugin file from total-social.php to plugin.php

1.1

  • Added support for more icons
  • Changed name from “Total Social” to “Social Profiles Widget”
  • Updated PHP techniques to be compatible with WordPress standards
  • Added groundwork for localization

1.0

  • Added Linkedin Support

0.1-beta

  • Pre-Release