Skip to main content

Facebook keeps track when you open their email

Now again Facebook is in another controversy. There has been new finding that Facebook comes to know when you open their message they exactly get the time and other details.




Now going into the code part

<span style=3D""><img =
src=3D"https://www.facebook.com/email_open_log_pic.php?mid=3D5bd7580G5af3c=
45d6bc9G459583G96" style=3D"border:0;width:1px;height:1px;" />

<bgsound =
src=3D"https://www.facebook.com/email_open_log_pic.php?mid=3D5bd7580G5af3c=
45d6bc9G459583G96&s=3Da" volume=3D"-10000"/></span>

Here the first part is legitimate they are using img tag for image, but the second part bgsound  don't know what it really is. In HTML it is used for background sound.

If you want to check you will need to enable HTML and show images in mail service in my case it is Gmail.
1. Open an email send to you by Facebook. 
2. Now click on the more button.

3. Now in the drop-down menu click on Show Original.


Another tab will be opened now search for bgsound, you will get the snippet down below.


Although, this tactics is used by many services. This is not termed wrong but your privacy is monitored. Basically Facebook is doing email marketing. 

Comments

Popular posts from this blog

How to change width of Google+ Badge using CSS

The problem all the bloggers and sites are finding to customize (especially change the width) the Google+ Badge. Now the problem is that most of the templates have 250px sidebar but the Google+ Badge width is 300px.

Basics Of HTML5 for beginners Part II

In the previous HTML5 tutorial ( Basics Of HTML5 for beginners Part I ). I showed some very basic tags. In this I am going to give information about some useful but easy tags and attributes which was not possible with the earlier versions of HTML. They can be helpful in making a site dynamic and in designing. As you know that HTML5 has made the life of blogger and designers HELL!! easy earlier long and complicated JavaScripts were used for some of the functions now that functions can be used as tags in the newer version of HTML.