The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How can I show the facebook comment frame for guests

2 posters

Go down

In progress How can I show the facebook comment frame for guests

Post by congdantoancau June 6th 2015, 3:56 am

I were have the facebook comment frame for my forum
https://help.forumotion.com/t141021-how-can-add-the-facebook-comment-to-the-forum?nid=7#960181

But it only viewed when I were login. How can show that for guest? Thank!
congdantoancau
congdantoancau
Forumember

Male Posts : 77
Reputation : 4
Language : Vietnamese
Location : Vietnam

http://learn.forumvi.com

Back to top Go down

In progress Re: How can I show the facebook comment frame for guests

Post by SLGray June 6th 2015, 5:23 am

Do you have it where guests can reply to topics?


How can I show the facebook comment frame for guests Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51503
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: How can I show the facebook comment frame for guests

Post by congdantoancau June 6th 2015, 1:08 pm

I mean the guest can't not use facebook comment to reply my topic because they don't see it. Now, how can I improve it?
congdantoancau
congdantoancau
Forumember

Male Posts : 77
Reputation : 4
Language : Vietnamese
Location : Vietnam

http://learn.forumvi.com

Back to top Go down

In progress Re: How can I show the facebook comment frame for guests

Post by SLGray June 6th 2015, 7:39 pm

I believe only if guests can reply to topics on your forum that they will see the Facebook comment.


How can I show the facebook comment frame for guests Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51503
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: How can I show the facebook comment frame for guests

Post by congdantoancau June 7th 2015, 1:54 am

OK, how can I authorization for guest can see and comment on my forum?
congdantoancau
congdantoancau
Forumember

Male Posts : 77
Reputation : 4
Language : Vietnamese
Location : Vietnam

http://learn.forumvi.com

Back to top Go down

In progress Re: How can I show the facebook comment frame for guests

Post by SLGray June 7th 2015, 6:23 pm

You will have to manually change the permissions for each section you want guests to reply to topics.

AP > General > Forum > Categories & Forums


How can I show the facebook comment frame for guests Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51503
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: How can I show the facebook comment frame for guests

Post by congdantoancau June 8th 2015, 4:43 pm

And if I want to automatically change for all section how can I do?
Some forum I have setup as able to post for guest but the comment form by facebook did not show up when I log out and try to view them.
congdantoancau
congdantoancau
Forumember

Male Posts : 77
Reputation : 4
Language : Vietnamese
Location : Vietnam

http://learn.forumvi.com

Back to top Go down

In progress Re: How can I show the facebook comment frame for guests

Post by SLGray June 8th 2015, 8:46 pm

It could be that the code that was added to the template is in a location for only logged in members.


How can I show the facebook comment frame for guests Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51503
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: How can I show the facebook comment frame for guests

Post by congdantoancau June 8th 2015, 11:47 pm

In viewtopic_body template I put it in the last of content. Was it wrong?
congdantoancau
congdantoancau
Forumember

Male Posts : 77
Reputation : 4
Language : Vietnamese
Location : Vietnam

http://learn.forumvi.com

Back to top Go down

In progress Re: How can I show the facebook comment frame for guests

Post by SLGray June 9th 2015, 12:17 am

Do you seen anything around that area that says something like start log in or start log out?


How can I show the facebook comment frame for guests Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51503
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: How can I show the facebook comment frame for guests

Post by congdantoancau June 9th 2015, 2:01 am

It just have

Code:
</div>
<!-- END switch_forum_rules -->

<!-- BEGIN switch_user_logged_in -->
<br />
<a name="quickreply"></a>
{QUICK_REPLY_FORM}
<!-- END switch_user_logged_in -->

<!-- BEGIN switch_image_resize -->


This is my all viewtopic_body code

