logo logo

The next-generation blog, news, and magazine theme for you to start sharing your stories today!

The Blogzine

Save on Premium Membership

Get the insights report trusted by experts around the globe. Become a Member Today!

View pricing plans

New York, USA (HQ)

750 Sing Sing Rd, Horseheads, NY, 14845

Call: 469-537-2410 (Toll-free)

hello@blogzine.com
Javascript

Code hiển thị hình ảnh blogger khi bị VNPT chặn

Hôm này mình viết ra bài này để hướng dẫn các bạn hiển thị hình ảnh trên mobile cho blogger ^^ Nhược điểm : Khi các bạn chèn code này vào thì xem blog trên máy tính sẽ bị một số ảnh ko hiển thị được,…

avatar
Hung.Pro.VN

Developer Windows


  • 21/03/2016
  • Views
Hôm này mình viết ra bài này để hướng dẫn các bạn hiển thị hình ảnh trên mobile cho blogger ^^

Nhược điểm : Khi các bạn chèn code này vào thì xem blog trên máy tính sẽ bị một số ảnh ko hiển thị được, Nên các bạn cần cân nhắc trước khi sữ dụng nhé ^^
<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>
Và một đoạn code bên dưới
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script type='text/javascript'>
//<![CDATA[
$("body img").each(function () {$(this).attr("src", $(this).attr("src").replace(/\/[0-9]+(\.bp\.blogspot)?/, "/lh4.googleusercontent")) });
//]]>
</script>
Các bạn lưu ý. khi blog có link
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
Rồi thì thôi không cần bỏ vào blog nữa đâu nhé ^^

Related post


avatar

Hung.Pro.VN

Nhà thiết kế Web
View Articles

Tôi là admin trang Hung.Pro.VN là một người có đam mê với Blogspot, kinh nghiệm 5 năm thiết kế ra hàng trăm mẫu Template blogpsot như" Bán hàng, bất động sản, landing page, tin tức...

Nhận xét

Đăng nhận xét

Share this article