Title: fuffkin's Replies | WordPress.org

---

# fuffkin

  [  ](https://wordpress.org/support/users/fuffkin/)

 *   [Profile](https://wordpress.org/support/users/fuffkin/)
 *   [Topics Started](https://wordpress.org/support/users/fuffkin/topics/)
 *   [Replies Created](https://wordpress.org/support/users/fuffkin/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/fuffkin/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/fuffkin/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/fuffkin/engagements/)
 *   [Favorites](https://wordpress.org/support/users/fuffkin/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce ShareThis Integration] Facebook Like button text cropped / cut off](https://wordpress.org/support/topic/facebook-like-button-text-cropped-cut-off/)
 *  [fuffkin](https://wordpress.org/support/users/fuffkin/)
 * (@fuffkin)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/facebook-like-button-text-cropped-cut-off/#post-4604839)
 * I’ve not found that works for me – when I paste the code in, it gets truncated
   and altered even when you directly type it in.
 * What I found works is this:
 * The default code that woo commerce sets up is:
 *     ```
       <div class="social">
       	<iframe src="https://www.facebook.com/plugins/like.php?href={permalink}&layout=button_count&show_faces=false&width=100&action=like&colorscheme=light&height=21" style="border:none;overflow:hidden;width:100px;height:21px"></iframe>
       	<span class="st_twitter">
               </span><span class="st_email">
               </span><span class="st_sharethis">
               </span><span class="st_plusone_button"></span>
       </div>
       ```
   
 * Try deleting the iframe and then add whatever buttons you need following the 
   same format i.e.
 *     ```
       <div class="social">
       <span class="st_facebook"></span>
       <span class="st_twitter"></span>
       <span class="st_email"></span>
       <span class="st_sharethis"></span>
       <span class="st_plusone_button"></span>
       </div>
       ```
   
 * or for large buttons:
 *     ```
       <div class="social">
       <span class="st_facebook_large"></span>
       <span class="st_twitter_large"></span>
       <span class="st_email_large"></span>
       <span class="st_sharethis_large"></span>
       <span class="st_plusone_button_large"></span>
       </div>
       ```
   
 * to get the name of the classes look at the ShareThis code that DBAR describes.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Price display suffix (inc vat / ex vat)](https://wordpress.org/support/topic/price-display-suffix-inc-vat-ex-vat/)
 *  [fuffkin](https://wordpress.org/support/users/fuffkin/)
 * (@fuffkin)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/price-display-suffix-inc-vat-ex-vat/#post-4644977)
 * It may be the location that you log in as. If you log in as someone with an address
   outside the EU i.e. to test then I think it will then display the ex VAT prices.
   This is a problem if you have put the “inc. VAT” suffix in.
 * I’ve had the same problem and as far as I can see I need to put both prices up
   with the Inc VAT and Ex VAT suffixes and for the pricing not to change when you
   log in from different places.
 * I don’t know how to use the {price_including_tax}, {price_excluding_tax}. and
   no-one seems willing to help explain.
 * Any ideas?

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