Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  1. Fotoware Alto
    • 11.14 Schreckhorn
    • Terminology
    • Solutions
    • User Guide - Deutsch
    • User Guide - English
    • API Changelog
  2. Fotoware Veloz
    • Managing users and groups
    • Configuring archives
    • Configuring workflows
    • Configuring site behavior
    • Navigating and searching to find your assets
    • Working with your assets
    • Editing asset metadata
    • Uploading files
    • Version Control in Fotoware
    • Albums - Creating and sharing collections
    • Placing assets in a CMS
    • Working with the Fotoware Pro interface
    • Using the Fotoware plugins
    • Consent management
    • User guide to FotoWeb for iPad (Legacy)
    • Picture conferencing with FotoWeb Screens (Legacy)
    • What's what in Fotoware
    • GDPR
    • Fotoware Veloz releases
    • Activity Exports
    • Fotoware Example Workflows
  3. Fotostation
    • Getting started with Fotostation
    • Viewing, selecting and sorting files
    • Managing your assets with archives
    • Adding metadata to assets
    • Searching for assets
    • Working with your assets
    • Version Control in Fotostation
    • Automating tasks with Actions
    • Configuring metadata fields and editors
    • Configuring Fotostation
    • Configuring Fotostation for multi-user environments
    • Troubleshooting Fotostation
  4. Fotoware Flow
    • What is Flow?
    • Getting started
    • Flow dictionary
  5. Fotoware On-Premises
    • Getting started
    • Index Manager
    • FotoWeb
    • Color Factory
    • Connect
    • Operations Center Guide
  6. Integrations and APIs
    • The Fotoware API
    • Creating integrations using embeddable widgets
    • Authorizing applications using OAuth
    • Auto-tagging
    • FotoWeb Drag and Drop export
    • Integration using webhooks
    • Optimizely and Episerver plugin documentation
    • User Interface Integrations
  7. Fotoware Mobile
    • User guide for Fotoware Mobile for iPhone and Android
    • User guide to FotoWeb for iPad (Legacy)
    • User guide to FotoWeb for iPhone and Android (Legacy)

Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  • Support

Table of Contents

Understanding Microsites Microsite Examples Microsite Basics Content Routing between Systems System requirements
  • Home
  • Fotoware Alto
  • 11.14 Schreckhorn
  • API Clients

Microsites

02. March 2025

Elaine Foley

Table of Contents

Understanding Microsites Microsite Examples Microsite Basics Content Routing between Systems System requirements

Access all Microsite samples on Github: https://github.com/Picturepark/Picturepark.SDK.Samples

Check the Live Demo Version here: 

  • Content Portal Demo
  • Press Portal Demo

Understanding Microsites

Extending Picturepark access to websites and apps.

A Picturepark Microsite is a portable and embeddable website page element or mobile app component that pulls content from the Picturepark Content Platform. The primary purpose of a Microsite is to make content managed in one system available in other systems, without having to be manually copied between systems.

Picturepark Microsites can be static or dynamic. A static Microsite is one for which the creating user selects specific content that is being the Microsite. The content of a dynamic Microsite comes from Filters rather than a specific selection. This means that the content of the Microsite could change regularly, perhaps each time the page is loaded.

Dynamic Microsites can also be interactive, enabling users to change the contents within, based on search and filter operations that are available where the Microsite is displayed.

The capabilities of a Microsite are part of the site's architecture and design. Like websites and mobile apps, not all Microsites look or behave the same, or provide the same functionality.

Microsite Examples

The use cases for Microsites are diverse. Many departments across the organization can benefit from publishing their data sources, while the enterprise as a whole benefits from having all that data released through a single system.

Below are a few examples of Microsites that could benefit many different types of organizations:

Purpose Department Notes
Documentation portals Technical Publications Provide a searchable directory of current and historical documentation, a knowledge base, or a tips and tricks archive.
Campaign landing pages Marketing Centrally control the content of all landing pages from within Picturepark. Let permitted marketers messaging and calls-to-action, or update hero and other imagery, without having to involve the web team.
Press kits Marketing Build as many press kits as you have markets, each with the contents you need. Update messaging or materials at any time, without editing websites or having to FTP files back and forth.
Job listings Human Resources Publish active job listings, add new listings, and remove old ones at any time. Update titles, descriptions, or requirements to improve performance and responses, all without involving the web team.
Partner network listings Business Development Publish a complete global listing of partners, separated by region, specialty, or any criteria that are needed. Include partner logos and update, add or delete a listing at any time without involving the web team.
Office locations Facilities Including a listing of office locations that are easy to maintain and update as needed. Include one or more photos of each facility, and optionally provide directions, maps, or more.
Contact numbers Corporate Communications Publish an enterprise extensive phone directory to the website and an intranet. Make some listings and information available on the site, while other information is available only on the intranet.
Product galleries Product Management Publish a searchable directory of products. Include as many images as you need, and provide links to associated content, such as documentation, service manuals, and more. Segment content by region or other attributes.
Parts databases Product Management Provide a globally searchable database of parts. Include images, installation guides, links to service locations or partners, and more.

Most medium- to large-sized organizations have multiple data-based content sources they need publishing via websites or mobile apps. Picturepark can serve as a central hub that connects those upstream business systems with output channels, so that data doesn't need to be manually copied or updated.

Microsite Basics

There are two primary components to a Microsite:

  • Back-end content creation or content selection
  • Front-end content formatting and presentation

Picturepark is the back end content creation or content selection. The front end is based on standard HTML and CSS that is built by a website or app developer.

Each Microsite may be a Virtual Content Item that acts as a template for the content structure of the Microsite or the summary of Virtual Content Items, taking the structure form the underlying Virtual Type. An example structure might be a headline, an abstract, some descriptive text, the selection of a "hero" image to serve as a banner, and a variety of related content available for download from the Microsite.

Picturepark users edit the Content item for the Microsite to provide the static text values that will serve as headlines and descriptive text, and to select content to be included on the Microsite, either by direct selection or by editing a Filter that determines dynamic content selection. A MicrositeContent item can be edited at any time by any permitted user.

Once a Microsite's Content item is complete, there are two options:

  • Picturepark generates code that can be manually copied and embedded into a front end.
  • The Microsite can be accessed directly via the Picturepark API.

In either case, each time the Microsite is loaded via website or mobile app, the content comes from Picturepark on the fly. So any changes made to the Microsite Content item are reflected immediately. If a content distribution network (CDN) is in use, the time required for Microsite changes to be propagated are dependent on the CDN.

Content Routing between Systems

Picturepark Microsites can serve as an intermediary between upstream systems in which master data is managed, and output channels through which that data must be published.

System requirements

The microsites (examples) are all .net Core compatible, so they run on any platform which support .net Core.

OS: Windows / Linux / MacOS

Frameworks: NET Core 2.2

CPU depending on the load on the Microsite (min 2 CPU Cores, 4GB RAM)

Was this article helpful?

Yes
No
Give feedback about this article

Related Articles

  • API Clients
eco-lighthouse-miljøfyrtårn

Company

  • About us
  • Resellers
  • Careers
  • Contact us

Help & support

  • Support center
  • Consultancy
  • Tech partners
  • Fotostation
  • System status

Trust Center

  • Legal
  • Security
  • Sustainability & ESG

Locations

Fotoware AS (HQ)
Tollbugata 35
0157 OSLO
Norway
FotoWare Switzerland AG
Industriestrasse 25
5033 Buchs (AG)
Switzerland

Copyright 2025 Fotoware All rights reserved.

  • Terms of service
  • Privacy policy
  • Cookie policy

Knowledge Base Software powered by Helpjuice

Expand