Showing posts with label Blogger Tips. Show all posts
Showing posts with label Blogger Tips. Show all posts
Monday, 20 December 2010
Which mobile service providers does Blogger Mobile support?
0
Blogger Mobile currently supports air carriers listed in the following countries. Carriers are listed on the alias MMS. If you are not sure that the operator uses an alias, please send an MMS to yourself e-mail address and follow the from: field of email. Sony Ericsson uses a number of properties connect to a mobile phone blog. Please read this article for more information Sony Ericsson's blog! Function. If you do not see the operator said was shot, let us know and we will do everything to ensure that the mobile service.
* Australia
* Czech Republic.
* France
* Germany
* Ireland
* Italy
* Japan
* Norway
* Poland
* Portugal
* Spain
* Sweden
* United Kingdom
* The United States
* Webmail
Australia
* Airdata.com
Czech Republic
* Smtp.etmail.cz
* Smtp.t-email.cz
* Smtp.vodafonemail.cz
* Iol.cz
France
* Smtp.bouygtel.fr
* Mail.sfr.net
* Smtp.orange.fr
Germany
* O2online.de
Ireland
* Meteor.ie
* O2.ie
* Vodafone.ie
* Orangemms.net
Italy
* Vodafone.it
* Mms.tim.it
* Mms.tre.it
* Mms.wind.it
Japan
* Docomo.ne.jp
* Ezweb.ne.jp
* Pdx.ne.jp
* Softbank.ne.jp
* Vodafone.ne.jp
Norway
* Mmsc.mobil.telenor.no
* Mms.mobyson.no
* Mobil.telenor.no
* Netcom.no,
Poland
* Eranet.pl
* Playmobile.pl
* Orange.pl
* Plusnet.pl
* Centertel.pl
Portugal
* Mms.vodafone.pt
* Mms.optimus.pt
Spain
* Movistar.com
Sweden
* Telia.com
United Kingdom
* O2imail.co.uk
* Orange.co.uk
United States
* Airbridge.net
* Blackberry.net
* Blswe.com
* Cingularme.com
* Danger.com
* Dngr.net
* Gocbw.com
* Lightsurf.net
* Mmode.com
* Mms.att.net
* Mms.helio.com
* Mms.myhelio.com
* Mms.net
* Mycingular.com
* Mycingular.net
* Myvzw.com
* Nextel.com
* Sprint.com
* Sprintpcs.com
* Tmail.com
* Tmodns.net
* Tmomail.net
* Txt.att.net
* Verizon.net
* Vtext.com
* Vzwpix.com
Webmail
* Gmail.com
* Hotmail.com
* Yahoo.com
* Australia
* Czech Republic.
* France
* Germany
* Ireland
* Italy
* Japan
* Norway
* Poland
* Portugal
* Spain
* Sweden
* United Kingdom
* The United States
* Webmail
Australia
* Airdata.com
Czech Republic
* Smtp.etmail.cz
* Smtp.t-email.cz
* Smtp.vodafonemail.cz
* Iol.cz
France
* Smtp.bouygtel.fr
* Mail.sfr.net
* Smtp.orange.fr
Germany
* O2online.de
Ireland
* Meteor.ie
* O2.ie
* Vodafone.ie
* Orangemms.net
Italy
* Vodafone.it
* Mms.tim.it
* Mms.tre.it
* Mms.wind.it
Japan
* Docomo.ne.jp
* Ezweb.ne.jp
* Pdx.ne.jp
* Softbank.ne.jp
* Vodafone.ne.jp
Norway
* Mmsc.mobil.telenor.no
* Mms.mobyson.no
* Mobil.telenor.no
* Netcom.no,
Poland
* Eranet.pl
* Playmobile.pl
* Orange.pl
* Plusnet.pl
* Centertel.pl
Portugal
* Mms.vodafone.pt
* Mms.optimus.pt
Spain
* Movistar.com
Sweden
* Telia.com
United Kingdom
* O2imail.co.uk
* Orange.co.uk
United States
* Airbridge.net
* Blackberry.net
* Blswe.com
* Cingularme.com
* Danger.com
* Dngr.net
* Gocbw.com
* Lightsurf.net
* Mmode.com
* Mms.att.net
* Mms.helio.com
* Mms.myhelio.com
* Mms.net
* Mycingular.com
* Mycingular.net
* Myvzw.com
* Nextel.com
* Sprint.com
* Sprintpcs.com
* Tmail.com
* Tmodns.net
* Tmomail.net
* Txt.att.net
* Verizon.net
* Vtext.com
* Vzwpix.com
Webmail
* Gmail.com
* Hotmail.com
* Yahoo.com
How to easily Upload Video in blogger blog?
0
If you already have video on your computer, you can upload to your blog as follows:
01. Click on the movie on the toolbar position.
02. In the resulting window, click the Browse button to locate the video on your computer.
03. Enter a title for the video.
04. I accept the conditions (if this is your first video upload).
05. Click the "Download".
Frequently Asked Questions about blogger video uploading
Where are my videos hosted?
Videos uploaded through Blogger, hosted on Google Video.
Are my videos indexed or searchable?
No, this video is kept private and will not be included in the search for Google Video.
How long it takes to load and process a video?
Video downloads may take a little ", as video is usually very large files. However, the exact amount of time needed depends on the size of your specific video and Internet connection speed. Phases of treatment usually lasts about five minutes. Blogger will display a status message below post editor to let you know how it goes, and there will be a placeholder icon in your post to show where the video will be displayed.
Related Video Tutorials Watch these video
How to add Automatic Read More with Thumbnail in Blogger BLOG
0
This article will explain you to how to add the automatic read more for blogger blog with thumbnail.
Step 1: Go to Blogger.com Login with your Email and password, Go to Design and Select Edit HTML Tab and click and then find
Expand Widget Templates and then Click the check box again
Step 2: Press CTRL+F this code
Step 1: Go to Blogger.com Login with your Email and password, Go to Design and Select Edit HTML Tab and click and then find
Expand Widget Templates and then Click the check box again
Step 2: Press CTRL+F this code
</head>Add these code before </head>
<script type='text/javascript'>var thumbnail_mode = "no-float" ;
summary_noimg = 500;
summary_img = 400;
img_thumb_height = 100;
img_thumb_width = 120;
</script>
<script type='text/javascript'>
//<![CDATA[
function removeHtmlTag(strx,chop){
if(strx.indexOf("<")!=-1)
{
var s = strx.split("<");
for(var i=0;i<s.length;i++){
if(s[i].indexOf(">")!=-1){
s[i] = s[i].substring(s[i].indexOf(">")+1,s[i].length);
}
}
strx = s.join("");
}
chop = (chop < strx.length-1) ? chop : strx.length-2;
while(strx.charAt(chop-1)!=' ' && strx.indexOf(' ',chop)!=-1) chop++;
strx = strx.substring(0,chop-1);
return strx+'...';
}
function createSummaryAndThumb(pID){
var div = document.getElementById(pID);
var imgtag = "";
var img = div.getElementsByTagName("img");
var summ = summary_noimg;
if(img.length>=1) {
imgtag = '<span style="float:left; padding:0px 10px 5px 0px;"><img src="'+img[0].src+'" width="'+img_thumb_width+'px" height="'+img_thumb_height+'px"/></span>';
summ = summary_img;
}
var summary = imgtag + '<div>' + removeHtmlTag(div.innerHTML,summ) + '</div>';
div.innerHTML = summary;
}
//]]>
</script>
And then next step will be Again press CTRL+F and find
<data:post.body/>And Replace with below code
<b:if cond='data:blog.pageType == "static_page"'><br/><b:if cond='data:blog.pageType != "item"'>
<data:post.body/>
<b:else/>
<div expr:id='"summary" + data:post.id'><data:post.body/></div>
<script type='text/javascript'>createSummaryAndThumb("summary<data:post.id/>");
</script> <span class='rmlink' style='float:right;padding-top:20px;'><a expr:href='data:post.url'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgcp79q6Prj3jF9pjOM-qY5hf4dA0oVThGWyNIsxpgA6JOr3k_MpVpGz03eJ2fTUePASsHFh54Odu7QidLFstAOsbm1YC12pe0BGvz7t0sd4JZ1sX3Qlxz5oAdf09_SAAaCGM7qImCWAdk/s400/read_more.jpg'/></a></span>
</b:if>
<b:if cond='data:blog.pageType == "item"'><data:post.body/></b:if>
</b:if>Step 4: Save the template by clicking save button
Thursday, 9 December 2010
How to add Automatic Read More with Thumbnail in Blogger BLOG
0
This article will explain you to how to add the automatic read more for blogger blog with thumbnail.
Step 1: Go to Blogger.com Login with your Email and password, Go to Design and Select Edit HTML Tab and click and then find
Expand Widget Templates and then Click the check box again
Step 2: Press CTRL+F this code
Step 1: Go to Blogger.com Login with your Email and password, Go to Design and Select Edit HTML Tab and click and then find
Expand Widget Templates and then Click the check box again
Step 2: Press CTRL+F this code
</head>Add these code before </head>
<script type='text/javascript'>var thumbnail_mode = "no-float" ;
summary_noimg = 500;
summary_img = 400;
img_thumb_height = 100;
img_thumb_width = 120;
</script>
<script type='text/javascript'>
//<![CDATA[
function removeHtmlTag(strx,chop){
if(strx.indexOf("<")!=-1)
{
var s = strx.split("<");
for(var i=0;i<s.length;i++){
if(s[i].indexOf(">")!=-1){
s[i] = s[i].substring(s[i].indexOf(">")+1,s[i].length);
}
}
strx = s.join("");
}
chop = (chop < strx.length-1) ? chop : strx.length-2;
while(strx.charAt(chop-1)!=' ' && strx.indexOf(' ',chop)!=-1) chop++;
strx = strx.substring(0,chop-1);
return strx+'...';
}
function createSummaryAndThumb(pID){
var div = document.getElementById(pID);
var imgtag = "";
var img = div.getElementsByTagName("img");
var summ = summary_noimg;
if(img.length>=1) {
imgtag = '<span style="float:left; padding:0px 10px 5px 0px;"><img src="'+img[0].src+'" width="'+img_thumb_width+'px" height="'+img_thumb_height+'px"/></span>';
summ = summary_img;
}
var summary = imgtag + '<div>' + removeHtmlTag(div.innerHTML,summ) + '</div>';
div.innerHTML = summary;
}
//]]>
</script>
And then next step will be Again press CTRL+F and find
<data:post.body/>And Replace with below code
<b:if cond='data:blog.pageType == "static_page"'><br/><b:if cond='data:blog.pageType != "item"'>
<data:post.body/>
<b:else/>
<div expr:id='"summary" + data:post.id'><data:post.body/></div>
<script type='text/javascript'>createSummaryAndThumb("summary<data:post.id/>");
</script> <span class='rmlink' style='float:right;padding-top:20px;'><a expr:href='data:post.url'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgcp79q6Prj3jF9pjOM-qY5hf4dA0oVThGWyNIsxpgA6JOr3k_MpVpGz03eJ2fTUePASsHFh54Odu7QidLFstAOsbm1YC12pe0BGvz7t0sd4JZ1sX3Qlxz5oAdf09_SAAaCGM7qImCWAdk/s400/read_more.jpg'/></a></span>
</b:if>
<b:if cond='data:blog.pageType == "item"'><data:post.body/></b:if>
</b:if>Step 4: Save the template by clicking save button


