Social Connect work?
-
in callback.php and other files
<html> <head> <script> function init() { window.opener.wp_social_connect({'action' : 'social_connect', 'social_connect_provider' : 'facebook', 'social_connect_signature' : '<?php echo $signature ?>', 'social_connect_access_token' : '<?php echo $access_token ?>'}); window.close(); } </script> </head> <body onload="init();"> </body>where is reference to jquery and connect.js? I get here error on my site.
The topic ‘Social Connect work?’ is closed to new replies.