Jump to content

[solved] How to insert skype button in home page ?


Recommended Posts

Is it possible to do that ?

 

I get from skype a script like this ! But where and how to add it cant find out ! :(

 

<script type="text/javascript" src="http://cdn.dev.skype.com/uri/skype-uri.js"></script>

<div id="SkypeButton_Chat_ksimanta_1">

<script type="text/javascript">

Skype.ui({

"name": "chat",

"element": "SkypeButton_Chat_ksimanta_1",

"participants": ["ksimanta"],

"imageSize": 32

});

</script>

</div>

Edited by johnxl (see edit history)
Link to comment
Share on other sites

hello

 

you can use this free feature: html block for prestashop.

 

Install this module in your prestashop backoffice (modules section / +add new module), then click on configure button.

 

Select "Home" and paste your code into textarea on right.

 

save changes.

 

voila! ;-)

 

 

if you want to manage position of the button, go to the modules -> position section, search for "home", you've got list of modules attached to the "home" section. Just drag n drop htmlbox module to the new place.

Link to comment
Share on other sites

Thanks again ! it was easy :) You are really helping :)

Is it possible to change word Chat to something else?

Now it looks like this ;

http://imageshack.us...2/20335282.png/

 

 

I think that this isn't possible because it is script from skype: http:// cdn.dev.skype.com /uri/skype-uri.js

so we don't have an access to edit this file.

 

anyway, i marked this thread as solved

 

regards

Link to comment
Share on other sites

  • 4 weeks later...
  • 2 weeks later...

When i type this script in contentBox in my site it appears like script bellow! how can i fix that?

But in html block it appears correct !

 

<div id="followBlock"></div>

<style type="text/css">

#followBlock { width: 120px;border: none; }

</style>

<script type="text/javascript" src="http://www.draugiem.lv/api/api.js" charset="utf-8"></script>

<script type="text/javascript">

var follow = new DApi.BizFollow( {name:'eksimanta.lv'} );

follow.append( 'followBlock' );

</script>

Link to comment
Share on other sites

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7 lt-ie6 " lang="en"> <![endif]-->

<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8 ie7" lang="en"> <![endif]-->

<!--[if IE 8]> <html class="no-js lt-ie9 ie8" lang="en"> <![endif]-->

<!--[if gt IE 8]> <html lang="fr" class="no-js ie9" lang="en"> <![endif]-->

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="lv">

<head>

<title>SUDRABA ROTAS - EKSIMANTA.LV SUDRABA ROTAS</title>

<meta name="description" content="Sudraba rotaslietas Jelgavā ! Pie Mums var iegādāties satriecošus,kavalitatīvus juvelierizstrādājumus ! Mob.tel[tele2] 28239055 e-pasts - [email protected] skype-eksimanta" />

<meta name="keywords" content="sudraba rotas,sudraba rotas jelgava,sudraba rotaslietas,sudraba rotaslietas jelgava,letas rotas,sudraba kulons,sudraba gredzens,sudraba auskari,sudraba aproce,sudraba kedite" />

<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />

<meta http-equiv="content-language" content="en-lv" />

<meta name="generator" content="PrestaShop" />

<meta name="robots" content="index,follow" />

<link rel="icon" type="image/vnd.microsoft.icon" href="/img/favicon.ico?1369208334" />

<link rel="shortcut icon" type="image/x-icon" href="/img/favicon.ico?1369208334" />

<script type="text/javascript">

var baseDir = 'http://eksimanta.lv/';

var baseUri = 'http://eksimanta.lv/';

var static_token = 'b8a4430823512dd475bd1dc3eba8718d';

var token = 'c1f98ef3f129c487b1dd15b162e7d57e';

var priceDisplayPrecision = 2;

var priceDisplayMethod = 0;

var roundMode = 2;

</script>

<link href="/themes/default/css/global.css" rel="stylesheet" type="text/css" media="all" />

<link href="/modules/carriercompare/style.css" rel="stylesheet" type="text/css" media="all" />

<link href="/modules/blockbestsellers/blockbestsellers.css" rel="stylesheet" type="text/css" media="all" />

<link href="/modules/blockviewed/blockviewed.css" rel="stylesheet" type="text/css" media="all" />

<link href="/modules/blockcart/blockcart.css" rel="stylesheet" type="text/css" media="all" />

<link href="/modules/blockspecials/blockspecials.css" rel="stylesheet" type="text/css" media="all" />

<link href="/modules/blockcurrencies/blockcurrencies.css" rel="stylesheet" type="text/css" media="all" />

<link href="/modules/blocknewproducts/blocknewproducts.css" rel="stylesheet" type="text/css" media="all" />

<link href="/modules/blocklanguages/blocklanguages.css" rel="stylesheet" type="text/css" media="all" />

<link href="/js/jquery/plugins/autocomplete/jquery.autocomplete.css" rel="stylesheet" type="text/css" media="all" />

<link href="/themes/default/css/product_list.css" rel="stylesheet" type="text/css" media="all" />

