Add Emotional Icon to your Blogspot:
B)
here is how to add Emotional Icon to your blogger.
1.click on page element and add a HTML/Script
2. find the
3. just before that paste these script
<!– function replaceText() { // no support if(!document.getElementById) { return; } bodyText = document.getElementById(“body”); theText = bodyText.innerHTML; // replace theText = theText.replace(/;\)/g,’
‘);
theText = theText.replace(/;-\)/g,’
‘);
theText = theText.replace(/:D/g,’
‘);
theText = theText.replace(/:-D/g,’
‘);
theText = theText.replace(/B\)/g,’
‘);
theText = theText.replace(/B-\)/g,’
‘);
theText = theText.replace(/:x/g,’
‘);
theText = theText.replace(/:X/g,’
‘);
theText = theText.replace(/:-x/g,’
‘);
theText = theText.replace(/:-X/g,’
‘);
theText = theText.replace(/:-\(/g,’
‘);
theText = theText.replace(/:\(/g,’
‘);
theText = theText.replace(/:o/g,’
‘);
theText = theText.replace(/:O/g,’
‘);
theText = theText.replace(/:-o/g,’
‘);
theText = theText.replace(/:-O/g,’
‘);
theText = theText.replace(/:p/g,’
‘);
theText = theText.replace(/:-p/g,’
‘);
theText = theText.replace(/:-P/g,’
‘);
theText = theText.replace(/:P/g,’
‘);
theText = theText.replace(/:-\)/g,’
‘);
theText = theText.replace(/:\)/g,’
‘);
bodyText.innerHTML = theText;
}
–>
4. just below that replace the
with
and here is the usable icon

enjoy !
pic:navbar


Recent Comments