여분필드에 tag를 넣으니
본문
여분필드를 유투브의 주소로 활용하려고 맹글어 저장했더니
<iframe width=\"640\" height=\"360\" src=\"http://www.youtube.com/embed/KXTFc3fYqa4?feature=player_embedded\" frameborder=\"0\" allowfullscreen></iframe>
이런식으로 \" 처리가 되어 태그가 먹지 않습니다.
어떻게 해야하죠. 고수님들 답변점 부탁해요
<iframe width=\"640\" height=\"360\" src=\"http://www.youtube.com/embed/KXTFc3fYqa4?feature=player_embedded\" frameborder=\"0\" allowfullscreen></iframe>
이런식으로 \" 처리가 되어 태그가 먹지 않습니다.
어떻게 해야하죠. 고수님들 답변점 부탁해요
답변 2
여분필드에는 "KXTFc3fYqa4" 값만 입력하고
iframe 소스는 게시판스킨의 보여질 부분에 소스를 넣으면 어떨까요...
<iframe width="640" height="360" src=\"http://www.youtube.com/embed/<?=여분필드?>?feature=player_embedded" frameborder="0" allowfullscreen></iframe>
iframe 소스는 게시판스킨의 보여질 부분에 소스를 넣으면 어떨까요...
<iframe width="640" height="360" src=\"http://www.youtube.com/embed/<?=여분필드?>?feature=player_embedded" frameborder="0" allowfullscreen></iframe>
감사합니다. 좋은 방법이에요.
답변을 작성하시기 전에 로그인 해주세요.