Torrent sites acts as indexes of links to TV, film and music files. Torrent sites now stealing the users logon information.
Scammers were then able to use the data to gain access to Twitter and other sites because many people use the same logon for multiple services.
Around 47% of users share both their user ID and password with at least one nonfinancial website, it found.
“We strongly suggest that you use different passwords for each service you sign up for.”
The conclusion is echoed by security researchers who say it is a particular problem for banking websites.
The firm has reset the accounts of affected users, it said.
“The takeaway from this is that people are continuing to use the same email address and password (or a variant) on multiple sites,” the firm said in a blog post.
A survey of millions of people conducted by the security firm Trusteer, suggests that 73% of people share the passwords which they use for online banking, with at least one nonfinancial website.
Facebook was branded the “riskiest” network, although the firm also pointed out that it was also the largest and would therefore attract the most attention form cybercriminals.
One of its findings that spam and attacks on social networks – such as Twitter and Facebook – had risen 70% in the last year.
Here we collected unique 10 best wordpress plugins for facebook. Facebook and wordpress is best popular and networking tools in internet world. These plugin will help you to integrate facebook in your wordpress website.
Best wordpress plugins for facebook
I recomend following wordpress plugins need to install in your wordpress site.
If you have a page in Facebook about your blog and want to show the Facebook Fan Box with the recent updates and fans, just activate this widget or insert this line of code anywhere in your theme:
2. Simple Facebook Connect
Simple Facebook Connect is a series of plugins that let you add any sort of Facebook Connect functionality you like to a WordPress blog. This lets you have an integrated site without a lot of coding, and still letting you customize it exactly the way you’d like.
This plugin adds a footer link to add the current post or page to a Facebook Mini-Feed. While the plugin is activated a link will appear after the content of the post with the text “Share on Facebook” or the Facebook icon or both. Clicking this link will bring the user to the Facebook site. If the user isn’t logged in they will be prompted to do so. Once logged into Facebook the post will be added to the Mini-Feed of the account.
If you’re like me, you’ll like to keep up with what your friends are up to but don’t always have time to check Facebook. Or maybe you’re just somewhere where access to the Facebook site is blocked. Work, school, etc.
The Gaboinked! Facebook Badge Plugin for WordPress allows you to display a Facebook Badge in the Sider Bar of your on a self-hosted WordPress Blog without having to hard-code your WordPress template or use the sometimes unreliable WordPress Text Widget.
This plugin adds a footer link to add the current post or page as a Facebook link. While the plugin is activated a link will appear after the content of each post/page with the text “Share on Facebook”, the Facebook icon, both or the familiar Facebook share button. Clicking the link will bring the user to the Facebook site to add the link to their profile. If the user isn’t logged in they will be prompted to do so.
First you need to download social icons. Make sure icons are free. add social media buttons to wordpress sidebar Using simple HTML code, given by us. You just need copy and paste following code in to your sidebar text wordpress widget.
How to add social media buttons to wordpress sidebar
I created following steps to add the icons to wordpress site for non developers.
1. Upload the icon image(s) to your media library.
2. Add a “Text” widget to your sidebar and insert code similar to the following:
I found very useful links to find and download the social networking icons. In every website we required the social icons and vector images for using the site. I collected some we nice collection of social icons links.
1000 free social networking vector icons
There are indeed free high-quality icon sets. Through icons we can check the web designers and graphic artist’s skill.
I created custom wordpress theme. In that theme I am using the_excerpt method for showing the post on some pages.
I installed the tweetmeme and facebook-share-new plugins and activated on wordpress site.
I saw one issue with these plugins. These plugins are showing on only single pages or posts.
Facebook and twitter button are not showing when I am using the the_excerpt() function.
I tried google but I did not got any suaitable answer. Everybody is saying about do mannual work when we creating the post.
So did checked the these plugins and I found the solution.
First I am taking about tweetmeme plugin. I opened the “tweetmeme.php” file. This file you will find in wordpress plugins and tweetmeme folder.
Add following code to line no 721 and comment the following line.
Add following code to line no 129
remove_action(‘the_excerpt’, ‘tm_update’);
When you done with changes you will be able to see tweetmeme button with wordpress post excerpt also.
Updated tweetmeme.php file you can download from here. Please right click and choose save as option.
Now I am going to talk about facebookshare plugin. I opened the facebookshare.php file. This file you will find in wordpress plugins facebook-share-new folder.
Add following code to line no 843
add_filter(‘the_excerpt’, ‘fb_share’);
When you done with changes you will be able to see facebookshare button with wordpress post excerpt also.
Updated facebookshare.php file you can download from here. Please right click and choose save as option.