Code:
<script type="text/javascript">
//<![CDATA[
var multiquote_img_off = '{JS_MULTIQUOTE_IMG_OFF}', multiquote_img_on = '{JS_MULTIQUOTE_IMG_ON}', _atr = '{JS_DIR}addthis/', _ati = '{PATH_IMG_FA}addthis/'{ADDTHIS_LANG}, addthis_localize = { share_caption: "{L_SHARE_CAPTION}", email: "{L_EMAIL}", email_caption: "{L_EMAIL_CAPTION}", favorites: "{L_SHARE_BOOKMARKS}", print: "{L_PRINT}", more: "{L_MORE}" };
$(function(){

 Â   if(typeof(_atc) == "undefined") {
 Â       _atc = {  };
 Â   }

 Â   _atc.cwait = 0;
 Â   $('.addthis_button').mouseup(function() {
 Â       if ($('#at15s').css('display') == 'block') {
 Â           addthis_close();
 Â       }
 Â   });
});

var hiddenMsgLabel = { visible:'{JS_HIDE_HIDDEN_MESSAGE}', hidden:'{JS_SHOW_HIDDEN_MESSAGE}' };
showHiddenMessage = function(id)
{
 Â   try
 Â   {
 Â       var regId = parseInt(id, 10);
 Â       if( isNaN(regId) ) { regId = 0; }
 Â       
 Â       if( regId > 0)
 Â       {
 Â           $('.post--' + id).toggle(0, function()
         {
            if( $(this).is(":visible") )
            {
               $('#hidden-title--' + id).html(hiddenMsgLabel.visible);
            }
            else
            {
               $('#hidden-title--' + id).html(hiddenMsgLabel.hidden);
            }
         });
 Â       }
 Â   }
 Â   catch(e) { }
 Â   
   return false;
};

//]]>
</script>

<ul id="navstrip" class="clearfix" itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
   <li class="begin"><a href="{U_INDEX}" itemprop="url"><span itemprop="title">{L_INDEX}</span></a></li>
   {NAV_CAT_DESC}
</ul>

<!-- BEGIN topicpagination -->
<div class="pagination topic-options">
   {PAGINATION}
</div>
<!-- END topicpagination -->

<div class="posting-options topic-options">
   <ul class="posting-buttons clearfix">
      <!-- BEGIN switch_user_authpost -->
         <li class="post-icon"><a href="{U_POST_NEW_TOPIC}" accesskey="n" rel="nofollow"><img src="{POST_IMG}" class="{POST_IMG_ID}" alt="{L_POST_NEW_TOPIC}" /></a></li>
      <!-- END switch_user_authpost -->
      <!-- BEGIN switch_user_authreply -->
         <li class="post-icon"><a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" class="i_reply" alt="{L_POST_REPLY_TOPIC}" /></a></li>
      <!-- END switch_user_authreply -->
      <!-- BEGIN switch_fb_likebtn -->
      <li class="post-icon">
         <div id="fb-root"></div>
         <script>(function(d, s, id) {
           var js, fjs = d.getElementsByTagName(s)[0];
           if (d.getElementById(id)) return;
           js = d.createElement(s); js.id = id;
           js.src = "//connect.facebook.net/{LANGUAGE}/all.js#xfbml=1";
           fjs.parentNode.insertBefore(js, fjs);
         }(document, 'script', 'facebook-jssdk'));</script>   
         <div class="fb-like" data-href="{FORUM_URL}{TOPIC_URL}" data-layout="button_count" data-action="like" data-show-faces="false" data-share="false" style="top:5px"></div>
      </li>   
      <!-- END switch_fb_likebtn -->
      <!-- BEGIN switch_twitter_btn -->
      <li class="post-icon" style="padding-top:5px">
 Â                 <a href="https://twitter.com/share" class="twitter-share-button" data-via="{TWITTER}">Tweet</a>
 Â                 <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
 Â          </li>
      <!-- END switch_twitter_btn -->
   </ul>
</div>

<div class="clearfix empty-clear"></div>

