Links

A few well known WordPress links: WordPress.org,
the Codex and
the download page.

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

function yoast_social_link_shortcode($atts, $content = null) {
// Extract shortcode attributes
extract(shortcode_atts(array(
‘network’ => ‘facebook’,
), $atts));

// Get the social link
$social_link = get_yoast_user_social_link($network);

// If the social link exists, return it wrapped around the content
if ($social_link) {
return ‘‘ . $content . ‘‘;
}

// If no social link, just return the content
return $content;
}
add_shortcode(‘yoast_social_link’, ‘yoast_social_link_shortcode’);

Blue Yonder Design

test info

Read More Posts from Blue Yonder Design