{"id":16073769,"url":"https://github.com/phstc/jquery-wordpress","last_synced_at":"2026-05-09T02:17:33.411Z","repository":{"id":136845708,"uuid":"1472699","full_name":"phstc/jquery-wordpress","owner":"phstc","description":"jQuery WordPress Plugin","archived":false,"fork":false,"pushed_at":"2011-03-23T12:37:13.000Z","size":104,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-27T08:45:21.954Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://pablocantero.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phstc.png","metadata":{"files":{"readme":"README.rdoc","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-03-12T21:01:25.000Z","updated_at":"2014-01-10T13:02:01.000Z","dependencies_parsed_at":"2023-03-13T10:59:13.100Z","dependency_job_id":null,"html_url":"https://github.com/phstc/jquery-wordpress","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phstc%2Fjquery-wordpress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phstc%2Fjquery-wordpress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phstc%2Fjquery-wordpress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phstc%2Fjquery-wordpress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phstc","download_url":"https://codeload.github.com/phstc/jquery-wordpress/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244931585,"owners_count":20534009,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-09T08:22:53.458Z","updated_at":"2025-10-29T20:19:07.052Z","avatar_url":"https://github.com/phstc.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"= jQuery WordPress Plugin\n\n== Why?\n\nIf you like WordPress, but you don't like WordPress PHP templates or you don't want to learn about it, you known the why\n\nThis plugin was developed to use the greats functionalities available on WordPress (posts, pages, categories, tags and comments) skipping the creation of WordPress PHP templates\n\nUsing this plugin you can interact your WordPress with your plain-basic-simple-used-on-your-entire-life HTML\n\n== How it works?\n\nThis plugin uses jQuery, QUnit, QUnit-mock and WordPress JSON API (http://wordpress.org/extend/plugins/json-api/other_notes)\n\nFollow the steps bellow to start using it\n\n=== Add JSON API \n\nGo to http://wordpress.org/extend/plugins/json-api and install the plugin JSON API\n\n=== Import script dependencies \n\n  \u003cscript src=\"http://code.jquery.com/jquery-latest.js\"\u003e\u003c/script\u003e\n  \u003cscript type=\"text/javascript\" src=\"https://github.com/phstc/jquery-wordpress/raw/master/src/jquery.wordpress.js\"\u003e\u003c/script\u003e\n\n=== Initialize the plugin\n\n  var blog = WP.open('http://pablocantero.com/blog/');\n\n==== Find post by slug\n  blog.posts().findBySlug('jquery-plugin-javascript-for-java-util-date-tostring-format', function(post){\n    $('#posts').html(post.content);\n  });\n\n==== Find pages\n\n  blog.tags().all(function(tags){\n    $('#tags').html('');\n    var ul = $('\u003cul\u003e\u003c/ul\u003e');\n    for(var i = 0; i \u003c tags.length; i++){\n      ul.append('\u003cli\u003e' + tags[i].title + '\u003c/li\u003e');\n    }\n    $('#tags').append(ul);\n  });\n\n// TODO add more examples\n\n== API\n\n// TODO describe the API\n\n== Test\n\nTo execute the Test suite, just open jquery.wordpress-test.html in your browser. The tests were developed with http://docs.jquery.com/Qunit\n\n== Next steps \n\nRewrite this plugin in others languages, I will starting soon in Ruby to it use as GEM\n\nThe server-side version of this plugin will have advantages (SEO, server-side cache) comparing JavaScript\n\n== Do you want to improve the jQuery WordPress Plugin\n\nYou're welcome to make your contributions and send them as a pull request or just send me a message http://pablocantero.com/blog/contato \n\n== Contributors\n\nContributors? Hello? Hi?","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphstc%2Fjquery-wordpress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphstc%2Fjquery-wordpress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphstc%2Fjquery-wordpress/lists"}