Add custom user_row_actions Website, Facebook, Twitter
Adding this snippet to the functions.php of your wordpress theme will display new links beside the edit button in the users panel when you mouse over. If you have already added new contact methods Facebook, Twitter, etc. you can ignore the extra fields snippet and just use the second snippet.
read moreAdd contact methods to profile, Twitter, Facebook, Flickr
Adding this to the functions.php of your wordpress theme will add Twitter, Facebook, Linkedin and Flickr contact info fields to users profiles. This will also remove aim, yim and jabber fields from user profile pages.
read moreDetect Twitter visitors
Adding this PHP code to your wordpress theme will display a message to people that visit your site via Twitter.
read morethis months featured snippets
Cached twitter follower count
Add the first section of code to the functions.php of your wordpress theme. This code will cache your Twitter follower number for 1 hour and display the count within your template in any location you place get_follower_count().
read moreDisplay most recent tweet
Adding this PHP code to your wordpress theme will display your most recent tweet.
read moreGet Twitter follower count
Adding the first section of code to your functions.php & don’t forget to change $name = ‘problogdesign’; to your twitter user name. Then add the second section of code to your template where you wish to display your twitter follower count. Special thanks to Michael Martin of problogdesign.com.
read moreGet total post retweets
Adding the first block of PHP code to your functions.php and then the second tweetCount function into your single.php will display the number of retweets for your blog post.
read moreShare on Twitter
Adding this PHP code to the loop of your wordpress theme will allow users to share your post on twitter.
read more













