<rss version="2.0" xmlns:media="https://search.yahoo.com/mrss/" xmlns:content="http://purl.org/rss/1.0/modules/content/"> <channel> <generator>Akhbarona Media</generator> <title>أخبارنا : جريدة الكترونية مغربية</title> <link>https://www.akhbarona.com/</link> <description>أخبارنا : جريدة الكترونية مغربية</description> <lastBuildDate>Tue, 18 Aug 2026 00:54:30 +0200</lastBuildDate> <ttl>15</ttl> <copyright>© 2026 Akhbarona Media</copyright> <image> <title>أخبارنا : جريدة الكترونية مغربية</title> <url>https://www.akhbarona.com/themes/icons/rss.png</url> <link>https://www.akhbarona.com/</link> </image>   <item> <title>جماهير الوداد ترد على &quot; في بلادي ظلموني&quot; بأغنية &quot;قلب حزين&quot; التي  تنتقد أوضاع البلاد (فيديو)</title> <link>https://www.akhbarona.com/mobile/culture/269555.html</link>  <media:content large="image" url="https://www.akhbarona.com/thumbs/article_large/c/9/9alb7zin_651973525.jpg" width="600" height="337" /> <media:img url="https://www.akhbarona.com/files/9alb7zin_651973525.jpg" /> <media:thumbnail url="https://www.akhbarona.com/thumbs/article_large/c/9/9alb7zin_651973525.jpg" />  <category>ثقافة وفنون</category> <pubDate>Tue, 16 Apr 2019 09:36:00 +0200</pubDate> <description>أخبارنا المغربية: عبدالاله بوسحابة
بعد الانتشار الواسع الذي حققته أغنية &quot; في بلادي ظلموني&quot; التي تغنت بها جماهير الرجاء البيضاوي، والتي تخطت الحدود المغربية، بفعل كلماتها</description> <content:encoded> <![CDATA[<p><img src="https://www.akhbarona.com/files/9alb7zin_651973525.jpg"></p>&lt;p style=&quot;-webkit-font-smoothing: antialiased; line-height: 2.16; margin-top: 0pt; margin-bottom: 8pt; text-align: right;&quot; dir=&quot;rtl&quot;&gt;&lt;span style=&quot;text-decoration: underline;&quot;&gt;&lt;span style=&quot;line-height: 21.6px; font-size: medium;&quot;&gt;أخبارنا المغربية: عبدالاله بوسحابة&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;-webkit-font-smoothing: antialiased; line-height: 2.16; margin-top: 0pt; margin-bottom: 8pt; text-align: right;&quot; dir=&quot;rtl&quot;&gt;&lt;span style=&quot;line-height: 21.6px; font-size: medium;&quot;&gt;بعد الانتشار الواسع الذي حققته أغنية &quot; في بلادي ظلموني&quot; التي تغنت بها جماهير الرجاء البيضاوي، والتي تخطت الحدود المغربية، بفعل كلماتها المؤثرة، التي انتقدت أوضاع البلاد في قطاعات حيوية، اختارت ألتراس &quot;وينرز&quot; الرد عليها بأغنية مماثلة، حملت عنوان &quot; قلب حزين&quot;.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;-webkit-font-smoothing: antialiased; line-height: 2.16; margin-top: 0pt; margin-bottom: 8pt; text-align: right;&quot; dir=&quot;rtl&quot;&gt;&lt;span style=&quot;line-height: 21.6px; font-size: medium;&quot;&gt;وتقول الأغنية : &quot;يا قلب حزين، يبكي على سنين يا لي ضاعت مني، المستقبل فين .. تانا اجتهدت وقريت بغيت نخدم ما لقيت ، بلادي ماعطاتنيش تعطي للبراني .. أنا مانيش أليز في بلاد الشفارة ( الفيديو) :&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;-webkit-font-smoothing: antialiased; line-height: 2.16; margin-top: 0pt; margin-bottom: 8pt; text-align: right;&quot; dir=&quot;rtl&quot;&gt;&lt;span style=&quot;line-height: 21.6px;&quot;&gt;&lt;iframe src=&quot;https://www.youtube.com/embed/DG3WxbtDPeo&quot; frameborder=&quot;0&quot; width=&quot;425&quot; height=&quot;350&quot;&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;script type=&quot;text/javascript&quot;&gt;// &lt;![CDATA[
        //Edit here---------------------&gt;&gt;&gt;
        var youtubeVideoID = &quot;DG3WxbtDPeo&amp;t=&quot;; //youtube video ID
        var buttonMessageA = &quot;Skip Ad&quot;; //message on button to skip ad
        var timeToskipAd = 3; //time to be able to skip the ad
        
        var videoWidth = &quot;480&quot;; //width of youtbe and ad video
        var videoheight = &quot;360&quot;; //height of youtube and ad video
        //------------------------------------
        
        var player;
        var clicked, canSkipAd = false;
        function onYouTubeIframeAPIReady() {
            if(document.clientWidth &gt; 600){
                player = new YT.Player(&#039;ytvplayer&#039;, {
                height: videoheight,
                width: videoWidth,
                videoId: youtubeVideoID,
                events: {
                    
                    &#039;onStateChange&#039;: onPlayerStateChange
                }
            });
            }else{
                player = new YT.Player(&#039;ytvplayer&#039;, {
                height: videoheight,
                width: &quot;100%&quot;,
                videoId: youtubeVideoID,
                events: {
                    
                    &#039;onStateChange&#039;: onPlayerStateChange
                }
            });
            }
        }
        var ytvplayer = document.getElementById(&quot;ytvplayer&quot;);
        var VideoAd = document.getElementById(&quot;VideoAd&quot;);
        var skipAdButton = document.getElementById(&quot;skipAdButton&quot;);
        var videoContainer = document.getElementById(&quot;videoContainer&quot;);
        function onPlayerStateChange(event) {
            VideoAd.setAttribute(&quot;height&quot;, videoheight);

        if(document.clientWidth &gt; 600){
                VideoAd.setAttribute(&quot;width&quot;, videoWidth);
                videoContainer.setAttribute(&quot;style&quot;,&quot;width:&quot; + videoWidth + &quot;px;&quot;+
                &quot;position:static;&quot;);
        }else{
                ytvplayer.setAttribute(&quot;width&quot;, &quot;100%&quot;);
                VideoAd.setAttribute(&quot;width&quot;, &quot;100%&quot;);
                videoContainer.setAttribute(&quot;style&quot;,&quot;width:&quot; + &quot;100%&quot; + &quot;px;&quot;);
        }

          if (event.data == YT.PlayerState.PLAYING) {
                if(!clicked){
                    clicked = true;
                    player.pauseVideo();
                    ytvplayer = document.getElementById(&quot;ytvplayer&quot;);
                    ytvplayer.setAttribute(&quot;style&quot;, &quot;display:none;&quot;);
                    VideoAd.setAttribute(&quot;style&quot;, &quot;display:block;&quot;);
                    VideoAd.play();
                    setTimeout(EnableSkipButton, timeToskipAd * 1000);
                }
            }
    }

    VideoAd.onended = function(){ShowYoutubeAgain();canSkipAd = true;}
    function EnableSkipButton(){
        skipAdButton.setAttribute(&quot;style&quot;,
                    &quot;height: 60px;&quot; + 
                    &quot;margin: -64px 0px 0 -64px;&quot;+
                    &quot;position: absolute;&quot;+
                    &quot;width: 128px;&quot;+
                    &quot;z-index: 1;&quot;+
                    &quot;background: #1a1a1de6;&quot;+
                    &quot;border: none;&quot;+
                    &quot;color: white;&quot;
                    );
        skipAdButton.innerHTML = buttonMessageA;
        canSkipAd = true;
    }
    function ShowYoutubeAgain(){
        if(canSkipAd){
        VideoAd.pause();
        ytvplayer.setAttribute(&quot;style&quot;, &quot;display:block;&quot;);
        VideoAd.setAttribute(&quot;style&quot;, &quot;display:none;&quot;);
        skipAdButton.setAttribute(&quot;style&quot;,&quot;display:none;&quot;);
        
        player.playVideo();
        }
      
    }
// ]]&gt;&lt;/script&gt;]]> </content:encoded> <guid isPermaLink="true">https://www.akhbarona.com/permalink/269555.html</guid> </item>   </channel> </rss>