tiny+ knowledge base
  • Welcome
  • Our pitch
  • Using tiny+
    • Getting started
      • Designing your project pipeline
      • Designing your client relationship pipeline
      • Setting up categories and tags
      • Importing your content
      • Adding your team
    • Guides
      • News Feed
      • For Me
      • Projects
      • Companies
      • Contacts
      • Assessments
      • User Permissions & Roles
    • How Tos
      • Merging duplicate records
      • Subscribing to a news feed
      • Enabling Two Factor Authentication
      • Building Lists
    • Integrations
      • SharePoint / Intranet
      • Office 365
      • Synergy
      • Mailchimp
      • Zapier
      • Custom integrations
    • Advanced topics
      • Project date fields
      • Single Sign-On (Azure)
  • API Documentation
    • Introduction
    • Getting access
      • Javascript token
      • Simple access token
      • Register a Client App
      • oAuth Authorisation process
    • Endpoints
      • Projects
      • Companies
      • Contacts
      • Enquiries
      • Team Members
      • Tasks
      • Meetings
      • Posts
Powered by GitBook
On this page
  • Embedding the News Feed
  • Embedding a News Feed Channel
  • Embedding the Event Calendar
  • Embedding a single project or company pipeline column

Was this helpful?

  1. Using tiny+
  2. Integrations

SharePoint / Intranet

You can embed certain tiny+ views into your SharePoint or other intranet platform

PreviousIntegrationsNextOffice 365

Last updated 3 years ago

Was this helpful?

Using iframes you can embed certain views from tiny+ into your intranet platform.

Embedding the News Feed

Use this URI:

An example implementation

<iframe src="https://crm.tiny.plus/embedded" width="800" height="700"></iframe>

Embedding a News Feed Channel

Use this URI structure:

You can locate the Channel ID required in the tiny+ address bar when you have the channel page open.

An example implementation

<iframe src="https://crm.tiny.plus/embedded/?channel=[channel_id]" width="800" height="700"></iframe>

Embedding the Event Calendar

Use this URI:

An example implementation

<iframe src="https://crm.tiny.plus/embed_calendar" width="800" height="700"></iframe>

Embedding a single project or company pipeline column

Explanation of URI components

projects_or_companies - which pipeline to show -- use projects for the project pipeline or companies for the client relationship pipeline.

phase_id_or_status_name - a valid pipeline phase ID. These IDs can be found in the Project Pipeline and Client Pipeline sections in your Account Settings. If you have not set up phases under a particular status (proposed, won, active, lost, cancelled) you can use the status name instead.

pipeline_id_or_type - optional. Leave this blank or use the phrase all to show ALL records, or insert either the ID of a custom pipeline or the phrase assigned to show the user's individually assigned pipeline.

For example...

An example implementation

<iframe src="https://crm.tiny.plus/embed/pipeline_part/projects/1234" width="300" height="800"></iframe>

Use this URI structure:

To embed your list of Active projects:

To embed a projects pipeline column with phase id of 1234,

https://crm.tiny.plus/embedded
https://crm.tiny.plus/embedded/?channel=[channel_id]
https://crm.tiny.plus/embed_calendar
https://crm.tiny.plus/embed/pipeline_part/[projects_or_companies]/[phase_id_or_status_name]/[pipeline_id_or_type]
https://crm.tiny.plus/embed/pipeline_part/projects/active
https://crm.tiny.plus/embed/pipeline_part/projects/1234