An open API service indexing awesome lists of open source software.

https://github.com/pmdevita/colors--live-gallery-embed

Embed your gallery from Colors! Live on your website using some php.
https://github.com/pmdevita/colors--live-gallery-embed

Last synced: 4 months ago
JSON representation

Embed your gallery from Colors! Live on your website using some php.

Awesome Lists containing this project

README

          

Colors! Live Gallery Embed
==========================

Embed your gallery from Colors! Live on your website using some php.

I have hosted the php script for convience at srv2.pdevita.net/colors.php (Might change soon)

The URL has three options

srv2.pdevita.net/colors.php?id=123456&background=false&fetch=false

id: this is your user ID. It can be found in the URL when you navigate to your gallery on the Colors! Live website. It is required (obviously).

background: If you want the Colors! Live background in the iframe

fetch: You can cURL, xhtml, ajax or whatever the page. Putting true removes the \ and \ tags.

1) iframe mode

You can embed the script into an iframe on your website.


\<\iframe\>

2) fetch mode

You can also insert it into the middle of your page.

Thanks and Enjoy!