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
Indymedia Ireland is a volunteer-run non-commercial open publishing website for local and international news, opinion & analysis, press releases and events. Its main objective is to enable the public to participate in reporting and analysis of the news and other important events and aspects of our daily lives and thereby give a voice to people.

offsite link Trump hosts former head of Syrian Al-Qaeda Al-Jolani to the White House Tue Nov 11, 2025 22:01 | imc

offsite link Rip The Chicken Tree - 1800s - 2025 Tue Nov 04, 2025 03:40 | Mark

offsite link Study of 1.7 Million Children: Heart Damage Only Found in Covid-Vaxxed Kids Sat Nov 01, 2025 00:44 | imc

offsite link The Golden Haro Fri Oct 31, 2025 12:39 | Paul Ryan

offsite link Top Scientists Confirm Covid Shots Cause Heart Attacks in Children Sun Oct 05, 2025 21:31 | imc

Human Rights in Ireland >>

Lockdown Skeptics

The Daily Sceptic

offsite link Kemi Tells Starmer He is Leading ?The Paedo Defenders Party? Wed Feb 25, 2026 19:00 | Will Jones
It was a fiery PMQs today, with Kemi Badenoch on punchy form, pummelling Starmer for his recent failures and telling him at one point that his own MPs report Labour being called "the paedo defenders party".
The post Kemi Tells Starmer He is Leading “The Paedo Defenders Party” appeared first on The Daily Sceptic.

offsite link Miliband: You?re ?100% Wrong? If You Think North Sea Will Cut Energy Bills Wed Feb 25, 2026 17:00 | Will Jones
New drilling in the North Sea will not bring down energy bills, Ed Miliband has claimed, despite the fact it would dramatically boost domestic supply and cut reliance on expensive imports of LNG.
The post Miliband: You’re “100% Wrong” If You Think North Sea Will Cut Energy Bills appeared first on The Daily Sceptic.

offsite link BREAKING: Starmer Pauses Chagos Bill Wed Feb 25, 2026 15:01 | Will Jones
Keir Starmer has paused his Chagos bill, which would surrender the islands to Mauritius and pay for the privilege, a Minister has confirmed, following Donald Trump's renewed attack on the agreement last week.
The post BREAKING: Starmer Pauses Chagos Bill appeared first on The Daily Sceptic.

offsite link Vote Revile Britain! Wed Feb 25, 2026 13:46 | Chris Larkin
Vote Revile Britain! With the Gratchley and Didsworth by-election coming up this week, the Daily Sceptic exclusively shares an open letter from the current MP, Jeb Stafford, with his radical Left-wing manifesto.
The post Vote Revile Britain! appeared first on The Daily Sceptic.

offsite link Labour Accuses Greens of ?Manipulating? Muslim Voters Wed Feb 25, 2026 11:36 | Will Jones
Labour has accused the?Green Party?of "manipulating" Muslim voters with campaign videos in Urdu telling Muslims to "punish Labour for Gaza" and stirring up hatred on the eve of the Gorton and Denton by-election.
The post Labour Accuses Greens of “Manipulating” Muslim Voters appeared first on The Daily Sceptic.

Lockdown Skeptics >>

Voltaire Network
Voltaire, international edition

offsite link Will intergovernmental institutions withstand the end of the "American Empire"?,... Sat Apr 05, 2025 07:15 | en

offsite link Voltaire, International Newsletter N?127 Sat Apr 05, 2025 06:38 | en

offsite link Disintegration of Western democracy begins in France Sat Apr 05, 2025 06:00 | en

offsite link Voltaire, International Newsletter N?126 Fri Mar 28, 2025 11:39 | en

offsite link The International Conference on Combating Anti-Semitism by Amichai Chikli and Na... Fri Mar 28, 2025 11:31 | 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-2026 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