<link href="/modules/blocksearch/blocksearch.css" rel="stylesheet" type="text/css" media="all" />

<link href="/modules/favoriteproducts/favoriteproducts.css" rel="stylesheet" type="text/css" media="all" />

<link href="/modules/homefeatured/homefeatured.css" rel="stylesheet" type="text/css" media="all" />

<link href="/modules/homeslider/bx_styles.css" rel="stylesheet" type="text/css" media="all" />

<script type="text/javascript" src="/js/jquery/jquery-1.7.2.min.js"></script>

<script type="text/javascript" src="/js/jquery/plugins/jquery.easing.js"></script>

<script type="text/javascript" src="/js/tools.js"></script>

<script type="text/javascript" src="/modules/carriercompare/carriercompare.js"></script>

<script type="text/javascript" src="/modules/blockcart/ajax-cart.js"></script>

<script type="text/javascript" src="/themes/default/js/tools/treeManagement.js"></script>

<script type="text/javascript" src="/js/jquery/plugins/autocomplete/jquery.autocomplete.js"></script>

<script type="text/javascript" src="/modules/favoriteproducts/favoriteproducts.js"></script>

<script type="text/javascript" src="/modules/homeslider/js/jquery.bxSlider.min.js"></script>

<script type="text/javascript" src="/modules/homeslider/js/homeslider.js"></script>

<script type="text/javascript">

var favorite_products_url_add = 'http://eksimanta.lv/lv/module/favoriteproducts/actions?process=add';

var favorite_products_url_remove = 'http://eksimanta.lv/lv/module/favoriteproducts/actions?process=remove';

 

</script>

 

<link rel="alternate" type="application/rss+xml" title="SUDRABA ROTAS - EKSIMANTA.LV SUDRABA ROTAS" href="http://eksimanta.lv/modules/feeder/rss.php?id_category=0&orderby=position&orderway=asc" /><script type="text/javascript">

var _gaq = _gaq || [];

_gaq.push(['_setAccount', 'UA-40588509-1']);

// Recommanded value by Google doc and has to before the trackPageView

_gaq.push(['_setSiteSpeedSampleRate', 5]);

 

_gaq.push(['_trackPageview']);

 

 

(function() {

var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;

ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';

var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);

})();

</script>

 

</head>

 

<body id="index" class=" ">

<div id="page" class="container_9 clearfix">

 

<!-- Header -->

<div id="header" class="grid_9 alpha omega">

<a id="header_logo" href="http://eksimanta.lv/" title="EKSIMANTA.LV SUDRABA ROTAS">

<img class="logo" src="/img/logo-1.jpg?1369208334" alt="EKSIMANTA.LV SUDRABA ROTAS" width="268" height="50" />

</a>

<div id="header_right" class="grid_6 omega">

 

<!-- Block languages module -->

<div id="languages_block_top">

<div id="countries">

 

<p class="selected_language">

<img src="http://eksimanta.lv/img/l/2.jpg" alt="lv" width="16" height="11" />

</p>

<ul id="first-languages" class="countries_ul">

<li >

<a href="http://eksimanta.lv/en/" title="English (United States)">

 

<img src="http://eksimanta.lv/img/l/1.jpg" alt="en" width="16" height="11" />

</a>

</li>

<li class="selected_language">

<img src="http://eksimanta.lv/img/l/2.jpg" alt="lv" width="16" height="11" />

</li>

</ul>

</div>

</div>

 

<script type="text/javascript">

$(document).ready(function () {

$("#countries").mouseover(function(){

$(this).addClass("countries_hover");

$(".countries_ul").addClass("countries_ul_hover");

});

$("#countries").mouseout(function(){

$(this).removeClass("countries_hover");

$(".countries_ul").removeClass("countries_ul_hover");

});

 

});

</script>

<!-- /Block languages module -->

 

<!-- Block currencies module -->

<script type="text/javascript">

$(document).ready(function () {

$("#setCurrency").mouseover(function(){

$(this).addClass("countries_hover");

$(".currencies_ul").addClass("currencies_ul_hover");

});

$("#setCurrency").mouseout(function(){

$(this).removeClass("countries_hover");

$(".currencies_ul").removeClass("currencies_ul_hover");

});

 

$('ul#first-currencies li:not(.selected)').css('opacity', 0.3);

$('ul#first-currencies li:not(.selected)').hover(function(){

$(this).css('opacity', 1);

}, function(){

$(this).css('opacity', 0.3);

});

});

</script>

 

<div id="currencies_block_top">

<form id="setCurrency" action="/lv/" method="post">

<p>

<input type="hidden" name="id_currency" id="id_currency" value=""/>

<input type="hidden" name="SubmitCurrency" value="" />

Valūta : Ls

</p>

<ul id="first-currencies" class="currencies_ul">

<li class="selected">

<a href="javascript:setCurrency(2);" title="Latvijas lats">Ls</a>

</li>

</ul>

</form>

</div>

<!-- /Block currencies module -->

<!-- block seach mobile -->

<!-- Block search module TOP -->

