Ajax có thay đổi URL cho SEO

// Thay đổi URL trên website window.history.pushState({path:url},”,url);   // Hàm xử lý dữ liệu sau khi load ajax vẫn hoạt động $(‘#content’).on(‘click’,’#paging a’, function () {   })   Tham khảo thêm tại https://freetuts.net/phan-trang-ajax-co-thay-doi-url-cho-seo-101.html

Chèn embed youtube hoặc iframe với responsive

Các bạn làm theo hướng dẫn bên dưới Code CSS:   .iframe-container{ position: relative; width: 100%; padding-bottom: 56.25%; height: 0; } .iframe-container iframe{ position: absolute; top:0; left: 0; width: 100%; height: 100%; }     Ví dụ: <style> .iframe-container{ position: relative; width: 100%; padding-bottom: 56.25%;… Read More