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.
- Host: GitHub
- URL: https://github.com/pmdevita/colors--live-gallery-embed
- Owner: pmdevita
- Created: 2014-03-02T19:47:06.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-02T20:42:03.000Z (over 12 years ago)
- Last Synced: 2025-11-15T21:06:26.250Z (7 months ago)
- Size: 168 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!