Hello friends!Yesterday I wrote about the fix took pictures on Blogspot.
Mistake # 1: Often those you do blog platform Blogger Blogspot stay that uploads relate picasaweb.google.com or photos on Google+ that appear on it? So remove all photos picasaweb.google.com or Google+ and on the Blog. Meet phenomenon "Error image by deleting the clueless". Because Blogspot upload photos uploaded are stored in picasaweb.google.com Google+. The only way to overcome that you upload all photos were deleted instead each image link
All the fix took pictures on Blogspot.
Mistake No. 2: Error by blocking network is sure everyone knew it, the only network domain contains links .blogspot.com block it! So what is the way out Blogger user?
Method 1: Edit Manually: When upload articles, links photos * .bp.blogspot.com form, just move messages HTML mode and fix that link to lh4.googleusercontent.com or lh4.ggpht.com torch.
Method 2: Use JavaScript snippet with a link to automatically switch on lh4.googleusercontent.com photos. In Blog => Templates => Edit HTML. Press Ctrl + F and find the </ body>. Code then paste it above the </ body> and save
& Lt; script type = 'text / javascript' & gt;
// & Lt;! [CDATA [
var images = document.getElementsByTagName ( "img");
for (var i =; i & lt; images.length; i ++) {
images [i] .src = images [i] .src.replace (/ [- 9] +. bp.blogspot.com/,"lh4.googleusercontent.com ");
}
//]] & Gt;
& Lt; / script & gt;

0 Response to "All the fix took pictures on Blogspot."
Post a Comment