<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>ThemeShaper Forums Tag: facebook</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Fri, 24 May 2013 17:05:36 +0000</pubDate>

<item>
<title>initialsbr on "Replacing comments with Facebook comments"</title>
<link>http://themeshaper.com/forums/topic/replacing-comments-with-facebook-comments#post-27273</link>
<pubDate>Fri, 01 Jun 2012 21:45:33 +0000</pubDate>
<dc:creator>initialsbr</dc:creator>
<guid isPermaLink="false">27273@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Whoa! It did move. Sorry! Haven't been on here in too long I guess! Sorry. I'll check out your solution, helgatheviking and if it doesn't quite do the trick, I'll move this to the new forum.
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Replacing comments with Facebook comments"</title>
<link>http://themeshaper.com/forums/topic/replacing-comments-with-facebook-comments#post-27272</link>
<pubDate>Fri, 01 Jun 2012 21:14:42 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">27272@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;thematic did move!  whooo.  but as for the facebook comments questions.... i use the awd facebook plugin for just about everything, but i think i did need to make some tweaks to get the comments to show.&#60;/p&#62;
&#60;p&#62;so i create a small plugin that does this in the most brain dead simple way.  i hacked someone else's plugin and replaced the code with the iframe versions from fb and put in a small filter to switch out the comments template.  should work right out of the box.&#60;br /&#62;
&#60;a href=&#34;https://github.com/helgatheviking/KIA-Facebook-Social-Plugins&#34; rel=&#34;nofollow&#34;&#62;https://github.com/helgatheviking/KIA-Facebook-Social-Plugins&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;but you won't have the same functionality (comments counts, etc).
&#60;/p&#62;</description>
</item>
<item>
<title>d_rec on "Replacing comments with Facebook comments"</title>
<link>http://themeshaper.com/forums/topic/replacing-comments-with-facebook-comments#post-27271</link>
<pubDate>Fri, 01 Jun 2012 21:11:03 +0000</pubDate>
<dc:creator>d_rec</dc:creator>
<guid isPermaLink="false">27271@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thematic moved. Try here; &#60;a href=&#34;http://thematictheme.com/&#34; rel=&#34;nofollow&#34;&#62;http://thematictheme.com/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>initialsbr on "Replacing comments with Facebook comments"</title>
<link>http://themeshaper.com/forums/topic/replacing-comments-with-facebook-comments#post-27270</link>
<pubDate>Fri, 01 Jun 2012 19:23:09 +0000</pubDate>
<dc:creator>initialsbr</dc:creator>
<guid isPermaLink="false">27270@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Anybody got any insight here?
&#60;/p&#62;</description>
</item>
<item>
<title>initialsbr on "Replacing comments with Facebook comments"</title>
<link>http://themeshaper.com/forums/topic/replacing-comments-with-facebook-comments#post-26955</link>
<pubDate>Thu, 10 May 2012 20:04:14 +0000</pubDate>
<dc:creator>initialsbr</dc:creator>
<guid isPermaLink="false">26955@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I'm trying to replace the comments section with Facebook comments a la...&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wp.tutsplus.com/tutorials/add-facebook-comments-to-your-wordpress-theme/&#34; rel=&#34;nofollow&#34;&#62;http://wp.tutsplus.com/tutorials/add-facebook-comments-to-your-wordpress-theme/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;In my functions.php I appear to have all the components working with this code...&#60;/p&#62;
&#60;p&#62;&#60;code&#62;//Facebook Comments&#60;/p&#62;
&#60;p&#62;function remove_comments(){&#60;br /&#62;
  if (is_page()){&#60;br /&#62;
	remove_action('thematic_comments_template','thematic_include_comments',5);&#60;br /&#62;
   }&#60;br /&#62;
}&#60;br /&#62;
add_action('template_redirect','remove_comments');&#60;/p&#62;
&#60;p&#62;function fbheader () { ?&#38;gt;&#60;br /&#62;
	&#38;lt;meta property='fb:app_id' content='128410070627168' /&#38;gt;&#60;br /&#62;
