Upcoming Events

no events match your query!

New Events

no events posted in last week

Blog Feeds

Public Inquiry
Interested in maladministration. Estd. 2005

offsite link RTEs Sarah McInerney ? Fianna Fail supporter? Anthony

offsite link Joe Duffy is dishonest and untrustworthy Anthony

offsite link Robert Watt complaint: Time for decision by SIPO Anthony

offsite link RTE in breach of its own editorial principles Anthony

offsite link Waiting for SIPO Anthony

Public Inquiry >>

Human Rights in Ireland
Promoting Human Rights in Ireland

Human Rights in Ireland >>

Lockdown Skeptics

The Daily Sceptic

offsite link Why Politicians and Bureaucrats Always Double-Down and Cover-Up Mon Nov 18, 2024 19:00 | David Craig
With Net Zero, with Covid vaccines and in countless other instances the instinct of politicians and bureaucrats is always to double-down and cover-up when a radical course correction is needed, says David Craig.
The post Why Politicians and Bureaucrats Always Double-Down and Cover-Up appeared first on The Daily Sceptic.

offsite link French Farmers Block Roads With Tractors in Protest at EU Trade Deal Mon Nov 18, 2024 17:34 | Will Jones
Farmers are staging protests across France against the possible signing of a trade deal between the European Union and four South American countries which they fear will ruin their livelihoods.
The post French Farmers Block Roads With Tractors in Protest at EU Trade Deal appeared first on The Daily Sceptic.

offsite link Band Aid Song Perpetuates ?Damaging Stereotypes? of Africa and I Wish I Wasn?t On It, Says Ed Sheera... Mon Nov 18, 2024 15:40 | Will Jones
Ed Sheeran is unhappy his vocals have been used on a Band Aid 40th anniversary single, claiming the initiative perpetuates "damaging stereotypes" of Africa.
The post Band Aid Song Perpetuates “Damaging Stereotypes” of Africa and I Wish I Wasn’t On It, Says Ed Sheeran appeared first on The Daily Sceptic.

offsite link Hundreds March on Wembley for Teenage Girl Banned From Football for Asking ?Bearded? Transgender Opp... Mon Nov 18, 2024 13:26 | Will Jones
Hundreds marched on Wembley on Sunday for a teenage girl banned from football for asking a "bearded" transgender opponent "Are you a man?" as a second protest is planned.
The post Hundreds March on Wembley for Teenage Girl Banned From Football for Asking “Bearded” Transgender Opponent “Are You a Man?” as Second Protest Planned appeared first on The Daily Sceptic.

offsite link While the West Surrenders its Energy Security on the Altar of Net Zero, China Secures 80% of the Wor... Mon Nov 18, 2024 11:18 | Sallust
While the West surrenders its energy security on the altar of Net Zero, China secures 80% of the world's solar market with its coal-fired economy. This is craziness, says Sallust, and Australia is waking up.
The post While the West Surrenders its Energy Security on the Altar of Net Zero, China Secures 80% of the World’s Solar Market With its Coal-Fired Economy appeared first on The Daily Sceptic.

Lockdown Skeptics >>

Voltaire Network
Voltaire, international edition

offsite link Voltaire, International Newsletter N°108 Sat Nov 16, 2024 07:06 | en

offsite link The Trump Administration's Three Goals Fri Nov 15, 2024 14:47 | en

offsite link Trump's re-election redistributes the cards , by Thierry Meyssan Wed Nov 13, 2024 04:05 | en

offsite link Voltaire, International Newsletter N°107 Sat Nov 09, 2024 14:52 | en

offsite link Russia's view of the situation in Ukraine Sat Nov 09, 2024 14:34 | en

Voltaire Network >>

Examples of javascript code

Examples of javascript code you can use to show Indymedia Ireland articles on your site

JavaScript Syndication Examples

The examples below show you some of the ways that you can embed a JavaScript news feed into your webpage. The examples use some functions which are included in the dynamically generated newsfeed but you may of course study the JavaScript file yourself and write your own display methods using the array of stories provided.

Marquee Sample 1

This example shows a simple scrolling marquee

To add this to your own web page insert the following code:

<script src="http://www.indymedia.ie/jsnewsfeed.php">
</script>
<script type='text/javascript' language='JavaScript'>writeStoryMarquee();
</script>

Marquee Sample 2

This example also shows a scrolling marquee but illustrates how you can use the parameters to display the marquee differently.

To add this to your own web page insert the following code:

<script src="http://www.indymedia.ie/jsnewsfeed.php">
</script>
<script type='text/javascript' language='JavaScript'>
// parameters are width,height,direction[up,down,left,right],style(in CSS format)
// any parameter left as null will use default.
writeStoryMarquee(100,200,"up","background-color=lightgreen; border:1px solid black");
</script>

Table Sample 1

This example also shows a simple table but illustrates how you can use the parameters to display the table differently.

To add this to your own web page insert the following code:

<script src="http://www.indymedia.ie/jsnewsfeed.php">
</script>
<script type='text/javascript' language='JavaScript'>
writeStoryTable();
</script>

Table Sample 2

This example also shows a simple table but illustrates how you can use the parameters to display the table differently.



To add this to your own web page insert the following code:

<script src="http://www.indymedia.ie/jsnewsfeed.php">
</script>
<script type='text/javascript' language='JavaScript'>
// parameters are width,height,alignment[left,right],style(in CSS format)
// any parameter left as null will use default.
writeStoryTable(380,null,"left","background-color=#44AA44; border:1px solid black");

</script>
© 2001-2024 Independent Media Centre Ireland. Unless otherwise stated by the author, all content is free for non-commercial reuse, reprint, and rebroadcast, on the net and elsewhere. Opinions are those of the contributors and are not necessarily endorsed by Independent Media Centre Ireland. Disclaimer | Privacy