Random Quote Display

설명

This plugin displays random quotes on your WordPress site by fetching them from a custom JSON file hosted remotely. You can update the quotes regularly by editing the JSON file and modifying the URL in the plugin settings.

Key Features:
– Display random quotes on your site.
– Quotes are fetched from a custom URL (JSON).
– Fully compatible with any WordPress theme.
– Easy to install and configure.

Usage

– After activation, go to Settings > Random Quote Display in your WordPress admin dashboard.
– Enter the URL of your quotes JSON file (e.g., https://example.com/quotes.json).
– Configure where and how you want the quotes to be displayed on your site.

External services

This plugin fetches random quotes from an external JSON file hosted at “https://test.abdullahki.com/random_quote_widget/quotes.json”.
The data sent to the service is a request to retrieve the JSON file, which contains quotes in the format:
{ “quote”: “Your quote here.” }

No personal data is sent with the request, but the plugin fetches this data every time the widget is loaded.
You must ensure the JSON source URL is functioning properly for this plugin to display quotes.

This service is provided by [Abdullah Kıvrak].
Terms of Use: [https://abdullahki.com/kullanim-kosullari/]
Privacy Policy: [https://abdullahki.com/gizlilik-politikasi/]

Acknowledgements

Special thanks to the WordPress community and developers for their continued support in making this plugin possible.

Donation

If you find this plugin helpful and would like to support its development, feel free to make a donation: [Link to donation page]

설치

  1. Upload the random-quote-display folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Go to the plugin settings page and configure the JSON URL source for the quotes.

FAQ

How do I update the quotes?

You can update the quotes by editing the JSON file located at the URL you specified in the plugin settings.

Can I customize the appearance of the quotes?

Yes, you can add custom CSS to your theme to style the quote display element. Target the quote-display class.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Random Quote Display”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Random Quote Display”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0

  • Initial release.

1.1

  • Fixed a bug with JSON URL handling.