Before you begin:
- Sign up at Stipop.
-
On successful signup, provide the following details:
- Application name
- Website
- Category
- Sub-category
- Region
- App MAU
- Click on Get Started once done.
- You will be able to see the API Key on their Dashboard. Keep this handy.
- In the left navigation pane, go to Settings and select the Application tab.
- Copy the Application ID and keep this handy.
Extension settings
- Login to CometChat and select your app.
- Go to the extensions section and enable the Stipop extension.
- Click on the settings button and enter your Stipop Application ID and API Key.
- Save the settings once done.
How does it work?
The extension provides the following functionalities:- Get the current Trending stickers.
- Search for stickers using a certain phrase or keyword
callExtension
method provided by the CometChat SDK.
Get trending stickers
The API call requires the following Query Parameters:lang | string | Specify default language for regional stickers. Use a 2-letter ISO 639-1 language code. Default Value: en |
limit | int | The maximum number of stickers per page. Use pageNumber accordingly for optimized sticker view. Default Value: 20 (max: 50) |
pageNumber | int | Specify pageNumber to show limit number of stickers per page. |
countryCode | string | Specify default country for local stickers. Use a 2-letter ISO 3166-1 country code. Default Value: US |
Search for stickers
The API call requires the following Query Parameters:lang | string | Specify default language for regional stickers. Use a 2-letter ISO 639-1 language code. Default Value: en |
limit | int | The maximum number of stickers per page. Use pageNumber accordingly for optimized sticker view. Default Value: 20 (max: 50) |
pageNumber | int | Specify pageNumber to show limit number of stickers per page. |
query | string | The search term for finding stickers. |