<div id="search_block_top">

 

<form method="get" action="http://eksimanta.lv/lv/search" id="searchbox">

<p>

<label for="search_query_top"><!-- image on background --></label>

<input type="hidden" name="controller" value="search" />

<input type="hidden" name="orderby" value="position" />

<input type="hidden" name="orderway" value="desc" />

<input class="search_query" type="text" id="search_query_top" name="search_query" value="" />

<input type="submit" name="submit_search" value="Meklēt" class="button" />

</p>

</form>

</div>

<script type="text/javascript">

// <![CDATA[

$('document').ready( function() {

$("#search_query_top")

.autocomplete(

'http://eksimanta.lv/lv/search', {

minChars: 3,

max: 10,

width: 500,

selectFirst: false,

scroll: false,

dataType: "json",

formatItem: function(data, i, max, value, term) {

return value;

},

parse: function(data) {

var mytab = new Array();

for (var i = 0; i < data.length; i++)

mytab[mytab.length] = { data: data, value: data.cname + ' > ' + data.pname };

return mytab;

},

extraParams: {

ajaxSearch: 1,

id_lang: 2

}

}

)

.result(function(event, data, formatted) {

$('#search_query_top').val(data.pname);

document.location.href = data.product_link;

})

});

// ]]>

</script>

 

<!-- /Block search module TOP -->

 

 

 

 

<script type="text/javascript">

var CUSTOMIZE_TEXTFIELD = 1;

var img_dir = 'http://eksimanta.lv/themes/default/img/';

</script>

<script type="text/javascript">

var customizationIdMessage = 'Pielāgošana #';

var removingLinkText = 'izņemt šo produktu no pirkumu groza';

var freeShippingTranslation = 'Free shipping!';

var freeProductTranslation = 'Bezmaksas!';

var delete_txt = 'Izdzēst';

</script>

 

 

<!-- MODULE Block cart -->

<div id="cart_block" class="block exclusive">

<p class="title_block">

<a href="http://eksimanta.lv/lv/order" title="View my shopping cart" rel="nofollow">Grozs

<span id="block_cart_expand" class="hidden"> </span>

<span id="block_cart_collapse" > </span>

</a>

</p>

<div class="block_content">

<!-- block summary -->

<div id="cart_block_summary" class="collapsed">

<span class="ajax_cart_quantity" style="display:none;">0</span>

<span class="ajax_cart_product_txt_s" style="display:none">produkti</span>

<span class="ajax_cart_product_txt" >produkts</span>

<span class="ajax_cart_total" style="display:none">

</span>

<span class="ajax_cart_no_product" >(tukšs)</span>

</div>

<!-- block list of products -->

<div id="cart_block_list" class="expanded">

<p class="cart_block_no_products" id="cart_block_no_products">Nav produktu</p>

 

<p id="cart-prices">

<span id="cart_block_shipping_cost" class="price ajax_cart_shipping_cost">0.00Ls</span>

<span>Sūtīšana</span>

<br/>

<span id="cart_block_total" class="price ajax_block_cart_total">0.00Ls</span>

<span>Kopā</span>

</p>

<p id="cart-buttons">

<a href="http://eksimanta.lv/lv/order" class="button_small" title="View my shopping cart" rel="nofollow">Grozs</a> <a href="http://eksimanta.lv/lv/order" id="button_order_cart" class="exclusive" title="Pasūtīt" rel="nofollow"><span></span>Pasūtīt</a>

</p>

</div>

</div>

</div>

<!-- /MODULE Block cart -->

 

 

</div>

</div>

 

<div id="columns" class="grid_9 alpha omega clearfix">

<!-- Left -->

<div id="left_column" class="column grid_2 alpha">

<!-- Block categories module -->

<div id="categories_block_left" class="block">

<p class="title_block">925 prove sudrabs</p>

<div class="block_content">

<ul class="tree dhtml">

 

<li >

<a href="http://eksimanta.lv/lv/3-kuloni" title="">Kuloni</a>

</li>

 

 

<li >

<a href="http://eksimanta.lv/lv/4-auskari" title="">Auskari</a>

</li>

 

 

<li >

<a href="http://eksimanta.lv/lv/10-gredzeni" title="">Gredzeni</a>

</li>

 

 

<li >

<a href="http://eksimanta.lv/lv/8-aproces" title="">Aproces/Ķēdītes</a>

</li>

 

 

<li >

<a href="http://eksimanta.lv/lv/9-komplekti" title="">Komplekti</a>

</li>

 

 

<li >

<a href="http://eksimanta.lv/lv/11-bizuterija" title="">Bižutērija</a>

<ul>

 

<li >

<a href="http://eksimanta.lv/lv/12-apsudraboti-kuloni" title="">Kuloni</a>

</li>

 

 

<li >

<a href="http://eksimanta.lv/lv/13-apsudraboti-auskari" title="">Auskari</a>

</li>

 

 

<li >

<a href="http://eksimanta.lv/lv/14-apsudraboti-gredzeni" title="">Gredzeni</a>

