![]() |
VOOZH | about |
dotnet add package IgniteSG.OrchardCore.MspMarketingEdge --version 1.6.6
NuGet\Install-Package IgniteSG.OrchardCore.MspMarketingEdge -Version 1.6.6
<PackageReference Include="IgniteSG.OrchardCore.MspMarketingEdge" Version="1.6.6" />
<PackageVersion Include="IgniteSG.OrchardCore.MspMarketingEdge" Version="1.6.6" />Directory.Packages.props
<PackageReference Include="IgniteSG.OrchardCore.MspMarketingEdge" />Project file
paket add IgniteSG.OrchardCore.MspMarketingEdge --version 1.6.6
#r "nuget: IgniteSG.OrchardCore.MspMarketingEdge, 1.6.6"
#:package IgniteSG.OrchardCore.MspMarketingEdge@1.6.6
#addin nuget:?package=IgniteSG.OrchardCore.MspMarketingEdge&version=1.6.6Install as a Cake Addin
#tool nuget:?package=IgniteSG.OrchardCore.MspMarketingEdge&version=1.6.6Install as a Cake Tool
An Orchard Core module that automatically imports weekly blog posts from MSP Marketing Edge into your Orchard CMS site.
AutoBlogPost content items./autoblog/.PublishLaterPart, so Orchard auto-publishes them when the date arrives.SeoMetaPart on every imported post: canonical URL (pointing to the original source), noindex, follow robots directive, Open Graph tags, Twitter Card tags, and optional Google JSON-LD structured data.ContainedPart, so they automatically appear in List-based blog pages.OrchardCore.SeoOrchardCore.PublishLaterOrchardCore.Email (with SMTP configured)OrchardCore.Mediadotnet add package IgniteSG.OrchardCore.MspMarketingEdge
Or via the Package Manager Console:
Install-Package IgniteSG.OrchardCore.MspMarketingEdge
IgniteSG.OrchardCore.MspMarketingEdge project to your Orchard Core solution.The module registers a single permission:
| Permission | Description |
|---|---|
ManageAutoBlogSettings |
Access the AutoBlog settings page and trigger manual imports. Granted to the Administrator role by default. |
After enabling the module, navigate to Configuration → MSP Marketing Edge AutoBlog in the Orchard admin. The settings page provides:
| Setting | Description |
|---|---|
| Licensed Email | The email used to register with MSP Marketing Edge. Used for license validation and feed authentication. |
| Feed Selection | Choose the content feed (see table below). Set to "Feed Off" to disable imports. |
| Directly Publish | When enabled, imported posts are published immediately. When disabled, they are created as drafts. Default: disabled. |
| Notification Email | Comma-separated addresses to notify when posts are imported. Leave blank to disable. |
| Twitter/X Handle | Your organization's @handle for Twitter Card metadata. Leave blank to omit. |
| Publisher Name | Organization name for Google structured data. Falls back to the Orchard site name if blank. |
| Enable Google Structured Data | Toggle JSON-LD Article schema generation on imported posts. Default: enabled. |
| Option | Description |
|---|---|
| Feed Off | Disables the import |
| Blog Only — US | Blog articles only, US English |
| Blog Only — UK/AU | Blog articles only, UK/AU English |
| Blog + Video — US | Blog articles and video posts, US English |
| Blog + Video — UK | Blog articles and video posts, UK English |
| Blog + Video — AU | Blog articles and video posts, AU English |
For proper date and time display (localized format with AM/PM), enable OrchardCore.Localization and set a default culture (e.g. en-US, en-GB, or en-AU) under Configuration → Settings → Localization. Also verify your site timezone under Configuration → Settings → General. The module works without this, but dates will display in UTC with invariant formatting.
AutoBlogPost by GUID index, falling back to a slug-based lookup if needed.send_update flag is set and the update_version has changed.The module includes default Liquid templates for rendering AutoBlogPost content items:
Content-AutoBlogPost.liquid — Detail view (single article page). Renders the title, publish date, estimated reading time, featured image (hidden automatically for video feeds where the video is embedded in the body), full article body, and a link back to the original source.Content_Summary-AutoBlogPost.liquid — Summary view (article lists). Renders a Bootstrap card with featured image thumbnail, title, date, estimated reading time, excerpt, and a "Read more" link.These templates use Bootstrap 5 classes and work out of the box. To customize them, copy the template file into your theme's Views/ folder and modify it there — Orchard's shape resolution will pick up your theme's version over the module's default.
To display a list of imported posts on a page, you can use Orchard's built-in Liquid query support. For example, in a Liquid widget or template:
{% assign posts = ContentItem | query: type: 'AutoBlogPost', sort: 'PublishedUtc', order: 'desc', count: 10 %}
{% for post in posts %}
{{ post | shape_build_display: 'Summary' | shape_render }}
{% endfor %}
Alternatively, create a List content item in the Orchard admin that queries the AutoBlogPost content type — this gives you pagination and filtering without any template changes.
If your site already has a blog page that lists BlogPost items and you want imported AutoBlogPost items to appear alongside them, update your blog list template to query both content types.
This is an independent community project. It is not affiliated with or endorsed by MSP Marketing Edge. MSP Marketing Edge is a trademark of its respective owner.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.6.6 | 142 | 3/21/2026 |