Edebiyat Yarışmaları Widget

Descrición

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.

Preguntas frecuentes

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".

Comentarios

Non hai recensións para este plugin.

Colaboradores e desenvolvedores

“Edebiyat Yarışmaları Widget” é un software de código aberto. As seguintes persoas colaboraron con este plugin.

Colaboradores

Traduce “Edebiyat Yarışmaları Widget” ao teu idioma.

Interesado no desenvolvemento?

Revisa o código, bota unha ollada aorepositorio SVN, ou subscríbete ao log de desenvolvemento por RSS.

Rexistro de cambios

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.