</li>

 

 

<li >

<a href="http://eksimanta.lv/lv/15-apsudraboti-komplekti" title="">Komplekti</a>

</li>

 

 

<li >

<a href="http://eksimanta.lv/lv/16-apsudrabotas-aproces" title="">Aproces/Ķēdītes</a>

</li>

 

 

<li class="last">

<a href="http://eksimanta.lv/lv/17-bizuterija-apzeltita" title="">Bižutērija Apzeltīta</a>

<ul>

 

<li class="last">

<a href="http://eksimanta.lv/lv/18-apzeltiti-kuloni" title="">Kuloni</a>

</li>

 

</ul>

</li>

 

</ul>

</li>

 

 

<li class="last">

<a href="http://eksimanta.lv/lv/19-rotaslietas" title="">Ag saturoši izstrādājumi</a>

</li>

 

</ul>

 

<script type="text/javascript">

// <![CDATA[

// we hide the tree only if JavaScript is activated

$('div#categories_block_left ul.dhtml').hide();

// ]]>

</script>

</div>

</div>

<!-- /Block categories module -->

 

<!-- Block Viewed products -->

<div id="viewed-products_block_left" class="block products_block">

<p class="title_block">Apskatītie produkti</p>

<div class="block_content">

<ul class="products clearfix">

<li class="clearfix first_item">

<a href="http://eksimanta.lv/lv/gredzeni/179-gredzens-ar-zalu-aci.html" title="Vairāk par Gredzens ar zaļu aci" class="content_img">

<img src="http://eksimanta.lv/243-medium_default/gredzens-ar-zalu-aci.jpg" alt="" />

</a>

<div class="text_desc">

<p class="s_title_block"><a href="http://eksimanta.lv/lv/gredzeni/179-gredzens-ar-zalu-aci.html" title="Vairāk par Gredzens ar zaļu aci">Gredzens ar...</a></p>

<p><a href="http://eksimanta.lv/lv/gredzeni/179-gredzens-ar-zalu-aci.html" title="Vairāk par Gredzens ar zaļu aci">Simpātisks Gredzens ar Zaļu aci un...</a></p>

</div>

</li>

<li class="clearfix last_item">

<a href="http://eksimanta.lv/lv/komplekti/174-komplekts-mozaka.html" title="Vairāk par Komplekts Mozaīka" class="content_img">

<img src="http://eksimanta.lv/238-medium_default/komplekts-mozaka.jpg" alt="" />

</a>

<div class="text_desc">

<p class="s_title_block"><a href="http://eksimanta.lv/lv/komplekti/174-komplekts-mozaka.html" title="Vairāk par Komplekts Mozaīka">Komplekts...</a></p>

<p><a href="http://eksimanta.lv/lv/komplekti/174-komplekts-mozaka.html" title="Vairāk par Komplekts Mozaīka">Preciosa Kristāli</a></p>

</div>

</li>

</ul>

</div>

</div>

 

<!-- Block CMS module -->

<div id="informations_block_left_1" class="block informations_block_left">

<p class="title_block"><a href="http://eksimanta.lv/lv/content/category/1-Galvenā">Informācija</a></p>

<ul class="block_content">

<li><a href="http://eksimanta.lv/lv/content/1-k-pasutit" title="Kā Pasūtit">Kā Pasūtit</a></li> <li><a href="http://eksimanta.lv/lv/content/4-par-mums" title="Par Mums">Par Mums</a></li> <li><a href="http://eksimanta.lv/lv/content/3-noteikumi" title="Noteikumi">Noteikumi</a></li> </ul>

</div>

<!-- /Block CMS module -->

<!-- MODULE Block advertising -->

<div class="advertising_block">

<a href="http://www.eksimanta.lv" title="eksimanta"><img src="http://eksimanta.lv/modules/blockadvertising/advertising-s1.jpg" alt="eksimanta" title="eksimanta" width="155" height="163" /></a>

</div>

<!-- /MODULE Block advertising -->

<!-- wozia custom module : contentBox -->

<div id="contentBox" class="contentBox">

<p><div id="followBlock"></div><br /><style type="text/css"><br />#followBlock { width: 120px;border: none; }<br /></style> <br /><script type="text/javascript" src="http://www.draugiem.lv/api/api.js" charset="utf-8"></script><br /><script type="text/javascript"><br />var follow = new DApi.BizFollow( {name:'eksimanta.lv'} );<br />follow.append( 'followBlock' ); <br /></script></p>

</div>

<!-- /wozia custom module -->

</div>

 

<!-- Center -->

<div id="center_column" class=" grid_5">

 

 

<!-- Module HomeSlider -->

<script type="text/javascript">

var homeslider_loop = true;

var homeslider_speed = 650;

var homeslider_pause = 3000;

</script>

<ul id="homeslider">

<li>

<a href="http://eksimanta.lv/index.php?id_category=4&controller=category&id_lang=2" title="auskari rodija pārklājums,sudrba rotas">

