Title: shortcode or a php code to insert in footer?
Last modified: September 1, 2016

---

# shortcode or a php code to insert in footer?

 *  [teleanu](https://wordpress.org/support/users/teleanu/)
 * (@teleanu)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/shortcode-or-a-php-code-to-insert-in-footer/)
 * Hello
 * Is there a way to insert this in footer. Is there a shortcode or a code that 
   can help me with that. I want it to have this full width like you have here (
   [http://demo.wpzoom.com/?theme=monte](http://demo.wpzoom.com/?theme=monte) ) 
   before the footer starts.
 * Thanks
 * [https://wordpress.org/plugins/instagram-widget-by-wpzoom/](https://wordpress.org/plugins/instagram-widget-by-wpzoom/)

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

 *  Plugin Author [WPZOOM](https://wordpress.org/support/users/wpzoom/)
 * (@wpzoom)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/shortcode-or-a-php-code-to-insert-in-footer/#post-7712023)
 * **teleanu**,
 * Hello,
 * In the Monte theme we have a full-width widgetized area in which you can add 
   the widget, and the theme will display it as a scrollable stream.
 * If you want to create a similar section in a different theme that doesn’t have
   a full-width widget area in the footer, you can use this code to do it:
 *     ```
       <div style="height:205px;overflow:hidden;">
   
                   <?php the_widget( 'Wpzoom_Instagram_Widget', 'title=&image-limit=9&image-width=180&image-spacing=0&image-per-row=9' ); ?>
   
               </div>
       ```
   
 * Optionally, you can change different options like number of images, thumbnail
   size.
 *  Thread Starter [teleanu](https://wordpress.org/support/users/teleanu/)
 * (@teleanu)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/shortcode-or-a-php-code-to-insert-in-footer/#post-7712073)
 * This works only if I have the widget placed somewhere, if not, the style is broken.
   Tried to copy all the css code from the plugin to my theme style.css file, but
   still not working.
 * I open a topic on my themes support forum & waiting to see if they can help me
   make a full width widget.

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

The topic ‘shortcode or a php code to insert in footer?’ is closed to new replies.

 * ![](https://ps.w.org/instagram-widget-by-wpzoom/assets/icon-256x256.png?rev=2534456)
 * [WPZOOM Social Feed Widget & Block](https://wordpress.org/plugins/instagram-widget-by-wpzoom/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/instagram-widget-by-wpzoom/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/instagram-widget-by-wpzoom/)
 * [Active Topics](https://wordpress.org/support/plugin/instagram-widget-by-wpzoom/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/instagram-widget-by-wpzoom/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/instagram-widget-by-wpzoom/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [teleanu](https://wordpress.org/support/users/teleanu/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/shortcode-or-a-php-code-to-insert-in-footer/#post-7712073)
 * Status: not resolved