AppsFruit Elementor Embed
Embed Elementor pages, templates, and sections anywhere using shortcodes or Gutenberg blocks with conditional display options.
Plugin info
Maintenance & Compatibility
Maintenance score
Actively maintained • Last updated 64 days ago
Is AppsFruit Elementor Embed abandoned?
Likely maintained (last update 64 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
AppsFruit Elementor Embed allows you to embed Elementor pages, templates, and global sections anywhere on your site using simple shortcodes or Gutenberg blocks with advanced conditional display options.
Key Features
- Embed Anywhere: Insert Elementor templates using simple shortcodes or Gutenberg blocks
- Conditional Display: Show templates based on device (mobile/desktop), user role, or post type
- Custom Post Type: Dedicated AFE Templates post type with full Elementor support
- Organization: Built-in categories and tags for template management
- Quick Copy: One-click shortcode copying from admin interface
- Global Sync: Update once, reflect everywhere
- Gutenberg Block: Visual template insertion without shortcodes
- Developer Friendly: Extensive hooks and filters for customization
- Secure & Lightweight: Follows WordPress coding standards
Requirements
- WordPress 5.8 or higher
- PHP 7.4 or higher
- Elementor (free version) installed and activated
Basic Usage
[afe_embed id=123]
Replace 123 with your template ID.
Conditional Display
Device-Specific Display:
[afe_embed id=123 device=”mobile”]
[afe_embed id=123 device=”desktop”]
Role-Based Display:
[afe_embed id=123 role=”administrator”]
[afe_embed id=123 role=”editor|subscriber”]
Post Type Specific:
[afe_embed id=123 post_type=”page”]
[afe_embed id=123 post_type=”post|product”]
Combined Conditions:
[afe_embed id=123 device=”mobile” role=”subscriber” post_type=”post”]
Developer Hooks
The plugin provides several hooks and filters for developers:
afe_shortcode_atts– Modify shortcode attributesafe_should_display– Add custom display conditionsafe_should_render_template– Prevent template renderingafe_template_content– Modify template outputafe_before_render_template– Action before renderingafe_after_render_template– Action after rendering
Installation
- Upload the
appsfruit-elementor-embedfolder to/wp-content/plugins/ - Activate the plugin through the ‘Plugins’ menu in WordPress
- Make sure Elementor is installed and activated
- Start creating AFE Templates!
Frequently Asked Questions
Yes! This plugin works with both Elementor Free and Elementor Pro.
Yes! Templates are dynamically rendered, so any changes you make will automatically appear everywhere the template is embedded.
Yes! While the plugin is designed for AFE Templates, you can embed any post or page created with Elementor by using its ID in the shortcode.
The plugin is specifically designed for Elementor. For non-Elementor content, it will fall back to displaying the regular post content.
Yes! You can combine device, role, and post_type conditions in a single shortcode.
Review feed
Screenshots
Changelog
1.0.0
- Initial release
- Custom post type for AFE Templates
- Shortcode support with conditional attributes
- Gutenberg block integration
- Categories and tags for organization
- Quick copy shortcode functionality
- Developer hooks and filters
- Comprehensive documentation