<div class="borderwrap">
   <div class="maintitle floated">
      <h1>{TOPIC_TITLE}</h1>
      <div id="topicmenu-options" class="popmenubutton">
         <a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&amp;pub=forumotion">{L_SHARE}</a>
         <!-- BEGIN switch_plus_menu -->
         <script type="text/javascript">//<![CDATA[
            var url_favourite = '{U_FAVOURITE_JS_PLUS_MENU}';
            var url_newposts = '{U_NEWPOSTS_JS_PLUS_MENU}';
            var url_egosearch = '{U_EGOSEARCH_JS_PLUS_MENU}';
            var url_unanswered = '{U_UNANSWERED_JS_PLUS_MENU}';
            var url_watchsearch = '{U_WATCHSEARCH_JS_PLUS_MENU}';
            var url_tellfriend = '{U_TELLFRIEND_JS_PLUS_MENU}';
            insert_plus_menu_new('f{FORUM_ID}&amp;t={TOPIC_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES}, '{JS_WATCH_TOPIC}');
         //]]>
         </script>
         <!-- END switch_plus_menu -->
      </div>
   </div>
   {POLL_DISPLAY}

   <!-- BEGIN postrow -->
   
   <!-- BEGIN hidden -->
   <div class="postdetails {postrow.hidden.ROW_CLASS}" colspan="2" align="center">{postrow.hidden.MESSAGE}</div>
   <!-- END hidden -->
   
   <!-- BEGIN first_post_br -->
</div>
<hr id="first-post-br" />
<div class="borderwrap">
   <!-- END first_post_br -->
   
   <!-- BEGIN displayed -->
   <div id="p{postrow.displayed.U_POST_ID}" class="post {postrow.displayed.ONLINE_IMG_NEW} clearfix post--{postrow.displayed.U_POST_ID}"{postrow.displayed.THANK_BGCOLOR} style="{postrow.displayed.DISPLAYABLE_STATE}">
      <div class="post-container"{postrow.displayed.THANK_BGCOLOR}>
         <div class="postbody clearfix">
            <div class="postprofile" id="profile{postrow.displayed.U_POST_ID}">

               <div class="postprofile-head post-header"{postrow.displayed.THANK_BGCOLOR}>
                  <div class="popmenubutton-new-out popmenubutton">
                     <a href="javascript:void(0);"{postrow.displayed.ONCLICK}>{postrow.displayed.ONLINE_IMG_INV}{postrow.displayed.POSTER_NAME_INV}</a>
                  </div>
                  <!-- BEGIN user_logged_in -->
                  <div id="pm{postrow.displayed.U_POST_ID}" class="popupmenu clearfix" style="display:none;">
                     <div class="avatar">
                        {postrow.displayed.POSTER_AVATAR}
                     </div>
                     <ul>
                        <li class="popupmenu-item">{postrow.displayed.PROFILE_IMG}&nbsp;</li>
                        <!-- BEGIN switch_user_pm -->
                        <li class="popupmenu-item">{postrow.displayed.PM_IMG}&nbsp;</li>
                        <!-- END switch_user_pm -->
                        <!-- BEGIN switch_user_email -->
                        <li class="popupmenu-item">{postrow.displayed.EMAIL_IMG}&nbsp;</li>
                        <!-- END switch_user_email -->
                        <!-- BEGIN switch_contact_row -->
                        <li class="popupmenu-item">
                           <!-- BEGIN contact_field -->
                           {postrow.displayed.user_logged_in.switch_contact_row.contact_field.CONTENT}&nbsp;
                           <!-- END contact_field -->&nbsp;
                        </li>
                        <!-- END switch_contact_row -->
                        <!-- BEGIN switch_user_posts -->
                        <li class="popupmenu-item last">{postrow.displayed.USER_POSTS_IMG}&nbsp;</li>
                        <!-- END switch_user_posts -->
                     </ul>
                  </div>
                  <!-- END user_logged_in -->
               </div>

               <dl class="postprofile-details postdetails">
                  <dt>
                     {postrow.displayed.POSTER_AVATAR}<br />
                     {postrow.displayed.POSTER_NAME}
                  </dt>
                  <dd>{postrow.displayed.POSTER_RANK_NEW}{postrow.displayed.RANK_IMAGE}</dd>
                  <dd><br /></dd>
                  <dd>
                     <!-- BEGIN profile_field -->
                     {postrow.displayed.profile_field.LABEL}{postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}
                     <!-- END profile_field -->
                     {postrow.displayed.POSTER_RPG}
                  </dd>
               </dl>
            </div>

         <div class="postbody-head postdetails post-header"{postrow.displayed.THANK_BGCOLOR}>
            <ul class="post-info">
               <li>{postrow.displayed.IP_IMG}</li>
               <li>{L_POST_NUMBER}{postrow.displayed.COUNT_POSTS_NUMBER}</li>
            </ul>
 Â               <div style="position: relative; top: -30px; width: 1px;" id="{postrow.displayed.U_POST_ID}"></div>
            <h3>{postrow.displayed.ICON} <a href="{postrow.displayed.POST_URL}">{postrow.displayed.POST_SUBJECT}</a></h3>
            <p class="author"><img src="{postrow.displayed.MINI_POST_IMG}" alt="{postrow.displayed.L_MINI_POST_ALT}" title="{postrow.displayed.L_MINI_POST_ALT}" />&nbsp;{L_TOPIC_BY}&nbsp;{postrow.displayed.POSTER_NAME} {postrow.displayed.POST_DATE_NEW}</p>
         </div>

         <div class="post-entry">
      
            <div>{postrow.displayed.MESSAGE}</div>

            <!-- BEGIN switch_attachments -->
            <dl class="attachbox">
               <dt>{postrow.displayed.switch_attachments.L_ATTACHMENTS}</dt>
               <dd>
                  <!-- BEGIN switch_post_attachments -->
                  <dl class="file">
                     <dt>
                        <img src="{postrow.displayed.switch_attachments.switch_post_attachments.U_IMG}" alt="" />

                        <!-- BEGIN switch_dl_att -->
                        <a class="postlink" href="{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.U_ATTACHMENT}">{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT}</a> {postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT_DEL}
                        <!-- END switch_dl_att -->

                        <!-- BEGIN switch_no_dl_att -->
                        {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT} {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT_DEL}
                        <!-- END switch_no_dl_att -->
                     </dt>

                     <!-- BEGIN switch_no_comment -->
                     <dd>
                        <em>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_comment.ATTACHMENT_COMMENT}</em>
                     </dd>
                     <!-- END switch_no_comment -->

                     <!-- BEGIN switch_no_dl_att -->
                     <dd>
                        <em><strong>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.TEXT_NO_DL}</strong></em>
                     </dd>
                     <!-- END switch_no_dl_att -->

                     <dd>({postrow.displayed.switch_attachments.switch_post_attachments.FILE_SIZE}) {postrow.displayed.switch_attachments.switch_post_attachments.NB_DL}</dd>
                  </dl>
                  <!-- END switch_post_attachments -->
               </dd>
            </dl>
            <!-- END switch_attachments -->
            <div class="clear"></div>
            {postrow.displayed.EDITED_MESSAGE}
         </div>


         <!-- BEGIN switch_signature -->
         <br />
         <div id="sig{postrow.displayed.U_POST_ID}" class="signature_div">{postrow.displayed.SIGNATURE_NEW}</div>
         <!-- END switch_signature -->

      </div>

   </div>

      <div class="post-footer clearfix"{postrow.displayed.THANK_BGCOLOR}>
         <ul class="misc-icons">
            <li><a href="#top">{L_BACK_TO_TOP}</a></li>
            <li>{postrow.displayed.REPORT_IMG_NEW}</li>
 Â                            <div style="float: left;margin-top: 1px;">
 Â                                 <li>
 Â                                 <!-- BEGIN switch_vote_active -->      
 Â                    <iframe name="v{postrow.displayed.U_POST_ID}" class="ajaxvote" style="display:none"></iframe>
 Â                 <!-- BEGIN switch_no_bar -->
 Â                       <span class="c3zvau v{postrow.displayed.U_POST_ID}" title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}">{postrow.displayed.switch_vote_active.L_VOTE_TITLE}</span>
 Â                  <!-- END switch_no_bar -->
 Â                  <!-- BEGIN switch_bar -->
 Â                       <span class="c3zvau v{postrow.displayed.U_POST_ID}" title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}">{postrow.displayed.switch_vote_active.L_VOTE_TITLE}</span>
 Â                  <!-- END switch_bar -->
 Â                                 <!-- END switch_vote_active -->
 Â                            </li>
 Â                                 <!-- BEGIN switch_vote_active -->
 Â                            <li>
 Â                <div class="vote gensmall">
                <!-- BEGIN switch_vote -->
                <div class="vote-button" title="Cảm Æ¡n viÌ€ baÌ€i viêt có ix"><a class="thumbnail" href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}"><img src="http://2img.net/i/fa/invision/icon_thanks_off_en.png" id="Thanks button" border="0" alt="Cảm Æ¡n người này" vspace="1" /></a></div>
               <!-- END switch_vote -->
 Â                  </div>
 Â                            </li>
 Â                         <!-- END switch_vote_active -->  
         </ul>   
 Â                               
         <ul class="posting-icons">
 Â                             
 Â                               <li><div style="float:left; margin-top:5px;background-color:#FFF;">
            <li>{postrow.displayed.MULTIQUOTE_IMG}</li>
            <li>{postrow.displayed.QUOTE_IMG}</li>
            <li>{postrow.displayed.EDIT_IMG}</li>
            <li>{postrow.displayed.DELETE_IMG}</li>
         </ul>
      </div>
   </div> <!-- closing tag post -->
   <!-- END displayed -->
   <!-- END postrow -->
   <div class="topic-footer clearfix">
      <!-- BEGIN minisearch -->
      <div class="search-footer-box">
         <form method="get" id="forum-search" action="{S_SEARCHBOX_ACTION}">
            <fieldset>
               <input type="text" name="search_keywords" id="search_keywords" size="20" value="{L_SEARCH}" onclick="if (this.value == '{L_SEARCH}') this.value = '';" onblur="if (this.value == '') this.value = '{L_SEARCH}';" />
               &nbsp;<input class="button" type="submit" value="{L_SEARCH}" />
               <input type="hidden" value="{SEARCH_WHERE}" name="search_where" />
               <input type="hidden" value="{SEARCH_TOPIC}" name="search_topic" />
               <input type="hidden" value="posts" name="show_results" />
            </fieldset>
         </form>
      </div>
      <!-- END minisearch -->
      <div class="next-prev">
         ï¿½ <a href="{U_VIEW_OLDER_TOPIC}">{L_IPB_PREVIOUS_TOPIC}</a> � <a href="{U_VIEW_NEWER_TOPIC}">{L_IPB_NEXT_TOPIC}</a> �
      </div>
   </div>