&#38;lt;?php&#60;br /&#62;
}&#60;br /&#62;
add_action('thematic_header', 'fbheader');&#60;/p&#62;
&#60;p&#62;function fbcomments() { ?&#38;gt;&#60;br /&#62;
	&#38;lt;div id=&#34;fbcomments&#34;&#38;gt;&#38;lt;div id=&#34;fb-root&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
	&#38;lt;script src=&#34;http://connect.facebook.net/en_US/all.js#xfbml=1&#34;&#38;gt;&#38;lt;/script&#38;gt;&#60;br /&#62;
    &#38;lt;fb:comments href=&#34;&#38;lt;?php the_permalink(); ?&#38;gt;&#34; width=&#34;640&#34;&#38;gt;&#38;lt;/fb:comments&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;?php&#60;br /&#62;
}&#60;br /&#62;
add_action('thematic_abovecomments', 'fbcomments');&#60;/p&#62;
&#60;p&#62;function fbcount () { ?&#38;gt;&#60;br /&#62;
&#38;lt;iframe src=&#34;http://www.facebook.com/plugins/comments.php?href=&#38;lt;?php the_permalink(); ?&#38;gt;&#38;#38;permalink=1&#34; scrolling=&#34;no&#34; frameborder=&#34;0&#34; style=&#34;border:none; overflow:hidden; width:130px; height:16px;&#34; allowTransparency=&#34;true&#34;&#38;gt;&#38;lt;/iframe&#38;gt;&#60;br /&#62;
&#38;lt;?php&#60;br /&#62;
}&#60;br /&#62;
add_action('thematic_postfooter', 'fbcount');&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Two concerns...&#60;/p&#62;
&#60;p&#62;1.) To remove the normal comments section, in my CSS, I have&#60;/p&#62;
&#60;p&#62;&#60;code&#62;#comments {&#60;br /&#62;
	display:none;&#60;br /&#62;
}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Should I be using some kind of remove_action filter?&#60;/p&#62;
&#60;p&#62;2.) function fbcount replaces the whole postfooter and adds the Facebook-ey graphic there. I just want to either add the Facebook-ey comment count at the end of the postfooter in the same line after the tags or just make the normal comment count reference the Facebook comment count. Any suggestions?
&#60;/p&#62;</description>
</item>
<item>
<title>markvd3 on "How to add facebook like button for a website next to the header?"</title>
<link>http://themeshaper.com/forums/topic/how-to-add-facebook-like-button-for-a-website-next-to-the-header#post-23759</link>
<pubDate>Wed, 09 Nov 2011 20:49:49 +0000</pubDate>
<dc:creator>markvd3</dc:creator>
<guid isPermaLink="false">23759@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;it doesnt seem to be working out for me. my header image is in the branding div. i tried&#60;/p&#62;
&#60;p&#62;function additional_header_content() {&#60;br /&#62;
?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;div class=&#34;fb-like&#34; data-href=&#34;http://www.mysite.com&#34; data-send=&#34;false&#34; data-width=&#34;450&#34; data-show-faces=&#34;false&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;add_action('thematic_brandingopen', 'additional_header_content', 1);&#60;/p&#62;
&#60;p&#62;and i put the facebook javascript sdk script in the parent themes header. and it didnt work. im just trying to learn since i am a beginner to php and everything :) thanks
&#60;/p&#62;</description>
</item>
<item>
<title>bpompea on "How to add facebook like button for a website next to the header?"</title>
<link>http://themeshaper.com/forums/topic/how-to-add-facebook-like-button-for-a-website-next-to-the-header#post-23753</link>
<pubDate>Wed, 09 Nov 2011 17:09:32 +0000</pubDate>
<dc:creator>bpompea</dc:creator>
<guid isPermaLink="false">23753@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;also it depends on where your header image is located. i used a hook to place it next to your blog title, but your image might be in the branding div or the access div. just replace the last line of code with the hook that you need. a list of hooks can be found here: &#60;a href=&#34;http://themeshaper.com/thematic/guide/?page_id=10&#34; rel=&#34;nofollow&#34;&#62;http://themeshaper.com/thematic/guide/?page_id=10&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>bpompea on "How to add facebook like button for a website next to the header?"</title>
<link>http://themeshaper.com/forums/topic/how-to-add-facebook-like-button-for-a-website-next-to-the-header#post-23752</link>
<pubDate>Wed, 09 Nov 2011 17:05:52 +0000</pubDate>
<dc:creator>bpompea</dc:creator>
<guid isPermaLink="false">23752@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;you should write something like this in your functions.php in the child theme. make sure this code is inside the pre existing functions.php php tags.  &#60;/p&#62;
&#60;p&#62;function additional_header_content() {&#60;br /&#62;
  ?&#38;gt;&#60;/p&#62;
