Pages

Tuesday, April 16, 2013

Daily changing images


Here is how I did this 

Follow the steps shown here:

http://www.bloggertipspro.com/2012/06/add-mp3-files-to-blogger-part-1.html

This resulted in a site here:
https://sites.google.com/site/tallasseetvpictures/


Then follow the steps here

http://www.bloggertipspro.com/2012/06/add-mp3-files-to-blogger-part-2.html

You can now see the web site for the daily images I uploaded here:
https://sites.google.com/site/tallasseetvpictures/daily

Each image now has a web address:
https://sites.google.com/site/tallasseetvpictures/daily/sat.png
https://sites.google.com/site/tallasseetvpictures/daily/tue.png
etc...

Now we need to create a Gadget on our blog.
http://www.blogger.com/home


<script type="text/javascript" language="JavaScript">
 var now = new Date ();
 var day = now.getDay();
//the week begins on SUNDAY
 if(day == 0) document.write("<a href='YOUR-LINK-HERE'><img src='https://sites.google.com/site/tallasseetvpictures/daily/sun.png' alt='sunday' width='320' height='210' border='0'></a>");
 if(day == 1) document.write("<a href='YOUR-LINK-HERE'><img src='https://sites.google.com/site/tallasseetvpictures/daily/mon.png' alt='monday' width='320' height='210' border='0'></a>");
 if(day == 2) document.write("<a href='YOUR-LINK-HERE'><img src='https://sites.google.com/site/tallasseetvpictures/daily/tue.png ' alt='tuesday' width='320' height='210' border='0'></a>");
 if(day == 3) document.write("<a href='YOUR-LINK-HERE'><img src='https://sites.google.com/site/tallasseetvpictures/daily/wed.png' alt='wednesday' width='320' height='210' border='0'></a>");
 if(day == 4) document.write("<a href='YOUR-LINK-HERE'><img src='https://sites.google.com/site/tallasseetvpictures/daily/thu.png' alt='thursday' width='320' height='210' border='0'></a>");
 if(day == 5) document.write("<a href='YOUR-LINK-HERE'><img src='https://sites.google.com/site/tallasseetvpictures/daily/fri.png' alt='friday' width='320' height='210' border='0'></a>");
 if(day == 6) document.write("<a href='YOUR-LINK-HERE'><img src='https://sites.google.com/site/tallasseetvpictures/daily/sat.png' alt='saturday' width='320' height='210' border='0'></a>");
</script>


https://sites.google.com/site/groshfamilymedia/audio/Scheming%20Weasel%20faster.mp3?attredirects=0&amp;d=1

No comments:

Post a Comment