Short codes often have problems with extra spaces. Does the following work:
[rotatingtweets screen_name='umcqtr' exclude_replies='1' tweet_count='15' rotation_type='scrollLeft' speed='700' show_meta_timestamp='0' show_meta_screen_name='0' show_meta_via='0']
this is the page link you will find your tweeter code first after navigation and below you will find news marquee which i want to make it the same
http://umcqatar.com/umcq/testheader/
What about speed=10000 timeout=0 – i.e. slow down the scrolling and cut the waiting between tweets to zero…
Too slow? Too fast? Or didn’t it change anything?
Currently the test site still has speed=700
Martin
http://umcqatar.com/umcq/testheader/
it is not about too fast or too slow. it show one by one not like the news marquee under
I don’t think your shortcode is reading the shortcode variables properly. For example, it’s not picking up the speed variable.
Are you entering it as text? Or in a function?
It should be:
[rotatingtweets screen_name='umcqtr' exclude_replies='1' tweet_count='15' rotation_type='scrollLeft' speed='7000' timeout='0' show_meta_timestamp='0' show_meta_screen_name='0' show_meta_via='0']
Or
echo do_shortcode("[rotatingtweets screen_name='umcqtr' exclude_replies='1' tweet_count='15' rotation_type='scrollLeft' speed='7000' timeout='0' show_meta_timestamp='0' show_meta_screen_name='0' show_meta_via='0']");
it is like the first one
[rotatingtweets screen_name=’umcqtr’ exclude_replies=’1′ tweet_count=’15’ rotation_type=’scrollLeft’ speed=’10000′ timeout=’0′ show_meta_timestamp=’0′ show_meta_screen_name=’0′ show_meta_via=’0′]
I think the speed function may work better with version 2 of the JavaScript (on the settings page) as well…
I think there’s a problem with version 1 of the script in how it handles speed. What happens with version 2 of the script?
Martin
I’ve now updated version 1 of the script so that it should also properly reflect the speed variable if you download and install the development version from https://downloads.wordpress.org/plugin/rotatingtweets.zip.
Martin
i downloaded the new version you sent in link and the problem still the same
i tried js ver1 and ver2 and same
i guess the point is in how js make the effect
now at ver 2 the scrolling not working at all
The tweet is now scrolling left much more slowly.
What happens if you try something like:
[rotatingtweets screen_name='umcqtr' exclude_replies='1' tweet_count='15' rotation_type='scrollLeft' speed='10000' timeout='0' show_meta_timestamp='0' show_meta_screen_name='0' show_meta_via='0']
There’s a more recent development version which should handle this even better.
Martin