안녕하세요!
오늘 채팅방에 어떤분이 work room에 soundcloud 위젯 첨부가 안 되신다는 글을 읽고
저도 네이버 블로그에서 읽은 팁이 있어 올립니다!
사운드 클라우드 위젯을 올릴때 embed를 누르시고 위젯 형식을 복사 했을 때
Before: <iframe width="100%" height="450" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/86109613&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&visual=true"></iframe>
라고 뜨지요
보시면 <iframe 으로 시작 하여 </iframe>으로 끝나고
첫줄에 src= 라고 나오는 곳이 있습니다
iframe은 모두 object로 바꿔주시고
src를 data로 바꿔주세요
After: <object width="100%" height="450" scrolling="no" frameborder="no" data="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/86109613&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&visual=true"></object>
빨간색 글씨가 바뀐 곳 입니다!
이렇게 바꾸시고 html 편집기를 사용 하여 사운드 클라우드 위젯을 올리시면
이렇게 깔끔하게 위젯이 뜹니다.
구글 크롬/ 파이어폭스/ie 모두 사용 해봤는데 모두 잘 올라갑니다!
더 많은 아마추어 랩퍼님들과 더 많은 피드백으로 le의 workroom 그리고 기타 다른 힙합 커뮤니티의 활성화가 이루어지길 바라겠습니다. 꾸벅
출처: 네이버에 사운드 클라우드(Soundcloud) 음악 올리기, [Online], 2014, <http://biud436.blog.me/220036409564>, [20140806]
댓글 달기