Title: Adding Shortcode
Last modified: February 6, 2018

---

# Adding Shortcode

 *  Resolved [Rahim](https://wordpress.org/support/users/rahimvaziri/)
 * (@rahimvaziri)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/adding-shortcode-7/)
 * Hi AddToAny,
    Thank you for your great plugin.
 * I just have a question.
    I am using wordpress as a woocommerce store! All of 
   my products have a short description instead of long description.
 * I just wonder is there any chance to have add to any right after the short description?
 * Kind Regards.
    Rahim

Viewing 1 replies (of 1 total)

 *  Plugin Author [micropat](https://wordpress.org/support/users/micropat/)
 * (@micropat)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/adding-shortcode-7/#post-9944734)
 * Add the following PHP code using a “functionality” plugin such as the [Code Snippets](https://wordpress.org/plugins/code-snippets/)
   plugin:
 *     ```
       // Append to WooCommerce short description
       add_filter( 'woocommerce_short_description', 'A2A_SHARE_SAVE_add_to_content', 98 );
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Adding Shortcode’ is closed to new replies.

 * ![](https://ps.w.org/add-to-any/assets/icon.svg?rev=972738)
 * [AddToAny Share Buttons](https://wordpress.org/plugins/add-to-any/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/add-to-any/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/add-to-any/)
 * [Active Topics](https://wordpress.org/support/plugin/add-to-any/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/add-to-any/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/add-to-any/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [micropat](https://wordpress.org/support/users/micropat/)
 * Last activity: [8 years, 4 months ago](https://wordpress.org/support/topic/adding-shortcode-7/#post-9944734)
 * Status: resolved