Tricks

How to Add Facebook Like Box at The Bottom Of Posts in blogger

Posted on February 05, 2012 06:02 AM

 

Facebook like box is a great plugin that lets Facebook users to indirectly subscribe to your blogupdates via their Facebook accounts. Your website visitors will receive your blog updates on their Facebook Homepage. Before you add

the Facebook like box below blogger posts or on any part of your blog, you will need to create a Facebook Like Page by reading this tutorial,

  • Create Facebook Like Page







      You can see this box appearing below all my posts. This is a better area to place your like box than the sidebar because it isthe next thing your readers will see after having read your post. So this area can increase the number of your blog likes. Lets getto work then!

    Adding Facebook Like Box Below Blogger Posts

    1. Go To Blogger > Design > Edit HTML
    2. Backup your template
    3. Check the "Expand widget Templates" box
    4. Search for this,
    <data:post.body/>
    Just after it paste the code below,
    <iframe allowTransparency='true' frameborder='0' scrolling='no' src='http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FMy-Blogger-Tricks%2F147104632016744&amp;width=590&amp;colorscheme=light&amp; show_faces=true&amp;stream=false&amp;header=false&amp;height=180' style='border:none; overflow:hidden; width:590px; height:180px;'/>

    Make this change please:
    • Replace the bolded blue text with your Facebook Like Page Link (Do not include http://)
    • In your Page URL replace all back slashes i.e ( ) with %2F
    for example if your Like Page URL looks like this,

    then after replacing the back slashes with %2F it will look like this,
    www.facebook.com%2Fpages%2FMy-Blogger-Tricks%2F147104632016744
     
    •     To change the width, just adjust the value 590
    5.   Save your template and you are done!
    If you faced any problems just let me know. Peace and Blessings.   for more tricks visit : Click Here

Facebook Social Plugins For Blogs / bloggers

Posted on February 05, 2012 05:58 AM

 

facebook-social-pluginsFacebook social plugins are widely used online today. The most famous is the "like" button which is used by millions of webmasters to promote their sites. How many of these social plugins do you use on your blog? I'll

try to provide brief information about these great tools that might help you to achieve your online endeavors.

   

Activity Feed

activity feedThe activity plugin displays the most important activity going on at your blog. Whether somebody has liked a post, commented on the Facebook comment box or shared the post with their friends on Facebook. If a user is logged into Facebook, the plugin will be personalized to highlight content from their friends. I would only recommend this plugin if you believe there is enough activity going on at your blog other wise it wont leave a good impression at the visitors.  

Comments

comments box Comments plugin lets users to comment on your blog. A great feature of this social plugin is that when ever someone comments on your blog and leaves the "Post to Facebook" check box ticked, the comment appears on his Facebook activity feed with a link back to your blog and thus making increasing more links towards your blog. Also this comment box is extremely user friendly and is quite simple to understand.  You can add it to your blogger blogs by reading this tutorialFacebook comments Box

Facepile

facepile   The Facepile plugin shows the profile pictures of all the people who have liked your blog or have signed up for it. You just need to enter your blog URL and your plugin would be ready to go. This again helps only if your blog have enough likes and followers.      

Like Box

like boxThe Likebox plugin lets users to like your Facebook page from your website or blog. There is no need to visit the the page its self. Also, the box shows activity feed of your page at Facebook and makes it really easy for  the users to like your blog. Though there is a option to turn of the activity feeds and even the thumbnails. Its quite customizable. You can add it to your blogger blogs by reading this tutorial: Facebook Like box  

Like Button

like button Like button works somewhat like the "like box" but have a different purpose to serve. Its a more handy button and can be added to places like post headers and footers. Its just allows to like your respective post or your blog as a whole. Today, Facebook likes have become one of the determinants of your online success. Its a must to have plugin. You can add it to your blogger blogs by reading this tutorial: Like plus Send Button  

Live Stream

live stream   Live stream plugin lets users to share comments and activity in real time on your blog. Live Stream works best when you are running a real-time event, like live streaming video for concerts, speeches, or web chats.      

Login Button

facebook log inThe Facebook Login button lets users login in your blog as the name suggest and in addition to this the users can see his friends pictures who are already part of your blog. The button can be customized in a way that you can set the number of rows for the pictures to be displayed.  

Recommendation

recommendation     This plugin features all the recommendations your blog has earned. Whether a particular post or the blog as a whole, the plugin would show that content as recommended by so and so.    

Send Button

send buttonThe Send Button allows users to easily send content to their friends. People will have the option to send your URL in a message to their Facebook friends, to the group wall of one of their Facebook groups, and as an email to any email address. Though Facebook like button has a "Send" button too now so there is no as such need of this button. You can add it to your blogger blogs by reading this tutorial: Facebook Send Button    

Which one to choose?

Facebook social plugins are really one of the best out there as part of social tools available online. Its not necessary that you should use all of them to get online success. Instead work out your needs and then choose which ones you want. The most famous are Facebook like button / box, comments. We would like to know which of  these social plugins you use on your blog. Thanks   for more tricks visit : http://www.mmktricks.blogspot.com

How to show Google Adsense Below Post Title in Blogger

Posted on February 05, 2012 05:54 AM

You might have observed adsense adplacements below post title in most of the websites and blogs. This is the spot suggested by most of the experts to increase the Click Through Rate (CTR)Trying adsense in different spots is a good idea to find a best spot in terms of earning.

This post explains how to place adsense below post title in Blogger.

The tutorial will not be complicated if you 
understand it properly. Do keep a backup of your template before tweaking and breathe properly! :)

  1. Firstly, you need to encode your adsense code. Go to html encoder, paste your adsense code in the box, and click Encode. Copy the encoded codes.
  2. Now go to Blogger Layout page – click Edit HTML – then check Expand Widget Templates.
    (Don’t forget to back-up your template)
    Show Adsense Below Post Title in Blogger
  3. Then Search(Ctrl+F) for
    <data:post.body/>
    and,
    • Blogs with Read More/Post Summaries hack:
      Paste that encoded adsense code just before the second occurrence of<data:post.body/> in your template.
    • Blogs without Read More/Post Summaries hack:
      Replace <data:post.body/> with the the following code:
      <b:if cond=‘data:blog.pageType == “item” ’>
      Your Encoded Adsense Code
      </b:if>
      <p><data:post.body/></p>
  4. By default, the adsense ad in your post will be displayed above post body as shown below:
    Show Adsense Below Post Title in Blogger!
    If you want to bring together the adsense ad and post body together(as shown in the image below), you need to add the following extra codes in Step-3:
    <div style=“float:left;padding:5px;”>
    Your Encoded Adsense Code
    </div>
    Show Adsense Below Post Title in Blogger!
