Title: Stackable Shortcodes
Last modified: December 3, 2021

---

# Stackable Shortcodes

 *  Resolved [Rajesh](https://wordpress.org/support/users/udayrajesh/)
 * (@udayrajesh)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/stackable-shortcodes/)
 * Hi Vova,
 * I have a requirement and wanted to check if possible. I am using button shortcode
   but wanted to have the URL value be pulled from custom field:
    [su_button url
   =”[su_meta key=”AmazonUK”]” style=”flat” size=”5″ radius=”0″] Click Here [/su_button]
 * As you can see AmazonUK is the custom field here. I tried this but html breaks.
   I tried putting " instead of ” (quotes) but still no luck.
 * Please let me know is there any way to accomplish this?
 * Thanks in advance,
    Rajesh

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

 *  Plugin Author [Vova](https://wordpress.org/support/users/gn_themes/)
 * (@gn_themes)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/stackable-shortcodes/#post-15142523)
 * Hi Rajesh,
 * try the following snippet:
 *     ```
       [su_button url="{su_meta key='AmazonUK'}" style=flat size=5 radius=0] Click Here [/su_button]
       ```
   
 * More info here:
 * [https://getshortcodes.com/docs/nested-shortcodes-shortcodes-in-attributes/#use-of-shortcodes-inside-the-attributes-of-other-shortcodes](https://getshortcodes.com/docs/nested-shortcodes-shortcodes-in-attributes/#use-of-shortcodes-inside-the-attributes-of-other-shortcodes)
 *  Thread Starter [Rajesh](https://wordpress.org/support/users/udayrajesh/)
 * (@udayrajesh)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/stackable-shortcodes/#post-15143730)
 * Thanks Vova, it works!

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

The topic ‘Stackable Shortcodes’ is closed to new replies.

 * ![](https://ps.w.org/shortcodes-ultimate/assets/icon-256x256.gif?rev=2547563)
 * [WP Shortcodes Plugin — Shortcodes Ultimate](https://wordpress.org/plugins/shortcodes-ultimate/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/shortcodes-ultimate/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/shortcodes-ultimate/)
 * [Active Topics](https://wordpress.org/support/plugin/shortcodes-ultimate/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/shortcodes-ultimate/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/shortcodes-ultimate/reviews/)

## Tags

 * [nested](https://wordpress.org/support/topic-tag/nested/)
 * [stacked](https://wordpress.org/support/topic-tag/stacked/)
 * [url](https://wordpress.org/support/topic-tag/url/)

 * 2 replies
 * 2 participants
 * Last reply from: [Rajesh](https://wordpress.org/support/users/udayrajesh/)
 * Last activity: [4 years, 5 months ago](https://wordpress.org/support/topic/stackable-shortcodes/#post-15143730)
 * Status: resolved