Skip to content

wordpress plugin for offerstack.io to list offers on frontend by adding short code inside editor as [offerstack Short Code] or by calling do_shortcode(offerstack short code) in code files

License

Notifications You must be signed in to change notification settings

Clicksco/offerstack-wp-plugin

Repository files navigation

Clicksco Offers Stack Wordpress Plugin

Install & Activate Plugin

Add short code in editor or page to load offers You can add additional settings like

1- offers_keyword
2- widget_identifier
3- max_iteams
4- is_sidebar


#### calling widget in editor 

[offerstack offers_keyword="watch" widget_identifier='local' max_iteams='2']


#### calling widget in sidebar in code

do_shortcode("[offerstack is_sidebar='yes']");

Note: OfferStack API Key

offerstack_api_key= you can get API key form https://offerstack.io/

####Settings

1- Offers Keyword = offer will be listed as per this keyword
2- Max Items = no of items to list 
3- Widget Identifier = where this components is loaded on page 

example 
    a. page top
    b. page bottom
    c. right side base
    note:  Identifier will be sluify when send to api

TODO:

  • move offersApiKey to plugin settings

About

wordpress plugin for offerstack.io to list offers on frontend by adding short code inside editor as [offerstack Short Code] or by calling do_shortcode(offerstack short code) in code files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published