Title: Setup like TechCrunch
Last modified: August 20, 2016

---

# Setup like TechCrunch

 *  Resolved [flywebguy](https://wordpress.org/support/users/flywebguy/)
 * (@flywebguy)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/setup-like-techcrunch/)
 * First off – really slick plugin. Nicely done!
 * I can get it to show up on the website within the individual post (before or 
   after content) but I’m trying to get it to show up on the main blog page like
   how TechCrunch.com has it setup. Any suggestions?
 * Thanks in advance!
 * [http://wordpress.org/extend/plugins/wpsocialite/](http://wordpress.org/extend/plugins/wpsocialite/)

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Plugin Author [Tom Morton](https://wordpress.org/support/users/tm3909/)
 * (@tm3909)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/setup-like-techcrunch/#post-3137338)
 * You are looking for the icon layout to be more horizontal? Let me see if I can
   implement something similar.
 * Might take a bit of time, so hang tight! I usually do releases at the end of 
   the week.
 * Glad you like the plugin!
 *  Thread Starter [flywebguy](https://wordpress.org/support/users/flywebguy/)
 * (@flywebguy)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/setup-like-techcrunch/#post-3137343)
 * Actually, I’m just trying to get the icons to be set off to the left of the post(
   as well as the post excerpt) as they’ve done at TechCrunch.com Currently I can
   only get it to show up to the right of the featured image.
 * I’m trying to get it to be offset to the left ([see this photo](http://prodigeemarketing.com/blog/wp-content/uploads/2012/10/techcrunch.jpg)).
 * Thanks!
 *  Plugin Author [Tom Morton](https://wordpress.org/support/users/tm3909/)
 * (@tm3909)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/setup-like-techcrunch/#post-3137357)
 * I see what you mean. You could actually accomplish this via the manual option
   and some custom css. Its not something I can easily implement because I cannot
   predict how each and every template is set up.
 * You can accomplish a similar effect by setting the position to “before” or “manual”
   and use this CSS:
 *     ```
       .wpsocialite.small{ float: left} /* this can also float right */
       .wpsocialite.small > li { margin: 0; display:block; float:none !important; width:20%; }
       .wpsocialite.small .socialite { width: 80px !important;  }
       ```
   
 * Be sure to note that if you are using the “large” layout you will have to change
   the class names to .large
 *  Thread Starter [flywebguy](https://wordpress.org/support/users/flywebguy/)
 * (@flywebguy)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/setup-like-techcrunch/#post-3137362)
 * If I set it to manual, where should I put the PHP code? I went ahead and added
   the custom CSS.
 * You can see the site I’m testing it on here: [http://prodigeemarketing.com/blog](http://prodigeemarketing.com/blog)
 * Thanks a ton!
 *  Plugin Author [Tom Morton](https://wordpress.org/support/users/tm3909/)
 * (@tm3909)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/setup-like-techcrunch/#post-3137433)
 * The PHP code will go wherever you want the social buttons to display. In your
   index.php under “have_posts()” or in your single.php.
 *  Plugin Author [Tom Morton](https://wordpress.org/support/users/tm3909/)
 * (@tm3909)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/setup-like-techcrunch/#post-3137460)
 * I’m closing this topic for now. Hope that worked for your site!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Setup like TechCrunch’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wpsocialite_f8f8f8.svg)
 * [WPSocialite](https://wordpress.org/plugins/wpsocialite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpsocialite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpsocialite/)
 * [Active Topics](https://wordpress.org/support/plugin/wpsocialite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpsocialite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpsocialite/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [Tom Morton](https://wordpress.org/support/users/tm3909/)
 * Last activity: [13 years, 6 months ago](https://wordpress.org/support/topic/setup-like-techcrunch/#post-3137460)
 * Status: resolved