Enjoy Money Blogging! :) visit http://mmktricks.blogspot.com for more tricks...

How to Increase Internet Speed

Posted on February 05, 2012 05:52 AM

Keep your computer fast by doing some trick


1). Start any application, sayWord
Open some large documents.


2). Press


CTRL+SHIFT+ESC
 to openWindows Task Manager 
and click Processes tab and sort the list in descending 
order on Mem Usage. You will notice that 

WINWORD.EXE
 will be somewhere at the top, using multiple MBs of 
memory.

  3). Now switch to Word and simply 
minimize it. (Don't use the Minimize All Windows option 
of the task bar).
  4). Now go back to the Windows Task Manager 
and see where 
WINWORD.EXE is listed. Most probably you 
will not find it at the top. You will typically have to scroll to the 
bottom of the list to find Word. Now check out the 
amount of RAM it is using. Surprised? The memory utilization has reduced 
by a huge amount.
  5). Minimize each application that you are 
currently not working on by clicking on the Minimize button & you can 
increase the amount of available RAM by a substantial margin. Depending 
upon the number and type of applications you use together, the 
difference can be as much as 50 percent of extra RAM.
                In any multitasking system, minimizing an 
application means that it won't be utilized by the user right now. 
Therefore, the OS automatically makes the application use virtual memory & 
keeps bare minimum amounts of the code in physical RAM.

How to Secure your computer

Posted on February 05, 2012 05:45 AM
Secure Your Windows Xp /computer
With viruses, spyware and hackers round the corner, there could be many ways by which your PC would be prone to attacks. My PC, which is installed with XP, had to be formatted 2-3 times recently due to virus attack and I had to reinstall the XP on all the occasions. Here are few simple steps to make your Windows XP more secure.

Turn on Automatic Updates: Update is a Windows XP utility which helps to download the latest updates from Microsoft website. With this your PC will have the latest security updates. But one of the disadvantages of using Automatic updates is that it consumes a lot hard disk space.


Turn on Windows Firewall: 
If you have Service Pack 2 installed in your PC, you can turn on the free Firewall provided by Windows. Although the firewall will not give you a 100% protection, it does give some protection.


Install an Anti-virus Software: There are lot of anti-virus softwares available. Make sure you install one as viruses are the most common type of attack. Not only you install the anti-virus, update it with the latest security updates once in a while.

Protect from Spywares and Adwares: Spywares and Adwares are other common types of attacks on your PC. There are lot of free Spyware and Adware removal tools. Install one and scan your computer once in a while.

Be Careful while using Internet: Do not click on any malicious links and also do not download any attachments or softwares without scanning them. If you use a floppy drive or a CD drive, scan the files before you open or copy to the system. These are fews steps to make your PC more secure. Although with these steps, it may not be 100% secure, but as wisely said-”Prevention is better than cure”

ADVANCED SECURITY


Do you work in a corporate environment where you don't appreciate 
your co-workers or boss having access to your comp and private 
files when you are not around?

You can provide added level of security to your WINDOWS XP System. This is called securing your Windows XP accounts database.  You can store all information related to your accounts ina encrypted form on a floppy disk. What this would do is that if You do not have access to your floppy disk, You can not access
the system. I am not sure You realized what I just said ! Even if You know your userid/password, You will not be able to access the system unless and until You have this startup disk. The process of generating this secure startup floppy disk is simple. Go to START-RUN and type syskey. You will see a window come up. Click on Upgrade command button. You would see another window popping up which will give You the option of storing the encrypted accounts database either locally or on your floppy disk. Choose floppy disk and click OK and let the process complete. You are done.


Next time You reboot the computer and get to the logon prompt, make sure that You have the floppy disk available in A: drive else You can not log on.
Computers Blogs
Close