PHPackages                             elipzis/nova-embed-card - 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. [Admin Panels](/categories/admin)
4. /
5. elipzis/nova-embed-card

ActiveLibrary[Admin Panels](/categories/admin)

elipzis/nova-embed-card
=======================

A custom Laravel Nova card to embed external content in an iframe

v1.0.0(5y ago)677.7k—0%MITPHPPHP &gt;=7.1.0

Since Aug 13Pushed 5y ago1 watchersCompare

[ Source](https://github.com/elipZis/nova-embed-card)[ Packagist](https://packagist.org/packages/elipzis/nova-embed-card)[ Docs](https://github.com/elipZis/nova-embed-card)[ RSS](/packages/elipzis-nova-embed-card/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (3)Used By (0)

Laravel Nova Embed Card [![GitHub license](https://camo.githubusercontent.com/93624d35ec6e3142bb634229788c4583d2748c7ea1c74f0e44d385d5816db671/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f656c69707a69732f6e6f76612d656d6265642d636172642e737667)](https://github.com/elipzis/nova-embed-card/blob/master/LICENSE) [![Donate](https://camo.githubusercontent.com/604e3db9c8751116b3f765aad0353ec7ded655bbe8aaacbc38d8c4a6b784b3ed/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f446f6e6174652d50617950616c2d677265656e2e737667)](https://www.paypal.me/elipzis)
============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#laravel-nova-embed-card--)

A custom [Laravel Nova](https://nova.laravel.com) card to embed external content in an iframe, e.g. from YouTube on a dashboard.

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

[](#installation)

You can install the package to your [Laravel Nova](https://nova.laravel.com) enabled project via composer:

```
composer require elipzis/nova-embed-card
```

Usage
-----

[](#usage)

Use the `EmbedCard()` by adding it to your `cards` method of the `NovaServiceProvider` or your [custom dashbord](https://nova.laravel.com/docs/3.0/customization/dashboards.html).

```
/**
 * Get the cards that should be displayed on the Nova dashboard.
 *
 * @return array
 */
protected function cards() {
    return [
        //Your other cards...

        //A most simple embed
        (new EmbedCard())->url('https://www.youtube.com/embed/WhWc3b3KhnY'),

        //A more complex embed of raw ... HTML with header and footer
        (new EmbedCard())->header('Spring')->footer('A Blender Open Movie')->code('')
    ];
}
```

See the [Laravel Nova documentation](https://nova.laravel.com/docs/3.0/customization/cards.html) for more insights about cards.

### Card options

[](#card-options)

#### Content options

[](#content-options)

- `url('string')` : The URL to embed. If an URL is set, code is neglected.
- `code('string')` : Raw `...` HTML content to embed.

**Either `url` or `code` have to be configured**

#### Text options

[](#text-options)

- `header('string')`: Header text to lead the embedded content as simple text string or raw HTML
- `footer('string')`: Footer text to conclude the embedded content as simple text string or raw HTML

#### Styling options

[](#styling-options)

- `center('bool')` : Center texts and content. Defaults to 'true'.
- `height('string')` : The height of the card as 'auto', 'default' or a pixel number. Defaults to 'auto'
- `forceFullWidth()` : Force the card to be full width
- `cardClasses('string')` : CSS classes to attach to the card element
- `headerClasses('string')` : CSS classes to attach to the header element
- `footerClasses('string')` : CSS classes to attach to the footer element

#### Example

[](#example)

[![Screenshot](../assets/nova-embed-card-screenshot1.png)](../assets/nova-embed-card-screenshot1.png)

Compatibility
-------------

[](#compatibility)

This custom Laravel Nova Embed Card has been tested with Laravel Nova v3.8.2

License and Credits
-------------------

[](#license-and-credits)

The Laravel Nova Embed Card is released under the MIT license by [elipZis](https://elipZis.com).

Disclaimer
----------

[](#disclaimer)

This source and the whole package comes without a warranty. It may or may not harm your computer. Please use with care. Any damage cannot be related back to the author. The source has been tested on a virtual environment and scanned for viruses and has passed all tests.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

2096d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/02667081c84600d32d3afcab149a1e7c81c5421eff4411541b9658755da2bbc1?d=identicon)[elipZis](/maintainers/elipZis)

---

Top Contributors

[![nea](https://avatars.githubusercontent.com/u/392035?v=4)](https://github.com/nea "nea (6 commits)")

---

Tags

carddashboardembeddediframelaravelnovaurllaraveldashboardcardembednovaiframe

### Embed Badge

![Health badge](/badges/elipzis-nova-embed-card/health.svg)

```
[![Health](https://phpackages.com/badges/elipzis-nova-embed-card/health.svg)](https://phpackages.com/packages/elipzis-nova-embed-card)
```

###  Alternatives

[digital-creative/nova-dashboard

The missing dashboard for nova.

7169.3k1](/packages/digital-creative-nova-dashboard)[jubeki/nova-card-linkable

A Linkeable Card for the Laravel Nova Dashboard.

19246.1k](/packages/jubeki-nova-card-linkable)[khalin/nova-link-field

A Laravel Nova Link field.

31562.2k2](/packages/khalin-nova-link-field)

PHPackages © 2026

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