为什么要使用插件获取数据,只需使用jqeuryajax函数或jqueryget方法将数据保存到wordpress帖子中即可。例如:-
$.get( "https://api.hasoffers.com/v3/Affiliate_Affiliate.json?Method=getAccountManager&api_key=MY_API_KEY&NetworkId=SAMPLE", function( data ) {
do what ever you to with data, insert to post or whatever
});