Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Saving metadata to posts

Aperta
#6 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
3/5
Tempo stimato
1-2 giorni
Idoneità per principianti
25/100
Tipo di issue
Funzionalità
Chiarezza
Da chiarire
Stato di attività
Ferma
Stack tecnologico
javascript, wordpress
Ambito
api, backend

Direzione di ricerca

Start with the linked worknotes entry and inspect the example WordPress post to understand the metadata shape and intended behavior. The issue does not name repository files, tests, or a concrete remaining task; confirm what still needs implementation before defining done.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

This came up when we wanted to do linkblogs on WordPress sites, Scott Hanson suggested we could use WordPress's metadata feature, which allows apps to attach data to the post invisibly, and then use that to make the link accessible from the user interface.

That feature is now in the wpIdentity server as of version 0.5.24.

Docs

The feature is written up in the worknotes.

Example
    "metadata": {
        "activitypub_status": "federated",
        "wordland_apiVersion": "0.4.0",
        "wordland_idDraft": "3931",
        "wordland_linksTo": "https://github.com/scripting/wpIdentity/issues/6",
        "wordland_markdowntext": "I enjoy working on the [wpIdentity](https://github.com/scripting/wpIdentity) package, esp a design-heavy, code-lite feature like the metadata. \n\nThis is an example post for the docs on the metadata feature that has been added today. \n\nHere's a list of seven things whose names begin with O.\n\n1.  [Oreo cookies](https://en.wikipedia.org/wiki/Oreo)\n2.  Optimism\n3.  [Organic food](https://en.wikipedia.org/wiki/Organic_food)\n4.  Opportunity knocks\n5.  Oregon\n6.  Ooops!\n7.  Offred",
        "wordland_title": "An example for the docs",
        "_wpas_done_all": "1"
    },

That data is attached to this post.

Lingua principale
JavaScript
Stelle
21
Fork
2
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di scripting/wpIdentity

Tutte le issue di scripting/wpIdentity

Issue simili

Altre issue su JavaScript

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.