&#60;p&#62;// your code here // &#60;/p&#62;
&#60;p&#62;&#38;lt;?php&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;add_action('thematic_blogtitle', 'additional_header_content', 3);
&#60;/p&#62;</description>
</item>
<item>
<title>markvd3 on "How to add facebook like button for a website next to the header?"</title>
<link>http://themeshaper.com/forums/topic/how-to-add-facebook-like-button-for-a-website-next-to-the-header#post-23748</link>
<pubDate>Wed, 09 Nov 2011 15:21:23 +0000</pubDate>
<dc:creator>markvd3</dc:creator>
<guid isPermaLink="false">23748@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;hi im new here. i would like to put a like button directly next to my website header image like in the same row with no clear both. directly adjacent to it. when i try to edit the thematic parent theme it does add the like button but it alway put it below my header image. im guessing i need to edit my function file lol. any help would be awesome! thanks in advance.
&#60;/p&#62;</description>
</item>
<item>
<title>rafi5749 on "Override comments.php with a function"</title>
<link>http://themeshaper.com/forums/topic/override-commentsphp-with-a-function#post-23009</link>
<pubDate>Wed, 07 Sep 2011 19:37:02 +0000</pubDate>
<dc:creator>rafi5749</dc:creator>
<guid isPermaLink="false">23009@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I want to replace Thematic's comments with Facebook Comments. With a child theme it's really easy, just add a file comments.php that looks like this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
&#38;lt;?php thematic_abovecomments() ?&#38;gt;&#60;br /&#62;
   &#38;lt;div id=&#34;comments&#34;&#38;gt;&#60;br /&#62;
      &#38;lt;div id=&#34;fb-root&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
         &#38;lt;script src=&#34;http://connect.facebook.net/en_US/all.js#xfbml=1&#34;&#38;gt;&#38;lt;/script&#38;gt;&#60;br /&#62;
         &#38;lt;fb:comments href=&#34;&#38;lt;?php echo get_permalink($post-&#38;gt;ID); ?&#38;gt;&#34; num_posts=&#34;10&#34; width=&#34;530&#34;&#38;gt;&#38;lt;/fb:comments&#38;gt;&#60;br /&#62;
      &#38;lt;/div&#38;gt;&#38;lt;!-- #comments --&#38;gt;&#60;br /&#62;
