<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
 <generator>http://textpattern.com/</generator>
 <title>Textpattern Tips – Galleriffic image gallery without any plugins</title>
 <description>Galleriffic image gallery without any plugins - comments</description>
 <link>https://textpattern.tips/galleriffic-image-gallery-without-any-plugins</link>
 <atom:link href="https://textpattern.tips/galleriffic-image-gallery-without-any-plugins?f=comment-feed" rel="self" type="application/rss+xml" />
 <pubDate>Sat, 29 Dec 12 02:47:52 +0000</pubDate>

 <item>
     <title>Comment on Galleriffic image gallery without any plugins by Petri</title>
     <link><a href="https://textpattern.tips/galleriffic-image-gallery-without-any-plugins#c000897" id="c000897">1</a></link>
     <guid><a href="https://textpattern.tips/galleriffic-image-gallery-without-any-plugins#c000897" id="c000897">1</a></guid>
     <pubDate>Sun, 20 Mar 11 04:05:33 +0000</pubDate>
     <description><![CDATA[<p>If someone wants to make website loading time smaller, he should crunch those JavaScript files into one file. That way the website makes less <span class="caps">HTTP</span> calls. Also JS files might be best to put at the end of source code.</p>]]></description>
     <content:encoded><![CDATA[<p>If someone wants to make website loading time smaller, he should crunch those JavaScript files into one file. That way the website makes less <span class="caps">HTTP</span> calls. Also JS files might be best to put at the end of source code.</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="https://kuopassa.net/txp/">Petri</a></dc:creator>
 
</item>
<item>
     <title>Comment on Galleriffic image gallery without any plugins by Stacey</title>
     <link><a href="https://textpattern.tips/galleriffic-image-gallery-without-any-plugins#c000934" id="c000934">1</a></link>
     <guid><a href="https://textpattern.tips/galleriffic-image-gallery-without-any-plugins#c000934" id="c000934">1</a></guid>
     <pubDate>Sat, 23 Apr 11 05:08:10 +0000</pubDate>
     <description><![CDATA[<p>I use Galleriffic with the jQuery History plugin enabled and I am desperately trying to figure out how to insert a Facebook Like button for each image in the gallery. Does anyone know how to modify the Galleriffic code so that a Like button will have the correct <span class="caps">URL</span> (with hash tag) for the image?</p><p>Is it possible to also modify the open graph meta tags (image specifically, but maybe also the title and description) in the head so that the &#8220;Liked&#8220;image shows up in the link on Facebook?</p><p>Thoughts/Suggestions Please!</p><p>Thanks!</p>]]></description>
     <content:encoded><![CDATA[<p>I use Galleriffic with the jQuery History plugin enabled and I am desperately trying to figure out how to insert a Facebook Like button for each image in the gallery. Does anyone know how to modify the Galleriffic code so that a Like button will have the correct <span class="caps">URL</span> (with hash tag) for the image?</p><p>Is it possible to also modify the open graph meta tags (image specifically, but maybe also the title and description) in the head so that the &#8220;Liked&#8220;image shows up in the link on Facebook?</p><p>Thoughts/Suggestions Please!</p><p>Thanks!</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://www.photonomad.com">Stacey</a></dc:creator>
 
</item>
<item>
     <title>Comment on Galleriffic image gallery without any plugins by Jorge Cocompech</title>
     <link><a href="https://textpattern.tips/galleriffic-image-gallery-without-any-plugins#c000957" id="c000957">1</a></link>
     <guid><a href="https://textpattern.tips/galleriffic-image-gallery-without-any-plugins#c000957" id="c000957">1</a></guid>
     <pubDate>Sat, 11 Jun 11 01:41:15 +0000</pubDate>
     <description><![CDATA[<p>Thanks for this tutorial.. Throw this example we can see the txp&#8217;s real power. </p><p>Only a adjusment about this lines:</p><p>&lt;code&gt;<br>&lt;txp:smd_if_thumbnail type=&#8220;large&#8221;&gt;<br>&lt;!&#8212;&#8212;This line &#8212;-&gt;&lt;txp:smd_thumbnail type=&#8220;large&#8221; add_stamp=&#8220;1&#8221; /&gt; <br>&lt;/txp:smd_if_thumbnail&gt;<br>&lt;/code&gt;</p><p>When you suggest the substitution for &lt;txp:smd ..&gt; with &lt;txp:thumbnail..&gt; we need resize the &#8220;original&#8221; thumbnail.</p><p>i use a 150&#215;150px per original thumbnail and this code inside the txp tag:</p><p>&lt;txp:if_thumbnail&gt;
	&lt;txp:thumbnail /&gt;			<br>&lt;/txp:if_thumbnail&gt;</p><p>&#8216;Cause <span class="caps">TXP</span> don&#8217;t recognize &lt;code&gt; type=&#8220;large&#8221; add_stamp=&#8220;1&#8221;&lt;/code&gt; (and this function is for smd plugin) .. use this css: </p>

 the . class for the img{
	width:100%;
	height:100%;
}

<p>For ul.thumbs img  (portfolio gallery form) you can set this <span class="caps">CSS</span>:</p><p>{<br>border: none;<br>display: block;<br>width:100px;<br>height:100px;<br>}</p><p>Sorry for the bad english . .  I hope be helpful for some . . .    : )</p>]]></description>
     <content:encoded><![CDATA[<p>Thanks for this tutorial.. Throw this example we can see the txp&#8217;s real power. </p><p>Only a adjusment about this lines:</p><p>&lt;code&gt;<br>&lt;txp:smd_if_thumbnail type=&#8220;large&#8221;&gt;<br>&lt;!&#8212;&#8212;This line &#8212;-&gt;&lt;txp:smd_thumbnail type=&#8220;large&#8221; add_stamp=&#8220;1&#8221; /&gt; <br>&lt;/txp:smd_if_thumbnail&gt;<br>&lt;/code&gt;</p><p>When you suggest the substitution for &lt;txp:smd ..&gt; with &lt;txp:thumbnail..&gt; we need resize the &#8220;original&#8221; thumbnail.</p><p>i use a 150&#215;150px per original thumbnail and this code inside the txp tag:</p><p>&lt;txp:if_thumbnail&gt;
	&lt;txp:thumbnail /&gt;			<br>&lt;/txp:if_thumbnail&gt;</p><p>&#8216;Cause <span class="caps">TXP</span> don&#8217;t recognize &lt;code&gt; type=&#8220;large&#8221; add_stamp=&#8220;1&#8221;&lt;/code&gt; (and this function is for smd plugin) .. use this css: </p>

 the . class for the img{
	width:100%;
	height:100%;
}

<p>For ul.thumbs img  (portfolio gallery form) you can set this <span class="caps">CSS</span>:</p><p>{<br>border: none;<br>display: block;<br>width:100px;<br>height:100px;<br>}</p><p>Sorry for the bad english . .  I hope be helpful for some . . .    : )</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://jorgecocompech.info">Jorge Cocompech</a></dc:creator>
 
</item>
<item>
     <title>Comment on Galleriffic image gallery without any plugins by sunnydough</title>
     <link><a href="https://textpattern.tips/galleriffic-image-gallery-without-any-plugins#c001181" id="c001181">1</a></link>
     <guid><a href="https://textpattern.tips/galleriffic-image-gallery-without-any-plugins#c001181" id="c001181">1</a></guid>
     <pubDate>Sat, 29 Dec 12 02:47:52 +0000</pubDate>
     <description><![CDATA[<p>I have zero basics in html and jquery. I was wondering if you can provide the whole command in html with automated feeds from picasa web albums. I tried copying everything into blogger but it does not seem to work.</p>]]></description>
     <content:encoded><![CDATA[<p>I have zero basics in html and jquery. I was wondering if you can provide the whole command in html with automated feeds from picasa web albums. I tried copying everything into blogger but it does not seem to work.</p>]]></content:encoded>
     <dc:creator>sunnydough</dc:creator>
 
</item>

</channel>
</rss>