'', 'top'=>'200', 'align'=>'right', 'followmsg'=>'Follow Me', 'icon'=>$iconu, 'color'=>'59B7FF', 'iconbgcolor'=>'FFFFFF', 'textcolor'=>'FFFFFF', 'textsize'=>'14', 'textfont'=>'Verdana' ); $wp_followme = $wp_followme_opts1 + $wp_followme_opts2; add_option('wp_followme_options',$wp_followme); } } global $wp_followme_nett; $wp_followme_nett = array( 'twitter', 'icon', 'followmsg'); register_activation_hook( __FILE__, 'activate_wp_followme' ); global $wp_followme; $wp_followme = get_option('wp_followme_options'); define("wp_followme_VER","1.0.1",false); //External CSS in the header function wp_followme_scripts() { global $wp_followme; wp_enqueue_style( 'wp_followme_css_file', wp_followme_url( 'followme-style.css' ), false, false, false); wp_enqueue_script( 'wp_followme_swfobject', "http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js", false, false, false ); } add_action( 'init', 'wp_followme_scripts' ); add_action( 'init', 'followme_admin_warnings' ); function follow_msg(){ global $wp_followme; $msg = $wp_followme['followmsg']; function str_splitx($string, $split_length = 1) { $array = explode("\r\n", chunk_split($string, $split_length)); array_pop($array); return $array; } $msg2 = str_splitx($msg); foreach ( $msg2 as $m ){ $m = str_replace(" ", " ", $m); echo "".$m.""; } } function followme_admin_warnings() { global $wp_followme; function followme_warning() { global $wp_followme; if ( !$wp_followme['twitter'] ) { echo '

WP FollowMe plugin is not configured yet.You must enter your Twitter URL for it to work.

'; } } function followme_wrong_settings(){ global $wp_followme; if ( substr($wp_followme[twitter], 0, 4) != "http" && $wp_followme['twitter'] != ""){ echo '

WP FollowMe plugin is not properly configured.The Twitter URL must begin with http.

'; } } add_action('admin_notices', 'followme_warning'); add_action('admin_notices', 'followme_wrong_settings'); return; } //inline styles function wp_followme_css() { ?>
Get Adobe Flash playerwordpress themes
sanitize_title('WP FollowMe') )); if ( is_wp_error($plug_api) ) { wp_die($plug_api); } ?>

WP FollowMe

Settings

WP FollowMe Options


(example : http://twitter.com/wpburn )
Error: The Twitter URL must begin with http'; } if ( !$wp_followme[twitter] ){ echo 'Error: The Twitter URL cannot be blank'; } ?>

/> Use same color as the badge background color
px

(example : Arial, Helvetica, Tahoma etc) Default : Verdana
Choose icon
To choose an icon, simple click on it (the icon that have a border arround it is the current used one)
To use your own icon, simple put the url into the Icon URL field and save the changes.
Also if you have designed a custom icon and you want it to be available on next version of this plugin post a comment on WP FollowMe plugin page
Recommended size for the icon is : 32x32 pixels.If you use a bigger icon, it will be automatically resized but the quality can be affected.

Positioning

 px

Donate with Paypal