• i am making Android app using Rest API and getting data from my WordPress website. i have implemented Post views in my app and i am using Post Views Counter plugin in WordPress website, now the problem is that when i browse post on desktop the number of post views is increasing but on android app when i open post it doesn’t increase , is there any method that i can use in android app to increase post view as well ?

Viewing 1 replies (of 1 total)
  • Plugin Author dFactory

    (@dfactory)

    Hi,

    There is a built in view-post/(post ID) API endpoint registered that can be used for that if REST API counter method is enabled. Please have a look at “rest_api_init” method located in class-counter.php file.

Viewing 1 replies (of 1 total)
  • The topic ‘How to increase Post View Counter Using Rest Api?’ is closed to new replies.