Viewing 1 replies (of 1 total)
  • Plugin Author Heateor Support

    (@heateor)

    Hi,

    1)Is it possible to find the number of users registered through super socializer ?

    Yes, you can use following database query:
    SELECT count(umeta_id) FROM [WP_PREFIX]usermeta WHERE meta_key= 'thechamp_social_id'
    Replace [WP_PREFIX] in above query with the database prefix of your WordPress website database.

    2)I had shared multiple pages through whatsapp. However I wasn’t able to view the count as 1 after sharing.

    Whatsapp doesn’t provide any API to fetch share counts.

Viewing 1 replies (of 1 total)

The topic ‘User Registration Count through super socializer’ is closed to new replies.