Daftar Isi
-->";
//
function buildCommentForm() {
let container = document.querySelector('.custom_comment_editor_wrapper');
let iframe = document.createElement('iframe');
iframe.setAttribute('class', 'blogger-iframe-colorize blogger-comment-from-post');
iframe.setAttribute('frameborder', '0');
iframe.setAttribute('id', 'comment-editor');
iframe.setAttribute('name', 'comment-editor');
iframe.setAttribute('src', '');
iframe.setAttribute('width', '100');
iframe.setAttribute('style', 'width:100%;');
iframe.setAttribute('title', 'comment-editor');
container.insertBefore(iframe, container.firstChild);
};
function createIframeComment() {
BLOG_CMT_createIframe('https://www.blogger.com/rpc_relay.html', '0');
}
Defer(buildCommentForm, 0, true);
Defer(createIframeComment, 0, true);
Batal