Viewing 1 replies (of 1 total)
  • The plugin is using a bit of code in the plugin to send your blog’s url, blog’s name and your email address to his server at this url: https://jonefox.com/fb-like/rest.php
    The data sent to the url is:
    ‘url’ => get_option( ‘siteurl’ )
    ‘title’ => get_option( ‘blogname’ )
    ‘user_email’ => $current_user->user_email

    I also see that once the data is sent and is validated, the site returns two strings: fblb_site_id and fblb_site_key, which are saved in the database with “add_option” and “update_option”.

    None of those two strings are used to help the plugin to display the like button so maybe the author can tell us why he is using this and what is the purposes so I may know if I will use the plugin or not.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Facebook Like Button] meh’ is closed to new replies.