[IT/Programming]/HTML related 페이스북 퍼오기 (Embeding facebook post) kipid 2024. 9. 23. 12:14 728x90 반응형 # 페이스북 퍼오기 (Embeding facebook post) 페이스북 퍼오는게 옛날보다 쉬워졌음. ## TOC ## Example 아래와 같이 iframe 으로 퍼오도록 바뀌었음. 좋으다. 국내 IT 업체들도 iframe 으로 쉽게 퍼오도록 좀 바꿔주지 =ㅂ=;; 그런데 facebook 도 width 를 responsive 하게 동작하도록 안해주긴 했네 ㅡ,.ㅡ; 그리고 가운데 정렬이 힘든데? =ㅇ=;; 어떻게 해야 가운데 정렬이 될까나? ``` <div class="center"> <div class="rC facebook"><div class="rSC"> <iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fkyul1004%2Fposts%2F1055747322586617&show_text=true" style="border:none;overflow:auto" frameborder="0" allowfullscreen="true" allow="clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe> </div></div> <div class="rC facebook"><div class="rSC"> <iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Freel%2F26589848493994771&show_text=true&width:340" style="border:none;overflow:auto" frameborder="0" allowfullscreen="true" allow="clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe> </div></div> <div class="rC facebook"><div class="rSC"> <iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fpermalink.php%3Fstory_fbid%3D122174918516161169%26id%3D61554835089193&show_text=true" style="border:none;overflow:auto" frameborder="0" allowfullscreen="true" allow="clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe> </div></div> </div> ```/ ## RRA developers.facebook.com - Social Plugins - Embedded Posts 728x90 반응형 공유하기 게시글 관리 kipid's blog 저작자표시 비영리 변경금지 '[IT/Programming] > HTML related' 카테고리의 다른 글 코드잇 풀스택 2기 초급 프로젝트 (1팀): View My Startup (2) 2024.09.30 CSP (Content Security Policy) : iframe, image (img), video blocking (0) 2024.09.23 Learning JavaScript, especially class-like Constructor function and Property Inheritance through prototype/__proto__ chaining (3) 2024.09.23 유튜브 리스트 (Youtube list) 로 퍼오는 법 (8) 2024.09.23 방향키 (위: ArrowUp, 아래: ArrowDown) 로 숫자 조정하기 (0) 2024.09.17 jQuery.ripples - 이미지에 물결 그래픽 효과 주기 (3) 2024.09.15 event.keyCode deprecated, then event.key, event.code 는 무슨값을 가질까? (키보드 (KeyBoard) event handler: compositionstart compositionupdate compositionend) (0) 2024.09.14 '[IT/Programming]/HTML related' Related Articles 코드잇 풀스택 2기 초급 프로젝트 (1팀): View My Startup CSP (Content Security Policy) : iframe, image (img), video blocking Learning JavaScript, especially class-like Constructor function and Property Inheritance through prototype/__proto__ chaining 유튜브 리스트 (Youtube list) 로 퍼오는 법