Posted by Mukundan Srinivasan on July 5, 2010 ·
Scams that post messages in Facebook members’ news feeds – known as ‘clickjacking’ scams – could soon be used by cybercriminals to spread malware, security experts have warned.
So far, the scams have mostly been used to direct unsuspecting surfers to websites selling pharmaceuticals. However, it’s likely they will soon be used to send people top infected sites. For the moment, cases of malware distribution have not [...]
Posted by Mukundan Srinivasan on July 4, 2010 ·
When I see the RSS feed of many blogs I saw that there are no thumbnails. But many of my blogger friends felt that it would be better to have a thumbnail in RSS feed. But since that feature is not ready ready available in WordPress by default I decided to make a post on it. Using get_the_post_thumbnail() we can display thumbnails in ordinary posts but what about RSS posts? Here comes the answer.
With simple coding you can show thumbnails on RSS feeds. [...]