သံုးတတ္တဲ့သူငယ္ခ်င္းေတြသံုးလို႔ရရင္ ျပန္ေျပာၾကအုန္းေနာ္
အဆင္ေျပၾကပါေစဗ်ာ
Step1:
- Go To Blogger Dashboard:
- Go To template>>edit html:
- Now search for ]]></b:skin>
- Past the the below given code before ]]></b:skin>
#pbtfireworks{
display: block;
width: 1000px;
height: 735px;
float: center;
color:#6F6F6F;
text-align: center;
font-size: 12px;
}
#pbtfireworks a {
color:#6F6F6F;
Step2:
- Now search For </body>
- Past the below jquery code before </body>
<div id="pbtfireworks"> </div>Finally save your template and you done almost:
<script src="https://mybloggerlab.googlecode.com/files/jquery-1.3.2.min.js" type="text/javascript"></script>
<script src="https://mybloggerlab.googlecode.com/files/fireworks.js" type="text/javascript"></script>
<script>
/**Fire Works By ProBloggerTricks.com**/
jQuery(function($){
Xteam.fireworkShow('#pbtfireworks', 100);
});
</script>


No comments:
Post a Comment