How to add pingbox to new post?

  • Unknown's avatar

    Hi,
    I try to add pingbox to a new post but it does not show.

    Does anyone know, please help me.

  • Unknown's avatar

    More information, I use HTLM tag like that: <object id=”pingbox” type=”application/x-shockwave-flash” data=”http://wgweb.msg.yahoo.com/badge/Pingbox.swf” width=”240″ height=”420″><param name=”movie” value=”http://wgweb.msg.yahoo.com/badge/Pingbox.swf” /><param name=”allowScriptAccess” value=”always” /><param name=”flashvars” value=”wid=TucWHPS_TGwfEm2Gs0vcdy4fIDk-” /></object>

  • Unknown's avatar

    Flash is stripped out here, along with javascript, forms, etc, for security reasons.

  • Unknown's avatar

    Actually you’ll have to embed that code into your Blog’s php code. You could add it to your side bar. Simply paste it somewhere on your sidebar.php.

    I’ll tell you what,

    Just add this code before the last tags on that page.

    </div>

    The code is,

  • <object id=”pingbox” type=”application/x-shockwave-flash” data=”http://wgweb.msg.yahoo.com/badge/Pingbox.swf” width=”240″ height=”420″><param name=”movie” value=”http://wgweb.msg.yahoo.com/badge/Pingbox.swf” /><param name=”allowScriptAccess” value=”always” /><param name=”flashvars” value=”wid=TucWHPS_TGwfEm2Gs0vcdy4fIDk-” /></object>
  • Hope that works.