Changeset 2170379
- Timestamp:
- 10/09/2019 05:35:46 AM (6 years ago)
- File:
-
- 1 edited
-
simple-featured-video/trunk/readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-featured-video/trunk/readme.txt
r2169433 r2170379 5 5 version :1.1 6 6 Author: Prims digital 7 Tags: featured video plugin, featured video upload, featured video, featured video for post, featured video for post type, featured video for page 7 Tags: featured video plugin, WooCommerce Featured Video 8 , featured video upload, featured video, featured video for post, featured video for post type, featured video for page 8 9 Requires at least: any version 9 10 Tested up to: 5.2.3 … … 12 13 License URI: http://www.gnu.org/licenses/gpl-2.0.html 13 14 14 Simple Featured Video plugin helps to upload videos from wordpress posts, page, woocommerce products and other custom post type.15 Simple Featured Video plugin helps to upload videos from wordpress posts, page, WooCommerce products and other custom post type. 15 16 16 17 == Description == 17 18 18 The Simple Featured Video Plugin is nothing but a featured video plugin for wordpress. Its a user-friendly WordPress plugin which provides a simple interface to showcase your videos in Page, Post, and custom post type.19 The Simple Featured Video Plugin is nothing but a featured video uploading plugin for wordpress. Its a user-friendly WordPress plugin which provides a simple interface to showcase your videos in Page, Post, and custom post type. 19 20 20 21 If you want to use your own videos in your WordPress website, then you can easily use this Plugin. … … 24 25 The plugin has a setting section that will display on the setting menu, here You can choose the Page, Post and Post Type in which you want to upload the featured video. 25 26 26 The Simple Featured Video meta box By DefaultEnabled in The Post Section, The Plugin will also offer you to change this From the Setting Section.27 By Default "Simple Featured Video" meta box Enabled in The Post Section, The Plugin will also offer you to change this From the Setting Section. 27 28 28 The Shortcode allows you to display the video on the page or post29 There are lots of options to display the video on pages and posts. In plugin settings page, there is an option to display video along with contents and excerpts of posts. 29 30 30 Bypassing Arguments like post id, you can display the featured video of thatpost.31 Also, Shortcodes are there to display the video on the page or post. 31 32 32 To display the video on post page use short code : [sfv_video_show] 33 Bypassing Arguments like post id in shortcodes, you can display the featured video of that post. 34 35 To display the video on post page use shortcode : [sfv_video_show] 33 36 34 37 in code add shortcode like below : … … 36 39 <?php echo do_shortcode(['sfv_video_show']);?> 37 40 38 Also with post id you can display the video by using below shortcode :41 Also,ith post id you can display the video by using below shortcode : 39 42 40 43 <?php echo do_shortcode(['sfv_show_by_postid' postid="12"]);?> 41 44 42 If you want to include along with post contents or excerpt, please select those options on the settings page and save the settings. 45 Also this plugin is compatible with WooCommerce product page.In back end of plugin settings page, there are lots of options available, from there you can choose the position of video. 46 47 == Features == 48 49 * Simple settings 50 * Support on custom posts types, pages, and posts 51 * Support WooCommerce product page 52 * Options to display video along with contents, excerpts 53 * Options to display video on different sections of WooCommerce products page. 54 55 43 56 44 57 == Screenshots == … … 139 152 Updated for woocommerce products also. 140 153 Different options implemented to display video on woocommerce product page. 141 Along with manual adding shortcodes, automatically adding video with post contents or excerpts.154 Along with manual adding shortcodes, implemented feature to automatically adding video with post contents or excerpts based on the options in back end. 142 155 Fixed some bugs in 1.0 version. 143 156
Note: See TracChangeset
for help on using the changeset viewer.