Torrent sites now stealing the users logon information

Torrent sites acts as indexes of links to TV, film and music files. Torrent sites now stealing the users logon information.

Torrent sites now stealing the users logon information
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.

10 best wordpress plugins for facebook

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.

1. Facebook Fan box

Best wordpress plugins for facebook
Best wordpress plugins for facebook

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:

Best wordpress plugins for facebook
Best wordpress plugins for facebook

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.

3. Add To Facebook

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.

4. Publish To Facebook

Publishes posts, pages or both to your Facebook Mini-Feed directly from WordPress.

5. Facebook Comments

Facebook comments is a WordPress plugin that will import comments from your facebook notes back into your wordpress blog.

6. Facebook Dashboard Widget

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.

7. Gaboinked! Facebook Badge Plugin for WordPress

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.

8. Facebook Sharer

This plugin adds a link within each blog post to share blog posts on FaceBook.

9. Facebook Posted Items

This plugin fetches posted items from Facebook and displays them in an unordered list with proper links and comments.

10. Facebook Share Preview

The Facebook Share Preview Plugin adds the required meta-data to an audio post so Facebook can embed your audio directly onto their site.

11. Share On Facebook

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.

How to add social media buttons to wordpress sidebar

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.

How to add social media buttons to wordpress sidebar
How to add social media buttons to wordpress sidebar

2. Add a “Text” widget to your sidebar and insert code similar to the following:


<a href="http://twitter.com/wordpressapi"><img src="http://images.purabtech.in/twitter_48x48.png" alt="" /></a><a href="facebook.com/wordpressapi"><img src="http://images.purabtech.in/facebook_48x48.png" alt="" /> </a>
<a href="mailto:support@purabtech.in/files/"><img src="http://www.wordpress.com/wp-content/uploads/email_48x48.png" /></a> 
<a href="http://images.purabtech.in/feed/"><img src="http://images.purabtech.in/rss_48x48.png" /></a> 
 

Then just change the URLs so that they point to your icons and links. As you can see,

I have four icons in my sidebar (twitter, facebook, email, and rss).

1000 free social networking vector icons

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.

1000 free social networking vector icons
1000 free social networking vector icons

http://www.thedesigncubicle.com/2009/04/600-free-design-twitter-and-social-media-icons-a-collection-motherload/

http://sherifabdou.com/2009/03/60-free-vectors-icons-for-web-designers/

http://www.blogreign.com/2009/06/16-sets-amazing-social-networking-icons-free-download/

http://webtreats.mysitemyway.com/154-free-glassy-space-social-networking-icons/

http://sherifabdou.com/2009/03/60-free-vectors-icons-for-web-designers/

http://digg.com/design/Free_Social_Network_Icons

http://designreviver.com/freebies/6-free-new-social-icons-digg-twitter-stumble-rss-delicious-reddit/

http://www.komodomedia.com/blog/2009/06/social-network-icon-pack/

http://www.smashingmagazine.com/2008/03/06/35-really-incredible-free-icon-sets/

I searched for facebook, twitter, feedburner, digg.

show tweetmeme button and facebook share button

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.

show tweetmeme button and facebook share button
show tweetmeme button and facebook share button

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_filter(‘the_excerpt’, ‘tm_update’);
//add_filter(‘get_the_excerpt’, ‘tm_remove_filter’, 9);

Add following code to line no 129
remove_action(‘the_excerpt’, ‘tm_update’);
tweetmeme
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.