{"id":21258334,"url":"https://github.com/ubc/accordion-shortcode","last_synced_at":"2025-07-11T02:32:32.920Z","repository":{"id":4626977,"uuid":"5771142","full_name":"ubc/accordion-shortcode","owner":"ubc","description":"A wordpress plugin that adds a shortcode that enables you to create accordions. Built on jquery ui.","archived":false,"fork":false,"pushed_at":"2024-07-22T20:52:18.000Z","size":44,"stargazers_count":1,"open_issues_count":2,"forks_count":3,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-06-03T12:05:34.561Z","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/ubc.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":"support/twitter-bootstrap/action.php","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2012-09-11T21:19:56.000Z","updated_at":"2024-07-22T20:52:21.000Z","dependencies_parsed_at":"2024-07-23T00:24:57.782Z","dependency_job_id":null,"html_url":"https://github.com/ubc/accordion-shortcode","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/ubc/accordion-shortcode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubc%2Faccordion-shortcode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubc%2Faccordion-shortcode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubc%2Faccordion-shortcode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubc%2Faccordion-shortcode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ubc","download_url":"https://codeload.github.com/ubc/accordion-shortcode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubc%2Faccordion-shortcode/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264712813,"owners_count":23652665,"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-11-21T04:08:24.370Z","updated_at":"2025-07-11T02:32:32.425Z","avatar_url":"https://github.com/ubc.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"=== Accordion Shortcode ===\nContributors: enej, ctlt-dev, ubcdev\nTags: shortcode, accordion\nRequires at least: 3.3\nTested up to: 3.3\nStable tag: 2.1.2\n\nLets you easily add accordions into your posts and pages using the accordion shortcode\n\n== Description ==\n\nTo make the accordions appear the way you want you need to add your own styling to them\nLets you add accordion to your post and pages.\n\nBy using the following shortcodes\n\n`[accordions]\n[accordion title=\"title1\"] tab content [/accordion]\n[accordion title=\"title2\"] another content tab [/accordion]\n[/accordions]`\n\nwill generate the following html.\n\n`\u003cdiv id=\"random-accordion-id-872\" class=\"accordions-shortcode\"\u003e\n\t\t\t\u003ch3 id=\"title1-0\" \u003e\u003ca href=\"#title1-0\"\u003etitle1\u003c/a\u003e\u003c/h3\u003e\n\n\t\t\t\u003cdiv class=\"accordian-shortcode-content\" \u003e\n\n\n Some Text\u003cbr /\u003e\n\t\t\t\u003c/div\u003e\n\n\t\t\t\u003ch3 id=\"title2-1\" \u003e\u003ca href=\"#title2-1\"\u003etitle2\u003c/a\u003e\u003c/h3\u003e\n\n\t\t\t\u003cdiv class=\"accordian-shortcode-content \" \u003e\n\n\n Some Text\u003cbr /\u003e\n\t\t\t\u003c/div\u003e\n\n\u003c/div\u003e`\n\n\nAdditional attributes that you could pass into the shortcode\n`[accordions autoHeight='true'  disabled='false' active=false clearStyle=false collapsible=false fillSpace=false ]\n[accordion title='title1' class='new-class']\n Some Text\n[/accordion]\n[accordion title='title2' class='new-class']\n Some Text\n[/accordion]\n[/accordions]`\n\n== FAQ ==\n\n**I found a bug where can I submit a bug report/make a change to the code?**\nFeel free to submit your bug report in the forum. We check it every so often.\n\nIf you want to contribute to the code we do accept pull requests on github.\nhttps://github.com/ubc/tabs-shortcode\n\n== Sample CSS ==\n\nHere is some sample css to get you started.\nAnother place to look for it would be the http://jqueryui.com/themeroller/, The shortcode used the jQuery UI to generate the accordion.\n\n\n`\n\n`\n\n== Installation ==\n\n1. Extract the zip file into wp-content/plugins/ in your WordPress installation\n1. Go to plugins page to activate\n1. Add styles to make the accordion look the way you want.\n\n\n== Changelog ==\n= 2.1.2 =\n* Bug fixes\n* Added the ability include class selectors for the accordion container and the accordion heading-toggle\n\n= 2.1.1 =\n* More bug fixes\n\n= 2.1 =\n* Bug fixes\n\n= 2.0 =\n* added support for the twitter bootstrap\n\n\n= 1.2.1 =\n* removed php warnings\n\n= 1.2 =\nTrying to commit the changes from git\n\n= 1.1 =\n* improved js loading. js only gets loaded when it is needed\n* fixed bugs\n\n\n= 1.0 =\n* Initial release\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fubc%2Faccordion-shortcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fubc%2Faccordion-shortcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fubc%2Faccordion-shortcode/lists"}