Live Demo Maker Tutorial
Live Demo Tutorial
Live Demo make is a small web based tool to allow users to quickly see demos of the Plugin which they wish to use . It mainly requires two parametes one a alias which is the wordpress alias for the plugin , and nother not required but recommended a url where users will land on after logging in .
For example we want to add a demo for
For ex - Coupon Creator Wordpress URL is - https://wordpress.org/plugins/coupon-creator/ So alias will be - coupon-creator
So Demo url will be - https://www.wpoven.com/tools/try/plugin/coupon-creator
This will land users in default page , better is to log into the settings page of coupon-creator , so once you log in find the settings page after removing ( wp-admin/ )
Setings page for above url - edit-tags.php?taxonomy=cctor_coupon_category&post_type=cctor_coupon
We not have to base 64 encode it , use the following tool -
It will become - ZWRpdC10YWdzLnBocD90YXhvbm9teT1jY3Rvcl9jb3Vwb25fY2F0ZWdvcnkmcG9zdF90eXBlPWNjdG9yX2NvdXBvbg==
Now the final url to use will be
https://www.wpoven.com/tools/try/plugin/coupon-creator?r=ZWRpdC10YWdzLnBocD90YXhvbm9teT1jY3Rvcl9jb3Vwb25fY2F0ZWdvcnkmcG9zdF90eXBlPWNjdG9yX2NvdXBvbg==
The new url will not only create a demo , but also take user directly to the required page. When making a button or url , make it open in a new page ( target=_blank ) .
No Comments