What error messages are you seeing on screen or in the HTML source for the page?
Is the shortcode at the start of the line?
Try it like this:
[rotatingtweets screen_name='renefranco' include_rts=1 tweet_count=7 timeout=3000]
Still not working 🙁
You can see it, here: http://98.142.100.178/~renefranco/ (Test Site)
And no see error messages, only don’t show the widget correctly, only show the code.
Regards!
Is that in a standard post or page content section?
It looks as if the HTML content in that section is not being processed through the do_shortcode() function?
Martin
Is a page set as index page (Pages secction).
In this page I create a HTML widget with it shortcode.
I’m work with a themeforest theme, named Sense and i use a HTML widget from this theme.
It’s probably the widget settings of this theme(Sense) that is not working with your plugin?
I see the error,
The problem is not your plugin Martin, the problem is the theme installed. I can fix this with a shortcode widget from this theme.
It plugin is working now.
Regards!!
If you create a HTML widget with a shortcode in it, you need to add some code like
add_filter( 'widget_text', 'do_shortcode' );
to your functions.php file.
Alternatively, use the Rotating Tweets widget instead! It doesn’t (yet) do everything that the shortcode does, but it does most things!