WP Manifestindependent plugin directory
manifest / social / goliath-add-social-media-link

Goliath Add Social Media Link

WordPress plugin to add the social media link

by Studio Goliath · github.com/studio-goliath/goliath-add-social-media-link

0stars
1forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/studio-goliath/goliath-add-social-media-link/archive/refs/heads/master.zip

Readme

goliath-add-social-media-link

WordPress plugin to add the social media link

Use

if( function_exists( 'asml_social_media_menu' ) ){
    asml_social_media_menu();
}

Filter the supported social media

add_filter('asml_supported_social_media', function(){
  return array('twitter-alt','facebook','instagram');
});

Read the full README on GitHub →