Anonymity
How anonymity works
Open
Source
Source code on GitHub
No
websites
Tribler includes search. You can find a lot of videos without any web site. We try to make Tribler impossible to censor and hard to kill.
// Your jQuery code here – show a message, fire an AJAX call, etc. $('.thank-you-message').fadeIn(); $.post('/analytics/like', url: response );
FB.Event.subscribe('edge.remove', function(href, widget) $('#output').html('Unliked :('); ); ; </script> <!-- Load Facebook SDK --> <script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v18.0"> </script> jquery detect click facebook like button
To bridge this gap, Facebook provides the . This SDK creates a sanctioned, secure bridge between your page and the Facebook IFrame. It allows your page to "subscribe" to events that occur within the social plugins. // Your jQuery code here – show a
// Detect Unlike (optional) FB.Event.subscribe('edge.remove', function(response) console.log('User clicked Unlike!', response); $('.thank-you-message').fadeOut(); ); ; fire an AJAX call
Anonymity
How anonymity works
Open
Source
Source code on GitHub
No
websites
Tribler includes search. You can find a lot of videos without any web site. We try to make Tribler impossible to censor and hard to kill.