{"id":15530999,"url":"https://github.com/scribu/wp-deviant-thumbs","last_synced_at":"2026-04-24T20:36:35.833Z","repository":{"id":78140093,"uuid":"1148765","full_name":"scribu/wp-deviant-thumbs","owner":"scribu","description":null,"archived":false,"fork":false,"pushed_at":"2014-07-17T18:39:56.000Z","size":404,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-11T15:42:11.037Z","etag":null,"topics":["wordpress"],"latest_commit_sha":null,"homepage":"http://scribu.net/wordpress/deviant-thumbs","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/scribu.png","metadata":{"files":{"readme":"readme.txt","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":"2010-12-08T04:10:50.000Z","updated_at":"2017-03-14T15:38:25.000Z","dependencies_parsed_at":"2023-02-24T11:00:37.808Z","dependency_job_id":null,"html_url":"https://github.com/scribu/wp-deviant-thumbs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/scribu/wp-deviant-thumbs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scribu%2Fwp-deviant-thumbs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scribu%2Fwp-deviant-thumbs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scribu%2Fwp-deviant-thumbs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scribu%2Fwp-deviant-thumbs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scribu","download_url":"https://codeload.github.com/scribu/wp-deviant-thumbs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scribu%2Fwp-deviant-thumbs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32240198,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["wordpress"],"created_at":"2024-10-02T11:24:37.419Z","updated_at":"2026-04-24T20:36:35.817Z","avatar_url":"https://github.com/scribu.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"=== Deviant Thumbs ===\nContributors: scribu\nTags: deviantart, thumbs, images\nRequires at least: 2.8\nTested up to: 3.0\nStable tag: 1.8.6\n\nDisplay deviantART thumbnails on your blog.\n\n== Description ==\n\nDisplay linked thumbnails from deviantART on your WordPress blog.\n\n**Features:**\n\n* **Scrollable carousel**: your thumbs can be displayed in a dA style carousel\n* **Inline deviations**: the code *:thumb98765:* inside a post becomes a thumbnail, just like on dA\n* **Multiple widget support** \n* **Flexible template tags**\n\nLinks: [Plugin News](http://scribu.net/wordpress/deviant-thumbs) | [Author's Site](http://scribu.net)\n\n== Installation ==\n\nEither use the plugin installer built into WP, or:\n\n1. Unzip and upload the `deviant-thumbs` directory to the `/wp-content/plugins/` directory.\n1. Activate the plugin through the 'Plugins' menu in WordPress.\n\n= Widget Usage =\n\n1. Add one or more Deviant Thumbs widgets to your sidebar.\n1. Set the desired settings for each widget.\n1. Enjoy\n\n= Template tags =\n\nThese are meant to be used outside The Loop.\n\n**deviant_thumbs()**\n\n`\u003c?php if (function_exists('deviant_thumbs')): ?\u003e\n  \u003cul class=\"deviant-thumbs\"\u003e\n    \u003c?php deviant_thumbs($query = 'your query', $args = 'rand=false\u0026count=10'); ?\u003e\n  \u003c/ul\u003e\n\u003c?php endif; ?\u003e`\n\n*Parameters:*\n\n* **$query** is a search string used on [deviantART](http://browse.deviantart.com/). Example: *by:scribu in:photography*\n* **$args** is a string of options for displaying the carousel:\n* \u003cul\u003e\n\u003cli\u003e*count* is the number of thumbs to display (The maximum is 24). Default: 6\u003c/li\u003e\n\u003cli\u003e*rand* is a flag to randomise thumbs or not. (Can be *true* or *false*). Default: true\u003c/li\u003e\n\u003cli\u003e*cache* is the number of hours after which the thumb list has to be updated. Default: 6\u003c/li\u003e\n\u003cli\u003e*before* is a string inserted before each thumb. Default: `\u003cli\u003e`\u003c/li\u003e\n\u003cli\u003e*after* is a string inserted after each thumb. Default: `\u003c/li\u003e`\u003c/li\u003e\n\u003c/ul\u003e\n\n**deviant_thumbs_carousel**\n\n`\u003c?php if (function_exists('deviant_thumbs_carousel')): ?\u003e\n    \u003c?php deviant_thumbs_carousel($query = 'your query', $args = 'count=10\u0026rand=false\u0026id=my_carousel'); ?\u003e\n\u003c?php endif; ?\u003e`\n\n*Parameters:*\n\n* **$query** is a search string used on [deviantART](http://browse.deviantart.com/).\n* **$args** is a string of options for displaying the carousel:\n* \u003cul\u003e\n\u003cli\u003e*count* is the total number of thumbs. Default: 6\u003c/li\u003e\n\u003cli\u003e*show* is the number of visible thumbs. Default: 3\u003c/li\u003e\n\u003cli\u003e*rand* is an option to show thumbs in a random order (Can be *true* or *false*). Default: true\u003c/li\u003e\n\u003cli\u003e*cache* is the number of hours after which the thumb list has to be updated. Default: 6\u003c/li\u003e\n\u003cli\u003e*speed* is the speed of the sliding effect (Can be *fast*, *normal* or *slow*). Default: fast\u003c/li\u003e\n\u003c/ul\u003e\n\n== Frequently Asked Questions ==\n\n= \"Parse error: syntax error, unexpected T_CLASS...\" Help! =\n\nMake sure your new host is running PHP 5. Add this line to wp-config.php:\n\n`var_dump(PHP_VERSION);`\n\n= How can I choose which thumbs to display? =\n\nYou enter a search string (the thumbs are found using the search engine from deviantArt). You can read more about [search options](http://help.deviantart.com/577/) there.\n\n**Quick tips:**\n\n* *-in:scraps* excludes scraps\n* *boost:popular* gets the most popular thumbs, instead of the newest\n\n= How can I modifify the carousel skin? =\n\nYou can edit `deviant-thumbs/inc/carousel/carousel.css`.\n\n= Why isn't the cache working? =\n\nProbably because your wp-uploads folder isn't writable. You will have to chmod it to 757. If you don't know how, read [Changing File Permissions](http://codex.wordpress.org/Changing_File_Permissions).\n\n== Screenshots ==\n\n1. The Deviant Thumbs Carousel\n\n== Changelog ==\n\n= 1.8.6 =\n* fix error when retrieving thumb list\n\n= 1.8.5 =\n* WP 2.8 compatibility\n\n= 1.8 =\n* multi-widget support\n* [more info](http://scribu.net/wordpress/deviant-thumbs/dt-1-8.html)\n\n= 1.7 =\n* home-made carousel\n* [more info](http://scribu.net/wordpress/deviant-thumbs/dt-1-7.html)\n\n= 1.6 =\n* inline thumbs\n* [more info](http://scribu.net/wordpress/deviant-thumbs/dt-1-6.html)\n\n= 1.5 =\n* switched to jCarousel Lite\n\n= 1.4 =\n* deviantART v6 skin\n\n= 1.3 =\n* jCarousel\n\n= 1.2 =\n* use any query\n* file-based caching\n\n= 1.1 =\n* random thumbs\n\n= 1.0 =\n* initial release\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscribu%2Fwp-deviant-thumbs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscribu%2Fwp-deviant-thumbs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscribu%2Fwp-deviant-thumbs/lists"}