Ana Sayfa Bursa Yeni Parti, Ekrem İmamoğlu ile İstanbul'da start aldı
kent16
Yeni Parti, Ekrem İmamoğlu ile İstanbul'da start aldı
Bursa

Yeni Parti, Ekrem İmamoğlu ile İstanbul'da start aldı

Tutuklu İBB Başkanı Ekrem İmamoğlu, CHP'den istifa ettikten sonra Yeni Parti'ye katıldı. Bu gelişme, siyasi arenada önemli bir değişimi işaret ediyor ve yeni bir dönemin başlangıcını simgeliyor.

 Bursa  14.08.2026 21:20  KENT16 Editör  8 DK OKUMA
K16Kent16 Haber Merkezi · Bursa kategorisinden doğrulanmış güncel haber

Haberler Politika Ekrem İmamoğlu Yeni Parti’nin İstanbul’daki ilk üyesi oldu Tutuklu İBB Başkanı İmamoğlu, CHP'den istifa ettiğini açıklamasının ardından Yeni Parti'ye katıldı. Yeni Parti İstanbul İl Başkanı Özgür Çelik, İmamoğlu'nun İstanbul'daki ilk parti üyesi olduğunu duyurdu. 14.08.2026 - 08:15 Yayınlanma 1 Dk Okunma Süresi Paylaş Linkedin Pinterest Telegram Yazdır Kopyala var shareableModelId = 139244; var shareableModelClass = 'TE\\Blog\\Models\\Post'; function shareCount(id, model, platform, url) { fetch("https://www.bursasaati.com.tr/sharecount", { method: 'POST', headers: { 'Content-Type': 'application/json', 'X-CSRF-TOKEN': document.querySelector('meta[name="csrf-token"]')?.getAttribute('content') }, body: JSON.stringify({ id, model, platform, url }) }).catch(err => console.error('Share count fetch error:', err)); } function goSharePopup(url, title, width = 600, height = 400) { const left = (screen.width - width) / 2; const top = (screen.height - height) / 2; window.open( url, title, `width=${width},height=${height},left=${left},top=${top},resizable=yes,scrollbars=yes` ); } async function handleMobileShare(event, title, url) { event.preventDefault(); if (shareableModelId && shareableModelClass) { shareCount(shareableModelId, shareableModelClass, 'native_mobile_share', url); } const isAndroidWebView = navigator.userAgent.includes('Android') && !navigator.share; if (isAndroidWebView) { window.location.href = 'androidshare://paylas?title=' + encodeURIComponent(title) + '&url=' + encodeURIComponent(url); return; } if (navigator.share) { try { await navigator.share({ title: title, url: url }); } catch (error) { if (error.name !== 'AbortError') { console.error('Web Share API failed:', error); } } } else { alert("Bu cihaz paylaşımı desteklemiyor."); } } function initiateDesktopShare(event, platformOverride = null) { event.preventDefault(); const anchor = event.currentTarget; const platform = platformOverride anchor.dataset.platform; const webShareUrl = anchor.href; const contentUrl = anchor.dataset.shareUrl webShareUrl; if (shareableModelId && shareableModelClass && platform) { shareCount(shareableModelId, shareableModelClass, platform, contentUrl); } goSharePopup(webShareUrl, platform ? platform.charAt(0).toUpperCase() + platform.slice(1) : "Share"); } function copyURL(event, urlToCopy) { event.preventDefault(); navigator.clipboard.writeText(urlToCopy).then(() => { alert('Bağlantı panoya kopyalandı!'); }).catch(err => { console.error('Could not copy text: ', err); try { const textArea = document.createElement("textarea"); textArea.value = urlToCopy; textArea.style.position = "fixed"; document.body.appendChild(textArea); textArea.focus(); textArea.select(); document.execCommand('copy'); document.body.removeChild(textArea); alert('Bağlantı panoya kopyalandı!'); } catch (fallbackErr) { console.error('Fallback copy failed:', fallbackErr); } }); } function printContent(event) { event.preventDefault(); const triggerElement = event.currentTarget; const contextContainer = triggerElement.closest('.infinite-item') document; const header = contextContainer.querySelector('.post-header'); const media = contextContainer.querySelector('.news-section .col-lg-8 .inner, .news-section .col-lg-8 .ratio, .news-section .col-lg-8 iframe'); const articleBody = contextContainer.querySelector('.article-text'); if (!header && !media && !articleBody) { window.print(); return; } let printHtml = ''; if (header) { const titleEl = header.querySelector('h1'); const descEl = header.querySelector('.description, h2.lead'); let cleanHeaderHtml = ''; if (titleEl) cleanHeaderHtml += titleEl.outerHTML; if (descEl) cleanHeaderHtml += descEl.outerHTML; cleanHeaderHtml += ''; printHtml += cleanHeaderHtml; } if (media) { printHtml += media.outerHTML; } if (articleBody) { const articleClone = articleBody.cloneNode(true); articleClone.querySelectorAll('.post-flash').forEach(function (el) { el.parentNode.removeChild(el); }); printHtml += articleClone.outerHTML; } const iframe = document.createElement('iframe'); iframe.style.position = 'fixed'; iframe.style.right = '0'; iframe.style.bottom = '0'; iframe.style.width = '0'; iframe.style.height = '0'; iframe.style.border = '0'; document.body.appendChild(iframe); const frameWindow = iframe.contentWindow iframe; const title = document.title 'Yazdır'; const headStyles = Array.from(document.querySelectorAll('link[rel="stylesheet"], style')) .map(el => el.outerHTML) .join(''); iframe.onload = function () { try { frameWindow.focus(); frameWindow.print(); } finally { setTimeout(function () { document.body.removeChild(iframe); }, 1000); } }; const doc = frameWindow.document; doc.open(); doc.write(` ${title} ${headStyles} html, body { margin: 0; padding: 0; background: #ffffff; } .printed-article { margin: 0; padding: 20px; box-shadow: none; background: #ffffff; } ${printHtml} `); doc.close(); } var dropdownButton = document.querySelector('.dropdownButton'); if (dropdownButton) { var icon = dropdownButton.querySelector('#icon'); var parentDropdown = dropdownButton.closest('.dropdown'); if (parentDropdown && icon) { parentDropdown.addEventListener('show.bs.dropdown', function () { icon.classList.remove('fa-plus'); icon.classList.add('fa-minus'); }); parentDropdown.addEventListener('hide.bs.dropdown', function () { icon.classList.remove('fa-minus'); icon.classList.add('fa-plus'); }); } } A- A+ Paylaş Linkedin Pinterest Telegram Yazdır Kopyala var shareableModelId = 139244; var shareableModelClass = 'TE\\Blog\\Models\\Post'; function shareCount(id, model, platform, url) { fetch("https://www.bursasaati.com.tr/sharecount", { method: 'POST', headers: { 'Content-Type': 'application/json', 'X-CSRF-TOKEN': document.querySelector('meta[name="csrf-token"]')?.getAttribute('content') }, body: JSON.stringify({ id, model, platform, url }) }).catch(err => console.error('Share count fetch error:', err)); } function goSharePopup(url, title, width = 600, height = 400) { const left = (screen.width - width) / 2; const top = (screen.height - height) / 2; window.open( url, title, `width=${width},height=${height},left=${left},top=${top},resizable=yes,scrollbars=yes` ); } async function handleMobileShare(event, title, url) { event.preventDefault(); if (shareableModelId && shareableModelClass) { shareCount(shareableModelId, shareableModelClass, 'native_mobile_share', url); } const isAndroidWebView = navigator.userAgent.includes('Android') && !navigator.share; if (isAndroidWebView) { window.location.href = 'androidshare://paylas?title=' + encodeURIComponent(title) + '&url=' + encodeURIComponent(url); return; } if (navigator.share) { try { await navigator.share({ title: title, url: url }); } catch (error) { if (error.name !== 'AbortError') { console.error('Web Share API failed:', error); } } } else { alert("Bu cihaz paylaşımı desteklemiyor."); } } function initiateDesktopShare(event, platformOverride = null) { event.preventDefault(); const anchor = event.currentTarget; const platform = platformOverride anchor.dataset.platform; const webShareUrl = anchor.href; const contentUrl = anchor.dataset.shareUrl webShareUrl; if (shareableModelId && shareableModelClass && platform) { shareCount(shareableModelId, shareableModelClass, platform, contentUrl); } goSharePopup(webShareUrl, platform ? platform.charAt(0).toUpperCase() + platform.slice(1) : "Share"); } function copyURL(event, urlToCopy) { event.preventDefault(); navigator.clipboard.writeText(urlToCopy).then(() => { alert('Bağlantı panoya kopyalandı!'); }).catch(err => { console.error('Could not copy text: ', err); try { const textArea = document.createElement("textarea"); textArea.value = urlToCopy; textArea.style.position = "fixed"; document.body.appendChild(textArea); textArea.focus(); textArea.select(); document.execCommand('copy'); document.body.removeChild(textArea); alert('Bağlantı panoya kopyalandı!'); } catch (fallbackErr) { console.error('Fallback copy failed:', fallbackErr); } }); } function printContent(event) { event.preventDefault(); const triggerElement = event.currentTarget; const contextContainer = triggerElement.closest('.infinite-item') document; const header = contextContainer.querySelector('.post-header'); const media = contextContainer.querySelector('.news-section .col-lg-8 .inner, .news-section .col-lg-8 .ratio, .news-section .col-lg-8 iframe'); const articleBody = contextContainer.querySelector('.article-text'); if (!header && !media && !articleBody) { window.print(); return; } let printHtml = ''; if (header) { const titleEl = header.querySelector('h1'); const descEl = header.querySelector('.description, h2.lead'); let cleanHeaderHtml = ''; if (titleEl) cleanHeaderHtml += titleEl.outerHTML; if (descEl) cleanHeaderHtml += descEl.outerHTML; cleanHeaderHtml += ''; printHtml += cleanHeaderHtml; } if (media) { printHtml += media.outerHTML; } if (articleBody) { const articleClone = articleBody.cloneNode(true); articleClone.querySelectorAll('.post-flash').forEach(function (el) { el.parentNode.removeChild(el); }); printHtml += articleClone.outerHTML; } const iframe = document.createElement('iframe'); iframe.style.position = 'fixed'; iframe.style.right = '0'; iframe.style.bottom = '0'; iframe.style.width = '0'; iframe.style.height = '0'; iframe.style.border = '0'; document.body.appendChild(iframe); const frameWindow = iframe.contentWindow iframe; const title = document.title 'Yazdır'; const headStyles = Array.from(document.querySelectorAll('link[rel="stylesheet"], style')) .map(el => el.outerHTML) .join(''); iframe.onload = function () { try { frameWindow.focus(); frameWindow.print(); } finally { setTimeout(function () { document.body.removeChild(iframe); }, 1000); } }; const doc = frameWindow.document; doc.open(); doc.write(` ${title} ${headStyles} html, body { margin: 0; padding: 0; background: #ffffff; } .printed-article { margin: 0; padding: 20px; box-shadow: none; background: #ffffff; } ${printHtml} `); doc.close(); } var dropdownButton = document.querySelector('.dropdownButton'); if (dropdownButton) { var icon = dropdownButton.querySelector('#icon'); var parentDropdown = dropdownButton.closest('.dropdown'); if (parentDropdown && icon) { parentDropdown.addEventListener('show.bs.dropdown', function () { icon.classList.remove('fa-plus'); icon.classList.add('fa-minus'); }); parentDropdown.addEventListener('hide.bs.dropdown', function () { icon.classList.remove('fa-minus'); icon.classList.add('fa-plus'); }); } } A- A+ Silivri'deki Marmara Cezaevi'nde tutuklu bulunan İBB Başkanı Ekrem İmamoğlu, CHP'den istifa ettiğini sosyal medya hesabından yaptığı açıklamayla duyurdu.

