Cách khắc phục lỗi không hiển thị ảnh trong blogspot do VNPT chặn



Thêm đoạn script này trước thẻ đóng </body>

<script type='text/javascript'>
//<![CDATA[
var images = document.getElementsByTagName("img");
for(var i=0;i<images.length;i++) {  
images[i].src = images[i].src.replace(/[0-9]+.bp.blogspot.com/,"lh4.googleusercontent.com");
}
//]]>
</script>