✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount

SleekView Feedback for Feature Upvote Pro

SleekView Feedback reads Feature Upvote Pro posts, votes, and category tags through the Bridge sync, and renders them as a native WordPress board so visitors stop bouncing to a subdomain and the marketing site can show the live roadmap inline alongside pricing pages.

♾️ Lifetime License available

SleekView Feedback board for Feature Upvote Pro

Why Feature Upvote sites benefit from a WordPress board

Feature Upvote Pro lives on its own subdomain by default, but the Bridge add-on mirrors posts, votes, and statuses into the WordPress wp_posts table with vote counts in _fu_votes meta, board category in _fu_board meta, and status in _fu_status meta. Without a rendering layer, that mirrored data just sits in the database doing nothing useful for the public site.

SleekView Feedback reuses those mirrored fields. Point the upvote column at _fu_votes, the status column at _fu_status, and the category column at _fu_board. The result is a native WordPress board sorted by the exact same vote counts Feature Upvote shows on its subdomain, with status and board pills on every card and no iframe, redirect, or subdomain hop required.

Clicking Upvote on a card calls the Feature Upvote API through the Bridge, which means the vote increments on the Feature Upvote subdomain in real time. Status pill changes write through the same API, so moderators can keep using Feature Upvote as the source of truth while the WordPress board owns the customer-facing render and SEO.

Workflow

From Feature Upvote boards to a WordPress feed

1

Connect to the Bridge data

Install SleekView, pick Feature Upvote Pro from the data source picker, and the plugin scans the mirrored post type plus _fu_votes, _fu_status, and _fu_board meta. Confirm the row preview matches what you see on the Feature Upvote subdomain, then save the connection without writing custom REST polling code.
2

Pick the upvote column

Choose the _fu_votes meta as the sort column. Feature Upvote already calculates the canonical vote count there, so SleekView just inherits it. You can also point at a derived score meta if you weight votes by user tier or by board, but most sites stay with the raw _fu_votes column.
3

Map status and category

Wire the status pill to _fu_status with values like Planned, In progress, or Shipped, then point category at _fu_board, the meta the Bridge populates from the Feature Upvote board name. SleekView reads the existing values and assigns each one a colored pill from the first render.
4

Embed the board on a public WordPress page

Drop the SleekView Feedback block onto a public roadmap page in WordPress. Upvotes from logged-in members write back to Feature Upvote through the Bridge API, so a vote on the WordPress page increments the vote on the Feature Upvote subdomain immediately without a manual sync job in between.

Sample board

Sample Feature Upvote board rendered in WordPress

A live preview of how Feature Upvote Pro posts render once SleekView mirrors them into WordPress, sorted by Feature Upvote vote totals, board, and status pills from the Bridge sync.
412 votes
Render Feature Upvote boards inline on marketing pages
Priya M. Feature request Planned
287 votes
Subdomain redirect loops on iOS embedded webviews
@fudev Bug Investigating
194 votes
Add per-board custom domain mapping for SEO
Helena R. Feature request New
156 votes
Native WordPress vote button avoids subdomain redirect
@codingtim Integration Shipped
47 votes
Vote count desyncs after Bridge sync cron skips a run
Yuki T. Bug Planned
8 votes
Provide a read-only public mirror for internal boards
@quietmember Idea Closed

Comparison

Feature Upvote subdomain versus SleekView Feedback

Default Feature Upvote subdomain

  • Default deployment lives on a feedback. subdomain that breaks brand continuity from the main marketing site.
  • Embed widgets use an iframe that hurts core web vitals and breaks the back button on mobile browsers.
  • Cross-board discovery requires switching boards through a dropdown that does not persist in the URL bar.
  • Custom domain mapping is a paid add-on that still proxies through Feature Upvote infrastructure end to end.
  • SEO for the boards is on the Feature Upvote subdomain, not on the WordPress site that owns the brand.

SleekView Feedback

  • Renders every Feature Upvote board inline on WordPress with no iframe, redirect, or subdomain hop required.
  • Status pills write to _fu_status through the Bridge, so Feature Upvote stays the source of truth.
  • Reads the _fu_votes meta directly, no parallel vote table or custom Feature Upvote webhook code.
  • Category pills reuse the Feature Upvote board name through _fu_board, no second taxonomy to maintain.
  • Upvotes hit the Feature Upvote API through the Bridge so totals stay in sync across the WordPress site.

Features

What SleekView Feedback gives you for Feature Upvote Pro

Same votes, native render

SleekView Feedback uses the exact same vote totals Feature Upvote already calculates, so a thread with two hundred votes on the subdomain shows two hundred votes on the WordPress board. The sort order matches what your team already sees inside Feature Upvote, and no team member has to learn a second vote count system.

Per-board category pills

The category column maps to the Feature Upvote board name through the _fu_board meta the Bridge populates, so a post inside the Mobile App board lands under a Mobile App pill on the WordPress board. New Feature Upvote boards appear as new pills automatically on the next sync without manual taxonomy work.

