Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Html Formatter
This discussion is related to the Html Formatter addon.
Comments
SeeqPod - Playable Search
<img src="http://files.lussumo.com/Icons%20and%20Stuff/Maamp.gif" height="400" width="400" align="left">
will break the forum formatting.'img' => array('src', 'alt'),
If I remove something from the whitelist, it should no longer work - correct? It's a simple bug report.
many thanks in advance!
case 'vimeo' : return ('<embed src="http://www.vimeo.com/moogaloop.swf?clip_id='.$ID.'&server=www.vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=&fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="425" height="350"></embed>');
i'm a bit stuck though as vimeo have different sized videos... not such a big deal as they have fullscreen buttons and scaling in the player, but still...
...width="425" height="350"...
yes, i went with the youtube size in the code. it's working out fine for me, btw.
<object type="application/x-shockwave-flash" width="400" height="170" data="http://yourdomain.com/xspf_player.swf?playlist_url=http://yourdomain.com/yourplaylistlist.xspf"> <param name="movie" value="http://yourdomain.com/xspf_player.swf?playlist_url=http://yourdomain.com/yourplaylistlist.xspf" /> </object>
I assume you would want the syntax to be like:
<audio type="mp3">filename</audio>
so where in the code you gave does it define "filename"?I have HTML Formater and Extender both enabled - along side quicktags - im puzzled that the Hyperlink does not render while ir remains to show the entire HTML code