F
by Steve Barnett
1 (0 reviews)
Flexible hReview
Easily add hReview data to a Post. Show it anywhere using the function or the shortcode.
Tested up to WP 3.3 (Current: 6.9.4)
vtrunk
Current Version vtrunk
Updated 13 years ago
Last Update on 15 May, 2012
Refreshed 7 hours ago
Last Refreshed on
Rank
#34,019
—
No change
Active Installs
10+
—
No change
KW Avg Position
5
—
No change
Downloads
1.7K
+1 today
Support Resolved
0%
—
No change
Rating
20%
Review 1 out of 5
1
(0 reviews)
Next Milestone 20
10+
20+
8,611
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 5 more installs to reach 20+
Rank Changes
Current
#34,019
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
1.0
0 reviews
Overall
20%
5
0
(0%)
4
0
(0%)
3
0
(0%)
2
0
(0%)
1
0
(0%)
Tracked Keywords
Showing 1 of 1| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| hreview | 5 | — | Tag | 9 hours ago |
Unlock 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
- trunk
- Last Updated
- May 15, 2012
- Requires WP
- 3.3.1+
- Tested Up To
- 3.3
- PHP Version
- N/A
- Author
- Steve Barnett
Support & Rating
- Rating
- ★ ☆ ☆ ☆ ☆ 1
- Reviews
- 0
- 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,717
Master Addons For Elementor – Widgets, Extensions, Theme Builder, Popup Builder & Template Kits
30K+ installs
#956
Crowdsignal Forms
100K+ installs
#284
Crowdsignal Dashboard – Polls, Surveys & more
100K+ installs
#292
WP Popular Posts
100K+ installs
#315
Frequently Asked Questions
Common questions about Flexible hReview
To display the current Post's hReview use [flexible_hreview] To display a different Post's hReview use [flexible_hreview id="123"]
In single.php: <?php if(function_exists('flexible_hreview_html')) { echo flexible_hreview_html(); }; ?> In other files: <?php if(function_exists('flexible_hreview_html')) { echo flexible_hreview_html(123); }; ?>
Use CSS to visually hide elements of the hReview. For example, to hide the version number: .hreview .version { position: absolute; left: -999em; }