Title: share button
Last modified: August 22, 2016

---

# share button

 *  Resolved [tuhinbiswas98](https://wordpress.org/support/users/tuhinbiswas98/)
 * (@tuhinbiswas98)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/share-button-8/)
 * there any way to make share button always show like this pic—> [http://oi57.tinypic.com/2liv61k.jpg](http://oi57.tinypic.com/2liv61k.jpg)
 * but its now look like this [http://oi61.tinypic.com/23vf22w.jpg](http://oi61.tinypic.com/23vf22w.jpg)
 * any way to do this ty 🙂

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

 *  Theme Author [acosmin](https://wordpress.org/support/users/acosmin/)
 * (@acosmin)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/share-button-8/#post-5901298)
 * You can’t, sorry!
 *  Thread Starter [tuhinbiswas98](https://wordpress.org/support/users/tuhinbiswas98/)
 * (@tuhinbiswas98)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/share-button-8/#post-5901321)
 * oh 🙁 that bad then any why to do something like this?
 * [http://oi61.tinypic.com/10qx9oy.jpg](http://oi61.tinypic.com/10qx9oy.jpg)
 * i am useing this plugin
 * [https://wordpress.org/support/view/plugin-reviews/hupso-share-buttons-for-twitter-facebook-google](https://wordpress.org/support/view/plugin-reviews/hupso-share-buttons-for-twitter-facebook-google)
 * so i want to change share button position?
 *  Theme Author [acosmin](https://wordpress.org/support/users/acosmin/)
 * (@acosmin)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/share-button-8/#post-5901343)
 * Change this:
 *     ```
       <span class="post-small-button left p-read-more" id="share-<?php the_ID(); ?>-rm">
                   	<a href="<?php echo esc_url( get_permalink() ); ?>" rel="nofollow" title="<?php _e( 'Read More...', 'acosmin' ) ?>"><i class="fa fa-ellipsis-h fa-lg"></i></a>
       			</span>
       <div class="post-small-button left p-share" id="share-<?php the_ID(); ?>-wrap">
       	<a href="#" class="post-share-temp1" id="share-<?php the_ID(); ?>"><i class="fa fa-share"></i></a>
       	<span class="contents clearfix">
       ```
   
 * to:
 *     ```
       <span class="post-small-button left p-read-more" id="share-<?php the_ID(); ?>-rm" style="margin-right: 48px;">
                   	<a href="<?php echo esc_url( get_permalink() ); ?>" rel="nofollow" title="<?php _e( 'Read More...', 'acosmin' ) ?>"><i class="fa fa-ellipsis-h fa-lg"></i></a>
       			</span>
       <div class="post-small-button left p-share" id="share-<?php the_ID(); ?>-wrap" style="height: 50px; width: 92%;">
       	<a href="#" class="post-share-temp1" id="share-<?php the_ID(); ?>" style="display: none;"><i class="fa fa-share"></i></a>
       	<span class="contents clearfix" style="display: block; opacity: 1;">
       ```
   
 * in the original code.
 *  Thread Starter [tuhinbiswas98](https://wordpress.org/support/users/tuhinbiswas98/)
 * (@tuhinbiswas98)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/share-button-8/#post-5901371)
 * can’t find this code
 * have
 *     ```
       <span class="post-small-button left p-read-more" id="share-<?php the_ID(); ?>-rm">
                   	<a>" rel="nofollow" title="<?php _e( 'Read More...', 'acosmin' ) ?>"><i class="fa fa-ellipsis-h fa-lg"></i></a>
       ```
   
 * in my content.php
 * this is what u want me to change?
 *  Theme Author [acosmin](https://wordpress.org/support/users/acosmin/)
 * (@acosmin)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/share-button-8/#post-5901372)
 * Yes, change that.

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

The topic ‘share button’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/justwrite/2.0.3.6/screenshot.png)
 * JustWrite
 * [Support Threads](https://wordpress.org/support/theme/justwrite/)
 * [Active Topics](https://wordpress.org/support/theme/justwrite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/justwrite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/justwrite/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [acosmin](https://wordpress.org/support/users/acosmin/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/share-button-8/#post-5901372)
 * Status: resolved