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

    (@mpntod)

    I can’t replicate this.

    Do you also have the latest version of the plug-in? I think this might have been a problem with an old version.

    Are you using a shortcode or a widget? If you’re using a shortcode, which exact settings are you using?

    Is it doing the same thing with any other widgets?

    Thread Starter Souldisco

    (@souldisco)

    check out this link

    http://validator.w3.org/check?uri=http%3A%2F%2Fkeepbox.ru%2F&charset=%28detect+automatically%29&doctype=Inline&group=0&user-agent=W3C_Validator%2F1.3+http%3A%2F%2Fvalidator.w3.org%2Fservices

    yes im using latest version of plugin & wp
    WordPress 3.5.2

    i’m using a shortcode – [rotatingtweets screen_name=’soulrecords’ include_rts=’1′ tweet_count=’7′ timeout=’3000′]

    Is it doing the same thing with any other widgets? – No

    Thread Starter Souldisco

    (@souldisco)

    i check – widget works fine.
    but when i use the shortcode – i get excess tag </p>

    Thread Starter Souldisco

    (@souldisco)

    i still need to use the – shortcode.
    waiting for a fix or help.

    i recognize tat if i delete </p> from 1209 line (rotatingtweets.php)
    exeed tag is disappears. but close tag </p> disapears too.
    is it ok? Take a look at eeror please. website k e e p b o x . r u

    Plugin Author Martin Tod

    (@mpntod)

    Strangely when I use the shortcode, there’s not a problem.

    The other thing that’s striking is that something (plug-in? template?) is processing the output of the shortcode – for example, by stripping all the tabs out.

    So, when I use your shortcode, I get something that begins:

    <div class='rotatingtweets rotatingtweets_format_0' id='rotatingtweets_3000_scrollUp_51c52b707279f'>
    	<div class = 'rotatingtweet'>
    		<p class='rtw_main'>Will & Jaden Smith, DJ Jazzy Jeff and Alfonso Ribeiro Rap! - The Graham Norton Show - BBC One <a href='http://t.co/qPVDm5mgZ1' title='http://vk.cc/1AVwhm'>vk.cc/1AVwhm</a></p>
    		<p class='rtw_meta'><a  href="https://twitter.com/twitterapi/status/346434073964724224">About 5 days ago</a> from <a href='https://twitter.com/intent/user?user_id=53903861' title='Soulrecords'>Soulrecords's Twitter</a> via <a href="http://vk.com" rel="nofollow">vk.com</a></p>
    	</div>

    and you’re getting

    <div class='rotatingtweets rotatingtweets_format_0' id='rotatingtweets_3000_scrollUp_51c52a5a32e72'>
    <div class = 'rotatingtweet'>
    <p class='rtw_main'>Will & Jaden Smith, DJ Jazzy Jeff and Alfonso Ribeiro Rap! – The Graham Norton Show – BBC One <a href='http://t.co/qPVDm5mgZ1' title='http://vk.cc/1AVwhm'>vk.cc/1AVwhm</a></p>
    <p class='rtw_meta'><a  href="https://twitter.com/twitterapi/status/346434073964724224">About 5 days ago</a> from <a href='https://twitter.com/intent/user?user_id=53903861' title='Soulrecords'>Soulrecords’s Twitter</a> via <a href="http://vk.com" rel="nofollow">vk.com</a></p>
    </p></div>

    Is there a plug-in or template function that’s processing or compressing the shortcode output somehow?

    What happens if you change line 1326 to

    $result .= "</div>";

    Thread Starter Souldisco

    (@souldisco)

    thank you after i change the line 1326 to

    $result .= "</div>";

    exeed tag is disappears!

    Plugin Author Martin Tod

    (@mpntod)

    Cool! It makes the HTML marginally uglier, but it does solve the problem. I’ll make the change in the development version.

    Do you have any idea what other plug-in or template function might be causing the problem?

    Thread Starter Souldisco

    (@souldisco)

    No idea!
    i’m not using plugins. This is first time i use plugin, because twitter chage their api.
    i can give you acess to site u can check if u want.

    Plugin Author Martin Tod

    (@mpntod)

    That would be interesting – just to find out what might be causing the problem!

    Contact details at http://www.martintod.org.uk/contact

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

The topic ‘excess tag p’ is closed to new replies.