• Resolved Middrel

    (@middrel)


    Hi,

    I try to use the shortcodes but it not working.

    For example, i use:

    [rotatingtweets screen_name=’renefranco’ include_rts=’1′ tweet_count=’7′ timeout=’3000′]

    The settings is correct, i can use widget without problems, only in shortcode i have a problems.

    Can you help me?

    Regards.
    Antonio

    https://wordpress.org/plugins/rotatingtweets/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Martin Tod

    (@mpntod)

    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]
    Thread Starter Middrel

    (@middrel)

    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!

    Plugin Author Martin Tod

    (@mpntod)

    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

    Thread Starter Middrel

    (@middrel)

    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?

    Thread Starter Middrel

    (@middrel)

    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!!

    Plugin Author Martin Tod

    (@mpntod)

    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!

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

The topic ‘Shortcodes no working’ is closed to new replies.