{"id":21396889,"url":"https://github.com/stklcode/wp-liveticker","last_synced_at":"2025-07-13T20:31:34.195Z","repository":{"id":34300304,"uuid":"155723335","full_name":"stklcode/wp-liveticker","owner":"stklcode","description":"A simple Liveticker for Wordpress.","archived":false,"fork":false,"pushed_at":"2024-11-07T17:36:49.000Z","size":917,"stargazers_count":4,"open_issues_count":7,"forks_count":2,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2024-11-07T18:34:25.771Z","etag":null,"topics":["ajax","liveticker","wordpress-plugin"],"latest_commit_sha":null,"homepage":"https://wordpress.org/plugins/stklcode-liveticker/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stklcode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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}},"created_at":"2018-11-01T13:58:03.000Z","updated_at":"2024-11-07T17:36:53.000Z","dependencies_parsed_at":"2023-11-09T22:17:02.993Z","dependency_job_id":"c34b0cda-413f-4998-b891-16695a5d3045","html_url":"https://github.com/stklcode/wp-liveticker","commit_stats":{"total_commits":138,"total_committers":3,"mean_commits":46.0,"dds":0.01449275362318836,"last_synced_commit":"2262eba82226a8cd19eea66865a44ea82bb7038c"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stklcode%2Fwp-liveticker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stklcode%2Fwp-liveticker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stklcode%2Fwp-liveticker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stklcode%2Fwp-liveticker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stklcode","download_url":"https://codeload.github.com/stklcode/wp-liveticker/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225912116,"owners_count":17544098,"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":["ajax","liveticker","wordpress-plugin"],"created_at":"2024-11-22T14:30:17.895Z","updated_at":"2025-07-13T20:31:34.180Z","avatar_url":"https://github.com/stklcode.png","language":"PHP","readme":"[![CI](https://github.com/stklcode/wp-liveticker/actions/workflows/test.yml/badge.svg?branch=stable)](https://github.com/stklcode/wp-liveticker/actions/workflows/test.yml)\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=stklcode%3Awp-liveticker\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=stklcode%3Awp-liveticker)\n[![WP Plugin Version](https://img.shields.io/wordpress/plugin/v/stklcode-liveticker.svg)](https://wordpress.org/plugins/stklcode-liveticker/)\n[![Packagist Version](https://img.shields.io/packagist/v/stklcode/stklcode-liveticker.svg)](https://packagist.org/packages/stklcode/stklcode-liveticker)\n[![License](https://img.shields.io/badge/license-GPL%20v2-blue.svg)](https://github.com/stklcode/wp-liveticker/blob/stable/LICENSE.md)\n\n# Liveticker (by stklcode)\n\n* Contributors:      stklcode\n* Tags:              liveticker, feed, rss\n* Requires at least: 5.0\n* Tested up to:      6.7\n* Requires PHP:      7.2\n* Stable tag:        1.3.0\n* License:           GPLv2 or later\n* License URI:       https://www.gnu.org/licenses/gpl-2.0.html\n\nA simple ajaxified liveticker plugin for WordPress.\n\n## Description\n\nLiveticker is a simple liveticker plugin for WordPress.\nEasily add multiple livetickers, add them to posts with shortcode or use them as Widget.\n\n### Features\n\n* Handle multiple Tickers\n* Automatic update via AJAX\n* RSS feed capability\n* Gutenberg block and shortcode to display liveticker\n* Add ticker to sidebar widgets\n* Ability to customize through CSS\n* Localization support\n\n\n## Installation\n\nIf you don’t know how to install a plugin for WordPress, [here’s how](https://wordpress.org/support/article/managing-plugins/).\n\nYou can obtain the plugin through fhe official WordPress plugin repository.\nAlternatively you can also use _Copmposer_.\n\n### Requirements ###\n\n* PHP 7.2 or above\n* WordPress 5.0 or above\n\n## Frequently asked questions\n\n### How do I display a liveticker on my post/page?\n\nOn WordPress 5 sites there is a Gutenberg Block available to embed a liveticker in your post.\n\nYou can also use the shortcode  `[liveticker ticker=\"my-ticker\"]` on WordPress 4 or classic-mode sites. \nIf you want to define a custom tick limit, you might also add a limit with `[liveticker ticker=\"my-ticker\" limit=\"10\"]`.\n\n### Can I use my own styles?\n\nOf course.\nYou can deactivate the default stylesheet on the settings page and include your own instead.\n\n### Does the liveticker work with caching?\n\nIf you activate AJAX updates (enabled by default), the JavaScript will automatically update the content, even when the \npage is loaded from cached.\n\nIf AJAX is disabled, it depends on your update and caching intervals. If you update your ticker every 5 minutes, a \ncaching time of 12 hours obviously makes no sense.\n\n\n## Screenshots\n\n1. Example liveticker (frontend)\n2. Tick management\n3. Ticker configuration.\n4. Settings page\n5. Gutenberg block\n6. Example shortcode\n7. Example widget\n\n## Changelog\n\n### 1.3.0 - 2025-03-10\n\n* Requires at least PHP 7.2 and WordPress 5.0\n* Sorting direction can now be changed for liveticker blocks\n\n### 1.2.3 - 2025-02-04\n\n* Escape ticker ID in shortcode output\n* Tested with WP 6.7\n\n### 1.2.2 - 2024-03-02\n\n* Update use of deprecated WP core functions\n* Extend output sanitization\n* Tested with WP 6.4\n\n### 1.2.1 - 2022-02-01\n\n* Fix issue with limit in Gutenberg block.\n\n### 1.2.0 - 2022-01-23\n\n* Requires WordPress 4.7 or above\n* Migrated AJAX to REST API\n* Resolved Javascript compatibility issues with IE11\n* Added optional shortcode support for tick content\n* Support embedded JavaScript execution in tick content (e.g. for social media integrations)\n\n### 1.1.1 - 2021-03-20\n\n* \"Ticker\"  taxonomy name is now translatable\n\n### 1.1.0 - 2020-05-02\n\n* Requires PHP 5.6 or above\n* Use GMT for automatic updates \n* Gutenberg Block available\n* Ticks exposed through REST API\n* Changed AJAX update logic for embedded media compatibility\n\n### 1.0.0 - 2018-11-02\n\n* Initial release\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstklcode%2Fwp-liveticker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstklcode%2Fwp-liveticker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstklcode%2Fwp-liveticker/lists"}