Post Creator (Wapka Api)

General discussion about the Wapka ecosystem. Discussion of specific Wapka-related services usually belongs in other sections.
Post Reply
vikkas
Posts: 62
Joined: Sun May 07, 2023 9:28 am

Post Creator (Wapka Api)

Post by vikkas »

Code: Select all

<form action="https://api.wapka.org/PostCreator" method="post">
  <input type="hidden" name="apikey" value="{{VAR(APIKEY)}}">
  <input name="forumid" type="hidden" value="23731"/><br/>
  <input name="title" type="text" value="Test"/><input name="content" type="text" value="hi, hello"/><br/>
  <input type="submit" value="submit"/>
</form>
Hariph
Posts: 43
Joined: Tue May 23, 2023 9:33 pm

Re: Post Creator (Wapka Api)

Post by Hariph »

Please explain better, this post creator is it for forum or what and what about the code to display the post, and lastly where do we inject the code is it using api creator or just tags codes
vikkas
Posts: 62
Joined: Sun May 07, 2023 9:28 am

Re: Post Creator (Wapka Api)

Post by vikkas »

Post creator
Post creator
Screenshot_20220821_061938.jpg (224.62 KiB) Viewed 2032 times
Post lister
Post lister
Screenshot_20220821_072437.jpg (255.69 KiB) Viewed 2032 times
Post Reply