In my previous article, I talked about Using Your Readers For Promotion. Today I want to target the WordPress blog users and how to add the TweetMeMe, adding the TweetMeMe to your Thesis teaser and the Sexy Bookmark.
Sexy Bookmark
Sexy Bookmark is a plugin that adds a list of social media buttons below each article post. This will make it easy for readers to share the article. You can customize your buttons, add or remove buttons, display buttons on index or only post or pages, and many more.
This image below shows an example of how the sexy bookmark plugin looks.
Download the sexy bookmark plugin at the link below.
http://wordpress.org/extend/plugins/sexybookmarks/
TweetMeMe
The Tweetmeme button is a fantastic way for our readers to engage with our stories and signals which posts are a hit with the Twitter community. The button has been a valuable addition to our site and consistently drives reader engagement.
Download the tweetmeme plugin at the link below.
http://wordpress.org/extend/plugins/tweetmeme/
TweetMeMe Thesis Teaser Tutorial
Code for tweet meme button inside the teaser box left or right, Copy the below code and paste it into custom_functions.php file. for right side change the style float:right and margin-left:10px; and tweet meme source as your twitter user name.
/* TWITTER BUTTON INSIDE TEASER BOX */ function tweet_button_left() { ?> <div id='twittley_button' style='float:left;margin-right:10px;'> <script type="text/javascript"> tweetmeme_source = 'babyboykharim'; tweetmeme_url = '<?php echo get_permalink($postid); ?>'; </script> <script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script> </div> <?php } add_action('thesis_hook_before_teaser', 'tweet_button_left');
Demo Video Below
Thanks for reading 🙂
bbrian017
Kharim
Kharim
MrsMoody