'rufous-sandbox'라는 바디 태그에 이상한 iframe이 추가됨
WordPress 사이트에서 일하고 있는데 어떤 이유에서인지iframe
개봉 직후에 추가되다body
약 20px의 몸통을 떨어뜨리는 태그.
구글은 검색 시 1개의 관련 결과만 반환했고, 제가 그곳에서 읽은 내용은 큰 도움이 되지 않았습니다.여기서 찾을 수 있어요.
WordPress 사이트에는 플러그인이 설치되어 있지 않으며, 다음과 같이 설정합니다.display: none;
동작하지 않습니다.
다음은 Chrome의 스크린샷입니다.
Twitter 스크립트에 의해 추가된 것 같습니다.제거하면 iframe이 사라집니다.Twitter 플러그인이 설치되어 있는 것 같습니다.이러한 플러그인은 본문 태그에 data-twtr-twitter="true"라고 표시되어 있습니다.
코드를 삭제하면(내 경우는 아래 코드) 없어집니다.
<script type="text/javascript">
(function(){
var twitterWidgets = document.createElement('script');
twitterWidgets.type = 'text/javascript';
twitterWidgets.async = true;
twitterWidgets.src = '//platform.twitter.com/widgets.js';
document.getElementsByTagName('head')[0].appendChild(twitterWidgets);
})();
</script>
언급URL : https://stackoverflow.com/questions/12133617/strange-iframe-added-into-body-tags-called-rufous-sandbox
'programing' 카테고리의 다른 글
중력 형태 추가 디스플레이 없음 (0) | 2023.03.31 |
---|---|
Google API 콘솔을 다른 개발자와 공유하는 방법 (0) | 2023.03.31 |
MongoDB mongorestore 오류: local:::facet::_S_create_c_locale 이름이 잘못되었습니다. (0) | 2023.03.31 |
FancyBox iframe이 부모를 반환합니다.정의되지 않은 $(WordPress 사용) (0) | 2023.03.31 |
Node.js를 사용한 데이터 스트리밍 (0) | 2023.03.31 |