Title: shortcode code?
Last modified: November 3, 2016

---

# shortcode code?

 *  [Nico](https://wordpress.org/support/users/kodak2305/)
 * (@kodak2305)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/shortcode-code/)
 * Hi!
 * I’m trying to add the plugin via shortcode or php function.
    But I can’t find
   the code or documentation for it.
 * The only function I could find is the checkbox function for the comments: rm_add_checkbox();
 * Are there other functions (for the form) or shortcodes?
 * Thanks!

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

 *  [motivmedia](https://wordpress.org/support/users/motivmedia/)
 * (@motivmedia)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/shortcode-code/#post-8422919)
 * Chipping in here: Shortcode would be nice. The plugin needs some love 🙂
 *  Thread Starter [Nico](https://wordpress.org/support/users/kodak2305/)
 * (@kodak2305)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/shortcode-code/#post-8423133)
 * +1 for official shortcode.
    I had to change the plugin to add the shortcode but
   that’s not ideal… my changes will be overwritten with the next update.
 *  [motivmedia](https://wordpress.org/support/users/motivmedia/)
 * (@motivmedia)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/shortcode-code/#post-8423182)
 * Would you mind sharing what changes you made? Maybe if the code’s ready to pluck,
   they’d implement it in a breeze 🙂
 *  [motivmedia](https://wordpress.org/support/users/motivmedia/)
 * (@motivmedia)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/shortcode-code/#post-8423205)
 * What’s funny is, that the plugin even advertises its shortcode ^^
    “Alternatives
   Einfügen des Anmeldeformulars mit WordPress-Shortcodes”
 *  Thread Starter [Nico](https://wordpress.org/support/users/kodak2305/)
 * (@kodak2305)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/shortcode-code/#post-8423250)
 * Yes, the plugin definitely needs some love 😉
 * I just added one line in the plugin code to add it as a shortcode:
 * File: rapidmail_plugin.php line 407 (just before register_sidebar_widget)
 * `add_shortcode( 'rm_form', 'rm_widget' );`
 * then add it with
 * `[rm_form]`
 *  [motivmedia](https://wordpress.org/support/users/motivmedia/)
 * (@motivmedia)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/shortcode-code/#post-8423579)
 * Okay, I expected a bit more code. But even better! I’m going ahead tinkering 
   with the plugin including your change. Hopefully I’m quick enough (and capable
   enough) to get through it quickly. And maybe, rapidmail will take those changes
   🙂
 * May I ask how you handle that submitting the subscription form opens a new tab?
   Did you just accept that or did you find a way to “ajaxify” this?
 *  [motivmedia](https://wordpress.org/support/users/motivmedia/)
 * (@motivmedia)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/shortcode-code/#post-8434039)
 * Hey kodak2305, check out my post at [https://wordpress.org/support/topic/suggestions-9/](https://wordpress.org/support/topic/suggestions-9/)
   
   I tinkered a bit over the weekend 🙂

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

The topic ‘shortcode code?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/rapidmail-newsletter-software.svg)
 * [Wordpress Newsletter Plugin von rapidmail](https://wordpress.org/plugins/rapidmail-newsletter-software/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/rapidmail-newsletter-software/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/rapidmail-newsletter-software/)
 * [Active Topics](https://wordpress.org/support/plugin/rapidmail-newsletter-software/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/rapidmail-newsletter-software/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/rapidmail-newsletter-software/reviews/)

## Tags

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

 * 7 replies
 * 2 participants
 * Last reply from: [motivmedia](https://wordpress.org/support/users/motivmedia/)
 * Last activity: [9 years, 7 months ago](https://wordpress.org/support/topic/shortcode-code/#post-8434039)
 * Status: not resolved