Chủ Nhật, 25 tháng 10, 2015

NukeViet chèn iframe youtube

Cách 1: dùng block global html của hệ thống:
 file /includes/constants.php , sửa dòng :
// Ma HTML duoc chap nhan
define( 'NV_ALLOWED_HTML_TAGS', 'embed, object, param, a, b, blockquote, br, caption, col, colgroup, div, em, h1, h2, h3, h4, h5, h6, hr, i, img, li, p, span, strong, sub, sup, table, tbody, td, th, tr, u, ul' );

Nếu vẫn chưa được thì mở file includes\class\request.class.php xóa iframe trong đoạn:
private $disabletags = array( 
        "applet", "body", "basefont", "head", "html", "id", "meta", "xml", "blink", "link", "style", "script", "iframe", "frame", "frameset", "ilayer", "layer", "bgsound", "title", "base" 
    );
và xóa đoạn code chuyển youtube thành swfplayer.

Cách 2: dùng block iframe.

Không có nhận xét nào:

Đăng nhận xét