Yahoo.com
Код:
<script> function addSpoiler(str,from,internal){ var pos=0,pos2=0,newpos=0 if((pos=str.indexOf("[yahoo12]",from))==-1) return str; if((pos2=str.indexOf("[/yahoo12]"),pos+9)==-1) return str; newpos=str.indexOf("[yahoo12]",pos+9) if(newpos<pos2 && newpos!=-1) str=addSpoiler(str,pos+9,true) if((pos2=str.indexOf("[/yahoo12]",pos+9))==-1) return str; str=str.substring(0,pos)+makeSpoiler(str.substring(pos+9,pos2))+str.substring(pos2+10,str.length) if( str.indexOf("[yahoo12]")!=-1 && internal==false) str=addSpoiler(str,0,false) return str} function makeSpoiler(txt){ txt="<br><embed src=\"http://d.yimg.com/static.video.yahoo.com/yep/YV_YEP.swf?ver=2.0.45\" type=\"application/x-shockwave-flash\" width=\"512\" height=\"323\" allowFullScreen=\"true\" flashVars=\"id="+txt+"&lang=en-US&intl=us&thumbUrl=\" ></embed><br>" return txt} if(document.URL.indexOf("viewtopic.php")!=-1){ elm=document.getElementById("pun-main").getElementsByTagName("div") for(x in elm) if(elm[x].className=="post-content"){ var post=elm[x] post.innerHTML=addSpoiler(post.innerHTML,0,false)}} </script>
У нас есть адресс видео, к примеру http://video.yahoo.com/watch/2274254/7150551 , но для того чтобы добавить видео в пост на форум нам нужно всего лишь последнии цифры, а именно http://video.yahoo.com/watch/2274254/7150551, и вставить выделенное жирным в теги [yahoo12]7150551[/yahoo12]. Пример здесь Нажми меня=)