First Phase: Uploading 4 Javascript Files to Google Code1. Downloading the Javascript filesIn order to make the Flash Slide Show Widget to work 0n your blog, you must have 4 javascript files installed in your blog template. Here they are the 4 Javascript files that have been wrapped up in one single
Zip file called "
Flash Slide Show Pictures Javascript". Now download that Zip file in your Computer, and then extract those 4 files to your Computer.
2. Upload the JavascriptAfter Extracting the 4 Javascript files into your Computer, now upload those 4 Javascript files to the
Google Code website. In my previous post about -
How to Upload Javascript and Other Script Files? - i already uncovered to you the tutorial on uploading the javascript files to Google Code website, you
must head to that page first before proceeding to the next step of this tutorial.
3. Copy the Link Location of the JavascriptAfter Uploading the 4 Javascript files to the Google Code, now
copy the 4 URL addresses of the Javascript files from Google Code website to the Notepad one by one. Remember!,
One By One.
If you don't know how to copy the link address of Javascript file, you can check
this page, and read the step on
number 11 of that tutorial.
4. Paste the 4 Javascript URL addressAfter getting the 4 Javascript URL addresses from Google Code website, now paste the 4 URL addresses of 4 Javascript files
one by one to the code below, and 4 javascript files must be placed
in the right order:
<script src="Flash Slide Show - jquery-1.2.6.min.js" type="text/javascript">
<script src='Flash Slide Show - Glide.js' type='text/javascript'/>
<script src='Flash Slide Show - hover.js' type='text/javascript'/>
<script src='Flash Slide Show - jquery-ui-personalized-1.5.2.packed.js' type='text/javascript'/>
5. Copy the finished Javascript codeOkay. Finished putting the URL address to that code above? Now
Copy all the code above to the Notepad because we are gonna use it again in the next step of this tutorial. Now proceed to the next step.
Second Phase: Installing the CSS style of Slide Show Flash Picture to blog template
1. Log in to Blogger AccountNow Sign in to your
http://www.blogger.com by typing the username and password you've already registered before in the first place.
2. Go to LayoutAfter landing to the
Dashboard page, now pick your chosen blog and then press
Layout/Design button in that area of your chosen blog.
3. Go to Edit HTMLIn the default page, Page Element, there are 3 sub-tab that can be manually switched, now press the sub-tab
Edit HTML to start installing the Slide Show Flash Picture.
4. Find the CodeAnyway, before doing any kind of customization, i strongly suggest you to
Save your current template just in case you do something wrong with the template. Now click at the link
Download Full Template.
After clicking the
Download Full Template link, you will be prompted with the choice about where you are gonna put the xml file in your Computer, just put it in the Desktop to make it easier if later you want to switch back to the current template.
Back to topic. In the
Edit HTML page, now press
Ctrl + F at the same time to enter the
Find mode. After that, find the code below:
]]></b:skin>
5. Paste the CSS style for the Slide Show FlashAfter finding the code on number 4, now block all the codes below and press
Copy. After that, paste the code before the code
]]></b:skin>.
6. Find the CodeNow Press again
Ctrl + F at the same time to enter to the Find mode. After that, find the code below:
</head>
7. Paste the Javascript Codes From the First Phase After finding the code on number 6, now
copy again the Javascript code we've already made in the
First Phase of this tutorial, and then paste it above the code
</head>.
Look at the example below: 8. Find the CodeBy pressing
Ctrl + F at the same time, now enter again the
Find mode. In this tutorial, i want to show you how to embed the
Flash Slide Show widget below the Header element, so you must find the
div tag code that indicates the header area in your blog template (i assume that now you are currently using Minima Template). Now find the code below
<div id='header-wrapper'>
<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
<b:widget id='Header1' locked='true' title='test minima (Header)' type='Header'/>
</b:section>
</div>
As you can see in the code above, that is the code that controls the header element in blog template. If you are having a problem in locating the code above, i suggest you to find the first line of the code above to make it easier for you.
9. Paste the Flash Slide Show widget elementOkay, after finished locating the header element in your blog template, now block the code below and press
Copy. After that, paste it below the code on number 8 above.
<b:section class='flashslide1' id='slideshow1' showaddelement='no'>
<b:widget id='HTML10' locked='true' type='HTML'/>
</b:section>
10. Save the TemplateNow press the
Save Template button to save the current changes you've just made. If you have done all the instructions above correctly, now you can proceed to the next phase, Third Phase.
Third Phase: Replacing the code through Expand Widget Template
11. Give a tick at the "Expand Widget Templates"On the upper right position of the HTML box in the Edit HTML page, you can see the small box called "
Expand Widget Template", now give a tick/check mark to that small box to enter the whole widget code of your blog template.
12. Find the CodeNow press again
Ctrl + F at the same to enter again to the Find mode. After that, find the code below:
<b:section class='flashslide1' id='slideshow1' showaddelement='no'>
<b:widget id='HTML10' locked='true' title='' type='HTML'>
<b:includable id='main'>
<!-- only display title if it's non-empty -->
<b:if cond='data:title != ""'>
<h2 class='title'><data:title/></h2>
</b:if>
<div class='widget-content'>
<data:content/>
</div>
<b:include name='quickedit'/>
</b:includable>
</b:widget>
</b:section>
If you are having a problem again in locating the code above, i suggest you to type the word
flashslide1 as a keyword in the
Find mode to make it easier for you in finding that code.
13. Replace the codeAfter locating the whole codes on number 12, now block the whole code from the line
<b:section class='flashslide1' id='slideshow1' showaddelement='no'> until the closing line
</b:section> and then
Replace it by using the code below:
<b:section class='flashslide1' id='slideshow1' showaddelement='no'>
<b:widget id='HTML10' locked='true' type='HTML'>
<b:includable id='main'>
<script type='text/javascript'>
featuredcontentglider.init({
gliderid: "glidercontent",
contentclass: "glidecontent",
togglerid: "togglebox",
remotecontent: "",
selected: 1,
persiststate: true,
speed: 300,
direction: "leftright",
autorotate: true,
autorotateconfig: [10000, 1] //if auto rotate enabled, set [milliseconds_btw_rotations, cycles_before_stopping]
})
</script>
<div class='glidecontentwrapper' id='glidercontent'>
<div class='glidecontenttoggler' id='togglebox'>
<a class='prev' href='#'/>
<a class='next' href='#'/>
</div>
<div class='widget-content'>
<data:content/>
</div>
</div>
</b:includable>
</b:widget>
</b:section>
14. Save the Template Now press the button
Save Template again to save the current change you've just made.
Forth Phase: Installing the Flash Slide Show Picture Widget
15. Switch the Sub-tab to Page ElementOkay, after finishing all the 3 Phases correctly, now switch the sub-tab to the
Page Element to start installing the Widget.
16. Press the Edit LinkAfter landing to the
Page Element, as you can see in your blog layout, there is one new widget element below the header element. Look at picture below!
Now press the
Edit Link in that new widget element. By doing so, you will be prompted with the new small window of
HTML/Javascript box.
17. Copy the CodeNow
Copy the code below and then
Paste it all in the HTML/Javascript box. The code i've presented below is just for example to your blog, to make sure that The Flash Slide Show Picture is working in your blog. And if it doesn't work to your blog, i suggest you to Upload back the back up template you've just saved in your computer. That's why, in the beginning part of this tutorial, i insisted you to firstly make a back up template just in case you did some errors in your blog template.
<div class="glidecontent">
<div class="glidemeta">
<h2><a href="
http://gamelidz.blogspot.com/2009/06/more-iphone-games-from-gameloft-in.html" title="More Iphone games from Gameloft in the future">More Iphone games from Gameloft in the future</a></h2>
Have you seen the preview of iPhone's Terminator Salvation in this blog? In that post, i mentioned that in the future, you may see other high quality games. And now that is closely to happen, because recently, Gameloft are planning to develop more iPhone games using the Terminator Salvation engine, maybe in graphical terms, ...</div>
<a href="
http://gamelidz.blogspot.com/2009/06/more-iphone-games-from-gameloft-in.html" title="title" > <img src="
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh8O66jDOe5nTWWmIe_IR-CplH8yLyAJlnIKWJjwIFMwAC-8E8ToXK82SFLVNYwIEjdgcprQz03yPI0atbuvT7EP96xjqS2FygujmwFboaOqtqeJqJNfKhLuTDQNLEuLUlqN5jaEngKMlJb/s320/ts_iphone_preview_01.jpg" width="620" height="220" alt="title" /> </a>
</div>
<div class="glidecontent">
<div class="glidemeta">
<h2><a href="
http://gamelidz.blogspot.com/2009/06/gameloft-unveils-asphalt-5-for-iphone_21.html" title="Gameloft unveils Asphalt 5 for iphone">Gameloft unveils Asphalt 5 for iphone</a></h2>
It becomes interesting and also distracts our attention with the newest and latest update from Iphone games. So it's my job to deliver every update from mobile game industry news. You may know that Iphone newest gadget, Iphone 3G had been released few days ago., ...</div>
<a href="
http://gamelidz.blogspot.com/2009/06/gameloft-unveils-asphalt-5-for-iphone_21.html" title="title" > <img src="
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiE9OYxq9mM-8slt37GZ0T7GLeJI_4HSt0ySSSldj8yuIi40imt6gJB5AmWAvJYXfl8aVUNmcqmUZXdnHZkAygg9FKnP8pdBiBSi6ifRpF9jsblEWUt5y7BaF68qQZuVhhHQRVe4CwRRTp0/s320/iphoneasphalt5.jpg" width="620" height="220" alt="title" /> </a>
</div>
<div class="glidecontent">
<div class="glidemeta">
<h2><a href="
http://gamelidz.blogspot.com/2010/08/gangstar-miami-vindication-will-soon-be.html" title="Gangstar 2 will soon be rolled out on iPhone">Gangstar 2 will soon be rolled out on iPhone</a></h2>
Do all of you know that iPhone and iPod Touch game called Gangstar: West Coast Hustle developed by Gameloft is getting their next sequel in September?, ...</div>
<a href="
http://gamelidz.blogspot.com/2010/08/gangstar-miami-vindication-will-soon-be.html" title="title" > <img src="
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjjV3NEnz9-JTr-2AtfdviIv3zMjNl1WpUdYuemxlruQTWwBcaWceWo9YUlj3xyrO7LXGl64woCJrovrc7vNEdWw6rk0hE7z0CFx-IRYR863pIat5qP0e7EKiC_9lyBZ9ncHAzPN-VMHN1j/s320/123.jpg" width="620" height="220" alt="title" /> </a>
</div>
<div class="glidecontent">
<div class="glidemeta">
<h2><a href="
http://gamelidz.blogspot.com/2010/05/gameloft-has-pulled-apples-iphone-from.html" title="Gameloft has pulled iPhone from the gutter">Gameloft has pulled iPhone from the gutter</a></h2>
In the significant progressions of mobile games, especially on the iPhone games, bringing all the gamers with the latest news and development related to iPhone, iPod Touch games can be such a mass publications for the Apple Company itself. , ...</div>
<a href="
http://gamelidz.blogspot.com/2010/05/gameloft-has-pulled-apples-iphone-from.html" title="title" > <img src="
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhASfxyclRd9BHnTj3FozMElAkpmB1QBq6-mZVJJb-oaVsy3LiyLmgWBspEWNN6OPbxYSsQv2Bbgw0u8MQKYU362HtpoWVT_w1Uwpq1ymfgygr-BYG8OyLrZGHlkuU4ifxDB7RdCkw_g2rB/s200/3.jpg" width="620" height="220" alt="title" /> </a>
</div>
As you can see at the code above, those codes can be manually customized using your own preferences. In that code above, i've already made
4 different Flash pictures that later, will be shown in the slide show mode.
18. Save the ChangeOkay, now you are officially finished this tutorial. By pressing the
Save button, now you can save the current change you've just made. To see the result, you can simply go directly to your blog.
Customizing the Flash Slide Show Pictures
Now, pay attention to the code on
number 17 of this tutorial. As you can see in that code, i've already made 4 slide show pictures. If you want to customize it with your own slide show pictures, now look at the code below!
<div class="glidecontent">
<div class="glidemeta">
<h2><a href="The-URL-Address" title="The-Title">The-Title</a></h2>
Short Description of the Picture, ...</div>
<a href="The-URL-Address" title="The-Title" > <img src="Image-URL-Address" width="620" height="220" alt="title" /> </a>
</div>
As you can see in that code above,
a) The-URL-Address indicates the link address that will link to other page when the picture or link being clicked with mouse cursor.
b) And for the code
The-Title indicates the title that will appear in the Flash Slide Show Picture.
c) The code
Short Description of the Picture indicates the summary of the article that relates to the The-URL-Address that has been set as link.
d) The last code,
Image-URL-Address indicates the URL address of the Image of the Article.
And last but not least, if you want to make 4 Slide Shows, you can just simply copy the code above and then paste it after the previous code over and over again, 4 times. Look at the example below!
<div class="glidecontent">
<div class="glidemeta">
<h2><a href="The-URL-Address" title="The-Title">The-Title</a></h2>
Short Description of the Picture, ...</div>
<a href="The-URL-Address" title="The-Title" > <img src="Image-URL-Address" width="620" height="220" alt="title" /> </a>
</div>
<div class="glidecontent">
<div class="glidemeta">
<h2><a href="The-URL-Address" title="The-Title">The-Title</a></h2>
Short Description of the Picture, ...</div>
<a href="The-URL-Address" title="The-Title" > <img src="Image-URL-Address" width="620" height="220" alt="title" /> </a>
</div>
<div class="glidecontent">
<div class="glidemeta">
<h2><a href="The-URL-Address" title="The-Title">The-Title</a></h2>
Short Description of the Picture, ...</div>
<a href="The-URL-Address" title="The-Title" > <img src="Image-URL-Address" width="620" height="220" alt="title" /> </a>
</div>
<div class="glidecontent">
<div class="glidemeta">
<h2><a href="The-URL-Address" title="The-Title">The-Title</a></h2>
Short Description of the Picture, ...</div>
<a href="The-URL-Address" title="The-Title" > <img src="Image-URL-Address" width="620" height="220" alt="title" /> </a>
</div>
Okay guys, that's it for now. Hope this work to your blog because i have spilled lots of efforts on typing this 2135 words article and it would be in vain if it doesn't work to your blog. Having any problem with this tutorial? Just type your question in the comment section below and i'll try my best to help you.
Anyway, if this tutorial works to your blog.
2 - ဦး မှတ်ချက်ပေးထားပါသည်
ဒီေကါင္ၾကီးကုိေတာ႔မခုိးေတာ႔ဘူးၿမင္႔လြန္းတယ္ဗ်..မမွီဘူး...1013 numbered page navigation for blogger ကပထမဟာပဲအဆင္ေၿပလုိ႔သူ႔ကုိပဲမလုိက္တယ္..။ဒုတိယကဘာမွကုိမေပၚဘူး..ပထမဟာကဂဏန္းေတြနည္းနည္းစိတ္ေပမဲ႔သုံးလုိ႔ရတာကုိကေက်းွဇူးတင္စရာပါ..ဒီေကါင္ကအေပၚမွာပဲေပၚတာဗ်..ေအာက္မွာမေပၚဘူး..ရွာေနတာႏွ႔ံေနၿပီ..ဟီး..။
ျမန္မာလိုမေရးထားေတာ့ အဂၤလိပ္လိုေတြနားမလည္ဘူး ေက်းဇူးျပဳၿပီးျမန္မာလိုေလးေရးတင္ေပးပါ
Post a Comment