Hosted Content Importer (HCI) for WordPress Plugin Directory
By Bimal Poudel
Hosted Content Importer (HCI) is a WordPress app, with a 5.0 average rating from 2 reviews, as of Aug 31, 2026.
Hosted Content Importer (HCI) is a WordPress Plugin Directory app by Bimal Poudel. With a rating of 5.0★ from 2 reviews.
AppRanks verdict
Generated from live marketplace data — refreshed daily
Hosted Content Importer (HCI) is a category-leading WordPress app with a limited review volume. Category data on the canonical marketplace listing is currently incomplete, so AppRanks falls back to platform-wide rather than category-relative comparison for this listing. 2 reviews put it in the early-traction tier — useful for early-stage stores willing to be on the leading edge. Early-traction review counts are sensitive to single launch periods or feature events, so a 30-day re-check before bigger commitments often resolves whether the trend is sustained. Paid-only pricing means evaluating fit on the marketplace listing or via the developer's documentation before installing. AppRanks tracks rating, review count, pricing tier, and category position daily — the figures on this page reflect the most recent scrape from the canonical WordPress Plugin Directory listing.
Pros
- +High average rating (5.0★) signals consistent merchant satisfaction
- +Published by Bimal Poudel — established developer track record
Cons
- −Limited review base (2) — ratings can shift significantly with new feedback
Looking to switch from Hosted Content Importer (HCI)?
See Hosted Content Importer (HCI)'s alternatives ranked by audit score, rating, and review velocity.
How Hosted Content Importer (HCI) works
Show full descriptionShow less
It imports third party hosted contents within WordPress blog. You can define from which url/resource to fetch the content. The original source may be editable by anyone else whom you trust. Thus, it logically empowers you to allow other users to externally edit a particular section of your blogs. And, you do not have to give them any access credentials of your website.
After installation, use shortcode tag [third] with few parameters as:
[third source="markdown" id="https://goo.gl/UpclKH" section=""]
source is a content processor type.
id is a URL or ID given by the third parties.
section is an optional parameter to access deeper content.
cache is a boolean directive whether to reuse the cached content.
It will then embed remote markdown content inside your blog.
Additionally, it will convert the text into HTML using Parsedown.
Parameters source: Where to seek the data (eg. Content Hosting Server). Examples:
analytics: ✔ implemented (Google Analytics)
file: ✔ implemented (Read from local file)
gist: ✔ implemented (Embed Gist Snippets)
jotform: ✔ implemented (Embed Web Forms)
markdown: ✔ implemented (Parse remote markdown files)
qr: ✔ implemented
For Custom Data,
For current page’s URL
youtube: ✔ implemented (Embeds a YouTube Video)
database: Partially implemented, and left for developers
url, api: Work in progress
wikipedia: Work in progress, Strategy: Content JSON to Data Section
The list is not limited, you expand it. Join/Fork Development
id: Content ID (unique identifier) of the data you want. Often:
Full URLs
Database IDs
Resource IDs provided by Service Providers eg. YouTube Video ID, JotForm Form ID, …
Full Path of a Local File
section: Additional parameter to identify the specific section of the content.
Example: Parsing a remote .md file [third source="markdown" id="https://goo.gl/UpclKH" section=""]
Learn to write your .md file.
Example: Embedding a gist code from GitHub [third source="gist" id="000000000000" section="filename.php"]
Create your gists at GitHub.
Example: Embedding a JotForm [third source="jotform" id="000000000000" section=""]
Create your own web form at JotForm website.
Example: Reading a server’s local file [third source="file" id="/tmp/readme.txt" section=""]
It has to be a static file for security reasons. For example, if you read the .php file, it will NOT process it, rather read its contents only. Your can contain valid HTML data, css and javascripts.
Example: Accessing database – Expand it yourself [third source="database" id="0" section="recent"]
Detailed implementations are left for the developers because of the nature. It is a proof of concept work. Please feel free to modify/expand it.
Example: Custom QR Code [third source="qr" id="YOUR DATA" section=""]
Example: QR Code for Current Page (Full URL) [third source="qr" id="url" section="internal"]
The above example is a full code. If you embed it anywhere, it lets your users copy that page’s URL into their mobile.
Example: Embedding a YouTube Video [third source="youtube" id="v00000000000" section=""]
Choose your video from YouTube.
Personalized Content Processors You may often consider writing your own Content Processor.
Refer to Custom Content Processor section in [Other Notes] tab.
Custom Content Processors If you want to develop your own Content Processor, it is much easier now.
Just create a tiny class file inside classes/processors as like one of the existing one. Simple examples are YouTube, JotForm and Gist processors.
Minimum requirements
File name: class.processor_YOURNAME.inc.php
Method: public function fetch($form_id = null, $section = null).
Process your content.
Return HTML string.
For references, see class.processor_none.inc.php
Use as: [third source="YOURNAME" section=""]
Click for real examples.
Just that much easy drop-in replacement.
Banner Image Used from unsplash.com
Cable Cars and Rope: Represents contents coming from various sources.
Keyword rankings
Hosted Content Importer (HCI) ranks for 1 keywords across WordPress Plugin Directory. Here are the top 1:
- 1.jotformRank #32
Competitors & alternatives
AppRanks tracks competitor sets per category. For Hosted Content Importer (HCI), the independent listing audit includes a competitive context section, and the full WordPress app index shows the broader marketplace landscape this app competes in. Sign up free to surface a side-by-side competitor matrix customized to your tracked apps.
Frequently asked questions
What is Hosted Content Importer (HCI)?
Hosted Content Importer (HCI) is an app for WordPress. It currently holds a 5.0-star rating from 2 merchant reviews, and AppRanks has been tracking its public marketplace data on the refresh cadence published in our methodology. AppRanks tracks its category position, review-velocity trend, and the top alternatives in the same space. Developed by Bimal Poudel.