<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>sosyal simge | Sorun Çözümü</title>
	<atom:link href="https://www.soruncozumu.com/etiket/sosyal-simge/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.soruncozumu.com</link>
	<description>Sorun Çözme Platformu - Türkçe Kaynak</description>
	<lastBuildDate>Tue, 27 Sep 2022 08:46:54 +0000</lastBuildDate>
	<language>tr</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.soruncozumu.com/wp-content/uploads/2015/05/cropped-favicon-100x100.png</url>
	<title>sosyal simge | Sorun Çözümü</title>
	<link>https://www.soruncozumu.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>CDN Sosyal Ağ Simgelerinin Görünmemesi</title>
		<link>https://www.soruncozumu.com/cdn-sosyal-ag-simgelerinin-gorunmemesi/</link>
					<comments>https://www.soruncozumu.com/cdn-sosyal-ag-simgelerinin-gorunmemesi/#respond</comments>
		
		<dc:creator><![CDATA[SeLoRe]]></dc:creator>
		<pubDate>Sat, 02 May 2015 14:26:17 +0000</pubDate>
				<category><![CDATA[Webmaster]]></category>
		<category><![CDATA[cdn]]></category>
		<category><![CDATA[Font Awesome]]></category>
		<category><![CDATA[görünmeme]]></category>
		<category><![CDATA[not showing]]></category>
		<category><![CDATA[social icon]]></category>
		<category><![CDATA[sosyal simge]]></category>
		<guid isPermaLink="false">http://www.soruncozumu.com/?p=75</guid>

					<description><![CDATA[CDN Sosyal Ağ Simgelerinin Görünmemesi Sitemiz için bir CDN servisi kullandığımda bu sosyal ağ simgelerinin yani Font Awesome Icons'ların görünmemesine veya bozulmasına sebebiyet verebilir. bunun çözümü için bu kodları sitemizin .htaccess dosyasına ekliyoruz. NginX için bu kodu ekleyin Kodları ekledikten sonra hemen olmayacaktır. Cache eklentimizden cache temizliği yapıyoruz vede CDN servisimizden de cache temizliği yapıyoruz ve düzeliyor.]]></description>
										<content:encoded><![CDATA[<p><strong>CDN Sosyal Ağ Simgelerinin Görünmemesi</strong></p>
<p>Sitemiz için bir CDN servisi kullandığımda bu sosyal ağ simgelerinin yani Font Awesome Icons'ların görünmemesine veya bozulmasına sebebiyet verebilir. bunun çözümü için bu kodları sitemizin .htaccess dosyasına ekliyoruz.<span id="more-75"></span></p>
<pre class="brush: php; title: ; notranslate"># ----------------------------------------------------------------------
# CORS-enabled images (@crossorigin)
# ----------------------------------------------------------------------
# Send CORS headers if browsers request them; enabled by default for images.
# developer.mozilla.org/en/CORS_Enabled_Image
# blog.chromium.org/2011/07/using-cross-domain-images-in-webgl-and.html
# hacks.mozilla.org/2011/11/using-cors-to-load-webgl-textures-from-cross-domain-images/
# wiki.mozilla.org/Security/Reviews/crossoriginAttribute
&lt;IfModule mod_setenvif.c&gt;
  &lt;IfModule mod_headers.c&gt;
    # mod_headers, y u no match by Content-Type?!
    &lt;FilesMatch &quot;\.(gif|png|jpe?g|svg|svgz|ico|webp)$&quot;&gt;
      SetEnvIf Origin &quot;:&quot; IS_CORS
      Header set Access-Control-Allow-Origin &quot;*&quot; env=IS_CORS
    &lt;/FilesMatch&gt;
  &lt;/IfModule&gt;
&lt;/IfModule&gt;
# ----------------------------------------------------------------------
# Webfont access
# ----------------------------------------------------------------------
# Allow access from all domains for webfonts.
# Alternatively you could only whitelist your
# subdomains like &quot;subdomain.example.com&quot;.
&lt;IfModule mod_headers.c&gt;
  &lt;FilesMatch &quot;\.(ttf|ttc|otf|eot|woff|woff2|font.css|css|js)$&quot;&gt;
    Header set Access-Control-Allow-Origin &quot;*&quot;
  &lt;/FilesMatch&gt;
&lt;/IfModule&gt;</pre>
<p>NginX için bu kodu ekleyin</p>
<pre class="brush: php; title: ; notranslate">location ~ \.(ttf|ttc|otf|eot|woff|woff2|font.css|css|js)$ {
add_header Access-Control-Allow-Origin &quot;*&quot;;
}</pre>
<p>Kodları ekledikten sonra hemen olmayacaktır. Cache eklentimizden cache temizliği yapıyoruz vede CDN servisimizden de cache temizliği yapıyoruz ve düzeliyor.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.soruncozumu.com/cdn-sosyal-ag-simgelerinin-gorunmemesi/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