</div>

<!-- BEGIN viewtopic_bottom -->
<br />
<div class="borderwrap">
   <div class="bar clearfix">
      <div class="left rtl-inversion-left">
         <input type="hidden" name="t" value="{TOPIC_ID}" />

         <!-- <input type="hidden" name="sid" value="{S_SID}" /> -->
         <input type="hidden" name="{SECURE_ID_NAME}" value="{SECURE_ID_VALUE}" />

         {S_TOPIC_ADMIN}
      </div>
      <div class="right rtl-inversion-right">
         {L_TABS_PERMISSIONS} <br />{S_AUTH_LIST}
      </div>
   </div>
</div>
<!-- END viewtopic_bottom -->

<!-- BEGIN topicpagination -->
<div class="pagination topic-options">
   {PAGINATION}
</div>
<!-- END topicpagination -->

<div class="posting-options topic-options">
   <ul class="posting-buttons clearfix">
      <!-- BEGIN switch_user_authpost -->
      <li class="post-icon">
         <a href="{U_POST_NEW_TOPIC}" accesskey="n" rel="nofollow"><img src="{POST_IMG}" class="{POST_IMG_ID}" alt="{L_POST_NEW_TOPIC}" /></a>
      </li>
      <!-- END switch_user_authpost -->
      <!-- BEGIN switch_user_authreply -->
      <li class="post-icon">
         <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" class="i_reply" alt="{L_POST_REPLY_TOPIC}" /></a>
      </li>
      <!-- END switch_user_authreply -->
   </ul>
