{"id":21813151,"url":"https://github.com/webdevstudios/wds-twitter-widget","last_synced_at":"2025-07-26T06:09:04.764Z","repository":{"id":145195490,"uuid":"12411764","full_name":"WebDevStudios/WDS-Twitter-Widget","owner":"WebDevStudios","description":"Twitter 1.1 Widget :: to get submodules: git clone --recursive https://github.com/WebDevStudios/WDS-Twitter-Widget.git","archived":false,"fork":false,"pushed_at":"2019-02-11T13:47:59.000Z","size":133,"stargazers_count":14,"open_issues_count":0,"forks_count":8,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-05-10T23:03:13.768Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","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/WebDevStudios.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2013-08-27T16:43:37.000Z","updated_at":"2021-11-18T04:39:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"be55b2ff-38d2-4dee-8d09-228a2a591b41","html_url":"https://github.com/WebDevStudios/WDS-Twitter-Widget","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/WebDevStudios/WDS-Twitter-Widget","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebDevStudios%2FWDS-Twitter-Widget","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebDevStudios%2FWDS-Twitter-Widget/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebDevStudios%2FWDS-Twitter-Widget/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebDevStudios%2FWDS-Twitter-Widget/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WebDevStudios","download_url":"https://codeload.github.com/WebDevStudios/WDS-Twitter-Widget/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebDevStudios%2FWDS-Twitter-Widget/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267127832,"owners_count":24040142,"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","status":"online","status_checked_at":"2025-07-26T02:00:08.937Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-11-27T14:27:35.670Z","updated_at":"2025-07-26T06:09:04.756Z","avatar_url":"https://github.com/WebDevStudios.png","language":"PHP","readme":"WDS Twitter Widget\n======\n\nA widget that lets you show a user's latest tweets. Built with developers in mind and has many filters throughout.\n\nThere is a function for disabling the Twitter App credential fields in the widget. This is handy if you don't want `consumer_key`, `consumer_secret`, `access_token`, and `access_token_secret` visibile to users of the WordPress dashboard, and allows you to keep it in version control.\n\nTo disable:\n```php\nwds_twwi_disable_widget_app_settings( array(\n\t'consumer_key'        =\u003e 'YOUR CONSUMER KEY',\n\t'consumer_secret'     =\u003e 'YOUR CONSUMER SECRET',\n\t'access_token'        =\u003e 'YOUR ACCESS TOKEN',\n\t'access_token_secret' =\u003e 'YOUR ACCESS TOKEN SECRET',\n) );\n\n// Also works if you want to secure your keys through obscurity\n// wds_twwi_disable_widget_app_settings( '0=CONSUMER_KEY\u00261=CONSUMER_SECRET\u00262=ACCESS_TOKEN\u00263=ACCESS_TOKEN_SECRET' );\n\n```\n\nIf there's an error with your app credentials, the error will be displayed in the WordPress dashboard.\n\nExample usage if wanting to disable widget:\n[https://gist.github.com/jtsternberg/ace26c317c4d4a070abd](https://gist.github.com/jtsternberg/ace26c317c4d4a070abd)\n\n### Installation\n\n1. Recursively clone this repo (`git clone --recursive https://github.com/WebDevStudios/WDS-Twitter-Widget.git`), or [download this zip](https://raw.githubusercontent.com/WebDevStudios/WDS-Twitter-Widget/master/wds-twitter-widget.zip).\n1. Upload the entire `/wds-twitter-widget` directory to the `/wp-content/plugins/` directory.\n2. Activate WDS Twitter Widget through the 'Plugins' menu in WordPress.\n\n### Plugin Details\n\n* Contributors:      [webdevstudios](github.com/webdevstudios), [jtsternberg](github.com/jtsternberg)\n* Donate link:       [http://webdevstudios.com](http://webdevstudios.com)\n* Tags:\t\t\t\t\tTwitter, Twitter API, 1.1 API, widget, shortcode\n* Requires at least: 3.5.0\n* Tested up to:      4.4\n* Stable tag:        0.1.4\n* License:           GPLv2 or later\n* License URI:       [http://www.gnu.org/licenses/gpl-2.0.html](http://www.gnu.org/licenses/gpl-2.0.html)\n\n### Changelog\n\n##### 0.1.4\n* Replace `esc_url` with `esc_url_raw` so query parameter values are not converted.\n\n##### 0.1.3\n* Update for xss vulnerability, https://make.wordpress.org/plugins/2015/04/20/fixing-add_query_arg-and-remove_query_arg-usage\n\n##### 0.1.2\n* New filter, `wds_twitter_fetch_tweets` for overriding the retrieval of tweets.\n\n##### 0.1.1\n* Refactor plugin so that methods for getting tweets are publicly accessible (so the widget can be bypassed)\n* Additional filters for manipulating data\n* Function to disable widget (if using methods programmatically)\n\n##### 0.1.0\n* First release\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdevstudios%2Fwds-twitter-widget","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebdevstudios%2Fwds-twitter-widget","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdevstudios%2Fwds-twitter-widget/lists"}