<img src="/modules//homeslider/images/9e38bb7ffeec697739e5c71a74dc6a19.jpg" alt="auskari 925 prove" height="300" width="535" />

</a>

</li>

<li>

<a href="http://eksimanta.lv/lv/9-komplekti" title="letas rotaslietas jelgava">

<img src="/modules//homeslider/images/9329cdfc8d3e0f59f4b919ea942104ed.jpg" alt="sudraba komplekts 925 prove" height="300" width="535" />

</a>

</li>

<li>

<a href="http://eksimanta.lv/lv/19-ag-saturosi-izstradajumi" title="stiligs,melns davanu maisins">

<img src="/modules//homeslider/images/ee037fc46f58c8dbf15e0c5fb5760114.jpg" alt="sudraba rotaslietas" height="300" width="535" />

</a>

</li>

<li>

<a href="http://eksimanta.lv/lv/18-kuloni" title="apzeltitas rotas jelgava">

<img src="/modules//homeslider/images/cf20dec1b7ba8786635113e605a71225.jpg" alt="apzeltits kulons" height="300" width="535" />

</a>

</li>

<li>

<a href="http://eksimanta.lv/lv/3-kuloni" title="sudraba rotaslietas">

<img src="/modules//homeslider/images/cda6edc3de4aee91f846dbe6b65504ff.jpg" alt="sudraba kulons" height="300" width="535" />

</a>

</li>

</ul>

<!-- /Module HomeSlider -->

 

<!-- MODULE Home Featured Products -->

<div id="featured-products_block_center" class="block products_block clearfix">

<p class="title_block">Iesakam</p>

<div class="block_content">

 

 

<ul style="height:500px;">

 

<li class="ajax_block_product first_item ">

<a href="http://eksimanta.lv/lv/apsudraboti-auskari/178-auskari-imperija.html" title="Auskari Impērija" class="product_image"><img src="http://eksimanta.lv/242-home_default/auskari-imperija.jpg" height="124" width="124" alt="Auskari Impērija" /><span class="new">Akcija</span></a>

<p class="s_title_block"><a href="http://eksimanta.lv/lv/apsudraboti-auskari/178-auskari-imperija.html" title="Auskari Impērija">Auskari Impērija</a></p>

<div class="product_desc"><a href="http://eksimanta.lv/lv/apsudraboti-auskari/178-auskari-imperija.html" title="Vairak"> Īstai Karaliene </a></div>

<div>

<a class="lnk_more" href="http://eksimanta.lv/lv/apsudraboti-auskari/178-auskari-imperija.html" title="Apskatit">Apskatit</a>

<p class="price_container"><span class="price">5.20Ls</span></p>

<div style="height:23px;"></div>

</div>

</li>

 

<li class="ajax_block_product item ">

<a href="http://eksimanta.lv/lv/gredzeni/179-gredzens-ar-zalu-aci.html" title="Gredzens ar zaļu aci" class="product_image"><img src="http://eksimanta.lv/243-home_default/gredzens-ar-zalu-aci.jpg" height="124" width="124" alt="Gredzens ar zaļu aci" /><span class="new">Akcija</span></a>

<p class="s_title_block"><a href="http://eksimanta.lv/lv/gredzeni/179-gredzens-ar-zalu-aci.html" title="Gredzens ar zaļu aci">Gredzens ar zaļu aci</a></p>

<div class="product_desc"><a href="http://eksimanta.lv/lv/gredzeni/179-gredzens-ar-zalu-aci.html" title="Vairak"> Simpātisks Gredzens ar Zaļu aci un Baltiem akmentiņiem </a></div>

<div>

<a class="lnk_more" href="http://eksimanta.lv/lv/gredzeni/179-gredzens-ar-zalu-aci.html" title="Apskatit">Apskatit</a>

<p class="price_container"><span class="price">15.30Ls</span></p>

<div style="height:23px;"></div>

</div>

</li>

 

<li class="ajax_block_product item ">

<a href="http://eksimanta.lv/lv/kuloni/180-kulons-tresa-acs.html" title="Kulons Trešā acs" class="product_image"><img src="http://eksimanta.lv/244-home_default/kulons-tresa-acs.jpg" height="124" width="124" alt="Kulons Trešā acs" /><span class="new">Akcija</span></a>

<p class="s_title_block"><a href="http://eksimanta.lv/lv/kuloni/180-kulons-tresa-acs.html" title="Kulons Trešā acs">Kulons Trešā acs</a></p>

<div class="product_desc"><a href="http://eksimanta.lv/lv/kuloni/180-kulons-tresa-acs.html" title="Vairak"> Zila Actiņa Centrā </a></div>

<div>

<a class="lnk_more" href="http://eksimanta.lv/lv/kuloni/180-kulons-tresa-acs.html" title="Apskatit">Apskatit</a>

<p class="price_container"><span class="price">11.05Ls</span></p>

<div style="height:23px;"></div>

</div>

</li>

 

<li class="ajax_block_product item last_item_of_line ">

