Kunena 6.4.9 & Kunena 7.0.1 Released

The Kunena team has announce the arrival of Kunena 6.4.9 [K 6.4.9] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 6.4

The Kunena team has announce the arrival of Kunena 7.0.1 [K 7.0.1] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0

Important note: Go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated. This is particularly necessary for major version jumps so that the table changes are adapted.

This category contains miscellaneous, uncategorised user contributions, (templates, modules, plugins and hacks) relating to older versions of Kunena that are no longer supported.

The topics in this category are for historical interest only. Owing to the structural changes that occurred in K 1.7, many of the ideas in these topics will not work with later versions and, for that reason, the topics are locked.

Question Facebook Like on threads

More
14 years 5 months ago - 14 years 5 months ago #105191 by customizecommerce
Hello again,

I've updated my previous solution using addthis code and i purposely removed the fb code provided by addthis
Code:
"<a class="addthis_button_facebook_like" fb:like:layout="button_count"></a>"

and replace with
Code:
<fb:like href="<?php echo "http://".$_SERVER["SERVER_NAME"]."/forum/".$this->catid."/".$this->thread."#".$this->id?>" layout="button_count" show_faces="true" width="300" font="verdana"></fb:like>

provided by teratyke (post #4).

full code that i use as below:
Code:
<!-- AddThis Button BEGIN --> <div class="addthis_toolbox addthis_default_style "> <a class="addthis_button_tweet"></a> <a class="addthis_button_google_plusone" g:plusone:size="medium"></a> <a class="addthis_counter addthis_pill_style"></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<fb:like href="<?php echo "http://".$_SERVER["SERVER_NAME"]."/forum/".$this->catid."/".$this->thread."#".$this->id?>" layout="button_count" show_faces="true" width="300" font="verdana"></fb:like> </div> <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=XXXXXX"></script> <!-- AddThis Button END -->

plz replace XXXXXX with your addthis id if you have an account with addthis.

output can be seen at my previous post (post #11)

and if you dont have addthis account plz use the code below:
Code:
<!-- AddThis Button BEGIN --> <div class="addthis_toolbox addthis_default_style "> <a class="addthis_button_tweet"></a> <a class="addthis_button_google_plusone" g:plusone:size="medium"></a> <a class="addthis_counter addthis_pill_style"></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<fb:like href="<?php echo "http://".$_SERVER["SERVER_NAME"]."/forum/".$this->catid."/".$this->thread."#".$this->id?>" layout="button_count" show_faces="true" width="300" font="verdana"></fb:like> </div> <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4e56f74f646cd137"></script> <!-- AddThis Button END -->

If someone click the fb like button, and their followers/fans click on the link, it will give result with url something like below:

mamafc.com/forum/12/16#16 instead of the full url.

thanks
Last edit: 14 years 5 months ago by customizecommerce.

Please Log in or Create an account to join the conversation.

More
14 years 1 month ago #114804 by Baze
Replied by Baze on topic Re: Facebook Like on threads
You can use addthis:url= in the facebook button proveded by addthis
Code:
<!-- AddThis Button BEGIN --> <div class="addthis_toolbox addthis_default_style " style="width:400px; float: left;"> <a class="addthis_button_facebook_like" fb:like:layout="button_count" addthis:url="<?php echo "http://".$_SERVER["SERVER_NAME"]."/forum/".$this->catid."/".$this->thread."#".$this->id?>"></a> <a class="addthis_button_tweet"></a> <a class="addthis_button_google_plusone" g:plusone:size="medium"></a> <a class="addthis_counter addthis_pill_style"></a> </div> <script type="text/javascript" src="http://s7.addthis.com/js/300/addthis_widget.js#pubid=xa-4e56f74f646cd137"></script> <!-- AddThis Button END -->

Please Log in or Create an account to join the conversation.

More
14 years 3 days ago #117918 by lostmail

TopCop wrote:
With that plugin installed and configured I can now put it into every single post. You just have to add {flodjishare} at the end of a post and you will get all the share buttons.


TopCop


Installed the plugin from flodjis and it works for Joomla Content.

But is ther a way to get the buttons for each kunena post automatically ?
What can i insert in the kunena template that I have the social buttons for each post (no manual inserts) ?

Please Log in or Create an account to join the conversation.

Time to create page: 0.415 seconds