Widget HTML Display Problem

Hi I have created a plugin that places a Google Translator into a text widget in WordPress. I have setup shortcode to do this – and the shortcode seems to be outputting the correct HTML, except that the HTML is not showing up INSIDE of the text widget as it should.

Here is my plugin code: http://pastebin.com/BMbnEqAW

Read More

Here is the page: http://www.richmindonline.com/test/

When I do a “View Page Source” from Firefox – I am noticing that the translator code is appearing BEFORE the text widget. So even though my shortcode is located inside of the text widget, the code shows up just above the text widget itself and is not wrapped inside of id="text-widget".

There are not stray div tags that I can find either. Are there any common problems with using javascript or shortcodes in a text widget that I should account for in my plugin?

Related posts

Leave a Reply

1 comment