<a href="http://eksimanta.lv/lv/komplekti/181-komplekts-playboy.html" title="Komplekts Playboy" class="product_image"><img src="http://eksimanta.lv/245-home_default/komplekts-playboy.jpg" height="124" width="124" alt="Komplekts Playboy" /><span class="new">Akcija</span></a>

<p class="s_title_block"><a href="http://eksimanta.lv/lv/komplekti/181-komplekts-playboy.html" title="Komplekts Playboy">Komplekts Playboy</a></p>

<div class="product_desc"><a href="http://eksimanta.lv/lv/komplekti/181-komplekts-playboy.html" title="Vairak"> Izaicinošs Komplektiņš </a></div>

<div>

<a class="lnk_more" href="http://eksimanta.lv/lv/komplekti/181-komplekts-playboy.html" title="Apskatit">Apskatit</a>

<p class="price_container"><span class="price">22.95Ls</span></p>

<div style="height:23px;"></div>

</div>

</li>

 

<li class="ajax_block_product item last_line">

<a href="http://eksimanta.lv/lv/auskari/182-auskari-kristala-lapas.html" title="Auskari Kristāla Lapas" class="product_image"><img src="http://eksimanta.lv/246-home_default/auskari-kristala-lapas.jpg" height="124" width="124" alt="Auskari Kristāla Lapas" /><span class="new">Akcija</span></a>

<p class="s_title_block"><a href="http://eksimanta.lv/lv/auskari/182-auskari-kristala-lapas.html" title="Auskari Kristāla Lapas">Auskari Kristāla Lapas</a></p>

<div class="product_desc"><a href="http://eksimanta.lv/lv/auskari/182-auskari-kristala-lapas.html" title="Vairak"> Elegants Dizains - Angļu Slēdzene </a></div>

<div>

<a class="lnk_more" href="http://eksimanta.lv/lv/auskari/182-auskari-kristala-lapas.html" title="Apskatit">Apskatit</a>

<p class="price_container"><span class="price">21.25Ls</span></p>

<div style="height:23px;"></div>

</div>

</li>

 

<li class="ajax_block_product item last_line">

<a href="http://eksimanta.lv/lv/auskari/183-auskari-white-chery.html" title="Auskari White Chery" class="product_image"><img src="http://eksimanta.lv/247-home_default/auskari-white-chery.jpg" height="124" width="124" alt="Auskari White Chery" /><span class="new">Akcija</span></a>

<p class="s_title_block"><a href="http://eksimanta.lv/lv/auskari/183-auskari-white-chery.html" title="Auskari White Chery">Auskari White Chery</a></p>

<div class="product_desc"><a href="http://eksimanta.lv/lv/auskari/183-auskari-white-chery.html" title="Vairak"> Stilīgi Ķirsīši </a></div>

<div>

<a class="lnk_more" href="http://eksimanta.lv/lv/auskari/183-auskari-white-chery.html" title="Apskatit">Apskatit</a>

<p class="price_container"><span class="price">12.75Ls</span></p>

<div style="height:23px;"></div>

</div>

</li>

 

<li class="ajax_block_product item last_line">

<a href="http://eksimanta.lv/lv/kuloni/184-kulons-sky-blue.html" title="Kulons Sky Blue" class="product_image"><img src="http://eksimanta.lv/248-home_default/kulons-sky-blue.jpg" height="124" width="124" alt="Kulons Sky Blue" /><span class="new">Akcija</span></a>

<p class="s_title_block"><a href="http://eksimanta.lv/lv/kuloni/184-kulons-sky-blue.html" title="Kulons Sky Blue">Kulons Sky Blue</a></p>

<div class="product_desc"><a href="http://eksimanta.lv/lv/kuloni/184-kulons-sky-blue.html" title="Vairak"> Šis Kulons ir tā Vērts </a></div>

<div>

<a class="lnk_more" href="http://eksimanta.lv/lv/kuloni/184-kulons-sky-blue.html" title="Apskatit">Apskatit</a>

<p class="price_container"><span class="price">12.60Ls</span></p>

<div style="height:23px;"></div>

</div>

</li>

 

<li class="ajax_block_product last_item last_item_of_line last_line">

<a href="http://eksimanta.lv/lv/kuloni/185-kulons-green-miracle.html" title="Kulons Green Miracle" class="product_image"><img src="http://eksimanta.lv/250-home_default/kulons-green-miracle.jpg" height="124" width="124" alt="Kulons Green Miracle" /><span class="new">Akcija</span></a>

<p class="s_title_block"><a href="http://eksimanta.lv/lv/kuloni/185-kulons-green-miracle.html" title="Kulons Green Miracle">Kulons Green Miracle</a></p>

<div class="product_desc"><a href="http://eksimanta.lv/lv/kuloni/185-kulons-green-miracle.html" title="Vairak"> Elegants Kulons Šai Vasarai </a></div>

<div>

<a class="lnk_more" href="http://eksimanta.lv/lv/kuloni/185-kulons-green-miracle.html" title="Apskatit">Apskatit</a>

