Title: JS width
Last modified: August 21, 2016

---

# JS width

 *  Resolved [alexahelloo](https://wordpress.org/support/users/alexahelloo/)
 * (@alexahelloo)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/js-width/)
 * Hello, im using shortcode instead of widget as i need to input navigation arrows
   for the feeds. <?php echo do_shortcode( “[rotatingtweets screen_name=’xxx’ show_meta_prev_next
   =’1′ rotation_type=’fade’ tw_screen_name=’true’]” ) ?>
 * You may preview here: [http://flaskmedialab.com/FML/](http://flaskmedialab.com/FML/)
 * Is there any way to remove “from xxx Twitter via web”?
    There seemed to have 
   some JS scripting affecting the width of the tweets. Looks like it has preset
   a certain width to it. I’ve tried deleting some away but it’s still affecting
   the overall width when i resize the browser window to a much smaller size. It’s
   causing a white gap on the right.
 * Possible to resolve?
    Thanks!

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

 *  Plugin Author [Martin Tod](https://wordpress.org/support/users/mpntod/)
 * (@mpntod)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/js-width/#post-4782426)
 * Does it solve the problem if you add `show_meta_via='0'`?
 * The width is a tricky one. Sometimes using Version 2 of the JavaScript (or version
   1) on the main settings page can fix it.
 * Martin
 *  Plugin Author [Martin Tod](https://wordpress.org/support/users/mpntod/)
 * (@mpntod)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/js-width/#post-4782454)
 * Sorry. That should be:
 *     ```
       [rotatingtweets screen_name='xxx' show_meta_prev_next='1' rotation_type='fade' show_meta_screen_name='0' show_meta_via='0' tw_screen_name='true']
       ```
   
 * Fixing the width, you can also do it via hardcoding the Tweet width in CSS e.
   g.
 *     ```
       div.rotatingtweet {
          width: 400px;
       }
       ```
   
 * Martin
 *  Plugin Author [Martin Tod](https://wordpress.org/support/users/mpntod/)
 * (@mpntod)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/js-width/#post-4782455)
 * Sorry. That should be:
 *     ```
       [rotatingtweets screen_name='xxx' show_meta_prev_next='1' rotation_type='fade' show_meta_screen_name='0' show_meta_via='0' tw_screen_name='true']
       ```
   
 * Fixing the width, you can also do it via hardcoding the Tweet width in CSS e.
   g.
 *     ```
       div.rotatingtweet {
          width: 400px;
       }
       ```
   
 *  Plugin Author [Martin Tod](https://wordpress.org/support/users/mpntod/)
 * (@mpntod)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/js-width/#post-4782456)
 * Sorry. That should be:
 *     ```
       [rotatingtweets screen_name='xxx' show_meta_prev_next='1' rotation_type='fade' show_meta_screen_name='0' show_meta_via='0' tw_screen_name='true']
       ```
   
 * Fixing the width, you can also do it via hardcoding the Tweet width in CSS e.
   g.
 *     ```
       div.rotatingtweet {
          width: 400px;
       }
       ```
   
 * Hope this helps.
 *  Plugin Author [Martin Tod](https://wordpress.org/support/users/mpntod/)
 * (@mpntod)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/js-width/#post-4782458)
 * Sorry. That should be:
 *     ```
       [rotatingtweets screen_name='xxx' show_meta_prev_next='1' rotation_type='fade' show_meta_screen_name='0' show_meta_via='0' tw_screen_name='true']
       ```
   
 * Fixing the width, you can also do it via hardcoding the Tweet width in CSS e.
   g.
 *     ```
       div.rotatingtweet {
          width: 400px;
       }
       ```
   
 * Hope this helps.
 *  Plugin Author [Martin Tod](https://wordpress.org/support/users/mpntod/)
 * (@mpntod)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/js-width/#post-4782729)
 * Looking at the page, this seems to have been implemented and to work!

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

The topic ‘JS width’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/rotatingtweets.svg)
 * [Rotating Tweets (Twitter widget and shortcode)](https://wordpress.org/plugins/rotatingtweets/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/rotatingtweets/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/rotatingtweets/)
 * [Active Topics](https://wordpress.org/support/plugin/rotatingtweets/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/rotatingtweets/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/rotatingtweets/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [Martin Tod](https://wordpress.org/support/users/mpntod/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/js-width/#post-4782729)
 * Status: resolved