Tag Archives: Twitter

Display the total number of your Twitter followers on your WordPress blog

I never thought about completely implementing a Twitter follower counter within your WordPress themes’ files, but Jean-Baptiste Jung. from WPRecipes.com has come up with an excellent way of achieving such a task. Okay, so first off, copy and paste the following code, and add it to your current themes function.php file: function string_getInsertedString($long_string,$short_string,$is_html=false){   if($short_string>=strlen($long_string))return… Read More »