Cross-Origin Request Blocked: Stumbleupon Share Count - json
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://www.stumbleupon.com/services/...dpress/?p=1118. This can be fixed by moving the resource to the same domain or enabling CORS.
<script> $.ajax({
url: 'http://www.stumbleupon.com/services/1.01/badge.getinfo?url=<?php the_permalink(); ?>', success: function(data){
var count = data[0]['count'];
$("#dd").html(count);
alert(data);
$.ajax
({
type: "POST",
//cache: false,
url: "post.php",
data: { stats: count, paralink:'<?php echo the_permalink(); ?>', social:'2' },
success: function(data) {
},
dataType: 'json'
});
} }); </script> Please Help Me!
-
geekSoftware -
Thanks
{{ DiscussionBoard.errors[9856453].message }} -
-
Ramesh8248 -
Thanks - 1 reply
{{ DiscussionBoard.errors[9856550].message }}-
geekSoftware -
Thanks
{{ DiscussionBoard.errors[9861098].message }} -
-
-
kingjpm -
Thanks
SignatureRogueDen.com{{ DiscussionBoard.errors[9862170].message }} -