&#38;lt;?php thematic_belowcomments() ?&#38;gt;&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;BUT, I would like to accomplish this with a plugin. Anyone know how I could override the parent's comments.php with a function instead of a template?
&#60;/p&#62;</description>
</item>
<item>
<title>matius on "Share Count for Facebook plugin doesn't work ?"</title>
<link>http://themeshaper.com/forums/topic/share-count-for-facebook-plugin-doesnt-work#post-17484</link>
<pubDate>Sat, 04 Dec 2010 07:39:28 +0000</pubDate>
<dc:creator>matius</dc:creator>
<guid isPermaLink="false">17484@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;and how...
&#60;/p&#62;</description>
</item>
<item>
<title>matius on "Facebook "Like" Problems / Incorrect Count and Page Title"</title>
<link>http://themeshaper.com/forums/topic/facebook-like-problems-incorrect-count-and-page-title#post-17460</link>
<pubDate>Fri, 03 Dec 2010 18:49:10 +0000</pubDate>
<dc:creator>matius</dc:creator>
<guid isPermaLink="false">17460@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Was hoping someone else has run into this problem; or could take a look at my site to see what you think might be the issue.  I'm not exactly sure where to start ... but I've been told that it's most likely with the template (or something I've done to it).&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.deafmonkeys.com&#34; rel=&#34;nofollow&#34;&#62;http://www.deafmonkeys.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The problem &#38;gt; This seems to happen with any Facebook Like plug-in - specifically though, AddToAny + Share/Save.  When you send to FB only the main blog title gets sent ... not the post title which is obviously what's needed.&#60;/p&#62;
&#60;p&#62;Also, the count is way off.  If I click like, it might add 8 counts instead.  From FB if I click &#34;remove and unlike&#34; - it won't remove the count from the site.  &#60;/p&#62;
&#60;p&#62;Is there something that you think I need to add to the template to get this to work right? Or something to try? &#60;/p&#62;
&#60;p&#62;Thanks very much for any guidance.
&#60;/p&#62;</description>
</item>
<item>
<title>sunysky on "How to: Facebook Open Graph &#60;meta&#62;"</title>
<link>http://themeshaper.com/forums/topic/how-to-facebook-open-graph-ltmetagt#post-16858</link>
<pubDate>Tue, 09 Nov 2010 23:33:14 +0000</pubDate>
<dc:creator>sunysky</dc:creator>
<guid isPermaLink="false">16858@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;It works!&#60;br /&#62;
Thank a lot Chris! :)
&#60;/p&#62;</description>
</item>
<item>
<title>Chris on "How to: Facebook Open Graph &#60;meta&#62;"</title>
<link>http://themeshaper.com/forums/topic/how-to-facebook-open-graph-ltmetagt#post-16848</link>
<pubDate>Tue, 09 Nov 2010 20:02:44 +0000</pubDate>
<dc:creator>Chris</dc:creator>
<guid isPermaLink="false">16848@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;It should be add_filter.&#60;/p&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
</item>
<item>
<title>sunysky on "How to: Facebook Open Graph &#60;meta&#62;"</title>
<link>http://themeshaper.com/forums/topic/how-to-facebook-open-graph-ltmetagt#post-16846</link>
<pubDate>Tue, 09 Nov 2010 16:33:34 +0000</pubDate>
<dc:creator>sunysky</dc:creator>
<guid isPermaLink="false">16846@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;When I try your solution my wordpress crash and I obtain this error message:&#60;/p&#62;
&#60;p&#62;Fatal error: Call to undefined function apply_filter() in /public_html/photo/wp-content/themes/autofocusplus/functions.php on line 36&#60;/p&#62;
&#60;p&#62;The line 36 is:&#60;br /&#62;
apply_filter('thematic_create_doctype', 'open_graph_doctype');&#60;/p&#62;
&#60;p&#62;I have wordpress 3.0.1 with Autofocus+ theme wich is based on Thematic theme.&#60;br /&#62;
&#60;a href=&#34;http://fthrwght.com/autofocus/&#34; rel=&#34;nofollow&#34;&#62;http://fthrwght.com/autofocus/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Do you know where is the problem? &#60;/p&#62;
&#60;p&#62;Thank you in advance!&#60;/p&#62;
&#60;p&#62;PS: excuse my english, i'm french...
&#60;/p&#62;</description>
</item>
<item>
<title>Ben W. on "How to: Facebook Open Graph &#60;meta&#62;"</title>
<link>http://themeshaper.com/forums/topic/how-to-facebook-open-graph-ltmetagt#post-12840</link>
<pubDate>Sun, 06 Jun 2010 11:35:16 +0000</pubDate>
<dc:creator>Ben W.</dc:creator>
<guid isPermaLink="false">12840@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;If you are using the Facebook “Like” button on your page, you may want to have a better control over it – including an Admin page. (&#60;a href=&#34;http://developers.facebook.com/docs/opengraph?info=EXLINK&#34;&#62;More about Open Graph protocol.&#60;/a&#62;)&#60;/p&#62;
&#60;p&#62;You'll need a logo image for your blog and put it to your Thematic /images/ directory, or, if you are using a child theme, to your child themes /images/ directory. Put the following code snippet to your functions.php of Thematic, or, if you are using a child theme, of your child theme:&#60;/p&#62;
&#60;p&#62;(If you need to find out your Facebook ID, click on the &#34;Photos&#34; tab of your FB profile, select your profile photos, and grab the number of the &#60;a href=&#34;http://www.facebook.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.facebook.com/&#60;/a&#62;…&#38;#38;id=YOUR_ID part.)&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/*
 * Facebook Open Graph
 */
function open_graph($content) {
	$content .=&#38;#39;&#38;lt;meta property=&#38;quot;fb:admins&#38;quot; content=&#38;quot;YOUR_FACEBOOK_ID&#38;quot; /&#38;gt;&#38;#39; . &#38;quot;\n&#38;quot;;
	if (is_home() &#124;&#124; is_front_page()) {
		$url = get_option(&#38;#39;home&#38;#39;);
		$title = get_bloginfo(&#38;#39;name&#38;#39;);
		$description = get_bloginfo(&#38;#39;description&#38;#39;);
		$article = &#38;#39;blog&#38;#39;;
	} else {
		global $post;
		$url = get_permalink($post-&#38;gt;ID);
		$title = get_the_title();
		$description = get_the_excerpt();
		$article = &#38;#39;article&#38;#39;;
	}
	$content .=&#38;#39;&#38;lt;meta property=&#38;quot;og:site_name&#38;quot; content=&#38;quot;&#38;#39; . get_bloginfo(&#38;#39;name&#38;#39;) . &#38;#39;&#38;quot; /&#38;gt;&#38;#39; . &#38;quot;\n&#38;quot;;
	$content .=&#38;#39;&#38;lt;meta property=&#38;quot;og:title&#38;quot; content=&#38;quot;&#38;#39; . $title . &#38;#39;&#38;quot; /&#38;gt;&#38;#39; . &#38;quot;\n&#38;quot;;
	$content .=&#38;#39;&#38;lt;meta property=&#38;quot;og:description&#38;quot; content=&#38;quot;&#38;#39; . $description . &#38;#39;&#38;quot; /&#38;gt;&#38;#39; . &#38;quot;\n&#38;quot;;
	$content .=&#38;#39;&#38;lt;meta property=&#38;quot;og:type&#38;quot; content=&#38;quot;&#38;#39; . $article . &#38;#39;&#38;quot; /&#38;gt;&#38;#39; . &#38;quot;\n&#38;quot;;
	$content .=&#38;#39;&#38;lt;meta property=&#38;quot;og:url&#38;quot; content=&#38;quot;&#38;#39; . $url . &#38;#39;&#38;quot; /&#38;gt;&#38;#39; . &#38;quot;\n&#38;quot;;
	$content .=&#38;#39;&#38;lt;meta property=&#38;quot;og:image&#38;quot; content=&#38;quot;&#38;#39; . get_bloginfo(&#38;#39;stylesheet_directory&#38;#39;) . &#38;#39;/images/YOUR_LOGO.jpg&#38;quot; /&#38;gt;&#38;#39; . &#38;quot;\n&#38;quot;;
	return $content;
}
add_filter (&#38;#39;thematic_create_description&#38;#39;, &#38;#39;open_graph&#38;#39;);

function open_graph_doctype($content) {
	$content = &#38;#39;&#38;lt;!DOCTYPE html PUBLIC &#38;quot;-//W3C//DTD XHTML 1.0 Transitional//EN&#38;quot;
	&#38;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#38;quot;&#38;gt;&#38;#39;;
	$content .= &#38;#39;&#38;lt;html xmlns=&#38;quot;http://www.w3.org/1999/xhtml&#38;quot; xmlns:og=&#38;quot;http://opengraphprotocol.org/schema/&#38;quot; xmlns:fb=&#38;quot;http://www.facebook.com/2008/fbml&#38;quot;&#38;#39;;
	return $content;
}
apply_filter(&#38;#39;thematic_create_doctype&#38;#39;, &#38;#39;open_graph_doctype&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Please note that the document won't validate as XHTML 1.0 Transitional anymore. Changing it to the required DOCTYPE XHTML + RDFa (&#60;code&#62;&#38;lt;!DOCTYPE html PUBLIC &#38;quot;-//W3C//DTD XHTML+RDFa 1.0//EN&#38;quot; &#38;quot;http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd&#38;quot;&#38;gt;&#60;/code&#62;) would make it almost like XHTML 1.1, which is Strict, but will easily brake existing forms etc.&#60;/p&#62;
&#60;p&#62;If you are not using a caching solution (like WP Super Cache or Hyper Cache), you could restrict the meta tags to be shown the Facebook crawler only:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function open_graph($content) {
	if ($_SERVER[&#38;#39;HTTP_USER_AGENT&#38;#39;] == &#38;#39;facebookexternalhit/1.0 (+http://www.facebook.com/externalhit_uatext.php)&#38;#39;) {
	[the stuff from above]
	}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Enjoy!
&#60;/p&#62;</description>
</item>
<item>
<title>Lajima on "Share Count for Facebook plugin doesn't work ?"</title>
<link>http://themeshaper.com/forums/topic/share-count-for-facebook-plugin-doesnt-work#post-8677</link>
<pubDate>Wed, 30 Dec 2009 03:31:57 +0000</pubDate>
<dc:creator>Lajima</dc:creator>
<guid isPermaLink="false">8677@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;i have installed the plugin &#34;Share Count for Facebook&#34; but it doesn't show anything( in the browser or source code ), i have tried with the default theme and it works fine, am i the only one to have this problem ?&#60;br /&#62;
It's strange because the Tweetmeme button who is similar works perfectly.&#60;/p&#62;
&#60;p&#62;So i have put the code that's facebook give :&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;a name=&#38;quot;fb_share&#38;quot; type=&#38;quot;box_count&#38;quot; href=&#38;quot;http://www.facebook.com/sharer.php&#38;quot;&#38;gt;Partager&#38;lt;/a&#38;gt;&#38;lt;script src=&#38;quot;http://static.ak.fbcdn.net/connect.php/js/FB.Share&#38;quot; type=&#38;quot;text/javascript&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;in the theme files and it's work but i can't place it just after the post content, it appears before the post title or after the post informations and never between them whatever i do.&#60;/p&#62;
&#60;p&#62;After reading the forum and wiki,i know i certainly have to do somethings with the functions file or the child theme but i don't understand these things, i just use Thematic theme because it looks good ...&#60;/p&#62;
&#60;p&#62;Please is there anyone who can help me ?
&#60;/p&#62;</description>
</item>
<item>
<title>frigg on "How add twitter facebook delicious in post"</title>
<link>http://themeshaper.com/forums/topic/how-add-twitter-facebook-delicious-in-post#post-5583</link>
<pubDate>Wed, 05 Aug 2009 18:37:11 +0000</pubDate>
<dc:creator>frigg</dc:creator>
<guid isPermaLink="false">5583@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;i look the theme but not find what i do tu insert the social botun how in image
&#60;/p&#62;</description>
</item>
<item>
<title>awarner20 on "How add twitter facebook delicious in post"</title>
<link>http://themeshaper.com/forums/topic/how-add-twitter-facebook-delicious-in-post#post-5582</link>
<pubDate>Wed, 05 Aug 2009 18:01:29 +0000</pubDate>
<dc:creator>awarner20</dc:creator>
<guid isPermaLink="false">5582@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;This is a child theme of Thematic. Look here, &#60;a href=&#34;http://www.chris-wallace.com/2009/05/04/gallery-wordpress-theme/&#34; rel=&#34;nofollow&#34;&#62;http://www.chris-wallace.com/2009/05/04/gallery-wordpress-theme/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You can look at the theme files to find out where those elements are...
&#60;/p&#62;</description>
</item>
<item>
<title>frigg on "How add twitter facebook delicious in post"</title>
<link>http://themeshaper.com/forums/topic/how-add-twitter-facebook-delicious-in-post#post-5579</link>
<pubDate>Wed, 05 Aug 2009 17:07:43 +0000</pubDate>
<dc:creator>frigg</dc:creator>
<guid isPermaLink="false">5579@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;How add twitter facebook delicious in post&#60;/p&#62;
&#60;p&#62;example this&#60;br /&#62;
&#60;a href=&#34;http://mixcss.com/2009/07/25/orangorange-label/&#34; rel=&#34;nofollow&#34;&#62;http://mixcss.com/2009/07/25/orangorange-label/&#60;/a&#62;&#60;br /&#62;
# &#60;a href=&#34;http://www.orangelabel.com&#34; rel=&#34;nofollow&#34;&#62;http://www.orangelabel.com&#60;/a&#62;&#60;br /&#62;
# Bookmark This (http://www.orangelabel.com)&#60;br /&#62;
# Tweet This
&#60;/p&#62;</description>
</item>

</channel>
</rss>
