|
Attention CamMasters
|
|
|
EarthCam Mobile makes it easy to embed recent moblog images into your own website! In addition to your own, you can add recent moblog images from other member albums. You can even share your recent image link with friends! The code for your recent moblog image can be accessed at anytime in the "links" area of your EarthCam Mobile album webpage. EarthCam Mobile offers two ways to display recent moblog images on your website: a Basic Version and an Advanced Version. |
|
|
Basic Version
The Basic Version code offers a quick and easy script that you can copy and paste into your webpage.
This sample code is using recent moblog images from the Times Square Cam album located at
"http://ts.earthcammobile.com".
To display recent images from a different album,
simply replace "ts" with the album name
(http://albumname.earthcammobile.com).
|
|
|
|
|
|
Advanced Version
The Advanced Version script is for users who are very familiar with html and javascript.
The Advanced Version gives you the option to add multiple recent images to your webpage along
with displaying details about each one.
|
|
|
|
|
|
Displaying images:
To display recent images from multiple albums, in the code add the album names separated by commas
after "data=". The resulting internet address should look
something like:
http://www.earthcammobile.com/getlatestimage_advanced.php?data=albumname,usa,london,ts,pets To display the picture and its information, you must utilize the javascript code below. Customizing the image information:
You can customize what information appears along with the image. You have the option to display the
album web address, the album title, the image title and the date the image was sent. Copy and paste
the code you wish to display.
| |
|
showLinkedImage: Displays the image and link to that album on EarthCam Mobile.
showAlbumUrl: Displays the link to the image's home album. showAlbumTitle: Displays the album title. showImageTitle: Displays the image title. showDate: Displays the date the image was sent. |
|
|
If you have any questions, please fill out the
online Help Form
and we will get back to you.
|
|