Web Design+Programming+Development

AVDL Launches The DOMIBERIA Website

Today we have launched the DOMIBERIA website. DOMIBERIA is a real estate portal in English and Russian aimed to promote Spanish Real Estate on the Costa del Sol to Russian Clients. Visit DOM IBERIA


By: AVDL, 15-1-2013 source: AVDL

Axterisk.com launched

The axterisk.com website is now fully operational. axterisk.com contains a unique set op tools and utilities for investments in bonds directed at the spanish financial market.


By: , 9-11-2012 source: AVDL

Facebook "Like" and Twitter "Tweet" buttons after JQuery Ajax calls

Simple way to render facebook-like and twitter-tweet buttons after ajax calls:


Place the recommended javascript in your html page header

For the facebook buttons:


<script type="text/javascript">(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 = "//connect.facebook.net/es_ES/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs); } (document, 'script', 'facebook-jssdk')); </script>


For the Twitter buttons:


<script type="text/javascript"> !function(d,s,id){ var js,fjs=d.getElementsByTagName(s)[0]; if(!d.getElementById(id)){ js=d.createElement(s); js.id=id; js.src="https://platform.twitter.com/widgets.js"; fjs.parentNode.insertBefore(js,fjs); } } (document,"script","twitter-wjs");</script>';


After the ajax call dynamically loads the buttons:


$.ajax({ ... settings }, success: function(data) { $('selector').html(data); FB.XFBML.parse(); twttr.widgets.load(); } });


And done !


By: AVDL, 1-9-2012 source: AVDL

7 Articles, page
1
2
3