-3

As all Facebook social plugins have this feature;

Your Facebook name can be seen on the web page but when you look up in the source code you can not see Facebook name.

So I need to know why and how?

This feature may be used in order to avoid plagiarism / text content parsers.

Example: https://developers.facebook.com/docs/reference/plugins/comments/

Name of Facebook users do not exist in source code.

Please kindly enlighten me in details thanks...

skaffman
  • 398,947
  • 96
  • 818
  • 769
jwin27
  • 1
  • 1

1 Answers1

1

Sure the names do exist, they're in the iFrame content. You can see the data coming to your browser on the network traffic tab of the developer tools.

DMCS
  • 31,720
  • 14
  • 71
  • 104