<?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"

			>

	<channel>

		<title>How to add social share buttons (facebook, twitter) to every product? &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/how-to-add-social-share-buttons-facebook-twitter-to-every-product/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/how-to-add-social-share-buttons-facebook-twitter-to-every-product/feed/</link>
		<description></description>
		<lastBuildDate>Sun, 12 Oct 2025 01:43:52 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-add-social-share-buttons-facebook-twitter-to-every-product/#post-291001</guid>
					<title><![CDATA[How to add social share buttons (facebook, twitter) to every product?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-add-social-share-buttons-facebook-twitter-to-every-product/#post-291001</link>
					<pubDate>Wed, 03 Jun 2015 14:15:36 +0000</pubDate>
					<dc:creator>5starmoto</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>Please could you tell me how to add social share buttons (facebook, twitter) to every product?</p>
<p>thanks<br />
5starmoto</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-add-social-share-buttons-facebook-twitter-to-every-product/#post-291548</guid>
					<title><![CDATA[Reply To: How to add social share buttons (facebook, twitter) to every product?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-add-social-share-buttons-facebook-twitter-to-every-product/#post-291548</link>
					<pubDate>Wed, 03 Jun 2015 20:20:09 +0000</pubDate>
					<dc:creator>Nico</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>Thanks for writing.</p>
<p>You could try adding this code in your customizer&#8217;s Custom JavaScript:</p>
<pre><code>jQuery( document ).ready(function() {
jQuery( “.x-entry-share” ).insertBefore( “.single-product .product_meta” );
});</code></pre>
<p><em>.single-product .product_meta </em>&lt;- class to be inserted. You can change it wherever you want. </p>
<p>Hope it helps.</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-add-social-share-buttons-facebook-twitter-to-every-product/#post-292468</guid>
					<title><![CDATA[Reply To: How to add social share buttons (facebook, twitter) to every product?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-add-social-share-buttons-facebook-twitter-to-every-product/#post-292468</link>
					<pubDate>Thu, 04 Jun 2015 13:21:39 +0000</pubDate>
					<dc:creator>5starmoto</dc:creator>

					<description>
						<![CDATA[
						<p>thank you for the reply.</p>
<p>I have tried this but its not working? i might not be inserting facebook and twitter correctly, please could you show me the correct way? </p>
<p>thanks<br />
5starmoto</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-add-social-share-buttons-facebook-twitter-to-every-product/#post-293052</guid>
					<title><![CDATA[Reply To: How to add social share buttons (facebook, twitter) to every product?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-add-social-share-buttons-facebook-twitter-to-every-product/#post-293052</link>
					<pubDate>Fri, 05 Jun 2015 01:46:05 +0000</pubDate>
					<dc:creator>Friech</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>Because this requires a template change, I&#8217;d advise that you setup a <a href="http://theme.co/x/member/kb/how-to-setup-child-themes/" title="Child Themes" target="_blank" rel="nofollow">child theme</a>. This allows you to make code changes that won&#8217;t be overwritten when an <strong>X</strong> update is released. After your child theme is setup, please review how we recommend making template changes in <a href="http://theme.co/x/member/kb/customization-best-practices/" rel="nofollow">Customization Best Practices</a>. Then add this to your child theme&#8217;s <strong>functions.php</strong> file</p>
<pre><code>/*adding social sharing buttons to woocommerce product pages */

add_action(&quot;woocommerce_single_product_summary&quot;, &quot;add_social_sharing_to_product_page&quot;, 60);

function add_social_sharing_to_product_page() {
  echo do_shortcode(&quot;[share title=&#039;Share this Product&#039; facebook=&#039;true&#039; twitter=&#039;true&#039; google_plus=&#039;true&#039; pinterest=&#039;true&#039; email=&#039;true&#039; class=&#039;mtl&#039;]&quot;);
}</code></pre>
<p>Hope it helps, Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-add-social-share-buttons-facebook-twitter-to-every-product/#post-652432</guid>
					<title><![CDATA[Reply To: How to add social share buttons (facebook, twitter) to every product?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-add-social-share-buttons-facebook-twitter-to-every-product/#post-652432</link>
					<pubDate>Wed, 04 Nov 2015 16:23:39 +0000</pubDate>
					<dc:creator>2342J</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,<br />
I tried adding this code to my funcitons.php file.  It works but does not show the interior of the share button (no &#8220;f&#8221; for facebook, etc.)</p>
<p>Do you know how I would add that, or a better snippet of code to use for this functionality?</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-add-social-share-buttons-facebook-twitter-to-every-product/#post-652468</guid>
					<title><![CDATA[Reply To: How to add social share buttons (facebook, twitter) to every product?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-add-social-share-buttons-facebook-twitter-to-every-product/#post-652468</link>
					<pubDate>Wed, 04 Nov 2015 16:49:20 +0000</pubDate>
					<dc:creator>2342J</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-add-social-share-buttons-facebook-twitter-to-every-product/#post-652578</guid>
					<title><![CDATA[Reply To: How to add social share buttons (facebook, twitter) to every product?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-add-social-share-buttons-facebook-twitter-to-every-product/#post-652578</link>
					<pubDate>Wed, 04 Nov 2015 18:01:44 +0000</pubDate>
					<dc:creator>Jade</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Landon,</p>
<p>I have checked on your page but I am getting the error:</p>
<p><code>Parse error: syntax error, unexpected T_STRING in /.../.../www/www/wp-content/themes/x-child/functions.php on line 42</code></p>
<p>Kindly fix it first so that we can check on this further. Thank you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-add-social-share-buttons-facebook-twitter-to-every-product/#post-652771</guid>
					<title><![CDATA[Reply To: How to add social share buttons (facebook, twitter) to every product?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-add-social-share-buttons-facebook-twitter-to-every-product/#post-652771</link>
					<pubDate>Wed, 04 Nov 2015 20:57:24 +0000</pubDate>
					<dc:creator>2342J</dc:creator>

					<description>
						<![CDATA[
						<p>Sorry for the inconvenience, I had a bit of a booboo today.  It&#8217;s fixed.  Can you take another look at it?  </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-add-social-share-buttons-facebook-twitter-to-every-product/#post-652963</guid>
					<title><![CDATA[Reply To: How to add social share buttons (facebook, twitter) to every product?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-add-social-share-buttons-facebook-twitter-to-every-product/#post-652963</link>
					<pubDate>Wed, 04 Nov 2015 23:21:28 +0000</pubDate>
					<dc:creator>John Ezra</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Thanks for updating the thread! Upon checking your site, we see that you still have <strong>X-Shortcodes</strong> activated. Please deactivate and delete <em>X-Shortcodes</em>. Then install <strong>Cornerstone</strong> even if you don&#8217;t intend to use our new page builder. <em>Cornerstone</em> retires and replaces <em>X-Shortcodes</em>. The <em>shortcodes</em> required for X to funciton properly are within <strong>Cornerstone</strong>, hence it is a <strong>required</strong> plugin. Having both installed (even while deactivated) will cause conflicts.</p>
<p>Hope this helps – thanks!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

