Title: Trying to embed into Theme
Last modified: August 21, 2016

---

# Trying to embed into Theme

 *  Resolved [danbrown1](https://wordpress.org/support/users/danbrown1/)
 * (@danbrown1)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/trying-to-embed-into-theme/)
 * Hi,
 * I have developed a theme BREW [https://github.com/slightlyoffbeat/brew](https://github.com/slightlyoffbeat/brew)
 * Right now i am trying to embed ‘easy bootstrap shortcode’ in this theme by including
   following code in funtions.php
 *     ```
       require_once('/library/easy-bootstrap-shortcodes/osc_bootstrap_shortcode.php');
       function apply_ebs_custom_option( $prevent ) {
           return true;
       }
       add_filter( 'ebs_custom_option', 'apply_ebs_custom_option' );
       ```
   
 * After adding this TinyMCE buttons are disapearing from editior.If i am looking
   in console their is loading error with wrong path of shortcode file.
 * Can you please help me in this issue that how can i easily embed this wonderful
   plugin into my theme.
 * Thank for this great plugin.[Easy Bootstrap Shortcode](http://wordpress.org/plugins/easy-bootstrap-shortcodes/)
 * [https://wordpress.org/plugins/easy-bootstrap-shortcodes/](https://wordpress.org/plugins/easy-bootstrap-shortcodes/)

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

 *  Plugin Author [osCitas Themes](https://wordpress.org/support/users/oscitas/)
 * (@oscitas)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/trying-to-embed-into-theme/#post-4641010)
 * Hi Danbrown,
 * Please follow the following link
 * [http://oscitasthemes.com/embed-easy-bootstrap-shortcodes-theme/](http://oscitasthemes.com/embed-easy-bootstrap-shortcodes-theme/)
 * Thanks,
 *  Plugin Author [osCitas Themes](https://wordpress.org/support/users/oscitas/)
 * (@oscitas)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/trying-to-embed-into-theme/#post-4641097)
 * Hi,
 * We hope our last response resolved your issue, so we are marking this as resolved.
   In case you have any query please post here or open new ticket.
 * Thanks
 *  Thread Starter [danbrown1](https://wordpress.org/support/users/danbrown1/)
 * (@danbrown1)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/trying-to-embed-into-theme/#post-4641098)
 * Hi,
 * Thanks for replying but your link [http://oscitasthemes.com/embed-easy-bootstrap-shortcodes-theme/](http://oscitasthemes.com/embed-easy-bootstrap-shortcodes-theme/)
   didn’t help me to embed this plugin in theme.So i have done it myself.
 * Actualy their is no filter for shortcode path.So i have make some path corrections
   after placing the plugin within the theme.

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

The topic ‘Trying to embed into Theme’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/easy-bootstrap-shortcodes_c3b0c1.
   svg)
 * [Easy Bootstrap Shortcode](https://wordpress.org/plugins/easy-bootstrap-shortcodes/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easy-bootstrap-shortcodes/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easy-bootstrap-shortcodes/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-bootstrap-shortcodes/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-bootstrap-shortcodes/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-bootstrap-shortcodes/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [danbrown1](https://wordpress.org/support/users/danbrown1/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/trying-to-embed-into-theme/#post-4641098)
 * Status: resolved