Title: Button with shortcode
Last modified: August 21, 2016

---

# Button with shortcode

 *  [anabasso](https://wordpress.org/support/users/anabasso/)
 * (@anabasso)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/button-with-shortcode/)
 * Hello,
    I’ve just installed your plugin and I’m loving it. It worked right away
   on the menu!
 * I want to use it also in a button in a call-to-action box.
    The theme I’m using
   uses shortcodes to configure buttons, so I’m not sure how can I add the rel=’
   m_PageScroll2id’
 * The shortcode is
    [button color=”See-Through” size=”medium” url=”#contact” text
   =”Get In Touch”]
 * I tried adding the rel after the url and before text, but it didn’t work.
    Would
   you know how to solve it?
 * Thanks!
 * [https://wordpress.org/plugins/page-scroll-to-id/](https://wordpress.org/plugins/page-scroll-to-id/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [malihu](https://wordpress.org/support/users/malihu/)
 * (@malihu)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/button-with-shortcode/#post-4700201)
 * Hello,
 * You won’t be able to add your own attributes, because shortcode attributes are
   pre-defined in php functions.
 * If the buttons output are actual links (anchor elements with href value), you
   can add them in ‘Selector(s)’ field in plugin settings (see ‘How to use the plugin
   without editing my theme’s markup?’ in FAQ).
 * For example, you could add the `a[href*='#contact']` along with the default selector
   in ‘Selector(s)’ field:
    `a[rel='m_PageScroll2id'],a[href*='#contact']`
 * This tells the plugin that it should handle any anchor elements with href value
   containing `#contact`. You can add as many selectors as you like (separating 
   them with comma).

Viewing 1 replies (of 1 total)

The topic ‘Button with shortcode’ is closed to new replies.

 * ![](https://ps.w.org/page-scroll-to-id/assets/icon-256x256.png?rev=1401043)
 * [Page scroll to id](https://wordpress.org/plugins/page-scroll-to-id/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/page-scroll-to-id/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/page-scroll-to-id/)
 * [Active Topics](https://wordpress.org/support/plugin/page-scroll-to-id/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/page-scroll-to-id/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/page-scroll-to-id/reviews/)

## Tags

 * [shortcode](https://wordpress.org/support/topic-tag/shortcode/)

 * 1 reply
 * 2 participants
 * Last reply from: [malihu](https://wordpress.org/support/users/malihu/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/button-with-shortcode/#post-4700201)
 * Status: not resolved