Public WordPress roadmap

Status pills like Planned, In progress, and Shipped come from the _fu_status meta the Bridge mirrors. Editing the status inside Feature Upvote updates the pill on the WordPress board on the next sync, so the source of truth stays inside Feature Upvote while WordPress owns the customer-facing roadmap and SEO.

Audience

Where Feature Upvote sites use the WordPress board

Marketing roadmap page

Embed the board on a Roadmap page inside the marketing site so prospective customers see real Feature Upvote posts moving through Planned, In progress, and Shipped without bouncing to a subdomain. The page inherits the WordPress theme, breadcrumbs, and conversion footer, which the subdomain widget cannot match.

Customer dashboard board

Logged-in customers see a personalized SleekView board on their account dashboard, filtered by the boards their plan unlocks. Votes write back to Feature Upvote through the Bridge, so the same engagement counts on the subdomain dashboard and inside Feature Upvotes internal team views without duplicate counts.

Internal triage view

Set the board to admin-only and filter by Feature Upvote board to triage incoming requests by team. Moderators see the same prioritized list they would see inside Feature Upvote itself, but rendered with the WordPress role and capability system already in place across the entire admin area.

The bigger picture

Why a WordPress-native render beats the Feature Upvote subdomain

Feature Upvote Pro is a solid roadmap tool, but its default deployment splits the brand. Customers land on the marketing site, click Roadmap, and get bounced to a subdomain with different chrome, broken back-button behavior on mobile, and a separate SEO surface that does not feed the main site. The iframe embed is worse because it hurts core web vitals and blocks the back button entirely.

Teams end up choosing between sending customers to a separate property or hiding the roadmap altogether, neither of which is great for trust. SleekView Feedback removes the choice. It uses the same Feature Upvote data through the Bridge sync but renders the board as a native WordPress page with the sites real theme, header, and footer.

Customers stay on the brand. Votes still write back to Feature Upvote so the source of truth stays where the team already triages from. The SEO juice from the roadmap accumulates on the main domain instead of leaking to a feedback subdomain that ranks for nothing.

The team gets to use Feature Upvote as a workflow tool while the public sees a properly branded roadmap.

Questions

Common questions about SleekView Feedback for Feature Upvote Pro

Yes. SleekView reads the data the Bridge mirrors into WordPress, so the only requirement is a working Feature Upvote Bridge installation. Whether your Feature Upvote workspace is on the Starter, Business, or Agency plan does not change how the Bridge stores posts and votes in WordPress, so SleekView behaves the same.

 

They do. SleekView calls the Feature Upvote API through the Bridge whenever a logged-in WordPress user upvotes a card. The vote increments on the Feature Upvote subdomain immediately, so the team sees identical totals whether they are looking at the WordPress board, the subdomain, or the Feature Upvote internal dashboard.

 

Yes. The data source picker accepts filters on the _fu_board and _fu_status meta keys, so a Mobile App board, a Web board, or posts carrying a specific status can each get a dedicated SleekView board on a separate WordPress page without any custom query code on the theme side.

 

Yes, if the Bridge API has write permissions and the WordPress user has the right capability. SleekView calls the Feature Upvote status endpoint through the Bridge. If write access is disabled, the status pill only updates the WordPress mirror and the Bridge will reset it on the next sync from Feature Upvote itself.

 

Private board content is only mirrored into WordPress if the Bridge has been authorized for that board. SleekView respects whatever the Bridge exposes, so an internal-only board stays internal unless an admin explicitly enables public mirroring for it. The SleekView board never shows posts the Bridge has not synced.

 

No. SleekView paginates the underlying WP_Query, caches the sorted set, and only loads the rows needed for the current page. A board with ten thousand mirrored Feature Upvote posts serves in roughly the same time as a board with five hundred because the sort runs once and the cache covers subsequent visits.

 

Anonymous voting is off by default because the Feature Upvote API expects an authenticated user. You can enable a SleekView session-based fallback that stores guest votes in its own table and merges them on login, useful for public roadmap pages where visitors should still vote without registering on Feature Upvote first.

 

The SleekView config travels with the source mapping. Repoint the data source picker at the new schema (Canny, IdeaPush, or any roadmap tables you can query) and the board renders again. Mirrored Feature Upvote data stays in WordPress until you remove it, so a rollback during a migration window is always possible.

 

Pricing

More than 1000+
happy customers

Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.

Starter

€79

EUR

per year

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€149

EUR

per year

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime ♾️

Most popular

€249

EUR

once

  • Unlimited websites
  • Lifetime updates
  • Lifetime support

...or get the Bundle Deal
and save €250 🎁

The Bundle (unlimited sites)

Pay once, own it forever

Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.

What’s included

  • SleekAI

  • SleekByte

  • SleekMotion

  • SleekPixel

  • SleekRank

  • SleekView