J
by jjcoder
5 (1 reviews)
JJ SwfObject
Allows you to insert a swf file using a widget or a shortcode using the swfobject library.
Tested up to WP 3.1.4 (Current: 6.9.4)
v1.0.5
Current Version v1.0.5
Updated 15 years ago
Last Update on 07 Mar, 2011
Refreshed 6 hours ago
Last Refreshed on
Rank
#22,855
—
No change
Active Installs
30+
—
No change
KW Avg Position
17
—
No change
Downloads
8.8K
+1 today
Support Resolved
0%
—
No change
Rating
100%
Review 5 out of 5
5
(1 reviews)
Next Milestone 40
30+
40+
416
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Need 1 more installs to reach 40+
Rank Changes
Current
#22,855
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
5.0
1 reviews
Overall
100%
5
1
(100%)
4
0
(0%)
3
0
(0%)
2
0
(0%)
1
0
(0%)
Tracked Keywords
Showing 2 of 2Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 1.0.5
- Last Updated
- Mar 07, 2011
- Requires WP
- 2.8+
- Tested Up To
- 3.1.4
- PHP Version
- N/A
- Author
- jjcoder
Support & Rating
- Rating
- ★ ★ ★ ★ ★ 5
- Reviews
- 1
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
WP Adminify – White Label WordPress, Admin Menu Editor, Login Customizer
7K+ installs
#2,711
Master Addons For Elementor – Widgets, Extensions, Theme Builder, Popup Builder & Template Kits
30K+ installs
#952
Qi Addons For Elementor
200K+ installs
#252
MW
MW WP Form
200K+ installs
#266
WPFront Scroll Top
200K+ installs
#272
Frequently Asked Questions
Common questions about JJ SwfObject
Answer:
Try adding code below to your functions.php file
if ( ! function_exists( 'add_my_mime_types' ) ) :
function add_my_mime_types($existing_mimes=array()) {
$existing_mimes['swf'] = 'application/x-shockwave-flash';
return $existing_mimes;
}
endif;
add_filter('upload_mimes', 'add_my_mime_types');
Question:
Try adding code below to your functions.php file
if ( ! function_exists( 'add_my_mime_types' ) ) :
function add_my_mime_types($existing_mimes=array()) {
$existing_mimes['swf'] = 'application/x-shockwave-flash';
return $existing_mimes;
}
endif;
add_filter('upload_mimes', 'add_my_mime_types');
Question:
Answer:
echo do_shortcode('[jj-swfobject path="/mypath" html_id="banner" width="200" height="200" version="9.0.0"]');
Question:
echo do_shortcode('[jj-swfobject path="/mypath" html_id="banner" width="200" height="200" version="9.0.0"]');
Question:
Answer:
Please check that you don't have two versions of jQuery loading, this is the problem most of the time. Sometimes a theme puts in tags at the end of newlines aswell.
Please check that you don't have two versions of jQuery loading, this is the problem most of the time. Sometimes a theme puts in tags at the end of newlines aswell.