amiritedotcom / amirite-embed
Installs: 42
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:CSS
Requires
- guzzlehttp/guzzle: ^6.3
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