Showing posts with label Blogger Widgets. Show all posts
Showing posts with label Blogger Widgets. Show all posts

Friday, 15 February 2013

Convert Mobile Phone into WiFi Hotspot






Guys, have u internet connection on your mobile and u dont have internet connection on your PC or laptop.
So Here is a trick from which u can make your mobile phone as a hostspot.

Steps:

  • Download the app from here or here
  • Connect your laptop or iPad to the Internet using your mobile phone as a 3G WiFi Router. JoikuSpot turns your phone into a WiFi HotSpot
  • Enjoy new easy 1-click WiFi Tethering user interface
  • Have complete freedom of naming your HotSpot, full connection security and full feature set with all internet protocols supported.


How to Use Joikuspot

  • Install this file in your cell phone.
  • Then Run it.
  •  Then it will act as Wifi Modem and you can check for a Wifi Connection in your Other Wifi Device for this Wifi connection.
  •  It's name is Joikuspot_somecode(We can't change its name in Free Version) and in my pc it shows like this



Note: This application will ONLY work in the following Handsets:

N8, E7, C6-01, C7, E51, E52, E55, E60, E61, E61i, E63, E65, E66, E71, E72, E73, E75, E90, N78, N79, N80, N81, N81 8GB, N82, N85, N86, N91, N93, N93i, N95, N95 8GB, N95 Americas, N95 8GB Americas, N96, N97, N97 Mini, 5530 XpressMusic, 5630 XpressMusic, 5730 XpressMusic, 5800 XpressMusic, C5-03, C6, E5, X5, X6, 6710 Navigator, 8800 Erdos, E6, X7, 702T, T7, Oro, Nokia 500, Nokia 600, Nokia 700, Nokia 701, Nokia 603.

ADD FACEBOOK LIKE BUTTON TO YOUR BLOGGER POSTS



Friends, here is widget for blogger that how to add facebooklike button to your posts, facebook is the biggest social networking site and peoples expresses theirs loves from facebook likes so here is a widget for facebook like.

                                              DEMO

Steps:

1.  Login to Blogger.
2. Go to Dashborad.

3. Select Template 
4. Backup your Template before making any changes to your blog
5. Now Click on Edit HTML 
6. Click proceed.
7. Click on  Expand Widget Templates
8. Press CTRL + F
9. Search for  <data:post.body/>

Note: If you Want To Add This Like Button Just Below Of Post Title Then Add The Below Code Before Of <data:post.body/> 
OR
 If you Want To Add This Like Button Just Below Of your Post Then Add The Below Code (Which You Want) Below Of <data:post.body/>
Choose Your Like Button Design:
There Are Three Facebook Like button Designs ... Following Are The Name Of Them ..
1: Vertical Count
2: Horizontal Count 
3: Without Count

1. Vertical Count
<b:if cond='data:blog.pageType != &quot;static_page&quot;'> <iframe allowTransparency='true' expr:src='&quot;http://www.facebook.com/plugins/like.php?href=&quot; + data:post.canonicalUrl + &quot;&amp;send=false&amp;layout=box_count&amp;show_faces=false&amp;width=55&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=62&quot;' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:55px; height:62px;'/> </b:if>
2. Horizontal Count

<b:if cond='data:blog.pageType != &quot;static_page&quot;'> <iframe allowTransparency='true' expr:src='&quot;http://www.facebook.com/plugins/like.php?href=&quot; + data:post.canonicalUrl + &quot;&amp;send=false&amp;layout=button_count&amp;show_faces=false&amp;width=90&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=21&quot;' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:90px; height:21px;'/> </b:if>
3. Without Count

<b:if cond='data:blog.pageType != &quot;static_page&quot;'> <iframe allowTransparency='true' expr:src='&quot;http://www.facebook.com/plugins/like.php?href=&quot; + data:post.canonicalUrl + &quot;&amp;send=false&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=35&quot;' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:450px; height:35px;'/> </b:if>