Upcoming Events

no events match your query!

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 News Round-Up Fri Jul 25, 2025 01:04 | Richard Eldred
A summary of the most interesting stories in the past 24 hours that challenge the prevailing orthodoxy about the ?climate emergency?, public health ?crises? and the supposed moral defects of Western civilisation.
The post News Round-Up appeared first on The Daily Sceptic.

offsite link Asylum Seekers Use Taxpayer Handouts to Fund Gambling Habits Thu Jul 24, 2025 19:00 | Will Jones
Asylum seekers are using taxpayer handouts to fund their gambling habits, with pre-paid cards loaded with ?50 a week being used in gambling venues by over 6,500 migrants in the past year, Home Office data show.
The post Asylum Seekers Use Taxpayer Handouts to Fund Gambling Habits appeared first on The Daily Sceptic.

offsite link Report on Black Maternity Experiences Blames ?Racism? Without Evidence Thu Jul 24, 2025 17:09 | Dr Roger Watson
A new report has blamed "racism" for black women receiving inferior maternity care. There's just one problem, says Prof Roger Watson: the report contains no hard data and does little more than quote subjective feelings.
The post Report on Black Maternity Experiences Blames “Racism” Without Evidence appeared first on The Daily Sceptic.

offsite link Britain Could Be Sued Over Climate Change, Says UN Court Thu Jul 24, 2025 15:23 | Will Jones
The UN has opened the door to Britain being sued over its?'contribution' to climate change, after the ICJ said historic or current emissions by countries could?allow other states 'affected by climate change' to sue them.
The post Britain Could Be Sued Over Climate Change, Says UN Court appeared first on The Daily Sceptic.

offsite link Corbyn Launches Hard-Left ?Your Party? to Challenge Starmer Thu Jul 24, 2025 14:11 | Will Jones
Jeremy Corbyn and Zarah Sultana have confirmed the launch of a?new hard-Left party, currently called Your Party,?which threatens to peel away 10% or more of the votes for Keir Starmer?s Labour.
The post Corbyn Launches Hard-Left ‘Your Party’ to Challenge Starmer 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-2025 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