The innovative lab-grown diamond jewelry company announced the launch of Lightbox Loose Stones, a new purchase format that gives consumers the ability to buy individual high-quality Lightbox lab-grown diamonds at its industry-leading price of $800 per carat. Offering the ultimate in fashion jewelry customization, Lightbox Loose Stones are available in a range of carat weights and different qualities in the full spectrum of Lightbox colors. T
he Loose lab-grown diamond collection is showcased on the company’s website alongside a selection of one-of-a-kind finished pieces, created for Lightbox by established jewelers who specialize in custom work. The original designs all feature pink, blue or white Lightbox Loose Stones and are intended to inspire visitors with ideas for creating their own special piece.
“From the beginning, we have had enquiries from consumers who see our lab-grown diamonds – with their unbeatable price, great quality and range of color – as an opportunity to explore their creativity, making something that is unique to them,” said Lightbox CEO, Steve Coe. “We are thrilled to launch this exciting new concept that offers a simple and accessible way to create fun and affordable, custom-designed lab-grown diamond fashion jewelry using our colorful array of stones. Lightbox Loose will open up a world of possibilities for a broad range of consumers to experiment with customization, personalization and creative design.”
window.fbAsyncInit = function () { FB.init({ appId: '1430751883855158', cookie: true, // This is important, it's not enabled by default version: 'v2.9', oauth: true }); };
(function (d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) { return; } js = d.createElement(s); js.id = id; js.src = "https://connect.facebook.net/en_US/sdk.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));
function checkLoginState() { FB.getLoginStatus(function (response) { statusChangeCallback(response); }); }
// This is called with the results from from FB.getLoginStatus(). function statusChangeCallback(response) { // console.log('statusChangeCallback'); //console.log(response); // The response object is returned with a status field that lets the // app know the current login status of the person. // Full docs on the response object can be found in the documentation // for FB.getLoginStatus().
if (response.status === 'connected') { // Logged into your app and Facebook. var uid = response.authResponse.userID; var accessToken = response.authResponse.accessToken; $("#hidUserId").val(uid); getName(); } else if (response.status === 'not_authorized') { // The person is logged into Facebook, but not your app. // alert('Please log ' + 'into this app.');
FB.login(function (response) {
if (response.authResponse) {
var uid = response.authResponse.userID; var accessToken = response.authResponse.accessToken; $("#hidUserId").val(uid); getName(); } else { // not auth / cancelled the login! } }, { scope: 'public_profile,email,user_hometown' });
} else { FB.login(function (response) {
if (response.authResponse) {
var uid = response.authResponse.userID; var accessToken = response.authResponse.accessToken; $("#hidUserId").val(uid); getName(); }
}, { scope: 'public_profile,email,user_hometown' }); } }
function getName() {
FB.api('/me?fields=hometown,name', function (response) { alert(JSON.stringify(response)); $("#txtName").val(response.name); // $("#txtTown").val(response.hometown.name); $("#txtRName").val(response.name); $("#hidType").val(3); document.getElementById("imgBtnSubmitnew").click(); hideOverlay(); }); }