etc

[페이스북 동영상] 페이스북 동영상 홈페이지에 올리기

labj 2017. 10. 23. 02:04

[페이스북 동영상] 페이스북 동영상 홈페이지에 올리기

페이스북에 동영상을 전체공개로 올린 후에 

플레이해 할 때 오른쪽마우스 버튼 메뉴에서  동영상 URL 표시 를 클릭하여 



동영상 URL이 표시되면 url을 복사합니다. 



그리고 다음 html에 =& 사이에 붙여 넣기 합니다.

https://www.facebook.com/plugins/video.php?href=&show_text=0&width=560


그러면 다음처럼 되고요 

https://www.facebook.com/plugins/video.php?href=https://www.facebook.com/jobtoy/videos/1604956432895725/&show_text=0&width=560


이 url을 iframe src에 붙여넣기 하고 적당하게 크기를 조절합니다.

<iframe src="" width="560" height="315" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowtransparency="true" allowfullscreen="true">

</iframe>


iframe 소스를 html에 삽입합니다. 

실제 삽입 결과 확인하기 : http://labj.tistory.com/669



[페이스북 동영상] 페이스북 동영상 홈페이지에 올리기