PHPackages                             tibemolde/embedder - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. tibemolde/embedder

ActiveCraft-plugin[Utility &amp; Helpers](/categories/utility)

tibemolde/embedder
==================

Embed videos (YouTube, Vimeo, Facebook) easily!

1.0.6(6y ago)14551MITPHPCI failing

Since Apr 3Pushed 2y ago1 watchersCompare

[ Source](https://github.com/tibemolde/craft3-embedder)[ Packagist](https://packagist.org/packages/tibemolde/embedder)[ RSS](/packages/tibemolde-embedder/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (7)Dependencies (2)Versions (7)Used By (0)

Embedder plugin for Craft CMS 3.x
=================================

[](#embedder-plugin-for-craft-cms-3x)

Embed videos (YouTube, Vimeo, Facebook) easily!

Requirements
------------

[](#requirements)

This plugin requires Craft CMS 3.0.0-beta.23 or later.

Installation
------------

[](#installation)

To install the plugin, follow these instructions.

1. Open your terminal and go to your Craft project:

    ```
     cd /path/to/project

    ```
2. Then tell Composer to load the plugin:

    ```
     composer require tibemolde/embedder

    ```
3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Embedder.

Embedder Overview
-----------------

[](#embedder-overview)

Embed videos easily!

Configuring Embedder
--------------------

[](#configuring-embedder)

No configuration is needed outside of runtime-options, however you can tweak where video-posters are stored locally through the plugin-settings

Using Embedder
--------------

[](#using-embedder)

Basic usage:

```

```

Style as you please (this is just an example):

```
.embed {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-bottom: 56.25%; /* ratio for 16:9 embed */

    iframe,
    object,
    embed {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100% !important;
	    height: 100% !important;
	    border: 0;
    }
}

```

Embedder Roadmap
----------------

[](#embedder-roadmap)

Some things to do, and ideas for potential features:

- Support oEmbed
- Support audio-playlists (Spotify, Soundcloud etc)

Brought to you by [TIBE Molde](https://github.com/tibemolde)

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 50% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~196 days

Total

5

Last Release

2216d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16030002?v=4)[TIBE Molde](/maintainers/tibemolde)[@tibemolde](https://github.com/tibemolde)

---

Top Contributors

[![johanneshakonsen](https://avatars.githubusercontent.com/u/112479755?v=4)](https://github.com/johanneshakonsen "johanneshakonsen (4 commits)")[![jowhannez](https://avatars.githubusercontent.com/u/5490109?v=4)](https://github.com/jowhannez "jowhannez (2 commits)")[![sjenset](https://avatars.githubusercontent.com/u/12337525?v=4)](https://github.com/sjenset "sjenset (2 commits)")

---

Tags

cmsCraftcraftcmscraft-pluginembedder

### Embed Badge

![Health badge](/badges/tibemolde-embedder/health.svg)

```
[![Health](https://phpackages.com/badges/tibemolde-embedder/health.svg)](https://phpackages.com/packages/tibemolde-embedder)
```

###  Alternatives

[verbb/formie

The most user-friendly forms plugin for Craft.

100387.6k57](/packages/verbb-formie)[nystudio107/craft-seomatic

SEOmatic facilitates modern SEO best practices &amp; implementation for Craft CMS 5. It is a turnkey SEO system that is comprehensive, powerful, and flexible.

1741.5M51](/packages/nystudio107-craft-seomatic)[verbb/navigation

Create navigation menus for your site.

92698.4k18](/packages/verbb-navigation)[verbb/field-manager

Manage your fields and field groups with ease.

195612.2k10](/packages/verbb-field-manager)[verbb/workflow

Enforce multi-step review processes for creating entries.

138123.0k1](/packages/verbb-workflow)[verbb/comments

Add comments to your site.

13753.7k](/packages/verbb-comments)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
