Skip to content
Yuta Uekusa edited this page Feb 5, 2018 · 8 revisions

The Social links can be embedded into theme files through PHP code like this:

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

Hello

Clone this wiki locally