How to Customize OpenLike Button?
With OpenLike in your website, you can allow your readers to share their updates (likes from your websites) with multiple social networking sites. But the script allows you to share the updates with only some default websites like Facebook, hunch, digg, reddit and StumbleUpon. But if you want to share with more websites, OpenLike gives [...]
How to add OpenLike Button in Every WordPress Post?
The best feature of OpenLike is that it generates the Like Button for the current URL of the website. This means that unlike Facebook like button obtained from Facebook Like Plugin Page, you can use a single script for any webpage. All you need is to copy the script to the footer (common footer, used [...]
Importance of Facebook Like Button in your Website
You are probably aware of the Open Graph Protocol introduced by Facebook. With the Open Graph Protocol, all the content in the web, both the websites and the web pages have turned into the graph objects (if the concerned websites have decided to embrace Open Graph Protocol). What that means is that every time you [...]
How to securely access svn Repository using SSH?
Once your svn repository is setup, you can access it. But the usual access with the SVN protocol is not secure. So you must access the repository using protocols like SSH. SSH encrypts the data involved in the transfer. To be able to access svn repository, you must ensure the following SVN daemon is running [...]
How to Install SSH Client Package in Ubuntu/Linux?
To be able to access machines using SSH protocol, you must have SSH client packages. Normally SSH client packages comes bundled with Ubuntu default packages. To install the SSH client Now you can access any machine with SSH enabled If you get the above error, it is possible that SSH Daemon is not running in [...]