<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Simple Clap Button Plugin for WordPress using PHP and AJAX	</title>
	<atom:link href="https://subbuswaroop.com/simple-clap-button-plugin-for-wordpress-using-php-and-ajax/feed/" rel="self" type="application/rss+xml" />
	<link>https://subbuswaroop.com/simple-clap-button-plugin-for-wordpress-using-php-and-ajax/</link>
	<description>A blog to share my thoughts, knowledge and experiences</description>
	<lastBuildDate>Mon, 07 Feb 2022 15:18:58 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.1</generator>
	<item>
		<title>
		By: Subbu Swaroop		</title>
		<link>https://subbuswaroop.com/simple-clap-button-plugin-for-wordpress-using-php-and-ajax/comment-page-1/#comment-2554</link>

		<dc:creator><![CDATA[Subbu Swaroop]]></dc:creator>
		<pubDate>Mon, 07 Feb 2022 15:18:58 +0000</pubDate>
		<guid isPermaLink="false">https://subbuswaroop.com/?p=918#comment-2554</guid>

					<description><![CDATA[Hey Lokesh, are you getting any errors in console by any chance?]]></description>
			<content:encoded><![CDATA[<p>Hey Lokesh, are you getting any errors in console by any chance?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Lokesh Dewangan		</title>
		<link>https://subbuswaroop.com/simple-clap-button-plugin-for-wordpress-using-php-and-ajax/comment-page-1/#comment-2553</link>

		<dc:creator><![CDATA[Lokesh Dewangan]]></dc:creator>
		<pubDate>Mon, 07 Feb 2022 11:13:54 +0000</pubDate>
		<guid isPermaLink="false">https://subbuswaroop.com/?p=918#comment-2553</guid>

					<description><![CDATA[I have used your codes and followed proper steps your code works fine but neither storing any data into database nor increasing the values, when i refreshed the page again showing 0.]]></description>
			<content:encoded><![CDATA[<p>I have used your codes and followed proper steps your code works fine but neither storing any data into database nor increasing the values, when i refreshed the page again showing 0.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Subbu Swaroop		</title>
		<link>https://subbuswaroop.com/simple-clap-button-plugin-for-wordpress-using-php-and-ajax/comment-page-1/#comment-2226</link>

		<dc:creator><![CDATA[Subbu Swaroop]]></dc:creator>
		<pubDate>Tue, 05 Oct 2021 15:28:09 +0000</pubDate>
		<guid isPermaLink="false">https://subbuswaroop.com/?p=918#comment-2226</guid>

					<description><![CDATA[Hi Ramesh,

Whenever someone clicks on the clap button, I am storing the count in the table &quot;post_meta&quot; under the column name &quot;claps&quot;.

You can check in your phpmyadmin database to see if the table has the column &quot;claps&quot;.

Also, can you go through the code once again to check if you have missed any important step? 

Cheers :)]]></description>
			<content:encoded><![CDATA[<p>Hi Ramesh,</p>
<p>Whenever someone clicks on the clap button, I am storing the count in the table &#8220;post_meta&#8221; under the column name &#8220;claps&#8221;.</p>
<p>You can check in your phpmyadmin database to see if the table has the column &#8220;claps&#8221;.</p>
<p>Also, can you go through the code once again to check if you have missed any important step? </p>
<p>Cheers 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ramesh		</title>
		<link>https://subbuswaroop.com/simple-clap-button-plugin-for-wordpress-using-php-and-ajax/comment-page-1/#comment-2106</link>

		<dc:creator><![CDATA[Ramesh]]></dc:creator>
		<pubDate>Thu, 19 Aug 2021 13:11:20 +0000</pubDate>
		<guid isPermaLink="false">https://subbuswaroop.com/?p=918#comment-2106</guid>

					<description><![CDATA[Hi swaroop,

Thanks for your reply.
I did&#039;nt get your point can you please give it in detail the clap count is not getting updated it is showing count 0.

Thank you.]]></description>
			<content:encoded><![CDATA[<p>Hi swaroop,</p>
<p>Thanks for your reply.<br />
I did&#8217;nt get your point can you please give it in detail the clap count is not getting updated it is showing count 0.</p>
<p>Thank you.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Subbu Swaroop		</title>
		<link>https://subbuswaroop.com/simple-clap-button-plugin-for-wordpress-using-php-and-ajax/comment-page-1/#comment-2001</link>

		<dc:creator><![CDATA[Subbu Swaroop]]></dc:creator>
		<pubDate>Fri, 13 Aug 2021 17:53:03 +0000</pubDate>
		<guid isPermaLink="false">https://subbuswaroop.com/?p=918#comment-2001</guid>

					<description><![CDATA[Hi Ramesh,

The following line should update the post_meta column.
$clap = update_post_meta($_REQUEST[&quot;post_id&quot;], &quot;claps&quot;, $new_clap);

You can check the table if its getting updated whenever you press the clap button. Let me know if you face any more issues.

Cheers :)]]></description>
			<content:encoded><![CDATA[<p>Hi Ramesh,</p>
<p>The following line should update the post_meta column.<br />
$clap = update_post_meta($_REQUEST[&#8220;post_id&#8221;], &#8220;claps&#8221;, $new_clap);</p>
<p>You can check the table if its getting updated whenever you press the clap button. Let me know if you face any more issues.</p>
<p>Cheers 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ramesh		</title>
		<link>https://subbuswaroop.com/simple-clap-button-plugin-for-wordpress-using-php-and-ajax/comment-page-1/#comment-1996</link>

		<dc:creator><![CDATA[Ramesh]]></dc:creator>
		<pubDate>Fri, 13 Aug 2021 13:54:28 +0000</pubDate>
		<guid isPermaLink="false">https://subbuswaroop.com/?p=918#comment-1996</guid>

					<description><![CDATA[HI thanks for ur plugin , i have one issue after clicking the count is getting incremented but when we go back and open same post again it is showing 0 again.please help with this.

Thank you]]></description>
			<content:encoded><![CDATA[<p>HI thanks for ur plugin , i have one issue after clicking the count is getting incremented but when we go back and open same post again it is showing 0 again.please help with this.</p>
<p>Thank you</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Subbu Swaroop		</title>
		<link>https://subbuswaroop.com/simple-clap-button-plugin-for-wordpress-using-php-and-ajax/comment-page-1/#comment-1741</link>

		<dc:creator><![CDATA[Subbu Swaroop]]></dc:creator>
		<pubDate>Tue, 15 Jun 2021 16:52:14 +0000</pubDate>
		<guid isPermaLink="false">https://subbuswaroop.com/?p=918#comment-1741</guid>

					<description><![CDATA[Thanks, Sachin. I would love to do a video tutorial but I&#039;m not a YouTuber <img src="https://s.w.org/images/core/emoji/15.1.0/72x72/1f605.png" alt="😅" class="wp-smiley" style="height: 1em; max-height: 1em;" />

I might make it as a plugin anytime sooner. Until then, you can follow the steps that I have mentioned and create it yourself. It will be a piece of cake.]]></description>
			<content:encoded><![CDATA[<p>Thanks, Sachin. I would love to do a video tutorial but I&#8217;m not a YouTuber 😅</p>
<p>I might make it as a plugin anytime sooner. Until then, you can follow the steps that I have mentioned and create it yourself. It will be a piece of cake.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sachin		</title>
		<link>https://subbuswaroop.com/simple-clap-button-plugin-for-wordpress-using-php-and-ajax/comment-page-1/#comment-1723</link>

		<dc:creator><![CDATA[Sachin]]></dc:creator>
		<pubDate>Sun, 13 Jun 2021 17:31:16 +0000</pubDate>
		<guid isPermaLink="false">https://subbuswaroop.com/?p=918#comment-1723</guid>

					<description><![CDATA[Hey Subbu great work buddy, 

can you create the video tutorial for this it will really help me or direct plugin to install]]></description>
			<content:encoded><![CDATA[<p>Hey Subbu great work buddy, </p>
<p>can you create the video tutorial for this it will really help me or direct plugin to install</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Subbu Swaroop		</title>
		<link>https://subbuswaroop.com/simple-clap-button-plugin-for-wordpress-using-php-and-ajax/comment-page-1/#comment-657</link>

		<dc:creator><![CDATA[Subbu Swaroop]]></dc:creator>
		<pubDate>Wed, 10 Mar 2021 13:32:43 +0000</pubDate>
		<guid isPermaLink="false">https://subbuswaroop.com/?p=918#comment-657</guid>

					<description><![CDATA[Will keep that in mind Vish. Until then, u can use the code and customise it for yourself <img src="https://s.w.org/images/core/emoji/15.1.0/72x72/1f604.png" alt="😄" class="wp-smiley" style="height: 1em; max-height: 1em;" />]]></description>
			<content:encoded><![CDATA[<p>Will keep that in mind Vish. Until then, u can use the code and customise it for yourself 😄</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: vish		</title>
		<link>https://subbuswaroop.com/simple-clap-button-plugin-for-wordpress-using-php-and-ajax/comment-page-1/#comment-617</link>

		<dc:creator><![CDATA[vish]]></dc:creator>
		<pubDate>Thu, 18 Feb 2021 16:15:59 +0000</pubDate>
		<guid isPermaLink="false">https://subbuswaroop.com/?p=918#comment-617</guid>

					<description><![CDATA[Can we get the plugin install files for those who just want it installed? :) thanks]]></description>
			<content:encoded><![CDATA[<p>Can we get the plugin install files for those who just want it installed? 🙂 thanks</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
