Con il sistema di aggiornamenti feed rss sarai sempre aggiornato su tutti gli eventi di cercarte.it direttamente sul tuo pc.
Eventi in Italia
Concorsi, premi e workshop
Eventi segnalati dalla community
Galleria immagini
Galleria video
INSERISCI LE NOSTRE NEWS AGGIORNATE SUL TUO SITO
ESEMPIO BOX CON NEWS aggiornamenti feed rss

COPIA INCOLLA I SEGUENTI CODICI SULLA TUA PAGINA:
<code>
<!--
You are free to copy and use this sample in accordance with the terms of the
Apache license (http://www.apache.org/licenses/LICENSE-2.0.html)
-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>Dynamic Feed Control</title>
<script src="http://www.google.com/jsapi" type="text/javascript"></script>
<!-- Dynamic Feed Control and Stylesheet -->
<script src="http://www.google.com/uds/solutions/dynamicfeed/gfdynamicfeedcontrol.js"
type="text/javascript"></script>
<style type="text/css">
@import url("http://www.google.com/uds/solutions/dynamicfeed/gfdynamicfeedcontrol.css");
</style>
<script type="text/javascript">
/*
* How to use the Dynamic Feed Control, which has pretty UI already made for you!
* Don't forget to check out the options:
* http://www.google.com/uds/solutions/dynamicfeed/reference.html
*/
google.load('feeds', '1');
function OnLoad() {
var feeds = [
{
title: 'Eventi in Italia',
url: 'http://www.cercarte.it/arte-moderna-arte-contemporanea-artisti-contemporanei-mostre-arte-collettive-esposizioni?format=feed'
},
{
title: 'Concorsi e premi',
url: 'http://www.cercarte.it/component/k2/itemlist/category/577-concorsi-artistici-arte-fotografia-design-pittura-street-art-scultura?format=feed'
},
];
var options = {
stacked : true,
horizontal : false,
title : "ULTIMI EVENTI ARTE - CERCARTE.IT"
};
new GFdynamicFeedControl(feeds, 'content', options);
document.getElementById('content').style.width = "300px";
}
google.setOnLoadCallback(OnLoad);
</script>
</head>
<body style="font-family: Arial, sans-serif;border: 0 none;">
<div id="content">
<span style="color:#676767;font-size:11px;margin:10px;padding:4px;">Loading...</span>
</div>
</body>
</html>
</code>
.............................................................................................................................
ESEMPIO BOX CON LA STORIA DELL'ARTE

ESEMPIO BOX CON LA STORIA DELL'ARTE

<code>
<!--
You are free to copy and use this sample in accordance with the terms of the
Apache license (http://www.apache.org/licenses/LICENSE-2.0.html)
-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>Dynamic Feed Control</title>
<script src="http://www.google.com/jsapi" type="text/javascript"></script>
<!-- Dynamic Feed Control and Stylesheet -->
<script src="http://www.google.com/uds/solutions/dynamicfeed/gfdynamicfeedcontrol.js"
type="text/javascript"></script>
<style type="text/css">
@import url("http://www.google.com/uds/solutions/dynamicfeed/gfdynamicfeedcontrol.css");
</style>
<script type="text/javascript">
/*
* How to use the Dynamic Feed Control, which has pretty UI already made for you!
* Don't forget to check out the options:
* http://www.google.com/uds/solutions/dynamicfeed/reference.html
*/
google.load('feeds', '1');
function OnLoad() {
var feeds = [
{
title: 'Dalla Preistoria al Gotico',
url: 'http://www.cercarte.it/storia-arte-dalla-preistoria-ad-oggi/dalla-preistoria-al-gotico?format=feed'
},
{
title: 'Dal Gotico al Realismo',
url: 'http://www.cercarte.it/storia-arte-dalla-preistoria-ad-oggi/dal-gotico-al-realismo?format=feed'
},
{
title: 'Arte Impressionista fino ad oggi',
url: 'http://www.cercarte.it/storia-arte-dalla-preistoria-ad-oggi/impressionismo-arte-contemporanea?format=feed'
},
];
var options = {
stacked : true,
horizontal : false,
title : "STORIA DELL'ARTE - CERCARTE.IT"
};
new GFdynamicFeedControl(feeds, 'content', options);
document.getElementById('content').style.width = "300px";
}
google.setOnLoadCallback(OnLoad);
</script>
</head>
<body style="font-family: Arial, sans-serif;border: 0 none;">
<div id="content">
<span style="color:#676767;font-size:11px;margin:10px;padding:4px;">Loading...</span>
</div>
</body>
</html>
</code>


















































































































































