30. Juli 2012 Manuva
great! versuche morgen darüber in paar zeilen zu schreiben. comments welcome!
[...] (via) 31. Juli 2012 · Hazen · Mixed News Keine Kommentare - Tags: HipHop, Interview var addedComment = function(response) { //console.log(’fbComments: Caught added comment’); //console.log(’fbComments: Making AJAX call to update Facebook comment count’); $.post(’http://www.rcbln.de/wp-content/plugins/facebook-comments-for-wordpress/facebook-comments-ajax.php’, { fn: ‘addComment’, xid: ‘6bD3hFp2NHjyTCj_post9677′ }, function(resp) { if (resp === ‘true’) { //console.log(’fbComments: Updated and cached Facebook comment count for post with xid=6bD3hFp2NHjyTCj_post9677′); } else { //console.log(’fbComments: FAILED to update Facebook comment count for post with xid=6bD3hFp2NHjyTCj_post9677′); } }); //console.log(’fbComments: Making AJAX call to send email notification’); $.post(’http://www.rcbln.de/wp-content/plugins/facebook-comments-for-wordpress/facebook-comments-ajax.php’, { fn: ’sendNotification’, xid: ‘6bD3hFp2NHjyTCj_post9677′, postTitle: ‘StereoTypes – Typical Hip Hop’, postUrl: ‘http://www.rcbln.de/2012/07/31/stereotypes-typical-hip-hop/’ }, function(resp) { if (resp === ‘true’) { //console.log(’fbComments: Sent email notification’); } else { //console.log(’fbComments: FAILED to send email notification’); } }); }; FB.Event.subscribe(’comments.add’, addedComment); [...]
Name (erforderlich)
eMail (erforderlich) (wird nicht veröffentlicht)
Webseite
Am 31. Juli 2012 um 20:24 Uhr
[...] (via) 31. Juli 2012 · Hazen · Mixed News Keine Kommentare - Tags: HipHop, Interview var addedComment = function(response) { //console.log(’fbComments: Caught added comment’); //console.log(’fbComments: Making AJAX call to update Facebook comment count’); $.post(’http://www.rcbln.de/wp-content/plugins/facebook-comments-for-wordpress/facebook-comments-ajax.php’, { fn: ‘addComment’, xid: ‘6bD3hFp2NHjyTCj_post9677′ }, function(resp) { if (resp === ‘true’) { //console.log(’fbComments: Updated and cached Facebook comment count for post with xid=6bD3hFp2NHjyTCj_post9677′); } else { //console.log(’fbComments: FAILED to update Facebook comment count for post with xid=6bD3hFp2NHjyTCj_post9677′); } }); //console.log(’fbComments: Making AJAX call to send email notification’); $.post(’http://www.rcbln.de/wp-content/plugins/facebook-comments-for-wordpress/facebook-comments-ajax.php’, { fn: ’sendNotification’, xid: ‘6bD3hFp2NHjyTCj_post9677′, postTitle: ‘StereoTypes – Typical Hip Hop’, postUrl: ‘http://www.rcbln.de/2012/07/31/stereotypes-typical-hip-hop/’ }, function(resp) { if (resp === ‘true’) { //console.log(’fbComments: Sent email notification’); } else { //console.log(’fbComments: FAILED to send email notification’); } }); }; FB.Event.subscribe(’comments.add’, addedComment); [...]