</div>

<div class="clearfix empty-clear"></div>



<!-- BEGIN switch_forum_rules -->
<div class="row1" id="forum_rules">
   <div class="maintitle">
      <h3>{L_FORUM_RULES}</h3>
   </div>
   <table>
      <tr>
         <!-- BEGIN switch_forum_rule_image -->
         <td class="logo">
            <img src="{RULE_IMG_URL}" alt=""/>
         </td>
         <!-- END switch_forum_rule_image -->
         <td class="rules post-entry">
            {RULE_MSG}
         </td>
      </tr>
   </table>
</div>
<!-- END switch_forum_rules -->

<!-- BEGIN switch_user_logged_in -->
<br />
<a name="quickreply"></a>
{QUICK_REPLY_FORM}
<!-- END switch_user_logged_in -->

<!-- BEGIN switch_image_resize -->
<script type="text/javascript">
//<![CDATA[
$(resize_images({ 'selector' : '.postbody .post-entry', 'max_width' : {switch_image_resize.IMG_RESIZE_WIDTH}, 'max_height' : {switch_image_resize.IMG_RESIZE_HEIGHT} }));
//]]>
</script>
<!-- END switch_image_resize -->

<script src="{JS_DIR}addthis/addthis_widget.js" type="text/javascript"></script>

