{"id":19303571,"url":"https://github.com/matthewcallis/bvote","last_synced_at":"2026-05-02T20:33:06.929Z","repository":{"id":10146687,"uuid":"12223404","full_name":"MatthewCallis/bvote","owner":"MatthewCallis","description":"Simplest WordPress Digg-esque voting plugin.","archived":false,"fork":false,"pushed_at":"2013-08-21T22:20:41.000Z","size":120,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-05T23:41:26.935Z","etag":null,"topics":["php","vote","wordpress","wordpress-plugin"],"latest_commit_sha":null,"homepage":null,"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/MatthewCallis.png","metadata":{"files":{"readme":"README.md","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":"2013-08-19T17:49:29.000Z","updated_at":"2018-11-12T22:48:17.000Z","dependencies_parsed_at":"2022-09-17T17:52:20.234Z","dependency_job_id":null,"html_url":"https://github.com/MatthewCallis/bvote","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/MatthewCallis%2Fbvote","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatthewCallis%2Fbvote/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatthewCallis%2Fbvote/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatthewCallis%2Fbvote/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MatthewCallis","download_url":"https://codeload.github.com/MatthewCallis/bvote/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240404755,"owners_count":19796064,"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":["php","vote","wordpress","wordpress-plugin"],"created_at":"2024-11-09T23:26:48.260Z","updated_at":"2026-05-02T20:33:01.907Z","avatar_url":"https://github.com/MatthewCallis.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bvote\n\nSimple Digg style WordPress voting plugin. Easy to use, easy to hack, easy to custimize.\n\n## Useage\n\n### Simple Usage\nIn a single post, in a loop on the homepage, etc.\n\n```php\n\u003c?php\nif(function_exists('bvote_box')){\n  echo bvote_box();\n}\n?\u003e\n```\n\n### Top 5 List\n```php\n\u003col class=\"topten\"\u003e\n\u003c?php\n  $popular_posts = $wpdb-\u003eget_results(\"SELECT id, post_title FROM $wpdb-\u003eposts, $wpdb-\u003epostmeta WHERE meta_key = 'bvote_score' AND id = post_id AND post_status = 'publish' ORDER BY meta_value DESC LIMIT 0,5\");\n  foreach($popular_posts as $post) {\n    echo \"\u003cli\u003e\u003ca href='\". get_permalink($post-\u003eid) .\"'\u003e\".$post-\u003epost_title.\"\u003c/a\u003e\u003c/li\u003e\\n\";\n  }\n?\u003e\n\u003c/ol\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthewcallis%2Fbvote","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatthewcallis%2Fbvote","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthewcallis%2Fbvote/lists"}