<p class="price_container"><span class="price">11.70Ls</span></p>

<div style="height:23px;"></div>

</div>

</li>

</ul>

</div>

</div>

<!-- /MODULE Home Featured Products -->

 

 

 

</div>

 

<!-- Right -->

<div id="right_column" class="column grid_2 omega">

 

<!-- MODULE Block new products -->

<div id="new-products_block_right" class="block products_block">

<p class="title_block"><a href="http://eksimanta.lv/lv/new-products" title="jaunums">jaunums</a></p>

<div class="block_content">

<ul class="product_images clearfix">

<li class="first"><a href="http://eksimanta.lv/lv/kuloni/185-kulons-green-miracle.html" title=""><img src="http://eksimanta.lv/250-medium_default/kulons-green-miracle.jpg" height="58" width="58" alt="" /></a></li>

<li><a href="http://eksimanta.lv/lv/kuloni/184-kulons-sky-blue.html" title=""><img src="http://eksimanta.lv/248-medium_default/kulons-sky-blue.jpg" height="58" width="58" alt="" /></a></li>

</ul>

<dl class="products">

<dt class="first_item"><a href="http://eksimanta.lv/lv/kuloni/185-kulons-green-miracle.html" title="Kulons Green Miracle">Kulons Green Miracle</a></dt>

<dd class="first_item"><a href="http://eksimanta.lv/lv/kuloni/185-kulons-green-miracle.html">Elegants Kulons Šai Vasarai</a><br /><a href="http://eksimanta.lv/lv/kuloni/185-kulons-green-miracle.html" class="lnk_more">Vairāk</a></dd> <dt class="last_item"><a href="http://eksimanta.lv/lv/kuloni/184-kulons-sky-blue.html" title="Kulons Sky Blue">Kulons Sky Blue</a></dt>

<dd class="last_item"><a href="http://eksimanta.lv/lv/kuloni/184-kulons-sky-blue.html">Šis Kulons ir tā Vērts</a><br /><a href="http://eksimanta.lv/lv/kuloni/184-kulons-sky-blue.html" class="lnk_more">Vairāk</a></dd> </dl>

<p><a href="http://eksimanta.lv/lv/new-products" title="Visi jaunie produkti" class="button_large">» Visi jaunie produkti</a></p>

</div>

</div>

<!-- /MODULE Block new products -->

<!-- MODULE Block specials -->

<div id="special_block_right" class="block products_block exclusive blockspecials">

<p class="title_block"><a href="http://eksimanta.lv/lv/prices-drop" title="Īpašie piedāvājumi">Īpašie piedāvājumi</a></p>

<div class="block_content">

 

<ul class="products clearfix">

<li class="product_image">

<a href="http://eksimanta.lv/lv/gredzeni/179-gredzens-ar-zalu-aci.html"><img src="http://eksimanta.lv/243-medium_default/gredzens-ar-zalu-aci.jpg" alt="" height="58" width="58" title="Gredzens ar zaļu aci" /></a>

</li>

<li>

<span class="reduction"><span>-15%</span></span>

 

<p class="s_title_block"><a href="http://eksimanta.lv/lv/gredzeni/179-gredzens-ar-zalu-aci.html" title="Gredzens ar zaļu aci">Gredzens ar zaļu aci</a></p>

<span class="price-discount">18.00Ls</span>

<span class="price">15.30Ls</span>

</li>

</ul>

<p>

<a href="http://eksimanta.lv/lv/prices-drop" title="Visi īpašie piedāvājumi">» Visi īpašie piedāvājumi</a>

</p>

</div>

</div>

<!-- /MODULE Block specials -->

<!-- Block CMS module -->

<!-- /Block CMS module -->

<!-- Block stores module -->

<div id="stores_block_left" class="block">

<p class="title_block"><a href="http://eksimanta.lv/lv/veikals" title="ka mus atrast">kur atrodamies</a></p>

<div class="block_content blockstore">

<p class="store_image"><a href="http://eksimanta.lv/lv/veikals" title="Mūsu veikali"><img src="/modules/blockstore/7_Jelgavas_pils_28km.jpg" alt="Mūsu veikali" width="174" height="220" /></a></p>

<p>

<a href="http://eksimanta.lv/lv/veikals" title="Mūsu veikali">» Jelgava</a>

</p>

</div>

</div>

<!-- /Block stores module -->

Droši Jautā Skype ! <script type="text/javascript" src="http://cdn.dev.skype.com/uri/skype-uri.js"></script> <div id="SkypeButton_Chat_eksimanta_1"> <script type="text/javascript"> Skype.ui({ "name": "chat", "element": "SkypeButton_Chat_eksimanta_1", "participants": ["eksimanta"], "imageColor": "white", "imageSize": 24 }); </script> </div> <div id="followBlock"></div> <style type="text/css"> #followBlock { width: 120px;border: none; } </style> <script type="text/javascript" src="http://www.draugiem.lv/api/api.js" charset="utf-8"></script> <script type="text/javascript"> var follow = new DApi.BizFollow( {name:'eksimanta.lv'} ); follow.append( 'followBlock' ); </script>