<style>
 Â   /*vote*/
 Â   .ost,.share,.c3zvau .qua,.no{background-position:5px 50%;background-repeat:no-repeat;border:1px solid #C2D5E3;margin:6px 2px 0;padding:5px 8px 5px 25px}.share{background-image:url(http://i43.servimg.com/u/f43/16/03/04/56/fav10.png)}.qua{background-image:url(http://i43.servimg.com/u/f43/16/03/04/56/no10.gif);padding-left:29px!important}.no{padding:5px 8px}.no .vop{background:url(http://i43.servimg.com/u/f43/16/03/04/56/like-f10.png) no-repeat left center;padding:0 0 0 18px}.no .vom{background:url(http://i43.servimg.com/u/f43/16/03/04/56/dislik10.png) no-repeat left center;padding:0 0 0 18px}
 Â   .vote-button{float:left;width:60px}
 Â   .c3zplus:hover{background-color:#ebedf4;border-color:#9dacce}
 Â   .c3zminus:hover{background-color:#ebedf4;border-color:#9dacce}
 Â   .c3zplus {
 Â   background: url(http://i43.servimg.com/u/f43/16/03/04/56/like-f10.png) no-repeat scroll 0 0 #ECEEF5;
 Â   background-position: 6px 36%;
 Â   background-repeat: no-repeat;
 Â   border: 1px solid #CAD4E7;
 Â   border-radius: 3px 3px 3px 3px;
 Â   color: white!important;
 Â   display: block;
 Â   float: left;
 Â   height: 13px;
 Â   margin: -4px 2px 0;
 Â   padding: 4px 4px 5px 24px;
 Â   position: relative;
 Â   text-align: left;
 Â   width: 25px;
 Â   }
 Â   .c3zminus {
 Â   background: url(http://i43.servimg.com/u/f43/16/03/04/56/dislik10.png) no-repeat scroll #ECEEF5;
 Â   background-position: 6px 36%;
 Â   background-repeat: no-repeat;
 Â   border: 1px solid #CAD4E7;
 Â   border-radius: 3px 3px 3px 3px;
 Â   color: white!important;
 Â   display: block;
 Â   float: left;
 Â   height: 13px;
 Â   margin: -4px 0px 0;
 Â   padding: 4px 4px 5px 24px;
 Â   position: relative;
 Â   text-align: left;
 Â   width: 55px;
 Â   }
 Â   </style>
 Â   <script type="text/javascript">
 Â   function chvote(a, b) {
 Â     "Message not voted" == b && (b = "c3zone z vietk 0% (0 vote)");
 Â     var d = parseInt(b.split(" ")[3], 10) / 100,
 Â         c = parseInt(b.split(" ")[4].substr(1), 10),
 Â         b = "Message reputation : " + Math.round(100 * ("c3zplus" == a ? (d * c + 1) / (c + 1) : d * c / (c + 1))) + "% (" + (c + 1) + " vote)";
 Â     return votetrans(b)
 Â   }
 Â   $(".c3zvau").each(function () {
 Â     var a = $(this).text();
 Â     $(this).html(votetrans(a))
 Â   });

 Â   function votetrans(a) {
 Â     if ("Message not voted" == a) return "<span class='qua'>BaÌ£n hiền! NgaÌ£i giÌ€ một lÆ¡Ì€i cảm Æ¡n nhỉ? Click it =></span>";
 Â     var b = parseInt(a.split(" ")[3], 10) / 100,
 Â         a = parseInt(a.split(" ")[4].substr(1), 10),
 Â         d = 0 != b ? "<span class=vop>" + Math.round(b * a) + "+</span>" : "",
 Â         c = 0 != b && 1 != b ? ' <span style="color:#C2D5E3">|</span> ' : "",
 Â         a = 1 != b ? "<span class=vom>" + Math.round(a - b * a) + "-</span>" : "",
 Â         b = Math.round(100 * b);
 Â     return "<span class=no>" + d + c + a + "</span> <span class=qua>ngÆ°Æ¡Ì€i Ä‘ã cảm Æ¡n cho baÌ€i viêt ngớ ngẩn naÌ€y: " + b + "%</span>"
 Â   }
 Â   $(".lvote").click(function () {
 Â     "c3zplus" == $(this).attr("alt") ? $(this).parent().html("").next().html("") : $(this).parent().html("").prev().html("");
 Â     var a = $(this).attr("target"),
 Â         b = $(this).attr("alt"),
 Â         d = $("." + a).attr("title");
 Â     $("#" + a).show();
 Â     $("." + a).html(chvote(b, d));
 Â     $("#" + a).fadeIn("slow").animate({
 Â         opacity: 1
 Â     }, 1500).fadeOut("slow", function () {
 Â         $("." + a).fadeOut("slow").animate({
 Â           opacity: 1
 Â         }, 1E3).fadeIn()
 Â     });
 Â     $("." + $(this).attr("target")).removeAttr("title")
 Â   });
 Â   </script>
 Â    <div id="fb-root"></div>
<script>(function(d, s, id) {
 Â var js, fjs = d.getElementsByTagName(s)[0];
 Â if (d.getElementById(id)) return;
 Â js = d.createElement(s); js.id = id;
 Â js.src = "//connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v2.3&appId=678288118968632";
 Â fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-comments" data-href="http://learn.forumvi.com" data-width="1000" data-numposts="5" data-colorscheme="light"></div>

More problem
I had tested as put a comment to the facebook box and it appear in everywhere in my forum. It like a common comment box for any topic. How can I fix it become to private? Thank!
congdantoancau
congdantoancau
Forumember

Male Posts : 77
Reputation : 4
Language : Vietnamese
Location : Vietnam

http://learn.forumvi.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum