jQuery(function($)
{
let css_assets = document.createElement("style");
css_assets.type = "text/css";
css_assets.id = "appInstagram";
css_assets.textContent = `.modSocMedImg {
display: block;
}
.modSocMedImg {
background: #4D67A3;
width: 330px;
text-align: right;
position: relative;
left: 0;
transition: 0.5s;
}
.mosSoctiktok {
background: #161616;
}
.mosSoctiktok img {
padding: 7px;
box-sizing: border-box;
}
.mosSocfacebook {
background: #4D67A3;
}
.mosSocx {
background: #000;
}
.mosSocphone {
background: #FF4651;
}
.mosSocgoogleplus {
background: #D74936;
}
.mosSocinstagram {
background: #40719A;
}
.mosSocinstagram1 {
background: #e8424e;
}
.mosSocyoutube {
background: #CC171E;
}
.mosSoctumblr {
background: #2C4661;
}
.mosSocpinterest {
background: #C62325;
}
.modSocMedImg span {
color: #fff;
font-size: 14px;
font-weight: 600;
position: relative;
top: 1px;
}
.modLe .fb_iframe_widget {
top: -43px !important;
left: -42px !important;
}
.modPr .fb_iframe_widget {
left: 42px;
top: -43px;
}
.modPr .modSocMedImg {
text-align: left;
}
.modFBWidget:hover {
z-index: 9 !important;
}
/*.mosSocfacebook.modFBWidget img {
position: absolute;
z-index: 99999;
right: -42px;
top: 1px;
}*/
.mosSoclinkedin3 {
background: #087FB7;
}
.mosSoclinkedin3 img {
width: 35px;
position: relative;
left: 3px;
margin-right: 7px;
}`;
document.getElementsByTagName("head")[0].appendChild(css_assets);
let shop_id = 497;
console.log(shop_id);
var modTablicaActive = {"facebook":{"url":null,"hover":null},"instagram":{"url":"https:\/\/www.instagram.com\/drogeria_namera\/","hover":"Instagram"}};
var distanceTop = "200";
var distanceTopMobile = "100";
var app_active = "1";
var app_activeOnMobile = "1";
var modFbWidget = "1";
var isMobile = 0;
var modDataHref = "https:\/\/www.facebook.com\/nacomi.kosmetyki";
var modFbWidgetWidth = "300";
var modFbWidgetHeight = "400";
var modUseSmallHeader = "0";
var execHideCover = "0";
var execshowFriends = "0";
var execTabs = "timeline, messages";
var modPosition = "lewo";
if (app_active != 0)
{
if (isMobile == 1)
{
if (app_activeOnMobile == 1)
{
app_active = 1;
}
else
{
app_active = 0;
}
}
}
if (app_active == 1)
{
$.each(modTablicaActive, function(index, value)
{
// console.log( index + ": " + value );
// console.log(shop_id);
let cur_src = 'https://maxtest.cube-shops.com/appSocialMedia/gfx/'+index+'.png';
if(index == 'googleplus')
{
index = 'linkedin3';
cur_src = 'https://maxtest.cube-shops.com/appSocialMedia/gfx/'+index+'.png';
}
if(index == 'instagram' && shop_id == 839)
{
cur_src = 'https://maxtest.cube-shops.com/appSocialMedia/gfx/'+index+'.png';
index = 'instagram1';
}
else if(index == 'instagram' && shop_id == 924)
{
index = 'labelart_insta';
cur_src = 'https://maxtest.cube-shops.com/appSocialMedia/gfx/'+index+'.png';
}
else if(index == 'facebook' && shop_id == 924)
{
index = 'labelart_fb';
cur_src = 'https://maxtest.cube-shops.com/appSocialMedia/gfx/'+index+'.png';
}
else if(index == 'tiktok' && shop_id == 924)
{
index = 'labelart_tiktok';
cur_src = 'https://maxtest.cube-shops.com/appSocialMedia/gfx/'+index+'.png';
}
else if(index == 'twitter')
{
index = 'x';
cur_src = 'https://maxtest.cube-shops.com/appSocialMedia/gfx/'+index+'.png?v2';
}
else if(index == 'pinterest' && shop_id == 893)
{
index = 'phone';
cur_src = 'https://maxtest.cube-shops.com/appSocialMedia/gfx/'+index+'.png?v2';
}
$('').attr({
src: cur_src,
width: '42px'
}).appendTo(
$('').html(
value['hover'] ? '' + value['hover'] + '' : ''
).attr({
href: index == 'phone' && shop_id == 893 ? 'tel:603336700' : value['url'],
target: '_blank',
class: 'modSocMedImg mosSoc' + index
}).appendTo($('body'))
);
if (value['hover'] != 0) {
$('.mosSoc' + index).addClass('hoverMod');
}
});
$('.modSocMedImg').wrapAll('