İstifasının ardından yeni bir siyasi yol açacaklarını belirten İmamoğlu, açıklamasında şu ifadeleri kullandı: “Bugün Türkiye’nin daha güçlü, daha demokratik ve daha umut dolu yarınlarını birlikte inşa etmek için YENİ bir yol açıyoruz.” Özgür Çelik duyurdu İYİ Parti Milletvekili partisinden istifa etti İçeriği Görüntüle Yeni Parti İstanbul İl Başkanı Özgür Çelik ise partinin üyelik sisteminin açıldığını açıkladı. Çelik, İmamoğlu'nun Yeni Parti'nin İstanbul'daki ilk üyesi olduğunu belirterek sosyal medya hesabından şu paylaşımı yaptı: “Yeni Parti milletimizin eseridir.

Üyelik sistemimiz açıldı. Cumhurbaşkanı adayımız Ekrem İmamoğlu da, İstanbul’un ilk üyesi oldu. Sizleri Genel Başkanımız Özgür Özel liderliğinde çıktığımız büyük yolculuğa katılmaya, Yeni Parti’ye üye olmaya davet ediyoruz.” Yeni Parti milletimizin eseridir.

Üyelik sistemimiz açıldı. Cumhurbaşkanı adayımız Ekrem İmamoğlu da, İstanbul’un ilk üyesi oldu. Sizleri Genel Başkanımız Özgür Özel liderliğinde çıktığımız büyük yolculuğa katılmaya, Yeni Parti’ye üye olmaya davet ediyoruz. ????… pic.twitter.com/yP3q6x8LV1 — Özgür Çelik (@ozgurcelik1919) August 13, 2026 Kaynak: KARAR GAZETESİ Editörün Seçtiği Bursa'da 14 yıllık tekstil firması konkordato ilan etti!

Bunlar da ilginizi çekebilir CHP’li Ali Fazıl Kasap’tan sürpriz hamle: Yeni Yol’a katıldı Kemal Kılıçdaroğlu, Erdal Beşikçioğlu’nu ziy

Paylaş WhatsApp
Okur katkıları
Habere yorum yaz
Yorumlar editör onayından sonra yayınlanır.
Kişisel saldırı, hakaret ve spam içeren yorumlar yayınlanmaz.
Bu habere ilk yorumu siz yazabilirsiniz.
Benzer Haberler