<?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>WooCommerce Product Sharing &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/woocommerce-product-sharing/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/woocommerce-product-sharing/feed/</link>
		<description></description>
		<lastBuildDate>Fri, 21 Nov 2025 03:36:15 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/woocommerce-product-sharing/#post-239157</guid>
					<title><![CDATA[WooCommerce Product Sharing]]></title>
					<link>https://theme.co/archive/forums/topic/woocommerce-product-sharing/#post-239157</link>
					<pubDate>Tue, 31 Mar 2015 16:56:47 +0000</pubDate>
					<dc:creator>Bill K</dc:creator>

					<description>
						<![CDATA[
						<p>I found this on a previous thread, which works great to add social sharing buttons to each product page:</p>
<pre><code>/*adding social sharing buttons to woocommerce product pages */

add_action(&quot;woocommerce_share&quot;, &quot;add_social_sharing_to_product_page&quot;);

function add_social_sharing_to_product_page() {
	echo do_shortcode(&quot;[share 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>But the title says &#8220;Share this Post&#8221;, as it would on posts.  How would I change it so that it says &#8220;Share this Product&#8221; just for these product pages?</p>
<p>thx!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/woocommerce-product-sharing/#post-239271</guid>
					<title><![CDATA[Reply To: WooCommerce Product Sharing]]></title>
					<link>https://theme.co/archive/forums/topic/woocommerce-product-sharing/#post-239271</link>
					<pubDate>Tue, 31 Mar 2015 20:00:49 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Bill,</p>
<p>Thanks for writing in!</p>
<p>In that case, please use following code instead:</p>
<pre><code>/*adding social sharing buttons to woocommerce product pages */

add_action(&quot;woocommerce_share&quot;, &quot;add_social_sharing_to_product_page&quot;);

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 this helps. 🙂</p>
<p>Thank you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/woocommerce-product-sharing/#post-240157</guid>
					<title><![CDATA[Reply To: WooCommerce Product Sharing]]></title>
					<link>https://theme.co/archive/forums/topic/woocommerce-product-sharing/#post-240157</link>
					<pubDate>Wed, 01 Apr 2015 18:59:48 +0000</pubDate>
					<dc:creator>Bill K</dc:creator>

					<description>
						<![CDATA[
						<p>Perfecto.  Thx!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/woocommerce-product-sharing/#post-240234</guid>
					<title><![CDATA[Reply To: WooCommerce Product Sharing]]></title>
					<link>https://theme.co/archive/forums/topic/woocommerce-product-sharing/#post-240234</link>
					<pubDate>Wed, 01 Apr 2015 21:14:21 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>You&#8217;re welcome! 🙂</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

