Content Mask
Read More & View Demos Here Embed Any Content†‡ Into Your WordPress Website Content Mask allows you to embed any external content onto your own WordPress Pages, Posts, and Custom Post Types. The end result is fairly similar to setting up a Domain Mask, but the content is embedded into the front end of your website and is fully contained inside your WordPress permalink ecosystem. Example: If you built a landing page on landing-page-builder.com/your-landing-page/, you can simply create a new Page on your website at your-site.com/landing-page/ and paste in the URL of your landing page. The Content Mask plugin will then download and cache of copy of your landing page directly on your website, so any visitors that come to your-site.com/landing-page/ will see the landing page you built. This allows you to keep all of your links integrated into your WordPress Website. † Do not use Content Mask to embed any content that you do not own or do not otherwise have license to share, embed, frame, or distribute. Simple 2-Step UI With a simple 2-Step UI, you can embed any external content into your website without any complicated URL Forwarding, DNS Records, or .htaccess rules to mess with. Just enable the Content Mask on any Page, Post, or Custom Post type by clicking on the check mark. Then put in the URL that contains the content you want to embed. It’s that simple! Powerful Embedding and Redirect Options Using the Download method (default) will fetch the content from the Content Mask URL, cache it on your website, and replace the current page request with that content. By default, this cache lasts 4 hours – but it can be changed anywhere from “Never Cache” all the way up to “Cache for 4 Weeks”. Caching prevents the need for additional requests that slow down your site. Using the Iframe method will replace the current page request with a full width/height, frameless iframe containing the host URL. This method is ideal if the URL you want to embed won’t serve scripts, styles, or images to other URLs or IP Addresses. If you use the Download Method, and links or images look broken, you can try the Iframe method instead. Using the Redirect (301) method will simply redirect the visitor to the host URL. Simple Integrated Vistor Tracking In the Content Mask admin panel, you can enable tracking for Content Masked pages. This will allow you to see how many visitors are viewing these links. This is ideal for when you need to track acquisition, such as on a Landing Page. [Views] shows how many times that Content Mask page has been viewed by anybody (even logged in users) [Non-User] shows how many times it’s been viewed by visitors that are not logged in to the website. [Unique] shows how many times it’s been viewed by unique IP addresses. Note: IP addresses are one-way hashed and are not identifiable in any way. Creating a Content Masked Page Using the Content Mask Admin Panel Notes: Do NOT use Content Mask on any content you aren’t explicitly authorized to share or use. Please confirm you’re allowed to utilize and embed the content before embedding any particular URL. Content embedded using the Download method is cached using the WordPress Transients API for 4 hours by default. If the content on the external URL is updated and you would like a fresh copy, you may just click the “Update” button on the Page, Post, or Custom Post Type to refresh the transient, or click the “Refresh” link in the Content Mask Admin panel. You may also change the cache expiration timer per page anywhere from “Never” to “4 weeks”. You may use the Transients Manager plugin to manage transients stored with the Download method. All Content Mask related transients contain the prefix “content_mask-” plus a stripped version of the Content Mask URL, such as “content_mask-httpxhynkcom”. ‡ Your site may be prevented from processing page requests for any reason; Reasons include, but are not limited to: masking unauthorized content, at the request of the masked URL site owner, masking hateful content, masking illegal content, circumventing IP bans, etc. A dual one-way encrypted hash of your masking URL may be used to check for infraction. No identifying information will be used for this check, and no information is saved other than as a transient to prevent unnecessary duplicate checks per site Read More About Content Mask
Top keywords
- content32×4.28%
- mask14×1.87%
- page14×1.87%
- content mask13×1.74%
- url12×1.60%
- embed8×1.07%
- method8×1.07%
- website8×1.07%
- cache6×0.80%
- download5×0.67%
- landing5×0.67%
- landing page5×0.67%
Flowplayer Video Player
Flowplayer Video Player adds a video shortcode to your WordPress site. This shortcode allows you to embed a video file and play it back using the Flowplayer HTML5 player. Features Embed MP4 videos Embed webm videos Embed videos which can be viewed from a mobile or tablet device Video playback support for iOS (ipad, iphone) and android devices Embed HTML5 videos which are playable across all major browsers Embed videos with poster images Embed videos and allow it to loop to the beginning when finished Customize the video player using modifier classes Automatically play a video when the page is rendered Embed videos using three different skins Automatically calculate the height of a video based on its width Flexible resizing of a video (true responsiveness) Embed a video with various aspect ratios (16:9, 4:3) Usage In order to embed a video, create a new post/page and use the following shortcode: [flowplayer src="http://example.com/wp-content/uploads/videos/test.mp4"] here, src is the actual source of your mp4 video file. In addition to the source mp4 video file, you can also specify a webm video file. This step is optional since mp4 video format is supported by almost all major browsers. [flowplayer src="http://example.com/wp-content/uploads/videos/test.mp4" webm="http://example.com/wp-content/uploads/videos/test.webm"] Poster Image If you want to show an image as placeholder before the video plays, you can specify it in the “poster” parameter: [flowplayer src="http://example.com/wp-content/uploads/videos/test.mp4" poster="http://example.com/wp-content/uploads/images/poster.jpg"] Autoplay Video If you want a particular video to start playing when the page loads you can set the “autoplay” option to “true”: [flowplayer src="http://example.com/wp-content/uploads/videos/test.mp4" autoplay="true"] Player Size By default, the player takes up the full width of the content area. You can easily control the size by specifying a width for it: [flowplayer src="http://example.com/wp-content/uploads/videos/test.mp4" width="500"] The height will be automatically determined based on the ratio (please see the “Control Player Ratio section” for details). Player Ratio The player ratio is set to “0.417” by default. But you can override it by specifying a different ratio in the shortcode: [flowplayer src="http://example.com/wp-content/uploads/videos/test.mp4" ratio="0.345"] Loop Video If you want a particular video to start playing again when it ends you can set the “loop” option to “true”: [flowplayer src="http://example.com/wp-content/uploads/videos/test.mp4" loop="true"] For documentation please visit the Flowplayer Video Player plugin page
Top keywords