    EriÅ&#159;im KolaylÄ±Ä&#159;Ä± AraÃ§larÄ±

            

- Renkleri Ters Ã&#135;evir
- Tekli Renk
- Koyu Kontrast
- AÃ§Ä±k Renk Kontrast
- DÃ¼Å&#159;Ã¼k Doygunluk
- YÃ¼ksek Doygunluk
- BaÄ&#159;lantÄ± VurgulamasÄ±
- BaÅ&#159;lÄ±k VurgulamasÄ±
- Ekran Okuyucu
- Okuma Kipi
- Ä°Ã§erik Ã&#150;lÃ§ekleme  100%
- YazÄ± Boyutu  100%
- SatÄ±r YÃ¼ksekliÄ&#159;i  100%
- Harf BoÅ&#159;luÄ&#159;u  100%

 [  ](https://dj-extensions.com) [Web Accessibility plugin](https://dj-extensions.com/yootheme/dj-accessibility) by DJ-Extensions.com 





#  MecnÃ»n oda yandÄ± Å&#159;ule-i Ã¢h ile pak 





  [Rubaiyyat](/fuzuli-divani/rubaiyyat) 

- Aruz Vezni:  Mefâ&#128;&#153;Ã»lÃ¼ MefÃ¢â&#128;&#153;Ã®lÃ¼ MefÃ¢â&#128;&#153;Ã®lÃ¼ Feâ&#128;&#153;Ã»l

MecnÃ»n oda yandÄ± Å&#159;ule-i Ã¢h ile pak  
VÃ¢mÄ±k suya battÄ± eÅ&#159;kden oldu helÃ¢k  
FerhÃ¢d hevesle yele verdi Ã¶mrÃ¼n  
HÃ¢k oldular anlar benim imdi ol hÃ¢k



- AÃ§Ä±klama:  AÃ§Ä±klamayÄ± gÃ¶rmek iÃ§in GiriÅ&#159; yapmalÄ±sÄ±nÄ±z.
    
      KullanÄ±cÄ± adÄ±  
    
    
    
      Å&#158;ifre     Å&#158;ifreyi GÃ¶ster  
    
    
    
       Beni HatÄ±rla 
    
    
    
     GiriÅ&#159; yap
    
     [ Å&#158;ifrenizi mi unuttunuz? ](/component/users/reset?Itemid=101) [ KullanÄ±cÄ± adÄ±nÄ±zÄ± mÄ± unuttunuz? ](/component/users/remind?Itemid=101) [ Bir hesap oluÅ&#159;turun  ](/component/users/registration?Itemid=101)

 
	<nav class="pagination text-center" v-if="pagination.last_page > 0">
		<ul >
			<li v-if="showPrevious()" :class="{ 'disabled' : pagination.current_page <= 1 }">
				<span v-if="pagination.current_page <= 1">
					<span aria-hidden="true">Ã&#150;nceki
				
				<a href="#" v-if="pagination.current_page > 1 " :aria-label="config.ariaPrevioius"
				   @click.prevent="changePage(pagination.current_page - 1)">
					<span aria-hidden="true">Ã&#150;nceki
				
			
			<li v-for="num in array" :class="{ 'active': num === pagination.current_page }">
				<a href="#" @click.prevent="changePage(num)">{{ num }}
			
			<li v-if="showNext()" :class="{ 'disabled' : pagination.current_page === pagination.last_page || pagination.last_page === 0 }">
				<span v-if="pagination.current_page === pagination.last_page || pagination.last_page === 0">
					<span aria-hidden="true">Sonraki
				
				<a href="#" v-if="pagination.current_page < pagination.last_page" :aria-label="config.ariaNext"
				   @click.prevent="changePage(pagination.current_page + 1)">
					<span aria-hidden="true">Sonraki
				
			
		
	
 
		<div class="ccomment-avatar">
			<a v-if="profileLink" v-bind:href="profileLink">
				<img v-bind:src="avatar"/>
			
			<img v-else v-bind:src="avatar"/>
		

 
		<a v-if="profileLink" :href="profileLink">
			<span class="ccomment-author">{{name}}
		
		<span v-else class="ccomment-author">{{name}}
	 
		<a :href="'#ccomment-comment=' + id" class="muted ccomment-created">
			{{date}}
		
	  

 
	<div class="ccomment-customfields" v-if="customfields">
		<strong>Custom fields
		<dl class="dl-horizontal">
			<template v-for="customfield in customfields">
				<dt>{{customfield.title}}
				<dd>{{customfield.value}}
			
		
	
 
	<li v-bind:class="model.class+' ccomment-level-'+model.level">
		<div class="ccomment-comment-content" v-bind:id="'ccomment-comment-'+model.id">
			<div class="ccomment-data">
									<ccomment-avatar v-bind:avatar="model.avatar" v-bind:profileLink="model.profileLink"/>
								<div class="ccomment-content">
					<div class="ccomment-meta">
						<ccomment-user-name v-bind:name="model.name" v-bind:profileLink="model.profileLink">
						<ccomment-created v-bind:date="model.date" v-bind:id="model.id">
					

					<div v-html="model.comment">
					


					<div v-if="model.galleria" class="js-ccomment-galleria galleria ccomment-galleria">

					<ccomment-customfields v-bind:customfields="model.customfields">
					<div class="ccomment-actions">
													<span class="muted">
					{{model.votes}}
					<i class="ccomment-thumbs-up ccomment-voting" v-on:click="vote(+1, model.id)">
					<i class="ccomment-thumbs-down ccomment-voting" v-on:click="vote(-1, model.id)">
				
						
													<button class="btn btn-small ccomment-quote btn-link" v-on:click="quote(model.id)">
								AlÄ±ntÄ± yap							
						
						
						<div class="pull-right ccomment-moderation">
							<button v-if="model.commentModerator" class="btn btn-mini btn-ccomment-edit" v-on:click="edit(model.id)">
								Edit							

													
					
				
			


			<keep-alive>
				<ccomment-form v-if="reply" :ref="'form-'+model.id" v-bind:focus="true">
					<input slot="parent-id" name="jform[parentid]" type="hidden" v-bind:value="model.id"/>
				
			
		

		<ul v-if="hasChildren">
			<ccomment-comment class="item" v-for="model in getChild()" v-bind:key="model.id" v-bind:model="model">
			
		
	

 
			<form class="ccomment-form" v-on:submit.prevent="onSubmit">
				<div class="ccomment-error-form row-fluid  margin-bottom" v-if="error">
					<div class="alert alert-error">
						{{errorMessage}}
					
				
				<div class="ccomment-info-form row-fluid  margin-bottom" v-if="info">
					<div class="alert alert-info">
						{{infoMessage}}
					
				
				<div class="row-fluid margin-bottom">
											<div class="span1 hidden-phone">
							<ccomment-avatar v-bind:avatar="getAvatar">
						
					
					<div class="span11">
						<textarea v-on:focus="toggle" name="jform[comment]" class='js-ccomment-textarea ccomment-textarea span12 required' placeholder="Yorumunuzu yazÄ±n" >

						<div v-show="uploadImage">
							
<div class="fileupload">
    <!-- The fileupload-buttonbar contains buttons to add/delete files and start/cancel the upload -->
    <div class="row fileupload-buttonbar">
        <input type="file" name="files[]" class="js-ccomment-file-upload-real ccomment-file-upload-real" multiple/>
        <div class="panel panel-default compojoom-notes">
            <div class="panel-body">
                <!-- The global file processing state -->
                <span class="fileupload-process"><span class="fa fa-spinner fa-pulse">
                Resim eklemek iÃ§in sÃ¼rÃ¼kleyip bÄ±rakÄ±n ya da <span type="button" class="js-file-upload-fake ccomment-file-upload-fake btn-link"> yÃ¼kleyin.                <br/>
                <small class="muted">YÃ¼klenebilecek en yÃ¼ksek dosya boyutu: <strong>10MB.                    YalnÄ±zca <strong>gif,jpg,png dosyalarÄ± yÃ¼klenebilir.

                <!-- The global progress state -->
                <div class="fileupload-progress fade hide d-none">
                    <!-- The global progress bar -->
                    <div class="progress progress-striped active" role="progressbar" aria-valuemin="0" aria-valuemax="100">
                        <div class="progress-bar progress-bar-success" style="width:0%;">
                    
                    <!-- The extended global progress state -->
                    <div class="progress-extended">Â 
                
                <div class="ccomment-file-list">
                    <div class="alert alert-warning hide d-none compojoom-max-number-files">
                        The maximum number of 3 allowed files to upload has been reached. If you want to upload more files you have to delete one of the existing uploaded files first.                    
                    <table role="presentation" class="table table-striped">
                        <thead>
                        <tbody class="files">
                    
                    <div class="alert alert-warning hide d-none compojoom-max-number-files">
                        The maximum number of 3 allowed files to upload has been reached. If you want to upload more files you have to delete one of the existing uploaded files first.                    
                
            
        
    

						

						<div v-show="active">
							<div class="span4 muted small">
								Yazan:																	<button type="button" v-on:click="display = !display" class="btn-link btn-small ccomment-posting-as">{{getDefaultName}}
									
															
															<label class="checkbox pull-right small ccomment-notify">
									<input type="checkbox" value="1" name="jform[notify]Æ&#146;" v-on:click="notify = !notify"/>
									<span class="muted">
										Yeni yorumlarÄ± bana e-posta ile bildir									
								
							

						
					
											<div v-show="display" class="row-fluid ccomment-user-info offset1					span11">
							<div class="span6">
								<input name="jform[name]" class="ccomment-name span12 no-margin required nonEmpty" type='text' v-bind:value="getName" v-on:input="updateDefaultName" required="required" placeholder="AdÄ±nÄ±zÄ± yazÄ±n*" tabindex="2" />
								<span class="help-block pull-right small muted">
								Yorumunuzun yanÄ±nda gÃ¶rÃ¼nÃ¼r.							
							

															<div class="span6">
									<input name='jform[email]' class="ccomment-email span12 no-margin required nonEmpty" type='text' v-bind:value='getEmail' v-on:input="updateUserEmail" placeholder="E-posta adresiniz*" required="required" tabindex="3" />
									<p class="help-block small pull-right muted">
										Herkese aÃ§Ä±k olarak gÃ¶sterilmez.																					<span class='gravatar'>
											<a href="http://gravatar.com" target="_blank">Gravatar etkin										
																			
								
													
					

					
					

					<div class="row-fluid ccomment-actions" v-show="active">
													<div class="pull-left muted small ccomment-undergo-moderation offset1">
								Yorumlar yayÄ±nlanmadan Ã¶nce denetlenecektir.							
												<div class="pull-right">
							<button v-on:click="reset()" type="button" class="btn ccomment-cancel">
								VazgeÃ§
							<button type="submit" class='btn btn-primary ccomment-send' tabindex="7" name='bsend'>
								<span v-if="isSending">
									Saving...								
								<span v-else>
									GÃ¶nder								
							
						
					
				

				<input type="hidden" name="jform[contentid]" v-bind:value="itemConfig.contentid"/>
				<input type="hidden" name="jform[component]" v-bind:value="itemConfig.component"/>
				<input type="hidden" name="jform[page]" v-bind:value="page"/>
				<slot name="parent-id">
			
		 
{% for (var i=0, file; file=o.files[i]; i++) { %}
    <tr class="template-upload fade">
        <td>
            <span class="preview">
        
        <td>
         <span class="name"><i>{%=file.name%}
            <div class="compojoom-single-file-progress">
	            <div class="progress progress-striped active" role="progressbar" aria-valuemin="0" aria-valuemax="100" aria-valuenow="0">
	                <div class="progress-bar progress-bar-success" style="width:0%;">
	            
	           <small><strong class="size">Processing...
			
        
        <td>
            {% if (!i && !o.options.autoUpload) { %}
                <button class="btn btn-default btn-xs start" disabled>
                    <i class="fa fa-upload">
                    <span>Start
                
            {% } %}
            {% if (!i) { %}
                <button class="btn btn-default btn-xs btn-xs cancel pull-left">
                    <i class="fa fa-stop">
                    <span>Cancel
                
            {% } %}
        
    
{% } %}
 
{% for (var i=0, file; file=o.files[i]; i++) { %}
    <tr class="template-download fade">
        <td style="">
        {% if (file.thumbnailUrl) { %}
            <span class="preview">
                {% if (file.url) { %}
					<a href="/{%=file.url%}" title="{%=file.name%}" download="{%=file.name%}" data-gallery>
						<img src='{%=file.thumbnailUrl%}'>
					
				{% } else { %}
					<img src='{%=file.thumbnailUrl%}'>
				{% } %}
            
		{% } %}
        
        <td>
        {% if (!file.error) { %}
	        <div class="file-meta">
			    <div class="row">
			        <div class="col-lg-4">
			           <input type="text" class="form-control" placeholder="Title" name="jform[picture_data][{%=file.name%}][title]" value="{%=file.title%}" />
			        
			        <div class="col-lg-8">
			            <input type="text" placeholder="Description" class="form-control" name="jform[picture_data][{%=file.name%}][description]" value="{%=file.description%}" />
			        
			    
	        
		 {% } %}
        {% if (file.error) { %}
            <div><span class="label label-danger">Error {%=file.error%}
        {% } %}
        
        <td style="text-align: center">
            {% if (file.deleteUrl) { %}
                            {% } else { %}
                 <button class="btn btn-default btn-xs btn-xs cancel">
                    <i class="fa fa-stop">
                    <span>Cancel
                
            {% }%}
            {% if (!file.error) { %}
            <input type="hidden" name="jform[picture][]" value="{%=file.name%}" />
            {% } %}
        
    
{% } %}
 
	<div class="row-fluid ccomment-menu">
		<h4 class="pull-left">
			Yorumlar			(<span class="ccomment-comment-counter">{{pagination.total_with_children}})
		
		<div class="pull-right">
							<button v-on:click="newComment" class="ccomment-add-new btn btn-mini" title='Yorum yaz'>
					Yorum yaz				
														
	
    
   

 window.compojoom=compojoom=window.compojoom||{};compojoom.ccomment={user:{"loggedin":false,"avatar":"https:\/\/fuzuli.cgfuzuli.com\/media\/com_comment\/images\/noavatar.png"},item:{"contentid":332,"component":"com_content","count":0},config:{"comments_per_page":0,"sort":0,"tree":0,"use_name":0,"tree_depth":5,"form_position":0,"voting":1,"copyright":1,"pagination_position":0,"avatars":0,"gravatar":1,"support_ubb":0,"support_emoticons":0,"support_picture":0,"name_required":1,"email_required":1,"baseUrl":"https:\/\/fuzuli.cgfuzuli.com\/","langCode":null,"file_upload":{"url":"https:\/\/fuzuli.cgfuzuli.com\/index.php?option=com_comment&task=multimedia.doIt","formControl":"jform","fieldName":"picture","maxNumberOfFiles":3,"fileTypes":"gif,jpg,png","maxSize":"10","component":"com_comment","imageSize":{"x":"2400","y":"1800"}}}};   ![close popup button]() Ã&#151;  ![close popup button]() Ã&#151;[![FuzÃ»lÃ® Twitler Kitap - Cerrah GÃ¼ner FuzÃ»lÃ® - Ä°nciler, domuzlar ve yapbozun parÃ§alarÄ±...](/images/banners/fuzuli-twitler-kitap-foto-680.jpg "FuzÃ»lÃ® Twitler Kitap - Cerrah GÃ¼ner FuzÃ»lÃ® - Ä°nciler, domuzlar ve yapbozun parÃ§alarÄ±...")](https://www.kitapyurdu.com/kitap/fuzuli-twitler/665374.html "FuzÃ»lÃ® Twitler Kitap - Cerrah GÃ¼ner FuzÃ»lÃ® - Ä°nciler, domuzlar ve yapbozun parÃ§alarÄ±...")

### FuzÃ»lÃ® Twitler

Ä°nciler, domuzlar ve yapbozun parÃ§alarÄ±...



\- Cerrah GÃ¼ner FuzÃ»lÃ®

[KitabÄ± Ä°ncele](https://www.kitapyurdu.com/kitap/fuzuli-twitler/665374.html "FuzÃ»lÃ® Twitler Kitap - Cerrah GÃ¼ner FuzÃ»lÃ® - Ä°nciler, domuzlar ve yapbozun parÃ§alarÄ±...")
```json
{"@context":"https://schema.org","@graph":[{"@type":"Person","@id":"https://fuzuli.cgfuzuli.com/#/schema/Person/base","name":"Fuzûlî","url":"https://fuzuli.cgfuzuli.com/","logo":{"@type":"ImageObject","@id":"https://fuzuli.cgfuzuli.com/#/schema/ImageObject/logo","url":"images/cgfuzuli-250x250.jpg","contentUrl":"images/cgfuzuli-250x250.jpg","width":250,"height":250},"image":{"@id":"https://fuzuli.cgfuzuli.com/#/schema/ImageObject/logo"},"sameAs":["https://twitter.com/cgfuzuli","https://www.facebook.com/fuzuli"]},{"@type":"WebSite","@id":"https://fuzuli.cgfuzuli.com/#/schema/WebSite/base","url":"https://fuzuli.cgfuzuli.com/","name":"Fuzûlî Divanı","publisher":{"@id":"https://fuzuli.cgfuzuli.com/#/schema/Person/base"},"potentialAction":{"@type":"SearchAction","target":"https://fuzuli.cgfuzuli.com/arama?q={search_term_string}","query-input":"required name=search_term_string"}},{"@type":"WebPage","@id":"https://fuzuli.cgfuzuli.com/#/schema/WebPage/base","url":"https://fuzuli.cgfuzuli.com/fuzuli-divani/rubaiyyat/mecnun-oda-yandi-sule-i-ah-ile-pak?tmpl=markdown","name":"Mecnûn oda yandı şule-i âh ile pak - Fuzûlî Divanı","description":"Büyük şair Fuzûlî'nin Divanından Gazeller, Beyitler, Kasideler, Rubailer, Mukattaat Online Oku.","isPartOf":{"@id":"https://fuzuli.cgfuzuli.com/#/schema/WebSite/base"},"about":{"@id":"https://fuzuli.cgfuzuli.com/#/schema/Person/base"},"inLanguage":"tr-TR"},{"@type":"Article","@id":"https://fuzuli.cgfuzuli.com/#/schema/com_content/article/332","name":"Mecnûn oda yandı şule-i âh ile pak","headline":"Mecnûn oda yandı şule-i âh ile pak","inLanguage":"tr-TR","articleSection":"Fuzûlî Divanı, Rubaiyyat","isPartOf":{"@id":"https://fuzuli.cgfuzuli.com/#/schema/WebPage/base"}}]}
```
