Tuesday, February 21, 2012

How to attach the files like pdf, doc, ppt etc in your blogger?

For this follow instruction here:
  • Click scribd and sign in with your facebook id.
  • Then find Upload tab at right corner at top
  • Then click upoad tab and upload your file. sometime ppt file is not upload from there for that drag your file directly to drag region
  • After uploading fill the requirement there
  • Then click next
  • After then find out the embeded code
  • Copy that code 
  • Open your blog-> dashboard-> new post
  • Then click Html button and paste the code there.
  • If some information or background has to be written then click compose and write above blue colored link
  • Write the title 
  • Then save it and view your blog

HAPPY BLOGGING      - Shree Krishna Adhikari

How to make slide-show in blogger through photosnack

  • Go to link photosnack
  •  then sign in with your facebook or google acount
  • drag the pic either your computer or  facebook or picasa where ever as your choice as explained there
  • name the title
  • then do choice the source and click add botton
  • then choose your photo which are used in slide
  • then do setting as your preference
  • then click next
  • then watch your preview and do make correction there and then click finish
  • then click embede botton at right down corner
  • then click use free
  • then copy the code 
  • and in your blog go to dashboard->layout->add widget->select Html/java script-> and paste code in content box and save it and view your blog its ready
HAPPY BLOGGING   By: Shree Krishna Adhikari

Sunday, February 19, 2012

How to get "Find us on Facebook" widget

Its very simple. Follow me as I said ok:
1. Log in your facebook in same browser where you are building your blog
2. Create your facebook page. If already there is no need to create new one.
3. Then click this  link
4. copy your url like this while opening
your facebook page
5. Then paste your page url at "url you like?" box
6.Then at below click "get code"
7. Then click IFRAME in like box
8. Copy the code
9. Go to the dashboard of blog and click layout and click "add a widget"
10. Then find and  HTML/java script in basic gadget.
11. leave the title and paste the code in below box and save it and view your blog.


"HAPPY BLOGGING"

How to link your favourite website on your blog

ब्लग मा कसरी link को  click tag राख्ने?
यसको लागि तपाइले तल दिएको html code copy गर्नुहोला :
<!doctype html>

<style>
h{color:white;}
h{color:white;}
a:link {color:#FF0000;}    /* unvisited link */
a:visited {color:#98bf21;} /* visited link */
a:hover {display:normal;font-weight:bold;color:white;background-color:green;

text-align:center;
padding:4px;
text-decoration:blink;
}   /* mouse over link */
a:active {color:#0000FF;}  /* selected link */
</style>



<h><b>To Visit My Art Gallery</b></h>

<p><b><a href="http://intothefeelings.wordpress.com" target="_blank">Click Here</a></b></p>
<h><b>मेरो कृषि ब्लग Blog: With Agriculture</b></h>
<p><b><a href="http://withagriculture.wordpress.com" target="_blank">Click Here</a></b></p>

</!doctype>
माथि दिइएको code मा http://intothefeelings.wordpress.com र withagriculture.wordpress.com को  ठाउमा तपाइको websiteको link  ले replace  गर्नुहोला . अनि To visit My Art Galleryर To visit my galleryको सट्टामा  आफ्नो blog या website  को पहिचान दिने नाम लेख्नुहोला।