Create jQuery Dragable Image in Blogger
This Tutroial shows you "How to Create jQuery Dragable Image in Blogger Blogs". Before we move further first have a look at the DEMO of this tutorial so that you have an idea how it looks like and how you can use this in your blogs to make it more beautiful.
1. First take a backup of your template is case anything goes wrong.
2. Login to your blogger dashboard--> layout- -> Edit HTML
3. Press Ctrl+F and Find "</head>" tag.
4. Copy below code and paste it just before the </head> tag.
4. Copy below code and paste it just before the </head> tag.
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js' type='text/javascript'/>
<script src='http://jqueryui.com/latest/ui/ui.core.js' type='text/javascript'/>
<script src='http://jqueryui.com/latest/ui/ui.draggable.js' type='text/javascript'/>
<script type='text/javascript'>
$undefineddocument).readyundefinedfunctionundefined){
$undefined".draggable").draggableundefined);
});
</script>
Or if the above code don't work for your template then use the code below :
Press "Ctrl + A" to Select and "Ctrl + C" to Copy
5. Now Click on "Save Template"
6. Now go to Layout-->page elements and Click on 'Add a Gadget'
6. Now go to Layout-->page elements and Click on 'Add a Gadget'
7. Now Select 'HTML/Javascript' and add the code given below and click save.
<div class='draggable' id='rssicon'>
<a href='http://www.techboyarena.com.com/feeds/posts/default'><img alt='rss' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjlL5UWP1-m1wLABmTw_i5tbllC-7sDXIjAw6Uopatrr0aoqleab-6cAAHzZprnToEQlfJ1T3VNl-SZ0VADvxte5Z_bhKChRheQrBOFfZNMim7ooQv0IzsiJNVmSR7XL-WjGy_KPl87Jzrc/s1600/boygirl001.jpg'/></a>
</div>
Blue Color is for - URL for which image is linking
Red Color is for - Image Title
Green Color is for - Image address
Note - Remember to Replace Blue, Red, Green code with your content
Confused.??? Feel free to ask...
| Share |
To Get SMS Updates on the Move Click Here.
Subscribe via Email | Also Join us on ![]() ![]() ![]() |















Leave a Reply
Please do not spam here