
Instruções
1º)Entre no Blog e clique em design
2º) Clique em Editar Html (não clique em expandir modelo)
3º) Dê um Ctrl + F e procure por <head >
4º) Coloque o Código logo Abaixo depois da tag <head >
ou <head> e Salve
--------------------------------------------------------------------------------
<script src='https://sites.google.com/site/hospedarcss/highslide/highslide-with-gallery.js' type='text/javascript'/>
<link href='https://sites.google.com/site/hospedarcss/highslide/highslide.css' rel='stylesheet' type='text/css'/>
<script type='text/javascript'>
hs.showCredits = true;
hs.graphicsDir = 'https://sites.google.com/site/hospedarcss/highslide/graphics/';
hs.outlineType = 'rounded-white';
hs.dimmingOpacity = 0.75;
window.onload = function() {
hs.preloadImages();
var elements = document.getElementsByTagName('a');
for (var i = 0; i < elements.length; i++) {
var link = elements[i].href;
if((link.indexOf('jpg', link.length -3) >= 0)
|| (link.indexOf('png', link.length -3) >=0 )
|| (link.indexOf('PNG', link.length -3) >=0 )
|| (link.indexOf('JPG', link.length -3) >=0 )
|| (link.indexOf('GIF', link.length -3) >=0 )
|| (link.indexOf('gif', link.length -3) >= 0)) {
elements[i].className = 'highslide';
elements[i].onclick = function() {
return hs.expand(this);
};
}
}
}
// Add the controlbar
hs.addSlideshow({
//slideshowGroup: 'group1',
interval: 5000,
repeat: false,
useControls: true,
fixedControls: 'fit',
overlayOptions: {
opacity: 0.75,
position: 'bottom center',
hideOnMouseOut: true
}
});
</script>
<link href='https://sites.google.com/site/hospedarcss/highslide/highslide.css' rel='stylesheet' type='text/css'/>
<script type='text/javascript'>
hs.showCredits = true;
hs.graphicsDir = 'https://sites.google.com/site/hospedarcss/highslide/graphics/';
hs.outlineType = 'rounded-white';
hs.dimmingOpacity = 0.75;
window.onload = function() {
hs.preloadImages();
var elements = document.getElementsByTagName('a');
for (var i = 0; i < elements.length; i++) {
var link = elements[i].href;
if((link.indexOf('jpg', link.length -3) >= 0)
|| (link.indexOf('png', link.length -3) >=0 )
|| (link.indexOf('PNG', link.length -3) >=0 )
|| (link.indexOf('JPG', link.length -3) >=0 )
|| (link.indexOf('GIF', link.length -3) >=0 )
|| (link.indexOf('gif', link.length -3) >= 0)) {
elements[i].className = 'highslide';
elements[i].onclick = function() {
return hs.expand(this);
};
}
}
}
// Add the controlbar
hs.addSlideshow({
//slideshowGroup: 'group1',
interval: 5000,
repeat: false,
useControls: true,
fixedControls: 'fit',
overlayOptions: {
opacity: 0.75,
position: 'bottom center',
hideOnMouseOut: true
}
});
</script>














Comentários