Skip to content

yoanmarchal/social-link-plugin

Repository files navigation

Social link

https://styleci.io/repos/60421498/shield Code Climate Donate FOSSA Status

Simple save global and retrive social links of website

== Description ==

Minimal social plugin for wordpress

== Installation ==

This section describes how to install the plugin and get it working.

  1. Activate the plugin through the 'Plugins' menu in WordPress

For get all social links <?php $links = get_option( 'links' ); ?>

Echo value <?= $links['facebook'];?>

== Changelog == = 1.1 = clean plugin.

= 1.0 = Initial plugin.

== Todo ==

  • Test
  • svg icons

FOSSA Status