<?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 – Implementing Facebook services on Textpattern articles via FBML</title>
 <description>Implementing Facebook services on Textpattern articles via FBML - comments</description>
 <link>https://textpattern.tips/implementing-facebook-services-on-textpattern-articles-via-fbml</link>
 <atom:link href="https://textpattern.tips/implementing-facebook-services-on-textpattern-articles-via-fbml?f=comment-feed" rel="self" type="application/rss+xml" />
 <pubDate>Tue, 04 Sep 12 23:42:24 +0000</pubDate>

 <item>
     <title>Comment on Implementing Facebook services on Textpattern articles via FBML by Lawrence</title>
     <link><a href="https://textpattern.tips/implementing-facebook-services-on-textpattern-articles-via-fbml#c000965" id="c000965">1</a></link>
     <guid><a href="https://textpattern.tips/implementing-facebook-services-on-textpattern-articles-via-fbml#c000965" id="c000965">1</a></guid>
     <pubDate>Mon, 11 Jul 11 02:09:55 +0000</pubDate>
     <description><![CDATA[<p>Thanks for the great article.</p><p>This goes to show how flexible <span class="caps">TXP</span> is in terms of re-purposing content for FB, which needs to fit into their layout and requires different elements from what is published on the main site.</p><p>Can this be achieved with WordPress without having to install a plugin?</p>]]></description>
     <content:encoded><![CDATA[<p>Thanks for the great article.</p><p>This goes to show how flexible <span class="caps">TXP</span> is in terms of re-purposing content for FB, which needs to fit into their layout and requires different elements from what is published on the main site.</p><p>Can this be achieved with WordPress without having to install a plugin?</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://www.architxt.net">Lawrence</a></dc:creator>
 
</item>
<item>
     <title>Comment on Implementing Facebook services on Textpattern articles via FBML by Deepak Kamat</title>
     <link><a href="https://textpattern.tips/implementing-facebook-services-on-textpattern-articles-via-fbml#c001002" id="c001002">1</a></link>
     <guid><a href="https://textpattern.tips/implementing-facebook-services-on-textpattern-articles-via-fbml#c001002" id="c001002">1</a></guid>
     <pubDate>Sun, 16 Oct 11 04:58:09 +0000</pubDate>
     <description><![CDATA[<p>Hey good article, but if you want to know how to do it properly and with images refer to my blog : </p><p>http://stramaxon.blogspot.com/</p>]]></description>
     <content:encoded><![CDATA[<p>Hey good article, but if you want to know how to do it properly and with images refer to my blog : </p><p>http://stramaxon.blogspot.com/</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://stramaxon.blogspot.com">Deepak Kamat</a></dc:creator>
 
</item>
<item>
     <title>Comment on Implementing Facebook services on Textpattern articles via FBML by Giampiero</title>
     <link><a href="https://textpattern.tips/implementing-facebook-services-on-textpattern-articles-via-fbml#c001099" id="c001099">1</a></link>
     <guid><a href="https://textpattern.tips/implementing-facebook-services-on-textpattern-articles-via-fbml#c001099" id="c001099">1</a></guid>
     <pubDate>Thu, 24 May 12 17:12:12 +0000</pubDate>
     <description><![CDATA[<p>In this line   &lt;meta property=&#8220;og:image&#8221; content=&#8221;&lt;txp:site_url /&gt;images/style/site-logo.png&#8221;&gt; you cannot replace the static site brand image with &lt;txp:article_image /&gt;. Textpattern will replace this tag with the &lt;img src=&#8221;&#8230;&#8221; /&gt; <span class="caps">HTML</span> tag.<br>The etz plugin does not help either.<br>Is there any way to strip out the html part and get just the <span class="caps">URL</span> assigned to the article?</p>]]></description>
     <content:encoded><![CDATA[<p>In this line   &lt;meta property=&#8220;og:image&#8221; content=&#8221;&lt;txp:site_url /&gt;images/style/site-logo.png&#8221;&gt; you cannot replace the static site brand image with &lt;txp:article_image /&gt;. Textpattern will replace this tag with the &lt;img src=&#8221;&#8230;&#8221; /&gt; <span class="caps">HTML</span> tag.<br>The etz plugin does not help either.<br>Is there any way to strip out the html part and get just the <span class="caps">URL</span> assigned to the article?</p>]]></content:encoded>
     <dc:creator>Giampiero</dc:creator>
 
</item>
<item>
     <title>Comment on Implementing Facebook services on Textpattern articles via FBML by Giampiero</title>
     <link><a href="https://textpattern.tips/implementing-facebook-services-on-textpattern-articles-via-fbml#c001101" id="c001101">1</a></link>
     <guid><a href="https://textpattern.tips/implementing-facebook-services-on-textpattern-articles-via-fbml#c001101" id="c001101">1</a></guid>
     <pubDate>Mon, 28 May 12 15:40:53 +0000</pubDate>
     <description><![CDATA[<p>solved with a little help from the forum:</p><p>&lt;meta property=“og:image” content=”&lt;txp:images&gt;&lt;txp:image_url /&gt;&lt;/txp:images&gt;”&gt;</p><p>As noted by Phil Wareham, facebook <span class="caps">FBML</span> is deprecated now in favour of better solutions. The opengraph format is still relevant though.</p>]]></description>
     <content:encoded><![CDATA[<p>solved with a little help from the forum:</p><p>&lt;meta property=“og:image” content=”&lt;txp:images&gt;&lt;txp:image_url /&gt;&lt;/txp:images&gt;”&gt;</p><p>As noted by Phil Wareham, facebook <span class="caps">FBML</span> is deprecated now in favour of better solutions. The opengraph format is still relevant though.</p>]]></content:encoded>
     <dc:creator>Giampiero</dc:creator>
 
</item>
<item>
     <title>Comment on Implementing Facebook services on Textpattern articles via FBML by Jonathan Stubbs</title>
     <link><a href="https://textpattern.tips/implementing-facebook-services-on-textpattern-articles-via-fbml#c001102" id="c001102">1</a></link>
     <guid><a href="https://textpattern.tips/implementing-facebook-services-on-textpattern-articles-via-fbml#c001102" id="c001102">1</a></guid>
     <pubDate>Sat, 02 Jun 12 04:14:32 +0000</pubDate>
     <description><![CDATA[<p>@Giampiero &#8211; thanks for posting the solution to your problem!</p>]]></description>
     <content:encoded><![CDATA[<p>@Giampiero &#8211; thanks for posting the solution to your problem!</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://jonathanstubbs.com">Jonathan Stubbs</a></dc:creator>
 
</item>
<item>
     <title>Comment on Implementing Facebook services on Textpattern articles via FBML by Corfitz Ulfeldt</title>
     <link><a href="https://textpattern.tips/implementing-facebook-services-on-textpattern-articles-via-fbml#c001136" id="c001136">1</a></link>
     <guid><a href="https://textpattern.tips/implementing-facebook-services-on-textpattern-articles-via-fbml#c001136" id="c001136">1</a></guid>
     <pubDate>Wed, 29 Aug 12 21:22:19 +0000</pubDate>
     <description><![CDATA[<p>Hi Phil, thanks for this!</p><p>I&#8217;m trying to implement facebook OG meta in the new 4.5 version using this method:</p><p>&lt;txp:if_individual_article&gt;
  &lt;txp:output_form form=&#8220;myformname&#8221; /&gt;<br>&lt;/txp:if_individual_article&gt;</p><p>I&#8217;ve put it with the other meta tags on the default page, but when i go to an individual article the content isnt being outputtet. I&#8217;ve trying using other content between the &lt;txp:if_individual_article&gt; tags but i can&#8217;t get anything to show up. Any ideas?</p>]]></description>
     <content:encoded><![CDATA[<p>Hi Phil, thanks for this!</p><p>I&#8217;m trying to implement facebook OG meta in the new 4.5 version using this method:</p><p>&lt;txp:if_individual_article&gt;
  &lt;txp:output_form form=&#8220;myformname&#8221; /&gt;<br>&lt;/txp:if_individual_article&gt;</p><p>I&#8217;ve put it with the other meta tags on the default page, but when i go to an individual article the content isnt being outputtet. I&#8217;ve trying using other content between the &lt;txp:if_individual_article&gt; tags but i can&#8217;t get anything to show up. Any ideas?</p>]]></content:encoded>
     <dc:creator>Corfitz Ulfeldt</dc:creator>
 
</item>
<item>
     <title>Comment on Implementing Facebook services on Textpattern articles via FBML by Jonathan Stubbs</title>
     <link><a href="https://textpattern.tips/implementing-facebook-services-on-textpattern-articles-via-fbml#c001139" id="c001139">1</a></link>
     <guid><a href="https://textpattern.tips/implementing-facebook-services-on-textpattern-articles-via-fbml#c001139" id="c001139">1</a></guid>
     <pubDate>Tue, 04 Sep 12 23:42:24 +0000</pubDate>
     <description><![CDATA[<p>@Corfitz &#8211; you might want to post your question on the corresponding <a href="http://forum.textpattern.com/viewtopic.php?pid=261470" rel="nofollow">forum thread</a> as Phil may not have subscribed to the feed for these comments.</p>]]></description>
     <content:encoded><![CDATA[<p>@Corfitz &#8211; you might want to post your question on the corresponding <a href="http://forum.textpattern.com/viewtopic.php?pid=261470" rel="nofollow">forum thread</a> as Phil may not have subscribed to the feed for these comments.</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://jonathanstubbs.com">Jonathan Stubbs</a></dc:creator>
 
</item>

</channel>
</rss>