</div>

</div>

 

<!-- Footer -->

<div id="footer" class="grid_9 alpha omega clearfix">

 

<p class="center clearBoth"><a href="http://eksimanta.lv/lv/?mobile_theme_ok"></a></p>

</div>

</div>

</body>

</html>

Link to comment
Share on other sites

there is no <div id="followBlock"></div>

are you sure that you pasted correct code?

 

EDIT:

 

contentbox doesnt work!

<div id="contentBox">
<p><div id="followBlock"></div><br /><style type="text/css"><br />#followBlock { width: 120px;border: none; }<br /></style> <br /><script type="text/javascript" src="http://www.draugiem.lv/api/api.js" charset="utf-8"></script><br /><script type="text/javascript"><br />var follow = new DApi.BizFollow( {name:'eksimanta.lv'} );<br />follow.append( 'followBlock' ); <br /></script></p>
</div>

 

try to use htmlbox for this...

Link to comment
Share on other sites

Thanks I already tried html block ! With html block everthing works correct !

Problem is there that in html block i already got skype script !

But i want that on right side appaears skype chat but on left that other script !

Link to comment
Share on other sites

  • 2 months later...

I have the htmlbox block and have added the skype text. It works, but running some performance measures the code skype provides could be much more compressed. Is there a way to make a separate link to calling my skype account without using the code they provide? Or use my own skype image and have it connect to the skype code later, without it loading until the user clicks on it. Even though the performance is reduced slightly, I don't really like the way it looks on my site with the box and I can't move it in a certain position. The margin doesn't align with my other margins on my site. Any help would be greatly appreciatied. Thanks!

Link to comment
Share on other sites

This worked like a charm! Thanks for your help! I figured out a way to add the skype button to my site using Socialnetworklinks block. Using the png file I added the skype logo I wanted. This allowed me to use one of the options that came with the module that I don't use. I added "skype:My-site?chat" to the text in the module. When the user clicks on it, it will open Skype properly. But it also opens a blank tab from my website. Is there any coding in the module that would stop that one tab from opening just for that one button. Obviously facebook, twitter, etc should open a new tab. Thanks!

Edited by generalexperts (see edit history)
Link to comment
Share on other sites

  • 2 months later...

Hi there, I was just wondering if you could advise me as to where I am going wrong.

 

I have added htmlbox module and after visiting http://www.skype.com/en/features/skype-buttons/create-skype-buttons/ and completing my options I end up with

 

<script type="text/javascript" src="http://www.skypeassets.com/i/scom/js/skype-uri.js"></script>
<div id="SkypeButton_Chat_skypenamehere_1">
  <script type="text/javascript">
    Skype.ui({
      "name": "chat",
      "element": "SkypeButton_Chat_skypenamehere_1",
      "participants": ["skypenamehere"],
      "imageSize": 32
    });
  </script>
</div>

 

I added this to htmlbox and updated - visit my front page and voila I have the little Skype symbol next to the word Chat.

 

I click this and it opens my Skype to the chat window and connects - seems to be working fine.....except on my shops' homepage it puts a pop up box saying 'Please install Skype application in order to make this call or send this message' and I either have to reload the page or click the link (no option to close it)

 

Clicking ok takes me to www.skype.com/en/download-skype/skype-for-computer/

 

Where am I going wrong?

 

Any help gratefully accepted and appreciated in advance

Edited by 1sweetman (see edit history)
Link to comment
Share on other sites

Hi, wow quick response - thanks

 

site is www.sexythings4u.eu

 

additional info - if in htmlbox I just put <a href="skype:echo123?call">Call the Skype Echo / Sound Test Service</a>

 

It just opens skype and doesn't give the dialog box telling me to install skype.

Link to comment
Share on other sites

  • 2 years later...

Dear Vekia,

 

Thanks for you great module.Unfortunately, it doesn't work here. I tested both options. I copied this.

 

 

<script type="text/javascript" src="https://secure.skypeassets.com/i/scom/js/skype-uri.js"></script>

<div id="SkypeButton_Call_***_1">
 <script type="text/javascript">
 Skype.ui({
 "name": "dropdown",
 "element": "SkypeButton_Call_***_1",
 "participants": ["***"],
 "imageSize": 32
 });
 </script>
</div>

 

And when I save, the text is automatically modified to 

 

 

<script src="https://secure.skypeassets.com/i/scom/js/skype-uri.js"></script>

<div id="SkypeButton_Call_***_1">
<script>// <![CDATA[
 Skype.ui({
 "name": "dropdown",
 "element": "SkypeButton_Call_***_1",
 "participants": ["***"],
 "imageSize": 32
 });
 
// ]]></script>
</div>

 

I tried with 

 

 

 

<a href="skype:********?call">my Skype username!</a>

 

And when i save, it automatically changes to

 

 

<a>my Skype username!</a>

 

Any idea ? Many thanks !

Link to comment
Share on other sites

×
×
  • Create New...