Lines:
1 to 55 of 55
<?php // (C) Copyright Bobbing Wide 2010-2019 /* function bw_follow() – Create a styled follow me button */ /* function _bw_social_host() – Return the preferred hostname for the social network */ /* function bw_social_url() – Returns the URL for the social network */ /* function bw_twitter() – Implement [bw_twitter] shortcode */ /* function bw_facebook() – Implement [bw_facebook] shortcode */ /* function bw_linkedin() – Implement [bw_linkedin] shortcode */ /* function bw_youtube() – Implement [bw_youtube] shortcode */ /* function bw_picasa() – Implement [bw_picasa] shortcode */ /* function bw_flickr() – Implement [bw_flickr] shortcode */ /* function bw_google_plus() – Implement [bw_google] shortcode */ /* function bw_instagram() – Implement [bw_instagram] shortcode */ /* function bw_pinterest() – Implement [bw_pinterest] shortcode */ /* function bw_github_shortcode() – Implement [bw_github] shortcode */ /* function bw_follow_e() – Produce a ‘follow me’ button if there is a value for the selected social network */ /* function bw_follow_me() – Implement [bw_follow_me] shortcode */ /* function bw_follow_me_networks */ /* function bw_follow_me_list_networks */ /* function bw_follow_link() – Create the link for the selected theme= parameter */ /* function bw_follow_link_dash() – Create a follow me link using dashicons */ /* function bw_follow_hash_at */ /* function bw_follow_link_gener() – Create a follow me link using genericons */ /* function bw_follow_link_() – Displays a default Follow me link using oik icons */ /* function bw_follow_me__syntax() – Syntax for [bw_follow_me] shortcode */ /* function oik_follow_me_attributes */ /* function oik_follow_me_unset_or_trim */ /* function bw_follow_link_svg */View on GitHub View on Trac