Edebiyat Yarışmaları Widget

描述

This plugin lets you display current (not yet past their deadline) literary competition announcements from edebiyatyarismalari.com on your site using the [edyw_widget] shortcode. Show your visitors up-to-date short story, poetry, novel, and other literary competitions.

The data is fetched from a publicly available JSON feed published by edebiyatyarismalari.com and cached for 12 hours for performance.

Usage

Default (first 5 competitions, soonest deadline first):

[edyw_widget]

With a specific count and category:

[edyw_widget count="3" tip="hikaye yarışması"]

With a heading:

[edyw_widget baslik="Current Literary Competitions"]

External services

This plugin connects to edebiyatyarismalari.com, the site it is published by, to retrieve the list of current literary competition announcements shown by the [edyw_widget] shortcode.

It sends a plain server-side HTTP GET request to https://edebiyatyarismalari.com/yarismalar.json (a static, publicly available JSON feed) whenever the 12-hour cache has expired. No visitor data (IP address, cookies, user agent, or any other personal or site data) is included in this request — it is a fixed URL with no parameters. The response (competition titles, URLs, deadlines and prize info) is cached locally as a WordPress transient for 12 hours.

This service is provided by edebiyatyarismalari.com: Privacy Policy. The site does not publish a separate terms-of-use page; the JSON feed is offered as public data for reuse.

常见问题

How often is the data updated?

The widget refreshes the data published by edebiyatyarismalari.com every 12 hours.

Are the links to the source site followed (dofollow)?

No, links are marked with rel="nofollow sponsored".

评价

此插件暂无评价。

贡献者及开发者

「Edebiyat Yarışmaları Widget」是开源软件。 以下人员对此插件做出了贡献。

贡献者

更新日志

1.0.1

  • Prefixed all functions, classes, hooks, options and the shortcode tag with edyw_/EDYW_ to avoid namespace collisions (shortcode is now [edyw_widget]).
  • Documented the external service call (edebiyatyarismalari.com JSON feed) per the Plugin Directory guidelines.
  • Added Contributors username.

1.0.0

  • Initial release.