amiritedotcom/amirite-embed

There is no license information available for the latest version (1.0.4) of this package.

Installs: 49

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:CSS

pkg:composer/amiritedotcom/amirite-embed

1.0.4 2019-05-05 12:09 UTC

This package is auto-updated.

Last update: 2025-10-06 02:39:13 UTC


README

Embed Amirite posts on a Website.

Rather than using an <iframe> which may not be supported (e.g. in a Cordova app) this has a PHP class to fetch a post and return its HTML. Some CSS is also provided here to style the post on the page.

Install

composer require --prefer-source amiritedotcom/amirite-embed:dev-master

Update

Because I've been lazy and not used git tags to version this you can update with:

composer clearcache; composer require --prefer-source amiritedotcom/amirite-embed:dev-master